From 9447ea6786f7c88ef40dd678efedccdb92a74c35 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 10 Mar 2014 12:24:32 -0700 Subject: [PATCH] Fixed broken tests --- src/NzbDrone.Core.Test/ParserTests/ParserFixture.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Core.Test/ParserTests/ParserFixture.cs b/src/NzbDrone.Core.Test/ParserTests/ParserFixture.cs index 6d6690996..bfcbcb926 100644 --- a/src/NzbDrone.Core.Test/ParserTests/ParserFixture.cs +++ b/src/NzbDrone.Core.Test/ParserTests/ParserFixture.cs @@ -28,8 +28,8 @@ namespace NzbDrone.Core.Test.ParserTests [TestCase("Bad Format", "badformat")] [TestCase("Mad Men - Season 1 [Bluray720p]", "madmen")] [TestCase("Mad Men - Season 1 [Bluray1080p]", "madmen")] - [TestCase("The Daily Show With Jon Stewart -", "dailyshowwithjonstewart")] - [TestCase("The Venture Bros. (2004)", "venturebros2004")] + [TestCase("The Daily Show With Jon Stewart -", "thedailyshowwithjonstewart")] + [TestCase("The Venture Bros. (2004)", "theventurebros2004")] [TestCase("Castle (2011)", "castle2011")] [TestCase("Adventure Time S02 720p HDTV x264 CRON", "adventuretime")] [TestCase("Hawaii Five 0", "hawaiifive0")]