Fixed: Removed Eztv-like api support entirely since TorrentRss is now available.

This commit is contained in:
Taloth Saldono
2015-06-28 17:42:31 +02:00
parent 77e9493ccf
commit c9d0bc7148
11 changed files with 20 additions and 232 deletions
@@ -71,9 +71,9 @@ namespace NzbDrone.Core.Test.IndexerTests.TorrentRssIndexerTests
}
[Test]
public void should_parse_recent_feed_from_Eztv()
public void should_parse_recent_feed_from_Ezrss()
{
GivenRecentFeedResponse("Eztv/Eztv.xml");
GivenRecentFeedResponse("TorrentRss/Ezrss.xml");
var releases = Subject.FetchRecent();
@@ -34,9 +34,9 @@ namespace NzbDrone.Core.Test.IndexerTests.TorrentRssIndexerTests
}
[Test]
public void should_detect_rss_settings_for_eztv()
public void should_detect_rss_settings_for_ezrss()
{
GivenRecentFeedResponse("Eztv/Eztv.xml");
GivenRecentFeedResponse("TorrentRss/Ezrss.xml");
var settings = Subject.Detect(_indexerSettings);