Ticket #711 (new task)
blitz's IQuery.findAllByExample fails after #710 fix
| Reported by: | jmoore | Owned by: | jmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0-Beta4 |
| Component: | General | Version: | 3.0-M1 |
| Keywords: | Cc: |
Description
While working on the fix for #710 the coverage.QueryTest.testAllByExample test began failing:
IQueryPrx qu = ice.getQueryService(null);
ExperimenterI ex = new ExperimenterI();
ex.omeName = new JString("root");
List<ExperimenterI> l = ExperimenterI.cast(qu.findAllByExample(ex, null));
assertTrue(l.size() == 1); // <-- HERE
Change History
Note: See
TracTickets for help on using
tickets.
