[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/connection ...

Ron Sigal ron_sigal at yahoo.com
Sat Nov 11 17:34:58 EST 2006


  User: rsigal  
  Date: 06/11/11 17:34:58

  Modified:    src/tests/org/jboss/test/remoting/transport/socket/connection 
                        SocketTestClient.java
  Log:
  JBREM-631:  Put a print back in main loop.
  
  Revision  Changes    Path
  1.7       +1 -0      JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/connection/SocketTestClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SocketTestClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/connection/SocketTestClient.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- SocketTestClient.java	9 Nov 2006 02:50:19 -0000	1.6
  +++ SocketTestClient.java	11 Nov 2006 22:34:58 -0000	1.7
  @@ -71,6 +71,7 @@
            {
               response = remotingClient.invoke(request);
   //            System.out.println("Invocation response: " + response);
  +            System.out.println(x);
            }
   
            long endTime = System.currentTimeMillis();
  
  
  



More information about the jboss-cvs-commits mailing list