From 499579ddb8e396b77a7773321ef1d407591d46d0 Mon Sep 17 00:00:00 2001 From: Justin Goshi Date: Wed, 2 Nov 2016 13:44:28 -1000 Subject: [PATCH] Rename test templates for casing consistency (#4587) --- .../{CSharp_mstest => CSharp_Mstest}/$projectName$.csproj | 0 .../dotnet-new/{CSharp_mstest => CSharp_Mstest}/Tests.cs | 0 .../$projectName$.csproj | 0 .../{CSharp_xunittest => CSharp_Xunittest}/Tests.cs | 0 src/dotnet/commands/dotnet-new/Program.cs | 4 ++-- src/dotnet/dotnet.csproj | 4 ++-- 6 files changed, 4 insertions(+), 4 deletions(-) rename src/dotnet/commands/dotnet-new/{CSharp_mstest => CSharp_Mstest}/$projectName$.csproj (100%) rename src/dotnet/commands/dotnet-new/{CSharp_mstest => CSharp_Mstest}/Tests.cs (100%) rename src/dotnet/commands/dotnet-new/{CSharp_xunittest => CSharp_Xunittest}/$projectName$.csproj (100%) rename src/dotnet/commands/dotnet-new/{CSharp_xunittest => CSharp_Xunittest}/Tests.cs (100%) diff --git a/src/dotnet/commands/dotnet-new/CSharp_mstest/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj similarity index 100% rename from src/dotnet/commands/dotnet-new/CSharp_mstest/$projectName$.csproj rename to src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj diff --git a/src/dotnet/commands/dotnet-new/CSharp_mstest/Tests.cs b/src/dotnet/commands/dotnet-new/CSharp_Mstest/Tests.cs similarity index 100% rename from src/dotnet/commands/dotnet-new/CSharp_mstest/Tests.cs rename to src/dotnet/commands/dotnet-new/CSharp_Mstest/Tests.cs diff --git a/src/dotnet/commands/dotnet-new/CSharp_xunittest/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj similarity index 100% rename from src/dotnet/commands/dotnet-new/CSharp_xunittest/$projectName$.csproj rename to src/dotnet/commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj diff --git a/src/dotnet/commands/dotnet-new/CSharp_xunittest/Tests.cs b/src/dotnet/commands/dotnet-new/CSharp_Xunittest/Tests.cs similarity index 100% rename from src/dotnet/commands/dotnet-new/CSharp_xunittest/Tests.cs rename to src/dotnet/commands/dotnet-new/CSharp_Xunittest/Tests.cs diff --git a/src/dotnet/commands/dotnet-new/Program.cs b/src/dotnet/commands/dotnet-new/Program.cs index 007bd7af6..d8ec18bed 100644 --- a/src/dotnet/commands/dotnet-new/Program.cs +++ b/src/dotnet/commands/dotnet-new/Program.cs @@ -138,8 +138,8 @@ namespace Microsoft.DotNet.Tools.New new { Name = "Console", isMsBuild = true }, new { Name = "Web", isMsBuild = true }, new { Name = "Lib", isMsBuild = true }, - new { Name = "mstest", isMsBuild = true }, - new { Name = "xunittest", isMsBuild = true } + new { Name = "Mstest", isMsBuild = true }, + new { Name = "Xunittest", isMsBuild = true } } }; diff --git a/src/dotnet/dotnet.csproj b/src/dotnet/dotnet.csproj index 0cba9b130..899212f98 100644 --- a/src/dotnet/dotnet.csproj +++ b/src/dotnet/dotnet.csproj @@ -10,8 +10,8 @@ $(PackageTargetFallback);dnxcore50;netstandardapp1.5;portable-net45+win8;portable-net45+wp80+win8+wpa81+dnxcore50 - - + +