From 735118bda5404157821624bcce1d0b2c5777676e Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 15 Aug 2016 16:19:57 -0700 Subject: [PATCH] Reacting to Microsoft.AspNetCore.Server.Testing rename --- test/ServerComparison.FunctionalTests/HelloWorldTest.cs | 2 +- test/ServerComparison.FunctionalTests/Helpers.cs | 2 +- test/ServerComparison.FunctionalTests/NtlmAuthenticationTest.cs | 2 +- test/ServerComparison.FunctionalTests/ResponseTests.cs | 2 +- test/ServerComparison.FunctionalTests/project.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/ServerComparison.FunctionalTests/HelloWorldTest.cs b/test/ServerComparison.FunctionalTests/HelloWorldTest.cs index 69bb997fac..1b57236b3e 100644 --- a/test/ServerComparison.FunctionalTests/HelloWorldTest.cs +++ b/test/ServerComparison.FunctionalTests/HelloWorldTest.cs @@ -4,7 +4,7 @@ using System; using System.Net.Http; using System.Threading.Tasks; -using Microsoft.AspNetCore.Server.Testing; +using Microsoft.AspNetCore.Server.IntegrationTesting; using Microsoft.AspNetCore.Testing.xunit; using Microsoft.Extensions.Logging; using Xunit; diff --git a/test/ServerComparison.FunctionalTests/Helpers.cs b/test/ServerComparison.FunctionalTests/Helpers.cs index d53c638144..84a3cefd69 100644 --- a/test/ServerComparison.FunctionalTests/Helpers.cs +++ b/test/ServerComparison.FunctionalTests/Helpers.cs @@ -3,7 +3,7 @@ using System; using System.IO; -using Microsoft.AspNetCore.Server.Testing; +using Microsoft.AspNetCore.Server.IntegrationTesting; using Microsoft.Extensions.PlatformAbstractions; namespace ServerComparison.FunctionalTests diff --git a/test/ServerComparison.FunctionalTests/NtlmAuthenticationTest.cs b/test/ServerComparison.FunctionalTests/NtlmAuthenticationTest.cs index 169dd2d2fa..555a27d416 100644 --- a/test/ServerComparison.FunctionalTests/NtlmAuthenticationTest.cs +++ b/test/ServerComparison.FunctionalTests/NtlmAuthenticationTest.cs @@ -6,7 +6,7 @@ using System; using System.Net; using System.Net.Http; using System.Threading.Tasks; -using Microsoft.AspNetCore.Server.Testing; +using Microsoft.AspNetCore.Server.IntegrationTesting; using Microsoft.AspNetCore.Testing.xunit; using Microsoft.Extensions.Logging; using Xunit; diff --git a/test/ServerComparison.FunctionalTests/ResponseTests.cs b/test/ServerComparison.FunctionalTests/ResponseTests.cs index ac19e8fe0b..d0d05fc993 100644 --- a/test/ServerComparison.FunctionalTests/ResponseTests.cs +++ b/test/ServerComparison.FunctionalTests/ResponseTests.cs @@ -6,7 +6,7 @@ using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; -using Microsoft.AspNetCore.Server.Testing; +using Microsoft.AspNetCore.Server.IntegrationTesting; using Microsoft.AspNetCore.Testing.xunit; using Microsoft.Extensions.Logging; using Microsoft.Net.Http.Headers; diff --git a/test/ServerComparison.FunctionalTests/project.json b/test/ServerComparison.FunctionalTests/project.json index 08406b8e1e..87993270d4 100644 --- a/test/ServerComparison.FunctionalTests/project.json +++ b/test/ServerComparison.FunctionalTests/project.json @@ -12,7 +12,7 @@ "testRunner": "xunit", "dependencies": { "dotnet-test-xunit": "2.2.0-*", - "Microsoft.AspNetCore.Server.Testing": "0.2.0-*", + "Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*", "Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",