[ http://issues.apache.org/jira/browse/JDO-395?page=comments#action_12422203 ] Craig Russell commented on JDO-395: -----------------------------------
Thanks for the patch. It looks good except for the tabs. [Our standard is for indentation to be done via 4 spaces, not tabs.] > org.apache.jdo.tck.lifecycle.NontransactionalWriteTest.conflictingUpdate() > don't cleanup correctly in case of an Exception > --------------------------------------------------------------------------------------------------------------------------- > > Key: JDO-395 > URL: http://issues.apache.org/jira/browse/JDO-395 > Project: JDO > Issue Type: Bug > Components: tck20 > Affects Versions: JDO 2 final > Reporter: Christian Ernst > Priority: Minor > Attachments: NontransactionalWriteTest.java.patch > > > org.apache.jdo.tck.lifecycle.NontransactionalWriteTest.conflictingUpdate() > don't cleanup correctly in case of an Exception > The cleanupPM(pmConflict); should be sourounded by a finaly block -- 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
