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

Ron Sigal ron_sigal at yahoo.com
Wed Dec 6 00:15:49 EST 2006


  User: rsigal  
  Date: 06/12/06 00:15:49

  Modified:    src/tests/org/jboss/test/remoting/transport/http/chunked  
                        Chunked2TestCase.java ChunkedTestCase.java
  Log:
  JBREM-644: Removed overriding getTestHarnessLogLevel().
  
  Revision  Changes    Path
  1.2       +0 -6      JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/chunked/Chunked2TestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Chunked2TestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/chunked/Chunked2TestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Chunked2TestCase.java	5 May 2006 06:07:11 -0000	1.1
  +++ Chunked2TestCase.java	6 Dec 2006 05:15:49 -0000	1.2
  @@ -14,10 +14,4 @@
                        1,
                        ChunkedServer.class.getName());
      }
  -
  -   protected Level getTestHarnessLogLevel()
  -   {
  -      return Level.DEBUG;
  -   }
  -
   }
  
  
  
  1.2       +0 -6      JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/chunked/ChunkedTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChunkedTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/chunked/ChunkedTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ChunkedTestCase.java	5 May 2006 06:07:11 -0000	1.1
  +++ ChunkedTestCase.java	6 Dec 2006 05:15:49 -0000	1.2
  @@ -35,10 +35,4 @@
                        1,
                        ChunkedServer.class.getName());
      }
  -
  -   protected Level getTestHarnessLogLevel()
  -   {
  -      return Level.DEBUG;
  -   }
  -
   }
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list