Fixed: Italians in title will not treat the episode as Italian language

This commit is contained in:
Mark McDowall
2015-02-04 23:24:30 -08:00
parent 2a4d7b82ea
commit fd02f0ae55
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Extant.S01E01.VOSTFR.HDTV.x264-RiDERS", Language.French)]
[TestCase("Constantine.2014.S01E01.WEBRiP.H264.AAC.5.1-NL.SUBS", Language.Dutch)]
[TestCase("Elementary - S02E16 - Kampfhaehne - mkv - by Videomann", Language.German)]
[TestCase("Two.Greedy.Italians.S01E01.The.Family.720p.HDTV.x264-FTP", Language.English)]
public void should_parse_language(string postTitle, Language language)
{
var result = Parser.Parser.ParseTitle(postTitle);