fixed broken tests

pull/4/head
kay.one 11 years ago
parent c5c02f08f8
commit deefa07f38

@ -48,7 +48,7 @@ namespace NzbDrone.Test.Common
//can't use because of a bug in mono with 2.6.2,
//https://bugs.launchpad.net/nunitv2/+bug/1076932
if (OsInfo.IsWindows && TestContext.CurrentContext.Result.State == TestState.Success)
if (BuildInfo.IsDebug && TestContext.CurrentContext.Result.State == TestState.Success)
{
ExceptionVerification.AssertNoUnexcpectedLogs();
}

Loading…
Cancel
Save