[ http://issues.apache.org/jira/browse/JDO-369?page=comments#action_12375221 ]
Craig Russell commented on JDO-369:
-----------------------------------
The patch looks good. Assuming that all the tests except for companyPMInterface pass, it's
good to be checked in.
> Completeness test doesn't clean up instances of persistent interfaces
> ---------------------------------------------------------------------
>
> Key: JDO-369
> URL: http://issues.apache.org/jira/browse/JDO-369
> Project: JDO
> Type: Bug
> Components: tck20
> Versions: JDO 2 rc1
> Reporter: Craig Russell
> Assignee: Michael Bouschen
> Fix For: JDO 2 final
> Attachments: JDO-369.patch
>
> The completeness test registers persistence-capable classes to be deleted at tearDown,
but it doesn't register persistence-capable interfaces. So the completeness test for persistent
interfaces fails the second time through.
> The suggested fix is for the CompanyModelReader to return persistence-capable interfaces
along with persistence-capable classes when called for the list of classes to clean up.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|