diff options
author | Teravus Ovares | 2009-02-08 17:25:02 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-02-08 17:25:02 +0000 |
commit | 26ca3e26bf10cec2d374b0f0a79c4c255275b28e (patch) | |
tree | cf2183bdaf3da4594b6547e236d17c857e882f55 /OpenSim/Region/Physics/OdePlugin/ODETestClass.cs | |
parent | send group name in binary bucket in chatterbox invitation eventqueue message (diff) | |
download | opensim-SC_OLD-26ca3e26bf10cec2d374b0f0a79c4c255275b28e.zip opensim-SC_OLD-26ca3e26bf10cec2d374b0f0a79c4c255275b28e.tar.gz opensim-SC_OLD-26ca3e26bf10cec2d374b0f0a79c4c255275b28e.tar.bz2 opensim-SC_OLD-26ca3e26bf10cec2d374b0f0a79c4c255275b28e.tar.xz |
Reverts patch from tuco/mikkopa/sempuki mantis #3072
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODETestClass.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODETestClass.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs b/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs index b955e4b..c913639 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs | |||
@@ -37,9 +37,9 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
37 | [TestFixture] | 37 | [TestFixture] |
38 | public class ODETestClass | 38 | public class ODETestClass |
39 | { | 39 | { |
40 | protected OdePlugin cbt; | 40 | private OdePlugin cbt; |
41 | protected PhysicsScene ps; | 41 | private PhysicsScene ps; |
42 | protected IMeshingPlugin imp; | 42 | private IMeshingPlugin imp; |
43 | 43 | ||
44 | [SetUp] | 44 | [SetUp] |
45 | public void Initialize() | 45 | public void Initialize() |