From c0c3b76a08975b95b14463eda6d13cd137dc4c60 Mon Sep 17 00:00:00 2001 From: stephengold Date: Mon, 8 Jul 2024 08:15:40 -0700 Subject: [PATCH] Revert "Test002: add some clean-up functionality (seems worth testing)" This reverts commit 9e3167048d9ae456028b05b2c75742da7db2f9ce. --- src/test/java/testjoltjni/junit/Test002.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/test/java/testjoltjni/junit/Test002.java b/src/test/java/testjoltjni/junit/Test002.java index 234395fd..b778788a 100644 --- a/src/test/java/testjoltjni/junit/Test002.java +++ b/src/test/java/testjoltjni/junit/Test002.java @@ -146,17 +146,6 @@ public void test002() { } Assert.assertEquals(1_765, physicsSystem.getNumBodies()); - - jobSystem.close(); - tempAllocator.close(); - - physicsSystem.close(); - objVsObjFilter.close(); - objVsBpFilter.close(); - mapObj2Bp.close(); - - Jolt.unregisterTypes(); - Jolt.destroyFactory(); } // ************************************************************************* // private methods