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/02 16:40:11 UTC

2. patch for JDO-58

Hi,

please find the second patch for JDO-58 attached.

This patch includes the check on an open PMF instance when TCK tests 
have added tear down instances and/or classes.

Furthermore, it renames 2 methods and two fields:

1) method deleteRemoveTearDownInstances -> deleteTearDownInstances
2) method deleteRemoveTearDownClasses -> deleteTearDownClasses
3) field oids -> tearDownInstances
4) field pcClasses -> tearDownClasses

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/
-------------------------------------------------------------------

Re: 2. patch for JDO-58

Posted by Michelle Caisse <Mi...@Sun.COM>.
Checked it in.  Thanks!  -- Michelle

Michael Watzek wrote:

> Hi,
>
> please find the second patch for JDO-58 attached.
>
> This patch includes the check on an open PMF instance when TCK tests 
> have added tear down instances and/or classes.
>
> Furthermore, it renames 2 methods and two fields:
>
> 1) method deleteRemoveTearDownInstances -> deleteTearDownInstances
> 2) method deleteRemoveTearDownClasses -> deleteTearDownClasses
> 3) field oids -> tearDownInstances
> 4) field pcClasses -> tearDownClasses
>
> Regards,
> Michael