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/PhysicsBot.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/PhysicsBot.cs')
-rw-r--r-- | OpenSim/TestSuite/PhysicsBot.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/TestSuite/PhysicsBot.cs b/OpenSim/TestSuite/PhysicsBot.cs index 3e12bb1..5c1d966 100644 --- a/OpenSim/TestSuite/PhysicsBot.cs +++ b/OpenSim/TestSuite/PhysicsBot.cs | |||
@@ -37,8 +37,9 @@ using System.Threading; | |||
37 | using OpenSim.Framework; | 37 | using OpenSim.Framework; |
38 | using OpenSim.Framework.Console; | 38 | using OpenSim.Framework.Console; |
39 | using Timer = System.Timers.Timer; | 39 | using Timer = System.Timers.Timer; |
40 | using log4net; | ||
40 | 41 | ||
41 | namespace pCampBot | 42 | namespace OpenSim.TestSuite |
42 | { | 43 | { |
43 | public class PhysicsBot | 44 | public class PhysicsBot |
44 | { | 45 | { |