mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 19:32:51 +00:00
Added broken parser test
This commit is contained in:
parent
0884fa617a
commit
1dddf2ffde
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public class ParserTest : CoreTest
|
|||
[TestCase("Breaking.In.S01E07.21.0.Jump.Street.720p.WEB-DL.DD5.1.h.264-KiNGS", "Breaking In", 1, 7)]
|
||||
[TestCase("CSI525", "CSI", 5, 25)]
|
||||
[TestCase("King of the Hill - 10x12 - 24 Hour Propane People [SDTV]", "King of the Hill", 10, 12)]
|
||||
[TestCase("Brew Masters S01E06 3 Beers For Batali DVDRip XviD SPRiNTER","Brew Masters", 1, 6)]
|
||||
public void ParseTitle_single(string postTitle, string title, int seasonNumber, int episodeNumber)
|
||||
{
|
||||
var result = Parser.ParseTitle(postTitle);
|
||||
|
|
Loading…
Reference in a new issue