diff options
author | Melanie | 2011-11-17 19:15:41 +0100 |
---|---|---|
committer | Melanie | 2011-11-17 19:15:41 +0100 |
commit | d1c80efd41d914ed91a51d129e8f08ad749e3397 (patch) | |
tree | 61aa8dbef7e0afa3f3a2c2eaa7f3ae3d4d8ef712 /OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs | |
parent | Force a sim exit when hearbeat isn't restarting successfully (diff) | |
parent | Merge branch 'master' into bigmerge (diff) | |
download | opensim-SC-d1c80efd41d914ed91a51d129e8f08ad749e3397.zip opensim-SC-d1c80efd41d914ed91a51d129e8f08ad749e3397.tar.gz opensim-SC-d1c80efd41d914ed91a51d129e8f08ad749e3397.tar.bz2 opensim-SC-d1c80efd41d914ed91a51d129e8f08ad749e3397.tar.xz |
Merge branch 'bigmerge' of ssh://3dhosting.de/var/git/careminster into bigmerge
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs b/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs index 2ea810f..cbc6b95 100644 --- a/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs +++ b/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs | |||
@@ -104,7 +104,7 @@ namespace OpenSim.Region.Physics.OdePlugin.Tests | |||
104 | m_log.Info("TargetSpace: " + oprim.m_targetSpace + " - SceneMainSpace: " + pscene.space); | 104 | m_log.Info("TargetSpace: " + oprim.m_targetSpace + " - SceneMainSpace: " + pscene.space); |
105 | 105 | ||
106 | Assert.That(!oprim.m_taintadd); | 106 | Assert.That(!oprim.m_taintadd); |
107 | m_log.Info("Prim Position (" + oprim.m_localID + "): " + prim.Position.ToString()); | 107 | m_log.Info("Prim Position (" + oprim.LocalID + "): " + prim.Position); |
108 | 108 | ||
109 | // Make sure we're above the ground | 109 | // Make sure we're above the ground |
110 | //Assert.That(prim.Position.Z > 20f); | 110 | //Assert.That(prim.Position.Z > 20f); |