Change naming of acceptance tests

This commit is contained in:
nohwnd 2020-08-06 13:54:32 +02:00
Родитель 6865397797
Коммит eefead3c06
5 изменённых файлов: 4 добавлений и 3 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -249,6 +249,7 @@ Microsoft.TemplateEngine.VC.db
# Dotnet CLI
.dotnet
.tools
.packages
# Mac
.DS_Store

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.TestTemplates.AcceptanceTests
namespace Microsoft.TestTemplates.Acceptance.Tests
{
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.TestTemplates.AcceptanceTests
namespace Microsoft.TestTemplates.Acceptance.Tests
{
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Collections.Generic;

Просмотреть файл

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.TestTemplates.AcceptanceTests", "Microsoft.TestTemplates.AcceptanceTests\Microsoft.TestTemplates.AcceptanceTests.csproj", "{369E063C-1823-4213-BF99-504002639ED1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.TestTemplates.Acceptance.Tests", "Microsoft.TestTemplates.Acceptance.Tests\Microsoft.TestTemplates.Acceptance.Tests.csproj", "{369E063C-1823-4213-BF99-504002639ED1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution