Fixed: Better release parsing (#541)

This commit is contained in:
ta264
2018-11-19 02:59:54 +00:00
committed by Qstick
parent e260a29b57
commit d62b4e49f9
3 changed files with 21 additions and 4 deletions
@@ -182,6 +182,8 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Black Sabbath Black Sabbath FLAC")]
[TestCase("BlaCk SabBaTh Black SabBatH FLAC")]
[TestCase("Black Sabbath FLAC Black Sabbath")]
[TestCase("Black.Sabbath-FLAC-Black.Sabbath")]
[TestCase("Black_Sabbath-FLAC-Black_Sabbath")]
public void should_parse_artist_name_and_album_title_by_search_criteria(string releaseTitle)
{
GivenSearchCriteria("Black Sabbath", "Black Sabbath");