From fb6ad57271f9fe268c5fd314d28551bb776a2b10 Mon Sep 17 00:00:00 2001 From: Mole Date: Tue, 20 Oct 2020 15:17:39 +0200 Subject: [PATCH] Move BulkDataReaderTests to unit test project and fix csproj files --- .../Umbraco.Tests.Integration.csproj | 4 ---- .../Persistance}/BulkDataReaderTests.cs | 0 src/Umbraco.Tests/Umbraco.Tests.csproj | 3 --- 3 files changed, 7 deletions(-) rename src/{Umbraco.Tests/Persistence => Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistance}/BulkDataReaderTests.cs (100%) diff --git a/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj b/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj index 3627936a53..fb4caca5eb 100644 --- a/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj +++ b/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj @@ -72,10 +72,6 @@ - - - - ImportResources.resx diff --git a/src/Umbraco.Tests/Persistence/BulkDataReaderTests.cs b/src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistance/BulkDataReaderTests.cs similarity index 100% rename from src/Umbraco.Tests/Persistence/BulkDataReaderTests.cs rename to src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistance/BulkDataReaderTests.cs diff --git a/src/Umbraco.Tests/Umbraco.Tests.csproj b/src/Umbraco.Tests/Umbraco.Tests.csproj index 1f6b03323c..6083d617e6 100644 --- a/src/Umbraco.Tests/Umbraco.Tests.csproj +++ b/src/Umbraco.Tests/Umbraco.Tests.csproj @@ -139,8 +139,6 @@ - - @@ -202,7 +200,6 @@ -