Some tests in the persistencemanager package & subpackages extend JDO_Test rather that PersistenceManagerTest. Therefore they do not clean up properly and leave cruft in the data store. Fix is to have them extend PersistenceManagerTest.
Description
Some tests in the persistencemanager package & subpackages extend JDO_Test rather that PersistenceManagerTest. Therefore they do not clean up properly and leave cruft in the data store. Fix is to have them extend PersistenceManagerTest.