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