From c7c01e6b325bf2c9a20c96da3925b861309af737 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Mon, 20 Jun 2016 14:09:37 -0700 Subject: [PATCH] add one more test, related to b3CreatePoseCommandInit --- test/SharedMemory/test.c | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/test/SharedMemory/test.c b/test/SharedMemory/test.c index 9d80eed63..a74cb34a6 100644 --- a/test/SharedMemory/test.c +++ b/test/SharedMemory/test.c @@ -68,6 +68,9 @@ void testSharedMemory(b3PhysicsClientHandle sm) int bodyUniqueId = bodyIndicesOut[0]; numJoints = b3GetNumJoints(sm,bodyUniqueId); + ASSERT_EQ(numJoints,7); + +#if 0 b3Printf("numJoints: %d\n", numJoints); for (i=0;i