trying filesystem elq for mono linux.

This commit is contained in:
kay.one 2013-02-16 16:27:33 -08:00
parent 620dc2d086
commit dfb02884a0
3 changed files with 2 additions and 16 deletions

View file

@ -20,7 +20,7 @@ namespace NzbDrone.Core.Test.Datastore
[SetUp]
public void SetUp()
{
WithObjectDb();
WithObjectDb(false);
testSeries = Builder<Series>
.CreateNew()