[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/ssl/custom ...
Ron Sigal
ron_sigal at yahoo.com
Thu Nov 9 18:07:17 EST 2006
User: rsigal
Date: 06/11/09 18:07:17
Modified: src/tests/org/jboss/test/remoting/transport/multiplex/ssl/custom
Tag: remoting_2_x MultiplexInvokerTestCase.java
Log:
JBREM-632: Changed getTestLogLevel() to return Level.INFO.
Revision Changes Path
No revision
No revision
1.1.8.1 +1 -1 JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/ssl/custom/MultiplexInvokerTestCase.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: MultiplexInvokerTestCase.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/ssl/custom/MultiplexInvokerTestCase.java,v
retrieving revision 1.1
retrieving revision 1.1.8.1
diff -u -b -r1.1 -r1.1.8.1
--- MultiplexInvokerTestCase.java 28 Mar 2006 02:43:23 -0000 1.1
+++ MultiplexInvokerTestCase.java 9 Nov 2006 23:07:17 -0000 1.1.8.1
@@ -50,7 +50,7 @@
protected Level getTestLogLevel()
{
- return Level.DEBUG;
+ return Level.INFO;
}
/**
More information about the jboss-cvs-commits
mailing list