Fixed broken tests.

This commit is contained in:
Mark McDowall 2011-08-28 12:24:16 -07:00
commit 8afd7d2b47
3 changed files with 6 additions and 8 deletions

View file

@ -108,6 +108,7 @@ namespace NzbDrone.Core
_kernel.Bind<IJob>().To<RenameSeasonJob>().InSingletonScope();
_kernel.Bind<IJob>().To<SeriesSearchJob>().InSingletonScope();
_kernel.Bind<IJob>().To<RenameSeriesJob>().InSingletonScope();
_kernel.Bind<IJob>().To<BacklogSearchJob>().InSingletonScope();
_kernel.Get<JobProvider>().Initialize();
_kernel.Get<WebTimer>().StartTimer(30);