Move AngularIntegrationTests

They all say they belong to Web but their implementations are in Core/Infrastructure/Backoffice, so I assume they belong in the new test suite
This commit is contained in:
Mole
2020-10-06 13:11:44 +02:00
parent da5f9e7520
commit 65bd5ea3ef
4 changed files with 0 additions and 5 deletions

View File

@@ -8,8 +8,6 @@ namespace Umbraco.Tests.Web.AngularIntegration
[TestFixture]
public class ServerVariablesParserTests
{
[Test]
public void Parse()
{

View File

@@ -203,9 +203,6 @@
<Compile Include="TestHelpers\TestObjects.cs" />
<Compile Include="UmbracoExamine\RandomIdRamDirectory.cs" />
<Compile Include="Web\AngularIntegration\AngularAntiForgeryTests.cs" />
<Compile Include="Web\AngularIntegration\ContentModelSerializationTests.cs" />
<Compile Include="Web\AngularIntegration\JsInitializationTests.cs" />
<Compile Include="Web\AngularIntegration\ServerVariablesParserTests.cs" />
<Compile Include="Migrations\Stubs\DropForeignKeyMigrationStub.cs" />
<Compile Include="Cache\DeepCloneAppCacheTests.cs" />
<Compile Include="Cache\DefaultCachePolicyTests.cs" />