mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-23 00:03:05 +00:00
Broken test that we can use once we have better parsing
This commit is contained in:
parent
067f450486
commit
4b9ec94fcc
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ public class SingleEpisodeParserFixture : CoreTest
|
|||
[TestCase("Series Title [1x05] Episode Title", "Series Title", 1, 5)]
|
||||
[TestCase("Series Title [S01E05] Episode Title", "Series Title", 1, 5)]
|
||||
[TestCase("Series Title Season 01 Episode 05 720p", "Series Title", 1, 5)]
|
||||
[TestCase("Off the Air - 101 - Animals (460p.x264.vorbis-2.0) [449].mkv", "Off the Air", 1, 1)]
|
||||
//[TestCase("", "", 0, 0)]
|
||||
public void should_parse_single_episode(string postTitle, string title, int seasonNumber, int episodeNumber)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue