|
|
@ -93,7 +93,6 @@ namespace NzbDrone.Core.Test.ParserTests
|
|
|
|
[TestCase("NCIS.S010E16.720p.HDTV.X264-DIMENSION", "NCIS", 10, 16)]
|
|
|
|
[TestCase("NCIS.S010E16.720p.HDTV.X264-DIMENSION", "NCIS", 10, 16)]
|
|
|
|
[TestCase("[ www.Torrenting.com ] - Revolution.2012.S02E17.720p.HDTV.X264-DIMENSION", "Revolution2012", 2, 17)]
|
|
|
|
[TestCase("[ www.Torrenting.com ] - Revolution.2012.S02E17.720p.HDTV.X264-DIMENSION", "Revolution2012", 2, 17)]
|
|
|
|
[TestCase("Revolution.2012.S02E18.720p.HDTV.X264-DIMENSION.mkv", "Revolution2012", 2, 18)]
|
|
|
|
[TestCase("Revolution.2012.S02E18.720p.HDTV.X264-DIMENSION.mkv", "Revolution2012", 2, 18)]
|
|
|
|
[TestCase("Backup_72023S02-12.mkv", "Backup_72023", 2, 12)]
|
|
|
|
|
|
|
|
//[TestCase("", "", 0, 0)]
|
|
|
|
//[TestCase("", "", 0, 0)]
|
|
|
|
public void should_parse_single_episode(string postTitle, string title, int seasonNumber, int episodeNumber)
|
|
|
|
public void should_parse_single_episode(string postTitle, string title, int seasonNumber, int episodeNumber)
|
|
|
|
{
|
|
|
|
{
|
|
|
|