BulletSim: comment out the reference to BSShapeHull in BulletSim tests

which seems to cause the tests to fail when compiled on the OpenSim
   build system. It compiles and runs everywhere else. More research is needed.
sedebug
Robert Adams 2015-01-04 14:26:50 -08:00
parent d3a74894ab
commit 103aad27f2
1 changed files with 2 additions and 2 deletions

View File

@ -184,8 +184,8 @@ public class HullCreation : OpenSimTestCase
prim.PhysScene.DetailLog("{0}, mesh, shapeInfo={1}", prim.Name, mShape.shapeInfo); prim.PhysScene.DetailLog("{0}, mesh, shapeInfo={1}", prim.Name, mShape.shapeInfo);
break; break;
case "OpenSim.Region.Physics.BulletSPlugin.BSShapeHull": case "OpenSim.Region.Physics.BulletSPlugin.BSShapeHull":
BSShapeHull hShape = physShape as BSShapeHull; // BSShapeHull hShape = physShape as BSShapeHull;
prim.PhysScene.DetailLog("{0}, hull, shapeInfo={1}", prim.Name, hShape.shapeInfo); // prim.PhysScene.DetailLog("{0}, hull, shapeInfo={1}", prim.Name, hShape.shapeInfo);
break; break;
case "OpenSim.Region.Physics.BulletSPlugin.BSShapeConvexHull": case "OpenSim.Region.Physics.BulletSPlugin.BSShapeConvexHull":
BSShapeConvexHull chShape = physShape as BSShapeConvexHull; BSShapeConvexHull chShape = physShape as BSShapeConvexHull;