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

This commit is contained in:
kay.one 2013-08-05 21:48:48 -07:00
parent ff573f358f
commit 8f1127b57e
1 changed files with 1 additions and 2 deletions

View File

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