New: Basic stats on your library. View at: /System/Stats

This commit is contained in:
Mark McDowall 2012-04-25 12:50:37 -07:00
commit a1fa6287c7
7 changed files with 136 additions and 2 deletions

View file

@ -164,7 +164,6 @@ namespace NzbDrone.Core.Test
[TestCase("Pawn Stars S04E87 REPACK 720p HDTV x264 aAF", QualityTypes.HDTV, true)]
[TestCase("The Real Housewives of Vancouver S01E04 DSR x264 2HD", QualityTypes.SDTV, false)]
[TestCase("Vanguard S01E04 Mexicos Death Train DSR x264 MiNDTHEGAP", QualityTypes.SDTV, false)]
public void quality_parse(string postTitle, object quality, bool proper)
{
var result = Parser.ParseQuality(postTitle);