| Michael Watzek (JIRA) 2005-12-09, 5:45 pm |
| Fix message when query compilation fails
----------------------------------------
Key: JDO-254
URL: http://issues.apache.org/jira/browse/JDO-254
Project: JDO
Type: Bug
Components: tck20
Reporter: Michael Watzek
Assigned to: Michael Watzek
Priority: Trivial
The message of failing query compilation should contain the query text. This is the case for method
QueryTest.compileSingleStringQuery(String assertion, String singleStringQuery, boolean positive).
It is not the case for methods
QueryTest.compileSingleStringQuery(String assertion, QueryElementHolder queryElementHolder, boolean positive) and
QueryTest.compileAPIQuery(String assertion, QueryElementHolder queryElementHolder, boolean positive).
--
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
|