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
|
||||
{
|
||||
[Platform(Exclude = "Win")]
|
||||
[TestFixture]
|
||||
|
||||
public class FileNameBuilderFixture : CoreTest<FileNameBuilder>
|
||||
{
|
||||
private Series _series;
|
||||
@ -994,13 +992,13 @@ namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
|
||||
}
|
||||
|
||||
private void GivenMediaInfoModel(string videoCodec = "h264",
|
||||
string audioCodec = "dts",
|
||||
int audioChannels = 6,
|
||||
int videoBitDepth = 8,
|
||||
HdrFormat hdrFormat = HdrFormat.None,
|
||||
string audioLanguages = "eng",
|
||||
string subtitles = "eng/spa/ita",
|
||||
int schemaRevision = 5)
|
||||
string audioCodec = "dts",
|
||||
int audioChannels = 6,
|
||||
int videoBitDepth = 8,
|
||||
HdrFormat hdrFormat = HdrFormat.None,
|
||||
string audioLanguages = "eng",
|
||||
string subtitles = "eng/spa/ita",
|
||||
int schemaRevision = 5)
|
||||
{
|
||||
_episodeFile.MediaInfo = new MediaInfoModel
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user