added more tests for seriesprovider

This commit is contained in:
kay.one 2011-04-04 22:30:13 -07:00
commit 8a3fe0f14e
10 changed files with 90 additions and 34 deletions

View file

@ -36,6 +36,8 @@ namespace NzbDrone.Core.Repository.Quality
get
{
string result = String.Empty;
if (Allowed == null) return result;
foreach (var q in Allowed)
{
result += (int)q + "|";