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
{

View File

@@ -49,7 +49,7 @@ using OpenSim.Region.CoreModules.ServiceConnectorsOut.Presence;
using OpenSim.Services.Interfaces;
using OpenSim.Tests.Common.Mock;
namespace OpenSim.Tests.Common.Setup
namespace OpenSim.Tests.Common
{
/// <summary>
/// Helpers for setting up scenes.

View File

@@ -32,7 +32,7 @@ using OpenSim.Framework;
using OpenSim.Region.Framework.Scenes;
using OpenSim.Services.Interfaces;
namespace OpenSim.Tests.Common.Setup
namespace OpenSim.Tests.Common
{
/// <summary>
/// Utility functions for carrying out task inventory tests.

View File

@@ -31,7 +31,7 @@ using OpenSim.Framework.Communications;
using OpenSim.Region.Framework.Scenes;
using OpenSim.Services.Interfaces;
namespace OpenSim.Tests.Common.Setup
namespace OpenSim.Tests.Common
{
/// <summary>
/// Utility functions for carrying out user profile related tests.