|
|
@ -43,6 +43,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
|
|
|
[TestCase("My Movie GERMAN Extended Cut 2016", "Extended Cut")]
|
|
|
|
[TestCase("My Movie GERMAN Extended Cut 2016", "Extended Cut")]
|
|
|
|
[TestCase("My.Movie.GERMAN.Extended.Cut.2016", "Extended Cut")]
|
|
|
|
[TestCase("My.Movie.GERMAN.Extended.Cut.2016", "Extended Cut")]
|
|
|
|
[TestCase("My.Movie.GERMAN.Extended.Cut", "Extended Cut")]
|
|
|
|
[TestCase("My.Movie.GERMAN.Extended.Cut", "Extended Cut")]
|
|
|
|
|
|
|
|
[TestCase("My.Movie.Assembly.Cut.1992.REPACK.1080p.BluRay.DD5.1.x264-Group", "Assembly Cut")]
|
|
|
|
public void should_parse_edition(string postTitle, string edition)
|
|
|
|
public void should_parse_edition(string postTitle, string edition)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var parsed = Parser.Parser.ParseMovieTitle(postTitle);
|
|
|
|
var parsed = Parser.Parser.ParseMovieTitle(postTitle);
|
|
|
|