Fixed broken tests

This commit is contained in:
Mark McDowall
2013-11-10 22:41:21 -08:00
parent 26d3d9dcd6
commit 9be6e68e7e
2 changed files with 30 additions and 23 deletions
@@ -120,7 +120,7 @@ namespace NzbDrone.Core.Test.ParserTests
ExceptionVerification.IgnoreWarns();
}
[TestCase("[DmonHiro] The Severing Crime Edge - Cut 02 - Portrait Of Heresy [BD, 720p] [BE36E9E0]")]
[TestCase("THIS SHOULD NEVER PARSE")]
public void unparsable_title_should_log_warn_and_return_null(string title)
{
Parser.Parser.ParseTitle(title).Should().BeNull();