Added test to make sure disabled jobs aren't actually running automatically

This commit is contained in:
unknown 2011-05-17 00:16:45 -07:00
commit 13f37cd405
2 changed files with 30 additions and 1 deletions

View file

@ -95,6 +95,7 @@ namespace NzbDrone.Core.Providers.Jobs
_isRunning = false;
}
Logger.Debug("Finished executing scheduled tasks.");
return true;
}