From c91c2a90307a7e9d24a1a8771b9be6b0fef98b3f Mon Sep 17 00:00:00 2001 From: Chris R Date: Tue, 22 Nov 2016 15:43:41 -0800 Subject: [PATCH] #292 Test with the bin deployed aspnetcore.dll --- .../Http.config | 2 +- .../Https.config | 2 +- .../NtlmAuthentation.config | 2 +- .../project.json | 2 +- test/TestSites.Portable/project.json | 1 + test/TestSites/project.json | 1 + 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Http.config b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Http.config index 5ef47a0ae4..3668f762c8 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Http.config +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Http.config @@ -253,7 +253,7 @@ - + diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Https.config b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Https.config index f9907277f7..59bbf109cf 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Https.config +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Https.config @@ -253,7 +253,7 @@ - + diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/NtlmAuthentation.config b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/NtlmAuthentation.config index d2f3dee3c1..0ef1d112c8 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/NtlmAuthentation.config +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/NtlmAuthentation.config @@ -253,7 +253,7 @@ - + diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json index bc35f46aa7..2e1eb06073 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json @@ -18,7 +18,7 @@ }, "dependencies": { "dotnet-test-xunit": "2.2.0-*", - "Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*", + "Microsoft.AspNetCore.Server.IntegrationTesting": "0.3.0-*", "Microsoft.Extensions.Logging": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.Extensions.Logging.Debug": "1.2.0-*", diff --git a/test/TestSites.Portable/project.json b/test/TestSites.Portable/project.json index 61e2e26523..c0368740d1 100644 --- a/test/TestSites.Portable/project.json +++ b/test/TestSites.Portable/project.json @@ -12,6 +12,7 @@ ] }, "dependencies": { + "Microsoft.AspNetCore.AspNetCoreModule": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*", "Microsoft.AspNetCore.WebUtilities": "1.2.0-*", diff --git a/test/TestSites/project.json b/test/TestSites/project.json index f1741a32e0..b7c69d413e 100644 --- a/test/TestSites/project.json +++ b/test/TestSites/project.json @@ -9,6 +9,7 @@ ] }, "dependencies": { + "Microsoft.AspNetCore.AspNetCoreModule": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*", "Microsoft.AspNetCore.WebUtilities": "1.2.0-*",