Fixed: some issues around removing completed and failed downloads

This commit is contained in:
Keivan Beigi
2014-12-22 17:17:48 -08:00
parent 4ac9fd939a
commit e79a2c742a
18 changed files with 39 additions and 156 deletions

View File

@@ -82,7 +82,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests
[Test]
public void should_throw_item_is_removed()
{
Assert.Throws<NotSupportedException>(() => Subject.RemoveItem(""));
Assert.Throws<NotSupportedException>(() => Subject.RemoveItem("", true));
}
[Test]