[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/ssl/handshake ...

Ron Sigal ron_sigal at yahoo.com
Thu Nov 9 17:48:44 EST 2006


  User: rsigal  
  Date: 06/11/09 17:48:44

  Modified:    src/tests/org/jboss/test/remoting/transport/multiplex/ssl/handshake 
                        InvokerTestCase.java
  Log:
  JBREM-632:  Changed getTestLogLevel() to return Level.INFO.
  
  Revision  Changes    Path
  1.3       +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/ssl/handshake/InvokerTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InvokerTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/ssl/handshake/InvokerTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- InvokerTestCase.java	21 May 2006 03:48:22 -0000	1.2
  +++ InvokerTestCase.java	9 Nov 2006 22:48:44 -0000	1.3
  @@ -50,7 +50,7 @@
      
      protected Level getTestLogLevel()
      {
  -      return Level.DEBUG;
  +      return Level.INFO;
      }
      
      /**
  
  
  



More information about the jboss-cvs-commits mailing list