From cdadfd48d0fc8b6d16a0067e5865a76f8ec05c75 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 23 Mar 2017 11:05:14 -0700 Subject: [PATCH] Try renaming functional tests as a potential mitigation for long path issues --- IISIntegration.sln | 2 +- .../FunctionalTests.csproj} | 0 .../HelloWorldTest.cs | 0 .../Helpers.cs | 0 .../Http.config | 0 .../Https.config | 0 .../HttpsTest.cs | 0 .../NtlmAuthentation.config | 0 .../NtlmAuthentationTest.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../XunitLogger.cs | 0 .../XunitLoggerProvider.cs | 0 12 files changed, 1 insertion(+), 1 deletion(-) rename test/{Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.csproj => FunctionalTests/FunctionalTests.csproj} (100%) rename test/{Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests => FunctionalTests}/HelloWorldTest.cs (100%) rename test/{Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests => FunctionalTests}/Helpers.cs (100%) rename test/{Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests => FunctionalTests}/Http.config (100%) rename test/{Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests => FunctionalTests}/Https.config (100%) rename test/{Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests => FunctionalTests}/HttpsTest.cs (100%) rename test/{Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests => FunctionalTests}/NtlmAuthentation.config (100%) rename test/{Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests => FunctionalTests}/NtlmAuthentationTest.cs (100%) rename test/{Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests => FunctionalTests}/Properties/AssemblyInfo.cs (100%) rename test/{Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests => FunctionalTests}/XunitLogger.cs (100%) rename test/{Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests => FunctionalTests}/XunitLoggerProvider.cs (100%) diff --git a/IISIntegration.sln b/IISIntegration.sln index 9fea7aba46..0c3df371f7 100644 --- a/IISIntegration.sln +++ b/IISIntegration.sln @@ -18,7 +18,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IISSample", "samples\IISSam EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Server.IISIntegration", "src\Microsoft.AspNetCore.Server.IISIntegration\Microsoft.AspNetCore.Server.IISIntegration.csproj", "{8B3446E8-E6A8-4591-AA63-A95837C6E97C}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests", "test\Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests\Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.csproj", "{7F2F50C7-610F-4B69-B945-CA283511A587}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests", "test\FunctionalTests\FunctionalTests.csproj", "{7F2F50C7-610F-4B69-B945-CA283511A587}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Server.IISIntegration.Tests", "test\Microsoft.AspNetCore.Server.IISIntegration.Tests\Microsoft.AspNetCore.Server.IISIntegration.Tests.csproj", "{4106DB10-E09F-480E-9CE6-B39235512EE6}" EndProject diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.csproj b/test/FunctionalTests/FunctionalTests.csproj similarity index 100% rename from test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.csproj rename to test/FunctionalTests/FunctionalTests.csproj diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/HelloWorldTest.cs b/test/FunctionalTests/HelloWorldTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/HelloWorldTest.cs rename to test/FunctionalTests/HelloWorldTest.cs diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Helpers.cs b/test/FunctionalTests/Helpers.cs similarity index 100% rename from test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Helpers.cs rename to test/FunctionalTests/Helpers.cs diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Http.config b/test/FunctionalTests/Http.config similarity index 100% rename from test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Http.config rename to test/FunctionalTests/Http.config diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Https.config b/test/FunctionalTests/Https.config similarity index 100% rename from test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Https.config rename to test/FunctionalTests/Https.config diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/HttpsTest.cs b/test/FunctionalTests/HttpsTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/HttpsTest.cs rename to test/FunctionalTests/HttpsTest.cs diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/NtlmAuthentation.config b/test/FunctionalTests/NtlmAuthentation.config similarity index 100% rename from test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/NtlmAuthentation.config rename to test/FunctionalTests/NtlmAuthentation.config diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/NtlmAuthentationTest.cs b/test/FunctionalTests/NtlmAuthentationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/NtlmAuthentationTest.cs rename to test/FunctionalTests/NtlmAuthentationTest.cs diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Properties/AssemblyInfo.cs b/test/FunctionalTests/Properties/AssemblyInfo.cs similarity index 100% rename from test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Properties/AssemblyInfo.cs rename to test/FunctionalTests/Properties/AssemblyInfo.cs diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/XunitLogger.cs b/test/FunctionalTests/XunitLogger.cs similarity index 100% rename from test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/XunitLogger.cs rename to test/FunctionalTests/XunitLogger.cs diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/XunitLoggerProvider.cs b/test/FunctionalTests/XunitLoggerProvider.cs similarity index 100% rename from test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/XunitLoggerProvider.cs rename to test/FunctionalTests/XunitLoggerProvider.cs