simplified some quality types

This commit is contained in:
kay.one 2011-05-23 10:20:43 -07:00
commit c91852018e
9 changed files with 34 additions and 35 deletions

View file

@ -25,7 +25,7 @@ namespace NzbDrone.Core.Test
var testProfile = new QualityProfile
{
Name = Guid.NewGuid().ToString(),
Cutoff = QualityTypes.TV,
Cutoff = QualityTypes.SDTV,
Allowed = new List<QualityTypes> { QualityTypes.HDTV, QualityTypes.DVD },
};
@ -49,7 +49,7 @@ namespace NzbDrone.Core.Test
var testProfile = new QualityProfile
{
Name = Guid.NewGuid().ToString(),
Cutoff = QualityTypes.TV,
Cutoff = QualityTypes.SDTV,
Allowed = new List<QualityTypes> { QualityTypes.HDTV, QualityTypes.DVD },
};