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

Ron Sigal ron_sigal at yahoo.com
Thu Dec 28 03:10:12 EST 2006


  User: rsigal  
  Date: 06/12/28 03:10:12

  Modified:    src/tests/org/jboss/test/remoting/transport/socket/connection 
                        SocketTestClient.java
  Log:
  JBREM-631:  Restored missing logger static variable.
  
  Revision  Changes    Path
  1.10      +3 -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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- SocketTestClient.java	27 Dec 2006 06:26:54 -0000	1.9
  +++ SocketTestClient.java	28 Dec 2006 08:10:12 -0000	1.10
  @@ -22,6 +22,8 @@
   package org.jboss.test.remoting.transport.socket.connection;
   
   import junit.framework.TestCase;
  +
  +import org.jboss.logging.Logger;
   import org.jboss.remoting.Client;
   import org.jboss.remoting.InvokerLocator;
   import org.jboss.remoting.Version;
  @@ -32,6 +34,7 @@
    */
   public class SocketTestClient extends TestCase
   {
  +   private static Logger log = Logger.getLogger(SocketTestClient.class);
      // Default locator values
      private static String transport = "socket";
      private static String host = "localhost";
  
  
  



More information about the jboss-cvs-commits mailing list