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

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


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

  Modified:    src/tests/org/jboss/test/remoting/transport/http/method 
                        Tag: remoting_2_x HTTPMethodInvokerTestCase.java
  Log:
  JBREM-644: Removed overriding getTestHarnessLogLevel().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.10.1  +0 -7      JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/method/HTTPMethodInvokerTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HTTPMethodInvokerTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/method/HTTPMethodInvokerTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.2.10.1
  diff -u -b -r1.2 -r1.2.10.1
  --- HTTPMethodInvokerTestCase.java	30 Dec 2005 05:26:46 -0000	1.2
  +++ HTTPMethodInvokerTestCase.java	6 Dec 2006 05:25:55 -0000	1.2.10.1
  @@ -22,7 +22,6 @@
   
   package org.jboss.test.remoting.transport.http.method;
   
  -import org.apache.log4j.Level;
   import org.jboss.test.remoting.transport.InvokerTestDriver;
   
   /**
  @@ -41,10 +40,4 @@
                        1,
                        HTTPInvokerTestServer.class.getName());
      }
  -
  -   protected Level getTestHarnessLogLevel()
  -   {
  -      return Level.DEBUG;
  -   }
  -
   }
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list