Fixed: Better support for adding series that contain special characters

This commit is contained in:
Mark McDowall
2014-02-20 18:16:26 -08:00
parent 0b2b8e9bbe
commit 6525fe9a67
2 changed files with 7 additions and 6 deletions
@@ -21,6 +21,7 @@ namespace NzbDrone.Core.Test.MetadataSourceTests
[TestCase("Franklin & Bash", "Franklin & Bash")]
[TestCase("Mr. D", "Mr. D")]
[TestCase("Rob & Big", "Rob and Big")]
[TestCase("M*A*S*H", "M*A*S*H")]
public void successful_search(string title, string expected)
{
var result = Subject.SearchForNewSeries(title);