[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/callback/pull/blocking ...

Ron Sigal ron_sigal at yahoo.com
Wed Nov 7 03:21:26 EST 2007


  User: rsigal  
  Date: 07/11/07 03:21:25

  Modified:    src/tests/org/jboss/test/remoting/callback/pull/blocking 
                        Tag: remoting_2_x BlockingPullCallbackTestCase.java
  Log:
  JBREM-800:  Removed test for callback poller thread still being alive in testBlockingCallbackPollerShutdownServerConfig().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +2 -5      JBossRemoting/src/tests/org/jboss/test/remoting/callback/pull/blocking/Attic/BlockingPullCallbackTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BlockingPullCallbackTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/callback/pull/blocking/Attic/BlockingPullCallbackTestCase.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -b -r1.1.2.3 -r1.1.2.4
  --- BlockingPullCallbackTestCase.java	19 Jun 2007 04:27:20 -0000	1.1.2.3
  +++ BlockingPullCallbackTestCase.java	7 Nov 2007 08:21:25 -0000	1.1.2.4
  @@ -48,7 +48,6 @@
   import org.jboss.remoting.callback.CallbackPoller;
   import org.jboss.remoting.callback.HandleCallbackException;
   import org.jboss.remoting.callback.InvokerCallbackHandler;
  -import org.jboss.remoting.callback.ServerInvokerCallbackHandler;
   import org.jboss.remoting.transport.Connector;
   import org.jboss.remoting.transport.PortUtil;
   
  @@ -59,7 +58,7 @@
    * See JBREM-641.
    * 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.3 $
  + * @version $Revision: 1.1.2.4 $
    * <p>
    * Copyright May 2, 2007
    * </p>
  @@ -615,9 +614,7 @@
            }
         }.start();
         
  -      Thread.sleep(2000);
  -      assertTrue(blockingPollerThread.isAlive());
  -      Thread.sleep(3000);
  +      Thread.sleep(6000);
         assertFalse(blockingPollerThread.isAlive());
         
         client.removeListener(callbackHandler);
  
  
  



More information about the jboss-cvs-commits mailing list