* Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great justice.

0.6.5-rc1
lbsa71 2009-05-14 08:21:14 +00:00
parent 806d4fa631
commit 95d87244b0
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using NUnit.Framework; using NUnit.Framework;
using OpenSim.Tests.Common; using OpenSim.Tests.Common.Setup;
namespace OpenSim.Framework.Servers.HttpServer.Tests namespace OpenSim.Framework.Servers.HttpServer.Tests
{ {

View File

@ -7,7 +7,7 @@ using OpenSim.Framework.Servers;
using OpenSim.Framework.Servers.HttpServer; using OpenSim.Framework.Servers.HttpServer;
using OpenSim.Tests.Common.Mock; using OpenSim.Tests.Common.Mock;
namespace OpenSim.Tests.Common namespace OpenSim.Tests.Common.Setup
{ {
public class BaseRequestHandlerTestHelper public class BaseRequestHandlerTestHelper
{ {
@ -56,4 +56,4 @@ namespace OpenSim.Tests.Common
Assert.AreEqual(EmptyByteArray, handler.Handle(assetsPath + "/badGuid", null, null, null), "Failed on bad guid."); Assert.AreEqual(EmptyByteArray, handler.Handle(assetsPath + "/badGuid", null, null, null), "Failed on bad guid.");
} }
} }
} }