|
[
Permlink
| « Hide
]
Michelle Caisse added a comment - 12/Oct/06 06:10 PM
Michael Watzek points out that JDO_Test.runBare() should also be declared final.
Patch to resolve this issue is attached. Affects JDO_Test.java and a number of tests in the persistencemanagerfactory package.
Michelle Caisse made changes - 17/May/07 11:41 PM
Looks good. Just one comment.
I don't think we need the localSetUp method to call closePMF, since that is always done by tearDown (9 places). If we don't closePMF, the call to getUnconfiguredPMF() returns the standard PMF that is created by the setUp() method in the parent class before its call to localSetUp(). It seems to me that getUnconfiguredPMF() should either throw an exception or close the existing pmf itself if pmf is not null, rather than returning something which the caller may not want.
Fixed with revision: 540316
Michelle Caisse made changes - 21/May/07 10:02 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||