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

Ron Sigal ron_sigal at yahoo.com
Thu Nov 9 18:07:17 EST 2006


  User: rsigal  
  Date: 06/11/09 18:07:17

  Modified:    src/tests/org/jboss/test/remoting/transport/multiplex   Tag:
                        remoting_2_x MultiplexInvokerTestCase.java
                        MultipleMultiplexTestCase.java
  Log:
  JBREM-632:  Changed getTestLogLevel() to return Level.INFO.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.4.1   +2 -2      JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/MultiplexInvokerTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MultiplexInvokerTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/MultiplexInvokerTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.4.4.1
  diff -u -b -r1.4 -r1.4.4.1
  --- MultiplexInvokerTestCase.java	23 Jul 2006 07:20:10 -0000	1.4
  +++ MultiplexInvokerTestCase.java	9 Nov 2006 23:07:17 -0000	1.4.4.1
  @@ -28,7 +28,7 @@
   
   /**
    * @author <a href="mailto:r.sigal at computer.org">Ron Sigal</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.4.4.1 $
    *          <p/>
    *          Copyright (c) 2005
    *          </p>
  @@ -51,7 +51,7 @@
      
      protected Level getTestLogLevel()
      {
  -      return Level.DEBUG;
  +      return Level.INFO;
      }
   }
   
  
  
  
  1.4.10.1  +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/MultipleMultiplexTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MultipleMultiplexTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/MultipleMultiplexTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.4.10.1
  diff -u -b -r1.4 -r1.4.10.1
  --- MultipleMultiplexTestCase.java	1 Jan 2006 00:52:11 -0000	1.4
  +++ MultipleMultiplexTestCase.java	9 Nov 2006 23:07:17 -0000	1.4.10.1
  @@ -45,6 +45,6 @@
   
      protected Level getTestLogLevel()
       {
  -       return Level.DEBUG;
  +       return Level.INFO;
       }
   }
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list