Andy Jefferson created JDO-733:
----------------------------------
Summary: models test has typo in ORM file, sharing join table when
should have own table
Key: JDO-733
URL: https://issues.apache.org/jira/browse/JDO-733
Project: JDO
Issue Type: Bug
Components: tck
Affects Versions: JDO 3.1-rc1
Reporter: Andy Jefferson
Fix For: JDO 3.1
See file
https://svn.apache.org/viewvc/db/jdo/trunk/tck/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringValueCollections-standard.orm?revision=946210&view=markup
around line 75. The field "MapOfObject_String6" of class
"MapStringValueCollections" has the join table name as "MAP_OBJECT4_STR" yet
this is the name for the previous field. It should be
MAP_OBJECT6_STR which would match the equivalent test for applicationidentity,
and for the other fieldtypes classes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)