More REGEX work, cleaned up some extraneous bits and made them more accurate.

This commit is contained in:
Mark McDowall 2012-01-31 17:17:42 -08:00
parent c700ffcc3b
commit e0170a08e4
2 changed files with 10 additions and 10 deletions

View file

@ -405,7 +405,7 @@ namespace NzbDrone.Core.Test
ExceptionVerification.ExpectedWarns(1);
}
[TestCase("Fussball Bundesliga 2010 2011 30 Spieltag FC Bayern Muenchen vs Bayer 04 Leverkusen German WS dTV XviD WoGS")]
[TestCase("Fussball Bundesliga 10e2011e30 Spieltag FC Bayern Muenchen vs Bayer 04 Leverkusen German WS dTV XviD WoGS")]
public void unparsable_should_log_error_but_not_throw(string title)
{
Parser.ParseTitle(title);