aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/TestSuite/BotManager.cs
diff options
context:
space:
mode:
authorSean Dague2008-03-11 20:15:07 +0000
committerSean Dague2008-03-11 20:15:07 +0000
commit1dfa382e44bdb386136d84f3d7f67cfdb080fe16 (patch)
treece475a47fce503d56fc031d961c71054ee65b3e1 /OpenSim/TestSuite/BotManager.cs
parent* Temporarily disabling sending of ImageNotInDatabasePacket when a texture is... (diff)
downloadopensim-SC_OLD-1dfa382e44bdb386136d84f3d7f67cfdb080fe16.zip
opensim-SC_OLD-1dfa382e44bdb386136d84f3d7f67cfdb080fe16.tar.gz
opensim-SC_OLD-1dfa382e44bdb386136d84f3d7f67cfdb080fe16.tar.bz2
opensim-SC_OLD-1dfa382e44bdb386136d84f3d7f67cfdb080fe16.tar.xz
moving everything into OpenSim.TestSuite namespace
Diffstat (limited to 'OpenSim/TestSuite/BotManager.cs')
-rw-r--r--OpenSim/TestSuite/BotManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/TestSuite/BotManager.cs b/OpenSim/TestSuite/BotManager.cs
index efd1613..6ef1dea 100644
--- a/OpenSim/TestSuite/BotManager.cs
+++ b/OpenSim/TestSuite/BotManager.cs
@@ -37,7 +37,7 @@ using System.Threading;
37using OpenSim.Framework; 37using OpenSim.Framework;
38using OpenSim.Framework.Console; 38using OpenSim.Framework.Console;
39 39
40namespace pCampBot 40namespace OpenSim.TestSuite
41{ 41{
42 /// <summary> 42 /// <summary>
43 /// Thread/Bot manager for the application 43 /// Thread/Bot manager for the application