Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Tests.Common instead

This commit is contained in:
Justin Clark-Casey (justincc)
2011-05-21 01:05:20 +01:00
parent 4073f10133
commit bb9b317f15
30 changed files with 4 additions and 30 deletions

View File

@@ -34,7 +34,7 @@ using OpenSim.Framework.Servers;
using OpenSim.Framework.Servers.HttpServer;
using OpenSim.Tests.Common.Mock;
namespace OpenSim.Tests.Common.Setup
namespace OpenSim.Tests.Common
{
public class BaseRequestHandlerHelpers
{