Issue Details (XML | Word | Printable)

Key: JDO-224
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
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

Adapt ResultClassRequirements to new wording in spec concerning assertion A14.6.12-1.

Created: 24/Nov/05 08:25 PM   Updated: 29/Nov/05 07:54 PM
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-224.patch 2005-11-26 01:26 AM Michael Watzek 3 kB

Resolution Date: 29/Nov/05 07:54 PM


 Description  « Hide
Method testNegative defines an invalid query which is valid wrt the new wording:

SELECT personid, lastname
INTO org.apache.jdo.tck.query.result.classes.LongString
FROM org.apache.jdo.tck.pc.company.FullTimeEmployee

This query must be moved to valid constructor queries.


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

Michael Bouschen added a comment - 28/Nov/05 05:54 PM
Looks good!

Michael Watzek added a comment - 29/Nov/05 07:54 PM
The patch has been checked in (Revision 349704).