08-30-06 12:11 AM
Class name FieldsOfPrimitiveBoolean has the wrong case in FieldsOfPrimitiveb
oolean-standard.orm
----------------------------------------------------------------------------
-------------------
Key: JDO-408
URL: http://issues.apache.org/jira/browse/JDO-408
Project: JDO
Issue Type: Bug
Components: tck20
Affects Versions: JDO 2 final
Reporter: Marc Prud'hommeaux
Priority: Minor
In tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/Fields
OfPrimitiveboolean-standard.orm, there is a declaration:
<class name="FieldsOfPrimitiveBoolean" table="FIELDSOFPRIMITIVEBOOLEAN">
The case is wrong. It should read:
<class name="FieldsOfPrimitiveboolean" table="FIELDSOFPRIMITIVEBOOLEAN">
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://iss
ues.apache.org/ji...nistrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ Post a follow-up to this message ]
|