[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/keep_alive ...
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/keep_alive
NoKeepAliveHTTPInvokerTestCase.java
Log:
JBREM-644: Removed overriding getTestHarnessLogLevel().
Revision Changes Path
1.4 +0 -6 JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/keep_alive/NoKeepAliveHTTPInvokerTestCase.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: NoKeepAliveHTTPInvokerTestCase.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/keep_alive/NoKeepAliveHTTPInvokerTestCase.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- NoKeepAliveHTTPInvokerTestCase.java 30 Dec 2005 05:26:46 -0000 1.3
+++ NoKeepAliveHTTPInvokerTestCase.java 6 Dec 2006 05:15:50 -0000 1.4
@@ -37,10 +37,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