Issue Details (XML | Word | Printable)

Key: JDO-254
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Michael Watzek
Reporter: Michael Watzek
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

Fix message when query compilation fails

Created: 10/Dec/05 01:27 AM   Updated: 10/Dec/05 01:58 AM
Return to search
Component/s: tck2
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works JDO-254.patch 2005-12-10 01:32 AM Michael Watzek 1.0 kB

Resolution Date: 10/Dec/05 01:58 AM


 Description  « Hide
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).


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michael Watzek added a comment - 10/Dec/05 01:32 AM
The attached patch fixes this issue.

Michael Bouschen added a comment - 10/Dec/05 01:56 AM
The patch looks good.

Michael Watzek added a comment - 10/Dec/05 01:58 AM
The attached patch has been checked in (revision 355537).