only assert no warn/errors when test has passed.r

pull/2/head
kay.one 11 years ago
parent ff573f358f
commit 8f1127b57e

@ -39,8 +39,7 @@ namespace NzbDrone.Test.Common
[TearDown]
public void LoggingDownBase()
{
//if (TestContext.CurrentContext.Result.State == TestState.Failure || TestContext.CurrentContext.Result.State == TestState.Error)
if (TestContext.CurrentContext.Result.State == TestState.Success)
{
ExceptionVerification.AssertNoUnexcpectedLogs();
}

Loading…
Cancel
Save