Fixed broken tests after adding new job.

This commit is contained in:
Mark McDowall
2012-01-15 20:25:09 -08:00
parent 218059e08d
commit 488be41fb1
2 changed files with 12 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ namespace NzbDrone.Core
Kernel.Bind<IJob>().To<AppUpdateJob>().InSingletonScope();
Kernel.Bind<IJob>().To<TrimLogsJob>().InSingletonScope();
Kernel.Bind<IJob>().To<RecentBacklogSearchJob>().InSingletonScope();
Kernel.Bind<IJob>().To<AutoIgnoreJob>().InSingletonScope();
Kernel.Get<JobProvider>().Initialize();
Kernel.Get<WebTimer>().StartTimer(30);