[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex ...
Ron Sigal
ron_sigal at yahoo.com
Wed Dec 6 00:15:05 EST 2006
User: rsigal
Date: 06/12/06 00:15:05
Modified: src/tests/org/jboss/test/remoting/transport/multiplex
MultiplexInvokerTestCase.java
Log:
JBREM-644: Reduced test log level to INFO.
Revision Changes Path
1.7 +2 -2 JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/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/MultiplexInvokerTestCase.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- MultiplexInvokerTestCase.java 10 Nov 2006 02:04:34 -0000 1.6
+++ MultiplexInvokerTestCase.java 6 Dec 2006 05:15:05 -0000 1.7
@@ -28,7 +28,7 @@
/**
* @author <a href="mailto:r.sigal at computer.org">Ron Sigal</a>
- * @version $Revision: 1.6 $
+ * @version $Revision: 1.7 $
* <p/>
* Copyright (c) 2005
* </p>
@@ -51,7 +51,7 @@
protected Level getTestLogLevel()
{
- return Level.DEBUG;
+ return Level.INFO;
}
}
More information about the jboss-cvs-commits
mailing list