[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/shutdown/local ...

Ron Sigal ron_sigal at yahoo.com
Wed Feb 7 02:02:16 EST 2007


  User: rsigal  
  Date: 07/02/07 02:02:16

  Modified:    src/tests/org/jboss/test/remoting/shutdown/local  Tag:
                        remoting_2_x LocalShutdownTestCase.java
  Log:
  JBREM-657: Conforms to new name for MicroRemoteClientInvoker.invokerSessionID.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -2      JBossRemoting/src/tests/org/jboss/test/remoting/shutdown/local/Attic/LocalShutdownTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalShutdownTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/shutdown/local/Attic/LocalShutdownTestCase.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- LocalShutdownTestCase.java	21 Jan 2007 01:19:13 -0000	1.1.2.1
  +++ LocalShutdownTestCase.java	7 Feb 2007 07:02:16 -0000	1.1.2.2
  @@ -52,7 +52,7 @@
    * Client.removeListenerLocal() do not attempt to contact the server.
    * 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.1 $
  + * @version $Revision: 1.1.2.2 $
    * <p>
    * Copyright Jan 18, 2007
    * </p>
  @@ -110,7 +110,7 @@
         field.setAccessible(true);
         Map clientLeases = (Map) field.get(serverInvoker);
         assertEquals(1, clientLeases.size());
  -      field = MicroRemoteClientInvoker.class.getDeclaredField("invokerSessionId");
  +      field = MicroRemoteClientInvoker.class.getDeclaredField("invokerSessionID");
         field.setAccessible(true);
         String invokerSessionId = (String) field.get(client.getInvoker());
         assertTrue(clientLeases.containsKey(invokerSessionId));
  
  
  



More information about the jboss-cvs-commits mailing list