|
|
|
@ -59,6 +59,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
|
|
|
|
[TestCase("Sweet Dreams (Album)", "Sweet Dreams")]
|
|
|
|
|
[TestCase("Now What?! (Limited Edition)", "Now What?!")]
|
|
|
|
|
[TestCase("Random Album Title (Promo CD)", "Random Album Title")]
|
|
|
|
|
[TestCase("Hello, I Must Be Going (2016 Remastered)", "Hello, I Must Be Going")]
|
|
|
|
|
[TestCase("Limited Edition", "Limited Edition")]
|
|
|
|
|
public void should_remove_common_tags_from_album_title(string title, string correct)
|
|
|
|
|
{
|
|
|
|
|