| Michael Watzek (JIRA) 2005-11-24, 7:45 am |
| Adapt ResultClassRequirements to new wording in spec concerning assertion A14.6.12-1.
-------------------------------------------------------------------------------------
Key: JDO-224
URL: http://issues.apache.org/jira/browse/JDO-224
Project: JDO
Type: Bug
Components: tck20
Reporter: Michael Watzek
Assigned to: Michael Watzek
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.
--
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
|