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

This commit is contained in:
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.Text;
using NUnit.Framework;
using OpenSim.Tests.Common;
using OpenSim.Tests.Common.Setup;
namespace OpenSim.Framework.Servers.HttpServer.Tests
{