mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
tweaked logging tests.
This commit is contained in:
@@ -68,6 +68,16 @@ namespace NzbDrone.Core.Test.Framework
|
||||
private ITestDatabase _db;
|
||||
private IDatabase _database;
|
||||
|
||||
|
||||
protected virtual MigrationType MigrationType
|
||||
{
|
||||
get
|
||||
{
|
||||
return MigrationType.Main;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
protected ITestDatabase Db
|
||||
{
|
||||
get
|
||||
@@ -87,7 +97,7 @@ namespace NzbDrone.Core.Test.Framework
|
||||
MapRepository.Instance.EnableTraceLogging = true;
|
||||
|
||||
var factory = new DbFactory(new MigrationController(new NlogAnnouncer()));
|
||||
_database = factory.Create(_dbName);
|
||||
_database = factory.Create(_dbName, MigrationType);
|
||||
_db = new TestTestDatabase(_database);
|
||||
Mocker.SetConstant(_database);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user