aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestLandChannel.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-11 18:07:23 +0000
committerJustin Clarke Casey2008-12-11 18:07:23 +0000
commitbec39938491a2be01805627018c07430d0df4710 (patch)
tree897b3a83375d543f6ac9cd8cb749a2eface49d6d /OpenSim/Tests/Common/Mock/TestLandChannel.cs
parent* Remove duplicate Python module entry in prebuild.xml (it's not impossible t... (diff)
downloadopensim-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/TestLandChannel.cs (renamed from OpenSim/Tests/Infra/Mock/TestLandChannel.cs)2
1 files changed, 1 insertions, 1 deletions
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;
30using OpenSim.Framework; 30using OpenSim.Framework;
31using OpenSim.Region.Environment.Interfaces; 31using OpenSim.Region.Environment.Interfaces;
32 32
33namespace OpenSim.Tests.Infra.Mock 33namespace OpenSim.Tests.Common.Mock
34{ 34{
35 /// <summary> 35 /// <summary>
36 /// Land channel for test purposes 36 /// Land channel for test purposes