Housekeepers talk to the DB directly now

This commit is contained in:
Mark McDowall 2013-09-18 17:28:25 -07:00
commit f716a6d9fd
11 changed files with 161 additions and 141 deletions

View file

@ -60,8 +60,6 @@ namespace NzbDrone.Core.Test.Framework
}
}
[Category("DbTest")]
public abstract class DbTest : CoreTest
{