| Andy Jefferson (JIRA) 2005-11-26, 5:45 pm |
| ResultClassRequirements.testConstructor has missign import
----------------------------------------------------------
Key: JDO-225
URL: http://issues.apache.org/jira/browse/JDO-225
Project: JDO
Type: Bug
Components: tck20
Reporter: Andy Jefferson
Assigned to: Michael Watzek
The test ResultClassRequirements.testConstructor has a query
SELECT new LongString(personid, lastname) FROM org.apache.jdo.tck.pc.company.FullTimeEmployee
This is missing an "import" of LongString - the JDO impl cannot guess that it is stored under "org.apache.jdo.tck.query.result.classes"
The same may apply to other queries under that test.
--
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
|