added json.net tests for mono.

This commit is contained in:
Keivan Beigi
2013-04-16 16:21:03 -07:00
parent 86e0d985ef
commit 861c07b2fa
8 changed files with 150 additions and 9 deletions
@@ -66,13 +66,5 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.NzbgetProviderTests
.Should()
.HaveCount(1);
}
[Test]
public void should_throw_when_error_is_returned()
{
WithFailResponse();
Assert.Throws<ApplicationException>(() => Mocker.Resolve<NzbgetClient>().GetQueue());
}
}
}