|
|
@ -53,10 +53,13 @@ namespace NzbDrone.Core.Test.ParserTests
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[TestCase("Songs of Experience (Deluxe Edition)", "Songs of Experience")]
|
|
|
|
[TestCase("Songs of Experience (Deluxe Edition)", "Songs of Experience")]
|
|
|
|
|
|
|
|
[TestCase("Songs of Experience (iTunes Deluxe Edition)", "Songs of Experience")]
|
|
|
|
|
|
|
|
[TestCase("Songs of Experience [Super Special Edition]", "Songs of Experience")]
|
|
|
|
[TestCase("Mr. Bad Guy [Special Edition]", "Mr. Bad Guy")]
|
|
|
|
[TestCase("Mr. Bad Guy [Special Edition]", "Mr. Bad Guy")]
|
|
|
|
[TestCase("Sweet Dreams (Album)", "Sweet Dreams")]
|
|
|
|
[TestCase("Sweet Dreams (Album)", "Sweet Dreams")]
|
|
|
|
[TestCase("Now What?! (Limited Edition)", "Now What?!")]
|
|
|
|
[TestCase("Now What?! (Limited Edition)", "Now What?!")]
|
|
|
|
[TestCase("Random Album Title (Promo CD)", "Random Album Title")]
|
|
|
|
[TestCase("Random Album Title (Promo CD)", "Random Album Title")]
|
|
|
|
|
|
|
|
[TestCase("Limited Edition", "Limited Edition")]
|
|
|
|
public void should_remove_common_tags_from_album_title(string title, string correct)
|
|
|
|
public void should_remove_common_tags_from_album_title(string title, string correct)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var result = Parser.Parser.CleanAlbumTitle(title);
|
|
|
|
var result = Parser.Parser.CleanAlbumTitle(title);
|
|
|
|