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

@ -10,6 +10,8 @@ namespace NzbDrone.Core.Test.Framework
public void Setup()
{
ExceptionVerification.Reset();
}
[TearDown]