Fixed: Bluray 576p will be detected as DVD instead of Bluray 720p

This commit is contained in:
Mark McDowall
2014-05-24 23:21:53 -07:00
parent a40b9a306e
commit 16c60ff92c
2 changed files with 10 additions and 2 deletions
@@ -56,6 +56,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("The.Girls.Next.Door.S03E06.DVD.Rip.XviD-WiDE", false)]
[TestCase("the.shield.1x13.circles.ws.xvidvd-tns", false)]
[TestCase("the_x-files.9x18.sunshine_days.ac3.ws_dvdrip_xvid-fov.avi", false)]
[TestCase("Hannibal.S01E05.576p.BluRay.DD5.1.x264-HiSD", false)]
public void should_parse_dvd_quality(string title, bool proper)
{
ParseAndVerifyQuality(title, Quality.DVD, proper);