Rename E2E test to EndToEnd.

This commit is contained in:
Eric Erhardt 2016-02-09 13:05:33 -06:00
parent 8ce79407db
commit 784f5679bf
5 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MultiProjectValidator", "to
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Extensions.DependencyModel", "src\Microsoft.Extensions.DependencyModel\Microsoft.Extensions.DependencyModel.xproj", "{688870C8-9843-4F9E-8576-D39290AD0F25}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "E2E", "test\E2E\E2E.xproj", "{65741CB1-8AEE-4C66-8198-10A7EA0E4258}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "EndToEnd", "test\EndToEnd\EndToEnd.xproj", "{65741CB1-8AEE-4C66-8198-10A7EA0E4258}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.DotNet.Tools.Test.Utilities", "test\Microsoft.DotNet.Tools.Tests.Utilities\Microsoft.DotNet.Tools.Test.Utilities.xproj", "{E4F46EAB-B5A5-4E60-9B9D-40A1FADBF45C}"
EndProject

View file

@ -1,4 +1,4 @@
E2E
EndToEnd
StreamForwarderTests
dotnet-publish.Tests
dotnet-compile.Tests

1 E2E EndToEnd
2 StreamForwarderTests StreamForwarderTests
3 dotnet-publish.Tests dotnet-publish.Tests
4 dotnet-compile.Tests dotnet-compile.Tests