diff options
author | Sean Dague | 2008-03-11 20:15:07 +0000 |
---|---|---|
committer | Sean Dague | 2008-03-11 20:15:07 +0000 |
commit | 1dfa382e44bdb386136d84f3d7f67cfdb080fe16 (patch) | |
tree | ce475a47fce503d56fc031d961c71054ee65b3e1 /OpenSim/TestSuite/BotManager.cs | |
parent | * Temporarily disabling sending of ImageNotInDatabasePacket when a texture is... (diff) | |
download | opensim-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.cs | 2 |
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; | |||
37 | using OpenSim.Framework; | 37 | using OpenSim.Framework; |
38 | using OpenSim.Framework.Console; | 38 | using OpenSim.Framework.Console; |
39 | 39 | ||
40 | namespace pCampBot | 40 | namespace OpenSim.TestSuite |
41 | { | 41 | { |
42 | /// <summary> | 42 | /// <summary> |
43 | /// Thread/Bot manager for the application | 43 | /// Thread/Bot manager for the application |