Added Tests for CentralDispatch

This commit is contained in:
kay.one 2011-07-07 22:41:08 -07:00
commit 6393d0a3f9
15 changed files with 133 additions and 32 deletions

View file

@ -52,7 +52,7 @@ namespace NzbDrone.Core
}
}
private static void InitializeApp()
public static void InitializeApp()
{
BindKernel();
@ -67,7 +67,7 @@ namespace NzbDrone.Core
BindExternalNotifications();
}
public static void BindKernel()
private static void BindKernel()
{
lock (KernelLock)
{