pull/2/head
kay.one 12 years ago
parent a9f22237e3
commit 6f359cb4db

@ -1,4 +1,5 @@
using System;
using System.IO;
using System.Linq;
using NUnit.Framework;
using NzbDrone.Common;
@ -55,7 +56,7 @@ namespace NzbDrone.Core.Test.Framework
}
else
{
_db = new EloqueraDbFactory(new EnvironmentProvider()).Create();
_db = new EloqueraDbFactory(new EnvironmentProvider()).Create(Path.Combine(Environment.CurrentDirectory,Guid.NewGuid().ToString()+ ".elq"));
}
Mocker.SetConstant(Db);

Loading…
Cancel
Save