From bf166225def87b80a25e11244cb5868a3ca2d43e Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Tue, 18 Jan 2022 10:39:22 +0000 Subject: [PATCH] Move Umbraco.Tests to legacy dir. (#11878) (makes grep easier) --- {tests => legacy}/Umbraco.Tests/App.config | 0 {tests => legacy}/Umbraco.Tests/Properties/AssemblyInfo.cs | 0 {tests => legacy}/Umbraco.Tests/Published/ModelTypeTests.cs | 0 {tests => legacy}/Umbraco.Tests/Routing/BaseUrlProviderTest.cs | 0 {tests => legacy}/Umbraco.Tests/Routing/MediaUrlProviderTests.cs | 0 {tests => legacy}/Umbraco.Tests/Umbraco.Tests.csproj | 0 .../Web/Controllers/AuthenticationControllerTests.cs | 0 {tests => legacy}/Umbraco.Tests/unit-test-log4net.CI.config | 0 {tests => legacy}/Umbraco.Tests/unit-test-logger.config | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {tests => legacy}/Umbraco.Tests/App.config (100%) rename {tests => legacy}/Umbraco.Tests/Properties/AssemblyInfo.cs (100%) rename {tests => legacy}/Umbraco.Tests/Published/ModelTypeTests.cs (100%) rename {tests => legacy}/Umbraco.Tests/Routing/BaseUrlProviderTest.cs (100%) rename {tests => legacy}/Umbraco.Tests/Routing/MediaUrlProviderTests.cs (100%) rename {tests => legacy}/Umbraco.Tests/Umbraco.Tests.csproj (100%) rename {tests => legacy}/Umbraco.Tests/Web/Controllers/AuthenticationControllerTests.cs (100%) rename {tests => legacy}/Umbraco.Tests/unit-test-log4net.CI.config (100%) rename {tests => legacy}/Umbraco.Tests/unit-test-logger.config (100%) diff --git a/tests/Umbraco.Tests/App.config b/legacy/Umbraco.Tests/App.config similarity index 100% rename from tests/Umbraco.Tests/App.config rename to legacy/Umbraco.Tests/App.config diff --git a/tests/Umbraco.Tests/Properties/AssemblyInfo.cs b/legacy/Umbraco.Tests/Properties/AssemblyInfo.cs similarity index 100% rename from tests/Umbraco.Tests/Properties/AssemblyInfo.cs rename to legacy/Umbraco.Tests/Properties/AssemblyInfo.cs diff --git a/tests/Umbraco.Tests/Published/ModelTypeTests.cs b/legacy/Umbraco.Tests/Published/ModelTypeTests.cs similarity index 100% rename from tests/Umbraco.Tests/Published/ModelTypeTests.cs rename to legacy/Umbraco.Tests/Published/ModelTypeTests.cs diff --git a/tests/Umbraco.Tests/Routing/BaseUrlProviderTest.cs b/legacy/Umbraco.Tests/Routing/BaseUrlProviderTest.cs similarity index 100% rename from tests/Umbraco.Tests/Routing/BaseUrlProviderTest.cs rename to legacy/Umbraco.Tests/Routing/BaseUrlProviderTest.cs diff --git a/tests/Umbraco.Tests/Routing/MediaUrlProviderTests.cs b/legacy/Umbraco.Tests/Routing/MediaUrlProviderTests.cs similarity index 100% rename from tests/Umbraco.Tests/Routing/MediaUrlProviderTests.cs rename to legacy/Umbraco.Tests/Routing/MediaUrlProviderTests.cs diff --git a/tests/Umbraco.Tests/Umbraco.Tests.csproj b/legacy/Umbraco.Tests/Umbraco.Tests.csproj similarity index 100% rename from tests/Umbraco.Tests/Umbraco.Tests.csproj rename to legacy/Umbraco.Tests/Umbraco.Tests.csproj diff --git a/tests/Umbraco.Tests/Web/Controllers/AuthenticationControllerTests.cs b/legacy/Umbraco.Tests/Web/Controllers/AuthenticationControllerTests.cs similarity index 100% rename from tests/Umbraco.Tests/Web/Controllers/AuthenticationControllerTests.cs rename to legacy/Umbraco.Tests/Web/Controllers/AuthenticationControllerTests.cs diff --git a/tests/Umbraco.Tests/unit-test-log4net.CI.config b/legacy/Umbraco.Tests/unit-test-log4net.CI.config similarity index 100% rename from tests/Umbraco.Tests/unit-test-log4net.CI.config rename to legacy/Umbraco.Tests/unit-test-log4net.CI.config diff --git a/tests/Umbraco.Tests/unit-test-logger.config b/legacy/Umbraco.Tests/unit-test-logger.config similarity index 100% rename from tests/Umbraco.Tests/unit-test-logger.config rename to legacy/Umbraco.Tests/unit-test-logger.config