Test added to confirm that x264 SDTV releases are classified as SDTV.

This commit is contained in:
Mark McDowall 2012-02-25 15:39:56 -08:00
parent 5d81c6b7b1
commit 57f380c70f
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ namespace NzbDrone.Core.Test
[TestCase("The Voice S01E11 The Finals 1080i HDTV DD5.1 MPEG2-TrollHD", QualityTypes.Unknown, false)]
[TestCase("Nikita S02E01 HDTV XviD 2HD", QualityTypes.SDTV, false)]
[TestCase("Gossip Girl S05E11 PROPER HDTV XviD 2HD", QualityTypes.SDTV, true)]
[TestCase("The Jonathan Ross Show S02E08 HDTV x264 FTP", QualityTypes.SDTV, false)]
public void quality_parse(string postTitle, object quality, bool proper)
{
var result = Parser.ParseQuality(postTitle);