tweaked logging tests.

This commit is contained in:
kay.one 2013-03-26 21:03:02 -07:00
commit ccba527e89
4 changed files with 26 additions and 4 deletions

View file

@ -20,6 +20,14 @@ namespace NzbDrone.Core.Test.InstrumentationTests
private static string _uniqueMessage;
Logger _logger;
protected override MigrationType MigrationType
{
get
{
return MigrationType.Log;
}
}
[SetUp]
public void Setup()
{