You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by Michael Watzek <mw...@spree.de> on 2005/06/14 14:47:04 UTC

Patch for JDO-43

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(MapStringValueCollections.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/
-------------------------------------------------------------------