mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-24 11:43:07 +01:00
FileNameBuilderFixture tests should run on Windows
This commit is contained in:
parent
35a5462c8f
commit
90d3dc2f98
@ -18,9 +18,7 @@ using NzbDrone.Test.Common;
|
|||||||
|
|
||||||
namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
|
namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
|
||||||
{
|
{
|
||||||
[Platform(Exclude = "Win")]
|
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
|
||||||
public class FileNameBuilderFixture : CoreTest<FileNameBuilder>
|
public class FileNameBuilderFixture : CoreTest<FileNameBuilder>
|
||||||
{
|
{
|
||||||
private Series _series;
|
private Series _series;
|
||||||
@ -994,13 +992,13 @@ namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void GivenMediaInfoModel(string videoCodec = "h264",
|
private void GivenMediaInfoModel(string videoCodec = "h264",
|
||||||
string audioCodec = "dts",
|
string audioCodec = "dts",
|
||||||
int audioChannels = 6,
|
int audioChannels = 6,
|
||||||
int videoBitDepth = 8,
|
int videoBitDepth = 8,
|
||||||
HdrFormat hdrFormat = HdrFormat.None,
|
HdrFormat hdrFormat = HdrFormat.None,
|
||||||
string audioLanguages = "eng",
|
string audioLanguages = "eng",
|
||||||
string subtitles = "eng/spa/ita",
|
string subtitles = "eng/spa/ita",
|
||||||
int schemaRevision = 5)
|
int schemaRevision = 5)
|
||||||
{
|
{
|
||||||
_episodeFile.MediaInfo = new MediaInfoModel
|
_episodeFile.MediaInfo = new MediaInfoModel
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user