[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi ...
Ron Sigal
ron_sigal at yahoo.com
Wed Dec 6 00:09:19 EST 2006
User: rsigal
Date: 06/12/06 00:09:19
Modified: src/tests/org/jboss/test/remoting/detection/jndi
RestartTestCase.java JNDIDetectorTestCase.java
JNDIDetector2TestCase.java
Log:
JBREM-644: Removed overriding getTestHarnessLogLevel().
Revision Changes Path
1.2 +0 -5 JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/RestartTestCase.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: RestartTestCase.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/RestartTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- RestartTestCase.java 11 Oct 2006 19:18:53 -0000 1.1
+++ RestartTestCase.java 6 Dec 2006 05:09:19 -0000 1.2
@@ -50,11 +50,6 @@
RestartTestServer.class.getName());
}
- protected Level getTestHarnessLogLevel()
- {
- return Level.DEBUG;
- }
-
protected Level getTestLogLevel()
{
return Level.DEBUG;
1.5 +0 -5 JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/JNDIDetectorTestCase.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: JNDIDetectorTestCase.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/JNDIDetectorTestCase.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- JNDIDetectorTestCase.java 30 Dec 2005 05:26:41 -0000 1.4
+++ JNDIDetectorTestCase.java 6 Dec 2006 05:09:19 -0000 1.5
@@ -68,11 +68,6 @@
}
}
- protected Level getTestHarnessLogLevel()
- {
- return Level.DEBUG;
- }
-
protected Level getTestLogLevel()
{
return Level.DEBUG;
1.2 +0 -5 JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/JNDIDetector2TestCase.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: JNDIDetector2TestCase.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/JNDIDetector2TestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- JNDIDetector2TestCase.java 27 Apr 2006 17:51:57 -0000 1.1
+++ JNDIDetector2TestCase.java 6 Dec 2006 05:09:19 -0000 1.2
@@ -47,11 +47,6 @@
}
}
- protected Level getTestHarnessLogLevel()
- {
- return Level.DEBUG;
- }
-
protected Level getTestLogLevel()
{
return Level.DEBUG;
More information about the jboss-cvs-commits
mailing list