| Michelle Caisse (JIRA) 2006-03-30, 11:57 pm |
| [ http://issues.apache.org/jira/brows...action_12372161 ]
Michelle Caisse commented on JDO-354:
-------------------------------------
This simple patch gives the following results with an otherwise clean build & latest JPOX download:
[java] Total tests run: 1239. Failures: 1, Errors: 2.
[java] 3 of 57 configurations failed.
I didn't modify the orm files as Michael suggested because we do explain the schema override in the .conf files. If anyone else feels that we should also add comments to the orm files or improve the description in the .conf files, I would be happy to make
that change. Currently we say:
jdo.tck.description = MakePersistent test with schema name specified as class attribute in orm for PCPoint. Schema name derived from jdo.tck.mapping 1 is overriden in orm
[jdo.tck.mapping 1 is wrong. It should say jdo.tck.mapping 7 (or 6, or 5)]
[vbcol=seagreen]
> org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistent may fail on teardown
> ---------------------------------------------------------------------------------------
>
> Key: JDO-354
> URL: http://issues.apache.org/jira/browse/JDO-354
> Project: JDO
> Type: Bug
> Components: tck20
> Versions: JDO 2 beta
> Reporter: Michelle Caisse
> Assignee: Michelle Caisse
> Fix For: JDO 2 final
> Attachments: JDO-354.patch
>
> When invoked from a configuration that does not use the default schema, MakePersistent fails because it queries for classes to tear down that do not exist in the current schema.
> testMakePersistent
--
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
|