diff options
author | Justin Clarke Casey | 2008-12-11 18:07:23 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-11 18:07:23 +0000 |
commit | bec39938491a2be01805627018c07430d0df4710 (patch) | |
tree | 897b3a83375d543f6ac9cd8cb749a2eface49d6d /OpenSim/Tests/Infra | |
parent | * Remove duplicate Python module entry in prebuild.xml (it's not impossible t... (diff) | |
download | opensim-SC_OLD-bec39938491a2be01805627018c07430d0df4710.zip opensim-SC_OLD-bec39938491a2be01805627018c07430d0df4710.tar.gz opensim-SC_OLD-bec39938491a2be01805627018c07430d0df4710.tar.bz2 opensim-SC_OLD-bec39938491a2be01805627018c07430d0df4710.tar.xz |
* Fold mock classes into existing OpenSim/Tests/Common assembly rather than sprouting another one
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs (renamed from OpenSim/Tests/Infra/Mock/TestAssetDataPlugin.cs) | 2 | ||||
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs (renamed from OpenSim/Tests/Infra/Mock/TestClient.cs) | 2 | ||||
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs (renamed from OpenSim/Tests/Infra/Mock/TestCommunicationsManager.cs) | 2 | ||||
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs (renamed from OpenSim/Tests/Infra/Mock/TestInventoryDataPlugin.cs) | 2 | ||||
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestLandChannel.cs (renamed from OpenSim/Tests/Infra/Mock/TestLandChannel.cs) | 2 | ||||
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestScene.cs (renamed from OpenSim/Tests/Infra/Mock/TestScene.cs) | 2 | ||||
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs (renamed from OpenSim/Tests/Infra/Mock/TestUserDataPlugin.cs) | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Tests/Infra/Mock/TestAssetDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs index 6a5c31e..f44339a 100644 --- a/OpenSim/Tests/Infra/Mock/TestAssetDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs | |||
@@ -29,7 +29,7 @@ using OpenMetaverse; | |||
29 | using OpenSim.Framework; | 29 | using OpenSim.Framework; |
30 | using OpenSim.Framework.Communications; | 30 | using OpenSim.Framework.Communications; |
31 | 31 | ||
32 | namespace OpenSim.Tests.Infra.Mock | 32 | namespace OpenSim.Tests.Common.Mock |
33 | { | 33 | { |
34 | /// <summary> | 34 | /// <summary> |
35 | /// In memory asset data plugin for test purposes. Could be another dll when properly filled out and when the | 35 | /// In memory asset data plugin for test purposes. Could be another dll when properly filled out and when the |
diff --git a/OpenSim/Tests/Infra/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index ba64393..9b44ac4 100644 --- a/OpenSim/Tests/Infra/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -33,7 +33,7 @@ using OpenMetaverse.Packets; | |||
33 | using OpenSim.Framework; | 33 | using OpenSim.Framework; |
34 | using OpenSim.Region.Environment.Scenes; | 34 | using OpenSim.Region.Environment.Scenes; |
35 | 35 | ||
36 | namespace OpenSim.Tests.Infra.Mock | 36 | namespace OpenSim.Tests.Common.Mock |
37 | { | 37 | { |
38 | public class TestClient : IClientAPI | 38 | public class TestClient : IClientAPI |
39 | { | 39 | { |
diff --git a/OpenSim/Tests/Infra/Mock/TestCommunicationsManager.cs b/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs index 38c1404..a6a025b 100644 --- a/OpenSim/Tests/Infra/Mock/TestCommunicationsManager.cs +++ b/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs | |||
@@ -31,7 +31,7 @@ using OpenSim.Framework.Communications.Cache; | |||
31 | using OpenSim.Framework.Servers; | 31 | using OpenSim.Framework.Servers; |
32 | using OpenSim.Region.Communications.Local; | 32 | using OpenSim.Region.Communications.Local; |
33 | 33 | ||
34 | namespace OpenSim.Tests.Infra.Mock | 34 | namespace OpenSim.Tests.Common.Mock |
35 | { | 35 | { |
36 | public class TestCommunicationsManager : CommunicationsManager | 36 | public class TestCommunicationsManager : CommunicationsManager |
37 | { | 37 | { |
diff --git a/OpenSim/Tests/Infra/Mock/TestInventoryDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs index 826ce1b..9e2116a 100644 --- a/OpenSim/Tests/Infra/Mock/TestInventoryDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs | |||
@@ -30,7 +30,7 @@ using System.Collections.Generic; | |||
30 | using OpenMetaverse; | 30 | using OpenMetaverse; |
31 | using OpenSim.Framework; | 31 | using OpenSim.Framework; |
32 | 32 | ||
33 | namespace OpenSim.Tests.Infra.Mock | 33 | namespace OpenSim.Tests.Common.Mock |
34 | { | 34 | { |
35 | /// <summary> | 35 | /// <summary> |
36 | /// In memory inventory data plugin for test purposes. Could be another dll when properly filled out and when the | 36 | /// In memory inventory data plugin for test purposes. Could be another dll when properly filled out and when the |
diff --git a/OpenSim/Tests/Infra/Mock/TestLandChannel.cs b/OpenSim/Tests/Common/Mock/TestLandChannel.cs index 21a6493..5e9b9ff 100644 --- a/OpenSim/Tests/Infra/Mock/TestLandChannel.cs +++ b/OpenSim/Tests/Common/Mock/TestLandChannel.cs | |||
@@ -30,7 +30,7 @@ using OpenMetaverse; | |||
30 | using OpenSim.Framework; | 30 | using OpenSim.Framework; |
31 | using OpenSim.Region.Environment.Interfaces; | 31 | using OpenSim.Region.Environment.Interfaces; |
32 | 32 | ||
33 | namespace OpenSim.Tests.Infra.Mock | 33 | namespace OpenSim.Tests.Common.Mock |
34 | { | 34 | { |
35 | /// <summary> | 35 | /// <summary> |
36 | /// Land channel for test purposes | 36 | /// Land channel for test purposes |
diff --git a/OpenSim/Tests/Infra/Mock/TestScene.cs b/OpenSim/Tests/Common/Mock/TestScene.cs index ca66014..6b176a1 100644 --- a/OpenSim/Tests/Infra/Mock/TestScene.cs +++ b/OpenSim/Tests/Common/Mock/TestScene.cs | |||
@@ -33,7 +33,7 @@ using OpenSim.Framework.Servers; | |||
33 | using OpenSim.Region.Environment; | 33 | using OpenSim.Region.Environment; |
34 | using OpenSim.Region.Environment.Scenes; | 34 | using OpenSim.Region.Environment.Scenes; |
35 | 35 | ||
36 | namespace OpenSim.Tests.Infra.Mock | 36 | namespace OpenSim.Tests.Common.Mock |
37 | { | 37 | { |
38 | public class TestScene : Scene | 38 | public class TestScene : Scene |
39 | { | 39 | { |
diff --git a/OpenSim/Tests/Infra/Mock/TestUserDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs index c08fc90..a5e2a37 100644 --- a/OpenSim/Tests/Infra/Mock/TestUserDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs | |||
@@ -30,7 +30,7 @@ using System.Collections.Generic; | |||
30 | using OpenMetaverse; | 30 | using OpenMetaverse; |
31 | using OpenSim.Framework; | 31 | using OpenSim.Framework; |
32 | 32 | ||
33 | namespace OpenSim.Tests.Infra.Mock | 33 | namespace OpenSim.Tests.Common.Mock |
34 | { | 34 | { |
35 | /// <summary> | 35 | /// <summary> |
36 | /// In memory user data provider. Might be quite useful as a proper user data plugin, though getting mono addins | 36 | /// In memory user data provider. Might be quite useful as a proper user data plugin, though getting mono addins |