mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fix: Newzbin will no longer include Full DVD releases, or other non-standard formats.
This commit is contained in:
parent
c768fff4ef
commit
e8be045d12
4 changed files with 1 additions and 104 deletions
|
@ -458,22 +458,6 @@ namespace NzbDrone.Core.Test
|
|||
parseResults[0].Age.Should().Be(expectedAge);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void newzbin_should_mark_full_dvd_report_as_unknown()
|
||||
{
|
||||
WithConfiguredIndexers();
|
||||
|
||||
Mocker.GetMock<HttpProvider>()
|
||||
.Setup(h => h.DownloadStream(It.IsAny<String>(), It.IsAny<NetworkCredential>()))
|
||||
.Returns(File.OpenRead(".\\Files\\Rss\\newzbin_full_dvd.xml"));
|
||||
|
||||
//Act
|
||||
var parseResults = Mocker.Resolve<Newzbin>().FetchRss();
|
||||
|
||||
parseResults.Should().HaveCount(1);
|
||||
parseResults[0].Quality.QualityType.Should().Be(QualityTypes.Unknown);
|
||||
}
|
||||
|
||||
private static void Mark500Inconclusive()
|
||||
{
|
||||
ExceptionVerification.MarkInconclusive(typeof(WebException));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue