diff options
author | Justin Clarke Casey | 2009-04-15 17:40:04 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-15 17:40:04 +0000 |
commit | fa9b9126ee85fd1124634dae41c8ac58ba4fe70f (patch) | |
tree | 80c9b16f54ce909e1a765e6eeabe634ee9a57d48 /OpenSim/Region/Framework | |
parent | Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a... (diff) | |
download | opensim-SC_OLD-fa9b9126ee85fd1124634dae41c8ac58ba4fe70f.zip opensim-SC_OLD-fa9b9126ee85fd1124634dae41c8ac58ba4fe70f.tar.gz opensim-SC_OLD-fa9b9126ee85fd1124634dae41c8ac58ba4fe70f.tar.bz2 opensim-SC_OLD-fa9b9126ee85fd1124634dae41c8ac58ba4fe70f.tar.xz |
* Resolve unit test failure introduced in r9148 (probably)
* Have the test scene always return success for session id authentication for now
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index b650b79..2ed384f 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -213,7 +213,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
213 | PhysicsScene.OnJointDeactivated += jointDeactivated; | 213 | PhysicsScene.OnJointDeactivated += jointDeactivated; |
214 | PhysicsScene.OnJointErrorMessage += jointErrorMessage; | 214 | PhysicsScene.OnJointErrorMessage += jointErrorMessage; |
215 | } | 215 | } |
216 | |||
217 | } | 216 | } |
218 | } | 217 | } |
219 | 218 | ||