The collection fieldtypes tests (org.apache.jdo.tck.models.fieldtypes.Test*Collections.java) use the addTearDownClass(Class cls) method to clean up objects which they instantiate and persist. However, the SimpleClass objects that are referenced by the Test*Collections object and persisted in the SIMPLE_CLASS table are left behind.
Description
The collection fieldtypes tests (org.apache.jdo.tck.models.fieldtypes.Test*Collections.java) use the addTearDownClass(Class cls) method to clean up objects which they instantiate and persist. However, the SimpleClass objects that are referenced by the Test*Collections object and persisted in the SIMPLE_CLASS table are left behind.
Added addTearDownClass(SimpleClass.class);