mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
fixed broken builds.
This commit is contained in:
parent
bac51706ae
commit
3a3d43b702
1 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,11 @@ namespace NzbDrone.Test.Common
|
||||||
[TearDown]
|
[TearDown]
|
||||||
public void LoggingDownBase()
|
public void LoggingDownBase()
|
||||||
{
|
{
|
||||||
if (TestContext.CurrentContext.Result.State == TestState.Success)
|
|
||||||
|
|
||||||
|
//can't use because of a bug in mono with 2.6.2,
|
||||||
|
//https://bugs.launchpad.net/nunitv2/+bug/1076932
|
||||||
|
//if (TestContext.CurrentContext.Result.State == TestState.Success)
|
||||||
{
|
{
|
||||||
ExceptionVerification.AssertNoUnexcpectedLogs();
|
ExceptionVerification.AssertNoUnexcpectedLogs();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue