• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #711 (new task)

Opened 15 months ago

Last modified 3 months ago

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

Changed 15 months ago by jmoore

  • milestone changed from 3.0-Beta2 to 3.0-Beta3

Changed 15 months ago by jmoore

  • keywords iteration6 removed

Changed 6 months ago by jmoore

Confirmed under OmeroPy : r2215

Changed 3 months ago by jmoore

This doesn't look to be a blitz issue, but just happened to appear under blitz. Will have to look into the Hibernate issues.

Changed 3 months ago by jmoore

  • milestone changed from 3.0-Beta3 to 3.0-Beta4

Unclear. Doesn't seem that anyone is using it, since it's non-functional. Might should document that. Pushing.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/