
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
06/Aug/06 07:38 PM
|
|
In org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface, lines 281-282,
it probably has to be:
fp.removeGroup("default");
Collection groups = fp.getGroups();
Instead of:
Collection groups = fp.getGroups();
fp.removeGroup("default");
|
|
Description
|
In org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface, lines 281-282,
it probably has to be:
fp.removeGroup("default");
Collection groups = fp.getGroups();
Instead of:
Collection groups = fp.getGroups();
fp.removeGroup("default");
|
Show » |
|