add missing quality fixture test case

ref #5675  we did not have a test case for the H265 change
This commit is contained in:
bakerboy448 2021-08-11 18:16:53 -05:00 committed by Qstick
parent 0369ad86a3
commit ac9dfc4f25
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Movie.Name.2016.03.14.2160p.WEB.h264-spamTV", false)]
[TestCase("Movie.Name.2016.03.14.2160p.WEB.PROPER.h264-spamTV", true)]
[TestCase("[HorribleSubs] Movie Title! 2018 [Web][MKV][h264][2160p][AAC 2.0][Softsubs (HorribleSubs)]", false)]
[TestCase("Movie Name 2020 WEB-DL 4K H265 10bit HDR DDP5.1 Atmos-PTerWEB", false)]
public void should_parse_webdl2160p_quality(string title, bool proper)
{
ParseAndVerifyQuality(title, Source.WEBDL, proper, Resolution.R2160p);