* minor: Move mock test classes into mock namespace
parent
fa28d1ab7d
commit
e02aaaf9db
|
@ -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
|
10
prebuild.xml
10
prebuild.xml
|
@ -2387,19 +2387,19 @@
|
|||
</Files>
|
||||
</Project>
|
||||
|
||||
<Project name="OpenSim.Tests.Infra" path="OpenSim/Tests/Infra" type="Library">
|
||||
<Project name="OpenSim.Tests.Infra.Mock" path="OpenSim/Tests/Infra/Mock" type="Library">
|
||||
<Configuration name="Debug">
|
||||
<Options>
|
||||
<OutputPath>../../../bin/</OutputPath>
|
||||
<OutputPath>../../../../bin/</OutputPath>
|
||||
</Options>
|
||||
</Configuration>
|
||||
<Configuration name="Release">
|
||||
<Options>
|
||||
<OutputPath>../../../bin/</OutputPath>
|
||||
<OutputPath>../../../../bin/</OutputPath>
|
||||
</Options>
|
||||
</Configuration>
|
||||
|
||||
<ReferencePath>../../../bin/</ReferencePath>
|
||||
<ReferencePath>../../../../bin/</ReferencePath>
|
||||
<Reference name="System" localCopy="false"/>
|
||||
<Reference name="OpenMetaverse.dll"/>
|
||||
<Reference name="OpenMetaverseTypes.dll"/>
|
||||
|
@ -2652,7 +2652,7 @@
|
|||
|
||||
<!-- Unit tests -->
|
||||
<!-- <Reference name="OpenSim.Tests.Common"/> -->
|
||||
<Reference name="OpenSim.Tests.Infra"/>
|
||||
<Reference name="OpenSim.Tests.Infra.Mock"/>
|
||||
<Reference name="Nini.dll"/>
|
||||
<Reference name="nunit.framework.dll"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue