From 26cf45bbab6ad5f75cfe76a393a57bcc4b69dd48 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Wed, 27 Mar 2013 23:54:01 -0700 Subject: [PATCH] fixed broken build. --- .../Framework}/NBuilderExtensions.cs | 4 ++-- NzbDrone.Core.Test/NzbDrone.Core.Test.csproj | 1 + NzbDrone.Test.Common/NzbDrone.Test.Common.csproj | 8 -------- NzbDrone.Test.Common/packages.config | 1 - 4 files changed, 3 insertions(+), 11 deletions(-) rename {NzbDrone.Test.Common => NzbDrone.Core.Test/Framework}/NBuilderExtensions.cs (89%) diff --git a/NzbDrone.Test.Common/NBuilderExtensions.cs b/NzbDrone.Core.Test/Framework/NBuilderExtensions.cs similarity index 89% rename from NzbDrone.Test.Common/NBuilderExtensions.cs rename to NzbDrone.Core.Test/Framework/NBuilderExtensions.cs index 62b3b2cd4..197cb3310 100644 --- a/NzbDrone.Test.Common/NBuilderExtensions.cs +++ b/NzbDrone.Core.Test/Framework/NBuilderExtensions.cs @@ -1,9 +1,9 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using FizzWare.NBuilder; using NzbDrone.Core.Datastore; -namespace NzbDrone.Test.Common +namespace NzbDrone.Core.Test.Framework { public static class NBuilderExtensions { diff --git a/NzbDrone.Core.Test/NzbDrone.Core.Test.csproj b/NzbDrone.Core.Test/NzbDrone.Core.Test.csproj index efbf51bec..69cc4fc9b 100644 --- a/NzbDrone.Core.Test/NzbDrone.Core.Test.csproj +++ b/NzbDrone.Core.Test/NzbDrone.Core.Test.csproj @@ -143,6 +143,7 @@ + diff --git a/NzbDrone.Test.Common/NzbDrone.Test.Common.csproj b/NzbDrone.Test.Common/NzbDrone.Test.Common.csproj index 4ab5faeb1..ef526fd4d 100644 --- a/NzbDrone.Test.Common/NzbDrone.Test.Common.csproj +++ b/NzbDrone.Test.Common/NzbDrone.Test.Common.csproj @@ -53,9 +53,6 @@ MinimumRecommendedRules.ruleset - - ..\packages\NBuilder.3.0.1.1\lib\FizzWare.NBuilder.dll - ..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll @@ -92,7 +89,6 @@ - @@ -108,10 +104,6 @@ {F2BE0FDF-6E47-4827-A420-DD4EF82407F8} NzbDrone.Common - - {FF5EE3B6-913B-47CE-9CEB-11C51B4E1205} - NzbDrone.Core - diff --git a/NzbDrone.Test.Common/packages.config b/NzbDrone.Test.Common/packages.config index 32ed27f91..e4abed86a 100644 --- a/NzbDrone.Test.Common/packages.config +++ b/NzbDrone.Test.Common/packages.config @@ -2,7 +2,6 @@ -