
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
29/Jul/06 10:40 PM
|
|
I suspect that pm.close() is missing at the end of method testGetPersistenceManagerFactory().
|
|
Description
|
I suspect that pm.close() is missing at the end of method testGetPersistenceManagerFactory(). |
Show » |
|
I propose to change GetPersistenceManagerFactory in package tck.api.persistencemanager and use method getPM to retrieve a pm. It stores the pm in an instance variable and the tearDown method automatically closes the pm at the end of the test.