
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
19/Sep/07 05:52 PM
|
|
Test org.apache.jdo.tck.query.api.ChangeQuery expects 3 result objects:
List expectedResult = Arrays.asList(new Object[] {
new FullName("emp1First", "emp1Last"),
new FullName("emp2First", "emp2Last"),
new FullName("emp5First", "emp5Last")});
But actually there should be 4 result objects:
List expectedResult = Arrays.asList(new Object[] {
new FullName("emp1First", "emp1Last"),
new FullName("emp2First", "emp2Last"),
new FullName("emp2First", "emp2Last"),
new FullName("emp5First", "emp5Last")});
because the result is not specified as DISTINCT.
|
|
Description
|
Test org.apache.jdo.tck.query.api.ChangeQuery expects 3 result objects:
List expectedResult = Arrays.asList(new Object[] {
new FullName("emp1First", "emp1Last"),
new FullName("emp2First", "emp2Last"),
new FullName("emp5First", "emp5Last")});
But actually there should be 4 result objects:
List expectedResult = Arrays.asList(new Object[] {
new FullName("emp1First", "emp1Last"),
new FullName("emp2First", "emp2Last"),
new FullName("emp2First", "emp2Last"),
new FullName("emp5First", "emp5Last")});
because the result is not specified as DISTINCT.
|
Show » |
| No work has yet been logged on this issue.
|
|