
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
29/Nov/05 07:56 PM
|
|
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.
|
|
Description
|
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. |
Show » |
| No work has yet been logged on this issue.
|
|