Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Test: move tests from NgTests project to CatalogTests project #409

Merged
merged 1 commit into from
Nov 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/CatalogTests/CatalogTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
<Compile Include="CatalogIndexReaderTests.cs" />
<Compile Include="CatalogCommitTests.cs" />
<Compile Include="CollectorHttpClientTests.cs" />
<Compile Include="Dnx\DnxCatalogCollectorTests.cs" />
<Compile Include="Dnx\DnxMakerTests.cs" />
<Compile Include="Helpers\AsyncExtensionsTests.cs" />
<Compile Include="Helpers\CatalogIndependentPage.cs" />
<Compile Include="Helpers\CatalogIndex.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
using NuGet.Services.Metadata.Catalog.Persistence;
using Xunit;

namespace NgTests
namespace CatalogTests.Dnx
{
public class DnxCatalogCollectorTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using NuGet.Versioning;
using Xunit;

namespace NgTests
namespace CatalogTests.Dnx
{
public class DnxMakerTests
{
Expand Down
2 changes: 0 additions & 2 deletions tests/NgTests/NgTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@
<DesignTime>True</DesignTime>
<DependentUpon>TestRegistrationEntries.resx</DependentUpon>
</Compile>
<Compile Include="DnxCatalogCollectorTests.cs" />
<Compile Include="DnxMakerTests.cs" />
<Compile Include="Feed2CatalogTests.cs" />
<Compile Include="Infrastructure\MemoryStorage.cs" />
<Compile Include="Infrastructure\MemoryStorageFactory.cs" />
Expand Down