Fixed: Series title sorting won't remove special/part/episode

This commit is contained in:
Mark McDowall
2014-11-18 22:01:16 -08:00
parent fd71bd6969
commit ddc4c359cb
3 changed files with 16 additions and 7 deletions
@@ -20,6 +20,7 @@ namespace NzbDrone.Core.Test.TvTests
[TestCase("The Mentalist", "mentalist")]
[TestCase("The Good Wife", "good wife")]
[TestCase("The Newsroom (2012)", "newsroom 2012")]
[TestCase("Special Agent Oso", "special agent oso")]
public void should_normalize_title(String title, String expected)
{
SeriesTitleNormalizer.Normalize(title, 0).Should().Be(expected);