moved log to object db.

This commit is contained in:
kay.one 2013-02-23 11:38:25 -08:00
commit b3c6db5997
21 changed files with 157 additions and 321 deletions

View file

@ -18,7 +18,7 @@ using NzbDrone.Test.Common;
namespace NzbDrone.Core.Test.JobTests
{
[TestFixture]
public class JobRepositoryFixture : RepositoryTest<JobRepository, JobDefinition>
public class JobRepositoryFixture : ObjectDbTest<JobRepository, JobDefinition>
{
FakeJob _fakeJob;
DisabledJob _disabledJob;