1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-26 01:37:07 +00:00

Fixed broken tests.

This commit is contained in:
Mark McDowall 2011-12-16 19:25:30 -08:00
parent 3f32ad1bf2
commit 40dec07612

View file

@ -26,8 +26,8 @@ namespace NzbDrone.Core.Test
public class IndexerTests : CoreTest
{
[TestCase("nzbsorg.xml", 2)]
[TestCase("nzbsrus.xml", 7)]
[TestCase("nzbsorg.xml", 1)]
[TestCase("nzbsrus.xml", 6)]
[TestCase("newzbin.xml", 1)]
[TestCase("nzbmatrix.xml", 2)]
public void parse_feed_xml(string fileName, int warns)