added job time that ticks kicks off scheduler.

This commit is contained in:
kay.one 2013-03-04 21:51:07 -08:00
commit 6c17639ade
18 changed files with 62 additions and 38 deletions

View file

@ -9,6 +9,7 @@ using NUnit.Framework;
using NzbDrone.Common;
using NzbDrone.Core.Configuration;
using NzbDrone.Core.Jobs;
using NzbDrone.Core.Jobs.Implementations;
using NzbDrone.Core.Model;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Test.Framework;