[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex ...
Ron Sigal
ron_sigal at yahoo.com
Thu Nov 9 17:48:44 EST 2006
User: rsigal
Date: 06/11/09 17:48:44
Modified: src/tests/org/jboss/test/remoting/transport/multiplex
MultiplexInvokerTestCase.java
MultipleMultiplexTestCase.java
Log:
JBREM-632: Changed getTestLogLevel() to return Level.INFO.
Revision Changes Path
1.5 +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.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- MultiplexInvokerTestCase.java 23 Jul 2006 07:20:10 -0000 1.4
+++ MultiplexInvokerTestCase.java 9 Nov 2006 22:48:44 -0000 1.5
@@ -28,7 +28,7 @@
/**
* @author <a href="mailto:r.sigal at computer.org">Ron Sigal</a>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
* <p/>
* Copyright (c) 2005
* </p>
@@ -51,7 +51,7 @@
protected Level getTestLogLevel()
{
- return Level.DEBUG;
+ return Level.INFO;
}
}
1.5 +1 -1 JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/MultipleMultiplexTestCase.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: MultipleMultiplexTestCase.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/MultipleMultiplexTestCase.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- MultipleMultiplexTestCase.java 1 Jan 2006 00:52:11 -0000 1.4
+++ MultipleMultiplexTestCase.java 9 Nov 2006 22:48:44 -0000 1.5
@@ -45,6 +45,6 @@
protected Level getTestLogLevel()
{
- return Level.DEBUG;
+ return Level.INFO;
}
}
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list