The fix is to override method "JDO_Test.addTearDownClass(Class)" in all test classes contained in that package ...models.fieldtypes and add teardown classes there, e.g.
Michael Watzek added a comment - 14/Jun/05 09:56 PM The fix is to override method "JDO_Test.addTearDownClass(Class)" in all test classes contained in that package ...models.fieldtypes and add teardown classes there, e.g.
/**
* @see JDO_Test#addTearDownClass(Class)
*/
protected void localSetUp() {
addTearDownClass(MapStringValueCollections.class);
}
/**
* @see JDO_Test#addTearDownClass(Class)
*/
protected void localSetUp() {
addTearDownClass(MapStringValueCollections.class);
}