mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 13:32:17 -07:00
Fixed unit tests.
This commit is contained in:
parent
445e2f59b9
commit
a413a9d53d
2 changed files with 8 additions and 8 deletions
|
@ -27,7 +27,7 @@ namespace NzbDrone.Core.Test
|
||||||
CleanTitle = "rock",
|
CleanTitle = "rock",
|
||||||
Monitored = true,
|
Monitored = true,
|
||||||
Overview = "Series Overview",
|
Overview = "Series Overview",
|
||||||
Quality = 1,
|
ProfileId = 1,
|
||||||
Title = "30 Rock",
|
Title = "30 Rock",
|
||||||
Path = @"C:\Test\TV\30 Rock"
|
Path = @"C:\Test\TV\30 Rock"
|
||||||
};
|
};
|
||||||
|
@ -81,7 +81,7 @@ namespace NzbDrone.Core.Test
|
||||||
CleanTitle = "rock",
|
CleanTitle = "rock",
|
||||||
Monitored = true,
|
Monitored = true,
|
||||||
Overview = "Series Overview",
|
Overview = "Series Overview",
|
||||||
Quality = 1,
|
ProfileId = 1,
|
||||||
Title = "30 Rock",
|
Title = "30 Rock",
|
||||||
Path = @"C:\Test\TV\30 Rock"
|
Path = @"C:\Test\TV\30 Rock"
|
||||||
};
|
};
|
||||||
|
@ -138,7 +138,7 @@ namespace NzbDrone.Core.Test
|
||||||
CleanTitle = "rock",
|
CleanTitle = "rock",
|
||||||
Monitored = true,
|
Monitored = true,
|
||||||
Overview = "Series Overview",
|
Overview = "Series Overview",
|
||||||
Quality = 1,
|
ProfileId = 1,
|
||||||
Title = "30 Rock",
|
Title = "30 Rock",
|
||||||
Path = @"C:\Test\TV\30 Rock"
|
Path = @"C:\Test\TV\30 Rock"
|
||||||
};
|
};
|
||||||
|
|
|
@ -104,13 +104,13 @@
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Libs\FizzWare.NBuilder.dll" />
|
<Content Include="Libs\FizzWare.NBuilder.dll" />
|
||||||
<Content Include="Files\Queue.xml">
|
<Content Include="Files\Queue.xml">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Files\QueueEmpty.xml">
|
<Content Include="Files\QueueEmpty.xml">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Files\QueueError.xml">
|
<Content Include="Files\QueueError.xml">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Libs\Moq.dll" />
|
<Content Include="Libs\Moq.dll" />
|
||||||
<Content Include="Libs\Moq.xml" />
|
<Content Include="Libs\Moq.xml" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue