| Ilan Kirsh (JIRA) 2006-04-30, 1:11 am |
| DeletePersistentFailsIfInstanceManagedBy
AnotherPersistenceManager - No cleanup for pm
-------------------------------------------------------------------------------------
Key: JDO-376
URL: http://issues.apache.org/jira/browse/JDO-376
Project: JDO
Type: Bug
Components: tck20
Reporter: Ilan Kirsh
Priority: Minor
In org.apache.jdo.tck.api.persistencemanager. DeletePersistentFailsIfInstanceManagedBy
AnotherPersistenceManager, Line 77: It should be pm2 instead of pm, otherwise cleanup of pm is skipped and a following test may fail. For instance running org.apache.jdo.
tck.query.api.Close after DeletePersistentFailsIfInstanceManagedBy
AnotherPersistenceManager fails, because the old PCPoint instances are still there.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|