Change naming of acceptance tests
This commit is contained in:
Родитель
6865397797
Коммит
eefead3c06
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче