Removed all static state tracking from job provider.

This commit is contained in:
kay.one 2011-10-23 14:53:24 -07:00
commit 6828f099bc
6 changed files with 53 additions and 51 deletions

View file

@ -21,7 +21,6 @@ namespace NzbDrone.Core.Test.Framework
[TearDown]
public void TearDown()
{
JobProvider.Queue.Clear();
ExceptionVerification.AssertNoUnexcpectedLogs();
}