[ http://issues.apache.org/jira/browse/JDO-305?page=all ]
Michael Bouschen updated JDO-305:
---------------------------------
Attachment: JDO-305.patch
The attached patch JDO-305.patch for review fixes the two classes SingleStringQuery and QueryElementHolder
and removes the 'IMPORTS' keyword.
I will rerun the query tests using a JPOX build from 15/02/2006 that include Andy's fixes.
> Remove keyword IMPORTS from TCK query test classes
> --------------------------------------------------
>
> Key: JDO-305
> URL: http://issues.apache.org/jira/browse/JDO-305
> Project: JDO
> Type: Bug
> Components: tck20
> Versions: JDO 2 beta
> Reporter: Michael Bouschen
> Assignee: Michael Bouschen
> Fix For: JDO 2 rc1
> Attachments: JDO-305.patch
>
> The latest version of the JDO spec removes 'IMPORTS' and 'imports' from the list of JDOQL
keywords.
> Two JDO2 TCK test classes still use 'IMPORTS' as a JDOQL keyowrd:
> - org.apache.jdo.tck.query.api.SingleStringQuery in the definition of the static field
singleStringQuery.
> - org.apache.jdo.tck.query.QueryElementHolder in method toString() when creating the
string represenstation of a QueryElementHolder.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|