| Michael Bouschen (JIRA) 2005-10-19, 5:46 pm |
| [ http://issues.apache.org/jira/brows...action_12332387 ]
Michael Bouschen commented on JDO-159:
--------------------------------------
One comment about the query testing method matches: I'm afraid the argument 'emp1(?i)FIRST' is not portable. The spec talks about "global (?i) for case-insensitive matches. I think global in this context means it is used for the entire matches argument.
I propose to change the query to use '(?i)EMP1FIRST' instead. Other than that the patch looks good and is ready for checkin.
> Implement new JDO 2 query tests cases concerning new supported methods.
> -----------------------------------------------------------------------
>
> Key: JDO-159
> URL: http://issues.apache.org/jira/browse/JDO-159
> Project: JDO
> Type: New Feature
> Components: tck20
> Reporter: Michael Watzek
> Assignee: Michael Watzek
> Attachments: JDO-159.patch, JDO-159.patch2, JDO-159.patch3
>
> We need 4 new test classes, one for each of the following assertions:
> - A14.6.2-46: Supported Map methods.
> - A14.6.2-47: New supported String methods.
> - A14.6.2-48: Supported Math methods.
> - A14.6.2-49: Supported JDOHelper methods.
> Details can be found on Wiki page http://wiki.apache.org/jdo/QueryTes...pportedMethods.
--
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
|