[jboss-cvs] jboss-ejb3/src/test/org/jboss/ejb3/test/timer/unit ...

Carlo de Wolf carlo at nerdnet.nl
Tue Jul 11 06:01:57 EDT 2006


  User: wolfc   
  Date: 06/07/11 06:01:57

  Modified:    src/test/org/jboss/ejb3/test/timer/unit 
                        RemoteUnitTestCase.java
  Log:
  EJBTHREE-613: working service container timeout
  
  Revision  Changes    Path
  1.11      +2 -2      jboss-ejb3/src/test/org/jboss/ejb3/test/timer/unit/RemoteUnitTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RemoteUnitTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-ejb3/src/test/org/jboss/ejb3/test/timer/unit/RemoteUnitTestCase.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- RemoteUnitTestCase.java	10 Jul 2006 13:56:59 -0000	1.10
  +++ RemoteUnitTestCase.java	11 Jul 2006 10:01:57 -0000	1.11
  @@ -29,7 +29,7 @@
    * Sample client for the jboss container.
    *
    * @author <a href="mailto:bill at burkecentral.com">Bill Burke</a>
  - * @version $Id: RemoteUnitTestCase.java,v 1.10 2006/07/10 13:56:59 wolfc Exp $
  + * @version $Id: RemoteUnitTestCase.java,v 1.11 2006/07/11 10:01:57 wolfc Exp $
    */
   
   public class RemoteUnitTestCase
  @@ -49,7 +49,7 @@
   
      public void testService() throws Exception
      {
  -      TimerTester test = (TimerTester) getInitialContext().lookup("TimerTesterService/local");
  +      TimerTester test = (TimerTester) getInitialContext().lookup("TimerTesterService/remote");
         test.startTimer(5000);
         test.accessTimer();
         Thread.sleep(6000);
  
  
  



More information about the jboss-cvs-commits mailing list