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

Ron Sigal ron_sigal at yahoo.com
Tue Nov 14 12:08:12 EST 2006


  User: rsigal  
  Date: 06/11/14 12:08:12

  Modified:    src/tests/org/jboss/test/remoting/transport/socket/connection 
                        SocketConnectionTestCase.java
  Log:
  JBREM-631:  Set log level to TRACE.
  
  Revision  Changes    Path
  1.2       +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/connection/SocketConnectionTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SocketConnectionTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/connection/SocketConnectionTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SocketConnectionTestCase.java	13 Feb 2006 20:11:41 -0000	1.1
  +++ SocketConnectionTestCase.java	14 Nov 2006 17:08:12 -0000	1.2
  @@ -27,7 +27,7 @@
   
      protected Level getTestLogLevel()
      {
  -      return Level.DEBUG;
  +      return Level.TRACE;
      }
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list