* Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great justice.
parent
806d4fa631
commit
95d87244b0
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue