NetCore: Reorganised integration tests into project grouped folders and namespaces (#9208)

* Reorganised integration tests into folders and classes grouping by project.

* Updated namespaces and file locations from PR comments.

* Fix merge conflict

* Cleared content type service events looking to resolve failing integration test on build server.

Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
This commit is contained in:
Andy Butland
2020-10-20 18:43:03 +02:00
committed by GitHub
parent 5e70c503cd
commit 6e592d6467
56 changed files with 70 additions and 83 deletions

View File

@@ -26,11 +26,11 @@
</ItemGroup>
<ItemGroup>
<None Remove="Services\Importing\Dictionary-Package.xml" />
<None Remove="Umbraco.Infrastructure\Services\Importing\Dictionary-Package.xml" />
</ItemGroup>
<ItemGroup>
<Content Include="Services\Importing\Dictionary-Package.xml" />
<Content Include="Umbraco.Infrastructure\Services\Importing\Dictionary-Package.xml" />
</ItemGroup>
<ItemGroup>
@@ -77,7 +77,7 @@
</ItemGroup>
<ItemGroup>
<Compile Update="Services\Importing\ImportResources.Designer.cs">
<Compile Update="Umbraco.Infrastructure\Services\Importing\ImportResources.Designer.cs">
<DependentUpon>ImportResources.resx</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
@@ -85,7 +85,7 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Services\Importing\ImportResources.resx">
<EmbeddedResource Update="Umbraco.Infrastructure\Services\Importing\ImportResources.resx">
<SubType>Designer</SubType>
<LastGenOutput>ImportResources.Designer.cs</LastGenOutput>
<Generator>ResXFileCodeGenerator</Generator>