[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/raw ...
Ron Sigal
ron_sigal at yahoo.com
Wed Dec 6 00:15:50 EST 2006
User: rsigal
Date: 06/12/06 00:15:50
Modified: src/tests/org/jboss/test/remoting/transport/http/raw
HTTPInvokerTestCase.java
Log:
JBREM-644: Removed overriding getTestHarnessLogLevel().
Revision Changes Path
1.2 +0 -6 JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/raw/HTTPInvokerTestCase.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: HTTPInvokerTestCase.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/raw/HTTPInvokerTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- HTTPInvokerTestCase.java 29 Oct 2006 20:28:13 -0000 1.1
+++ HTTPInvokerTestCase.java 6 Dec 2006 05:15:50 -0000 1.2
@@ -29,7 +29,7 @@
/**
*
* @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
* <p>
* Copyright Oct 29, 2006
* </p>
@@ -42,10 +42,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