diff options
author | Justin Clark-Casey (justincc) | 2012-04-21 00:54:48 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-04-21 00:54:48 +0100 |
commit | 06552f217ebd9301fd487c788a13fd75d61a46de (patch) | |
tree | 7dba9e0c918dd53c7ce76eae6afa5602473601b1 /OpenSim/Tests/Common | |
parent | If a physical prim is manually moved (e.g. by a user) then set the geometry p... (diff) | |
download | opensim-SC_OLD-06552f217ebd9301fd487c788a13fd75d61a46de.zip opensim-SC_OLD-06552f217ebd9301fd487c788a13fd75d61a46de.tar.gz opensim-SC_OLD-06552f217ebd9301fd487c788a13fd75d61a46de.tar.bz2 opensim-SC_OLD-06552f217ebd9301fd487c788a13fd75d61a46de.tar.xz |
Add TestSetPhysics() to SOP status tests
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Helpers/SceneHelpers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Helpers/SceneHelpers.cs b/OpenSim/Tests/Common/Helpers/SceneHelpers.cs index 318758d..7a6b1cf 100644 --- a/OpenSim/Tests/Common/Helpers/SceneHelpers.cs +++ b/OpenSim/Tests/Common/Helpers/SceneHelpers.cs | |||
@@ -153,7 +153,7 @@ namespace OpenSim.Tests.Common | |||
153 | PhysicsPluginManager physicsPluginManager = new PhysicsPluginManager(); | 153 | PhysicsPluginManager physicsPluginManager = new PhysicsPluginManager(); |
154 | physicsPluginManager.LoadPluginsFromAssembly("Physics/OpenSim.Region.Physics.BasicPhysicsPlugin.dll"); | 154 | physicsPluginManager.LoadPluginsFromAssembly("Physics/OpenSim.Region.Physics.BasicPhysicsPlugin.dll"); |
155 | testScene.PhysicsScene | 155 | testScene.PhysicsScene |
156 | = physicsPluginManager.GetPhysicsScene("basicphysics", "ZeroMesher", new IniConfigSource(), "test"); | 156 | = physicsPluginManager.GetPhysicsScene("basicphysics", "ZeroMesher", new IniConfigSource(), "test"); |
157 | 157 | ||
158 | testScene.RegionInfo.EstateSettings = new EstateSettings(); | 158 | testScene.RegionInfo.EstateSettings = new EstateSettings(); |
159 | testScene.LoginsDisabled = false; | 159 | testScene.LoginsDisabled = false; |