Uses SHARED_MEMORY_SERVER instead of GUI_SERVER when starting a bullet server in the unit test.

This commit is contained in:
Tigran Gasparian
2018-06-05 09:28:38 +02:00
parent c49e060e81
commit aefd5a9d66

View File

@@ -11,7 +11,7 @@ class TestUserDataMethods(unittest.TestCase):
@classmethod
def setUpClass(cls):
TestUserDataMethods.server = bullet_client.BulletClient(connection_mode=pybullet.GUI_SERVER)
TestUserDataMethods.server = bullet_client.BulletClient(connection_mode=pybullet.SHARED_MEMORY_SERVER)
@classmethod
def tearDownClass(cls):