From d4f263acce8e0d67faffc6184d601c887cb052af Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Mon, 16 Oct 2017 11:55:47 -0700 Subject: [PATCH] Fix typos in project names. --- KestrelHttpServer.sln | 4 ++-- ....csproj => Kestrel.Transport.Libuv.FunctionalTests.csproj} | 0 ...sproj => Kestrel.Transport.Sockets.FunctionalTests.csproj} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename test/Kestrel.Transport.Libuv.FunctionalTests/{Kestrel.Trasnport.Libuv.FunctionalTests.csproj => Kestrel.Transport.Libuv.FunctionalTests.csproj} (100%) rename test/Kestrel.Transport.Sockets.FunctionalTests/{Kestrel.Trasnport.Sockets.FunctionalTests.csproj => Kestrel.Transport.Sockets.FunctionalTests.csproj} (100%) diff --git a/KestrelHttpServer.sln b/KestrelHttpServer.sln index 2f3786bd6c..8ec3d0f3a6 100644 --- a/KestrelHttpServer.sln +++ b/KestrelHttpServer.sln @@ -117,9 +117,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SystemdActivation", "System test\SystemdActivation\Dockerfile = test\SystemdActivation\Dockerfile EndProjectSection EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kestrel.Transport.Libuv.FunctionalTests", "test\Kestrel.Transport.Libuv.FunctionalTests\Kestrel.Trasnport.Libuv.FunctionalTests.csproj", "{74032D79-8EA7-4483-BD82-C38370420FFF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kestrel.Transport.Libuv.FunctionalTests", "test\Kestrel.Transport.Libuv.FunctionalTests\Kestrel.Transport.Libuv.FunctionalTests.csproj", "{74032D79-8EA7-4483-BD82-C38370420FFF}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kestrel.Transport.Sockets.FunctionalTests", "test\Kestrel.Transport.Sockets.FunctionalTests\Kestrel.Trasnport.Sockets.FunctionalTests.csproj", "{9C7B6B5F-088A-436E-834B-6373EA36DEEE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kestrel.Transport.Sockets.FunctionalTests", "test\Kestrel.Transport.Sockets.FunctionalTests\Kestrel.Transport.Sockets.FunctionalTests.csproj", "{9C7B6B5F-088A-436E-834B-6373EA36DEEE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/test/Kestrel.Transport.Libuv.FunctionalTests/Kestrel.Trasnport.Libuv.FunctionalTests.csproj b/test/Kestrel.Transport.Libuv.FunctionalTests/Kestrel.Transport.Libuv.FunctionalTests.csproj similarity index 100% rename from test/Kestrel.Transport.Libuv.FunctionalTests/Kestrel.Trasnport.Libuv.FunctionalTests.csproj rename to test/Kestrel.Transport.Libuv.FunctionalTests/Kestrel.Transport.Libuv.FunctionalTests.csproj diff --git a/test/Kestrel.Transport.Sockets.FunctionalTests/Kestrel.Trasnport.Sockets.FunctionalTests.csproj b/test/Kestrel.Transport.Sockets.FunctionalTests/Kestrel.Transport.Sockets.FunctionalTests.csproj similarity index 100% rename from test/Kestrel.Transport.Sockets.FunctionalTests/Kestrel.Trasnport.Sockets.FunctionalTests.csproj rename to test/Kestrel.Transport.Sockets.FunctionalTests/Kestrel.Transport.Sockets.FunctionalTests.csproj