|
|
@ -287,9 +287,7 @@ namespace NzbDrone.Core.Test.IndexerTests.TorrentRssIndexerTests
|
|
|
|
|
|
|
|
|
|
|
|
var ex = Assert.Throws<UnsupportedFeedException>(() => Subject.Detect(_indexerSettings));
|
|
|
|
var ex = Assert.Throws<UnsupportedFeedException>(() => Subject.Detect(_indexerSettings));
|
|
|
|
|
|
|
|
|
|
|
|
ex.Message.Should().Contain("Empty feed");
|
|
|
|
ex.Message.Should().Contain("Rss feed must have a pubDate");
|
|
|
|
|
|
|
|
|
|
|
|
ExceptionVerification.ExpectedErrors(1);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[TestCase("Torrentleech/Torrentleech.xml")]
|
|
|
|
[TestCase("Torrentleech/Torrentleech.xml")]
|
|
|
|