• 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 Change
  • Next Change →

Changeset 2602 for trunk/components/blitz/test/ome/icy/model/utests/ServiceFactoryServiceCreationDestructionTest.java

Show
Ignore:
Timestamp:
07/06/08 10:05:22 (5 months ago)
Author:
jmoore
Message:

ticket:1017 - Updating blitz integration tests

Files:
1 modified

  • trunk/components/blitz/test/ome/icy/model/utests/ServiceFactoryServiceCreationDestructionTest.java (modified) (3 diffs)

Legend:

Unmodified
Added
Removed
  • trunk/components/blitz/test/ome/icy/model/utests/ServiceFactoryServiceCreationDestructionTest.java

    r2597 r2602  
    2424import omero.api.IAdminPrxHelper; 
    2525import omero.api._IAdminTie; 
     26import omero.constants.CLIENTUUID; 
    2627 
    2728import org.aopalliance.intercept.MethodInvocation; 
    … …  
    5152    ServiceFactoryI sf; 
    5253    Map<String, Ice.Object> map; 
     54    Ice.Current current = new Ice.Current(); 
     55    { 
     56        current.ctx = new HashMap<String, String>(); 
     57        current.ctx.put(CLIENTUUID.value, "clientuuid"); 
     58    } 
    5359 
    5460    // FIXME OmeroContext should be an interface! 
    … …  
    103109 
    104110        Principal p = new Principal("session", "group", "type"); 
    105         sf = new ServiceFactoryI(context, manager, executor, p, hwi); 
     111        sf = new ServiceFactoryI(current, context, manager, executor, p, hwi); 
    106112    }; 
    107113 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

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