aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Infra/Mock/TestLandChannel.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-11 16:40:22 +0000
committerJustin Clarke Casey2008-12-11 16:40:22 +0000
commite02aaaf9db6750867fa74f96861a3d3f8d03693f (patch)
tree672f53945d42ac374965bb238b6be14a70f9282e /OpenSim/Tests/Infra/Mock/TestLandChannel.cs
parentReimplemented running of ShutdownCommandFile. Mantis #2800 (diff)
downloadopensim-SC_OLD-e02aaaf9db6750867fa74f96861a3d3f8d03693f.zip
opensim-SC_OLD-e02aaaf9db6750867fa74f96861a3d3f8d03693f.tar.gz
opensim-SC_OLD-e02aaaf9db6750867fa74f96861a3d3f8d03693f.tar.bz2
opensim-SC_OLD-e02aaaf9db6750867fa74f96861a3d3f8d03693f.tar.xz
* minor: Move mock test classes into mock namespace
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Infra/Mock/TestLandChannel.cs (renamed from OpenSim/Tests/Infra/TestLandChannel.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Infra/TestLandChannel.cs b/OpenSim/Tests/Infra/Mock/TestLandChannel.cs
index 93ab674..21a6493 100644
--- a/OpenSim/Tests/Infra/TestLandChannel.cs
+++ b/OpenSim/Tests/Infra/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 33namespace OpenSim.Tests.Infra.Mock
34{ 34{
35 /// <summary> 35 /// <summary>
36 /// Land channel for test purposes 36 /// Land channel for test purposes