@ -193,7 +193,7 @@ namespace NzbDrone.Core.Test
Parser . ParseTitle ( title ) . Should ( ) . BeNull ( ) ;
Parser . ParseTitle ( title ) . Should ( ) . BeNull ( ) ;
ExceptionVerification . Ex c pectedWarns( 1 ) ;
ExceptionVerification . Ex pectedWarns( 1 ) ;
}
}
@ -368,7 +368,7 @@ namespace NzbDrone.Core.Test
var result = Parser . ParseTitle ( postTitle ) ;
var result = Parser . ParseTitle ( postTitle ) ;
result . Should ( ) . BeNull ( ) ;
result . Should ( ) . BeNull ( ) ;
ExceptionVerification . Ex c pectedWarns( 1 ) ;
ExceptionVerification . Ex pectedWarns( 1 ) ;
}
}
[TestCase("Lie.to.Me.S03.SUBPACK.DVDRip.XviD-REWARD")]
[TestCase("Lie.to.Me.S03.SUBPACK.DVDRip.XviD-REWARD")]
@ -380,7 +380,7 @@ namespace NzbDrone.Core.Test
result . Should ( ) . BeNull ( ) ;
result . Should ( ) . BeNull ( ) ;
ExceptionVerification . Ex c pectedWarns( 1 ) ;
ExceptionVerification . Ex pectedWarns( 1 ) ;
}
}
[TestCase("Fussball Bundesliga 2010 2011 30 Spieltag FC Bayern Muenchen vs Bayer 04 Leverkusen German WS dTV XviD WoGS")]
[TestCase("Fussball Bundesliga 2010 2011 30 Spieltag FC Bayern Muenchen vs Bayer 04 Leverkusen German WS dTV XviD WoGS")]
@ -388,7 +388,7 @@ namespace NzbDrone.Core.Test
{
{
Parser . ParseTitle ( title ) ;
Parser . ParseTitle ( title ) ;
ExceptionVerification . IgnoreWarns ( ) ;
ExceptionVerification . IgnoreWarns ( ) ;
ExceptionVerification . Ex c pectedErrors( 1 ) ;
ExceptionVerification . Ex pectedErrors( 1 ) ;
}
}
}
}
}
}