| Michael Watzek 2005-06-14, 5:45 pm |
| Hi,
please find the patch for JDO-43 attached.
This issue complains that tests in ...models.fieldtypes package do not
clean the database. The patch overrides method
"JDO_Test.addTearDownClass(Class)" in all test classes contained in that
package and adds teardown classes, e.g.
/**
* @see JDO_Test#addTearDownClass(Class)
*/
protected void localSetUp() {
addTearDownClass(MapStringValueCollectio
ns.class);
}
Regards,
Michael
--
-------------------------------------------------------------------
Michael Watzek Tech@Spree Engineering GmbH
mailto:mwa.tech@spree.de Buelowstr. 66
Tel.: ++49/30/235 520 36 10783 Berlin - Germany
Fax.: ++49/30/217 520 12 http://www.spree.de/
-------------------------------------------------------------------
|