fixed some tests, spelling issues.

This commit is contained in:
Keivan Beigi 2013-04-12 16:28:05 -07:00
commit 420756bb47
14 changed files with 79 additions and 120 deletions

View file

@ -32,7 +32,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
//Todo: Make this use NzbRestrictions - How should whitelist be used? Will it override blacklist or vice-versa?
//var allowed = _configService.AllowedReleaseGroups;
var allowed = "";
const string allowed = "";
if (string.IsNullOrWhiteSpace(allowed))
return true;