[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/stream ...
Ron Sigal
ron_sigal at yahoo.com
Wed Dec 6 00:25:59 EST 2006
User: rsigal
Date: 06/12/06 00:25:59
Modified: src/tests/org/jboss/test/remoting/stream Tag: remoting_2_x
StreamingTestCase.java Streaming2TestCase.java
Log:
JBREM-644: Removed overriding getTestHarnessLogLevel().
Revision Changes Path
No revision
No revision
1.2.10.1 +0 -6 JBossRemoting/src/tests/org/jboss/test/remoting/stream/StreamingTestCase.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: StreamingTestCase.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/stream/StreamingTestCase.java,v
retrieving revision 1.2
retrieving revision 1.2.10.1
diff -u -b -r1.2 -r1.2.10.1
--- StreamingTestCase.java 30 Dec 2005 05:26:46 -0000 1.2
+++ StreamingTestCase.java 6 Dec 2006 05:25:59 -0000 1.2.10.1
@@ -22,7 +22,6 @@
package org.jboss.test.remoting.stream;
-import org.apache.log4j.Level;
import org.jboss.jrunit.harness.TestDriver;
/**
@@ -36,9 +35,4 @@
1,
StreamingTestServer.class.getName());
}
-
- protected Level getTestHarnessLogLevel()
- {
- return Level.DEBUG;
- }
}
\ No newline at end of file
1.1.4.1 +0 -6 JBossRemoting/src/tests/org/jboss/test/remoting/stream/Streaming2TestCase.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Streaming2TestCase.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/stream/Streaming2TestCase.java,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -b -r1.1 -r1.1.4.1
--- Streaming2TestCase.java 24 Jun 2006 03:53:07 -0000 1.1
+++ Streaming2TestCase.java 6 Dec 2006 05:25:59 -0000 1.1.4.1
@@ -1,6 +1,5 @@
package org.jboss.test.remoting.stream;
-import org.apache.log4j.Level;
import org.jboss.jrunit.harness.TestDriver;
/**
@@ -14,9 +13,4 @@
1,
StreamingTestServer.class.getName());
}
-
- protected Level getTestHarnessLogLevel()
- {
- return Level.DEBUG;
- }
}
More information about the jboss-cvs-commits
mailing list