JobProvider can reset itself.

cleaned up unit test logging
This commit is contained in:
kay.one
2011-11-06 22:26:21 -08:00
parent 82b6ec5ed4
commit 07458529f6
11 changed files with 401 additions and 398 deletions

View File

@@ -21,7 +21,6 @@ namespace NzbDrone.Core.Test
readonly IList<Type> indexers = typeof(CentralDispatch).Assembly.GetTypes().Where(t => t.IsSubclassOf(typeof(IndexerBase))).ToList();
readonly IList<Type> jobs = typeof(CentralDispatch).Assembly.GetTypes().Where(t => t.GetInterfaces().Contains(typeof(IJob))).ToList();
[Test]
public void InitAppTest()
{