mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
* Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great justice.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using NUnit.Framework;
|
||||
using OpenSim.Tests.Common;
|
||||
using OpenSim.Tests.Common.Setup;
|
||||
|
||||
namespace OpenSim.Framework.Servers.HttpServer.Tests
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using OpenSim.Framework.Servers;
|
||||
using OpenSim.Framework.Servers.HttpServer;
|
||||
using OpenSim.Tests.Common.Mock;
|
||||
|
||||
namespace OpenSim.Tests.Common
|
||||
namespace OpenSim.Tests.Common.Setup
|
||||
{
|
||||
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.");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user