Fixed orphaned job issue in JobController

System/Jobs now shows items currently in queue.
This commit is contained in:
kay.one
2011-07-10 21:53:34 -07:00
parent da27db7e03
commit d640fa65e8
6 changed files with 141 additions and 78 deletions
+2
View File
@@ -1,4 +1,5 @@
using NUnit.Framework;
using NzbDrone.Core.Providers.Jobs;
namespace NzbDrone.Core.Test.Framework
{
@@ -17,6 +18,7 @@ namespace NzbDrone.Core.Test.Framework
[TearDown]
public void TearDown()
{
JobProvider.Queue.Clear();
ExceptionVerification.AssertNoUnexcpectedLogs();
}