more tests and bug fixes

This commit is contained in:
kay.one 2011-04-22 13:14:02 -07:00
commit e074164a47
7 changed files with 86 additions and 13 deletions

View file

@ -113,7 +113,7 @@ namespace NzbDrone.Core.Test
[Test]
[Row("The Test", "Test")]
[Row("The Test Title", "test title")]
[Row("Through the Wormhole", "Through.the.Wormhole")]
public void find_series_match(string title, string searchTitle)
{
var mocker = new AutoMoqer();