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

Ron Sigal ron_sigal at yahoo.com
Mon Nov 12 01:55:41 EST 2007


  User: rsigal  
  Date: 07/11/12 01:55:41

  Modified:    src/tests/org/jboss/test/remoting/stream  Tag: remoting_2_x
                        StreamingTestClient.java
  Log:
  JBREM-800:  testStream() waits 5 seconds to give server invocation handler time to contact client side stream server.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.4.1   +4 -0      JBossRemoting/src/tests/org/jboss/test/remoting/stream/StreamingTestClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StreamingTestClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/stream/StreamingTestClient.java,v
  retrieving revision 1.7
  retrieving revision 1.7.4.1
  diff -u -b -r1.7 -r1.7.4.1
  --- StreamingTestClient.java	23 Jun 2006 20:28:10 -0000	1.7
  +++ StreamingTestClient.java	12 Nov 2007 06:55:41 -0000	1.7.4.1
  @@ -70,6 +70,10 @@
   
   //      Thread.sleep(5000);
   //      assertFalse(error);
  +      
  +      System.out.println("Waiting to give server a chance to send ");
  +      System.out.println("org.jboss.remoting.stream.StreamHandler.CLOSE message");
  +      Thread.sleep(5000);
      }
   
      public void sendStream() throws Throwable
  
  
  



More information about the jboss-cvs-commits mailing list