Fix VideoFileInfoReader tests after mediainfo update... take 2
This commit is contained in:
parent
2505a19a88
commit
150a87f2ea
|
@ -61,7 +61,7 @@ namespace NzbDrone.Core.Test.MediaFiles.MediaInfo
|
||||||
info.Width.Should().Be(480);
|
info.Width.Should().Be(480);
|
||||||
info.VideoColourPrimaries.Should().Be("BT.601 NTSC");
|
info.VideoColourPrimaries.Should().Be("BT.601 NTSC");
|
||||||
info.VideoTransferCharacteristics.Should().Be("BT.709");
|
info.VideoTransferCharacteristics.Should().Be("BT.709");
|
||||||
info.AudioAdditionalFeatures.Should().Be("");
|
info.AudioAdditionalFeatures.Should().BeOneOf("", "LC");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -100,7 +100,7 @@ namespace NzbDrone.Core.Test.MediaFiles.MediaInfo
|
||||||
info.Width.Should().Be(480);
|
info.Width.Should().Be(480);
|
||||||
info.VideoColourPrimaries.Should().Be("BT.601 NTSC");
|
info.VideoColourPrimaries.Should().Be("BT.601 NTSC");
|
||||||
info.VideoTransferCharacteristics.Should().Be("BT.709");
|
info.VideoTransferCharacteristics.Should().Be("BT.709");
|
||||||
info.AudioAdditionalFeatures.Should().Be("");
|
info.AudioAdditionalFeatures.Should().BeOneOf("", "LC");
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|
Loading…
Reference in New Issue