mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* minor: Move mock test classes into mock namespace
This commit is contained in:
@@ -36,7 +36,7 @@ using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Communications;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
using OpenSim.Tests.Infra;
|
||||
using OpenSim.Tests.Infra.Mock;
|
||||
|
||||
namespace OpenSim.Region.Environment.Scenes.Tests
|
||||
{
|
||||
|
||||
@@ -34,7 +34,7 @@ using OpenSim.Framework.Communications;
|
||||
using OpenSim.Framework.Communications.Cache;
|
||||
using OpenSim.Region.Communications.Local;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
using OpenSim.Tests.Infra;
|
||||
using OpenSim.Tests.Infra.Mock;
|
||||
|
||||
namespace OpenSim.Region.Environment.Scenes.Tests
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@ using NUnit.Framework.SyntaxHelpers;
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
using OpenSim.Tests.Infra;
|
||||
using OpenSim.Tests.Infra.Mock;
|
||||
|
||||
namespace OpenSim.Region.Environment.Scenes.Tests
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@ using OpenSim.Framework.Communications.Cache;
|
||||
using OpenSim.Framework.Servers;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
using OpenSim.Tests.Infra;
|
||||
using OpenSim.Tests.Infra.Mock;
|
||||
|
||||
namespace OpenSim.Region.Environment.Scenes.Tests
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Communications;
|
||||
|
||||
namespace OpenSim.Tests.Infra
|
||||
namespace OpenSim.Tests.Infra.Mock
|
||||
{
|
||||
/// <summary>
|
||||
/// In memory asset data plugin for test purposes. Could be another dll when properly filled out and when the
|
||||
@@ -33,7 +33,7 @@ using OpenMetaverse.Packets;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Tests.Infra
|
||||
namespace OpenSim.Tests.Infra.Mock
|
||||
{
|
||||
public class TestClient : IClientAPI
|
||||
{
|
||||
@@ -31,7 +31,7 @@ using OpenSim.Framework.Communications.Cache;
|
||||
using OpenSim.Framework.Servers;
|
||||
using OpenSim.Region.Communications.Local;
|
||||
|
||||
namespace OpenSim.Tests.Infra
|
||||
namespace OpenSim.Tests.Infra.Mock
|
||||
{
|
||||
public class TestCommunicationsManager : CommunicationsManager
|
||||
{
|
||||
@@ -30,7 +30,7 @@ using System.Collections.Generic;
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Tests.Infra
|
||||
namespace OpenSim.Tests.Infra.Mock
|
||||
{
|
||||
/// <summary>
|
||||
/// In memory inventory data plugin for test purposes. Could be another dll when properly filled out and when the
|
||||
@@ -30,7 +30,7 @@ using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Environment.Interfaces;
|
||||
|
||||
namespace OpenSim.Tests.Infra
|
||||
namespace OpenSim.Tests.Infra.Mock
|
||||
{
|
||||
/// <summary>
|
||||
/// Land channel for test purposes
|
||||
@@ -33,7 +33,7 @@ using OpenSim.Framework.Servers;
|
||||
using OpenSim.Region.Environment;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Tests.Infra
|
||||
namespace OpenSim.Tests.Infra.Mock
|
||||
{
|
||||
public class TestScene : Scene
|
||||
{
|
||||
@@ -30,7 +30,7 @@ using System.Collections.Generic;
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Tests.Infra
|
||||
namespace OpenSim.Tests.Infra.Mock
|
||||
{
|
||||
/// <summary>
|
||||
/// In memory user data provider. Might be quite useful as a proper user data plugin, though getting mono addins
|
||||
Reference in New Issue
Block a user