Fixed: Remove xpost suffix from release groups

This commit is contained in:
Qstick 2018-02-09 23:23:27 -05:00
parent 6c20832c7f
commit 28a508bed7
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("7s-atlantis-s02e01-720p.mkv", null)]
[TestCase("The.Middle.S09E13.720p.HEVC.x265-MeGusta-Pre", "MeGusta")]
[TestCase("Ghosted.S01E08.Haunted.Hayride.720p.AMZN.WEBRip.DDP5.1.x264-NTb-postbot", "NTb")]
[TestCase("Ghosted.S01E08.Haunted.Hayride.720p.AMZN.WEBRip.DDP5.1.x264-NTb-xpost", "NTb")]
//[TestCase("", "")]
public void should_parse_release_group(string title, string expected)
{