
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
07/Aug/06 09:16 PM
|
|
org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManager.test() and
org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerForUser.test()
don't close PMF correctly and this can cause other Testcases to fail
Following should be added to the finally block of each test() Method
if (pmf != null) pmf.close();
|
|
Description
|
org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManager.test() and
org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerForUser.test()
don't close PMF correctly and this can cause other Testcases to fail
Following should be added to the finally block of each test() Method
if (pmf != null) pmf.close(); |
Show » |
| No work has yet been logged on this issue.
|
|