[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/serialization/invocations/jboss ...

Ron Sigal ron_sigal at yahoo.com
Wed Dec 6 00:12:55 EST 2006


  User: rsigal  
  Date: 06/12/06 00:12:55

  Modified:    src/tests/org/jboss/test/remoting/serialization/invocations/jboss 
                        JBossSerializationTestCase.java
  Log:
  JBREM-644: Removed overriding getTestHarnessLogLevel().
  
  Revision  Changes    Path
  1.3       +0 -5      JBossRemoting/src/tests/org/jboss/test/remoting/serialization/invocations/jboss/JBossSerializationTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JBossSerializationTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/serialization/invocations/jboss/JBossSerializationTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- JBossSerializationTestCase.java	30 Dec 2005 05:26:45 -0000	1.2
  +++ JBossSerializationTestCase.java	6 Dec 2006 05:12:55 -0000	1.3
  @@ -37,11 +37,6 @@
                        ServerTest.class.getName());
      }
   
  -   protected Level getTestHarnessLogLevel()
  -   {
  -      return Level.DEBUG;
  -   }
  -
      protected Level getTestLogLevel()
      {
         return Level.DEBUG;
  
  
  



More information about the jboss-cvs-commits mailing list