[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi ...

Ron Sigal ron_sigal at yahoo.com
Wed Dec 6 00:25:54 EST 2006


  User: rsigal  
  Date: 06/12/06 00:25:54

  Modified:    src/tests/org/jboss/test/remoting/detection/jndi    Tag:
                        remoting_2_x JNDIDetectorTestCase.java
                        JNDIDetector2TestCase.java RestartTestCase.java
  Log:
  JBREM-644: Removed overriding getTestHarnessLogLevel().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.10.1  +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.4.10.1
  diff -u -b -r1.4 -r1.4.10.1
  --- JNDIDetectorTestCase.java	30 Dec 2005 05:26:41 -0000	1.4
  +++ JNDIDetectorTestCase.java	6 Dec 2006 05:25:54 -0000	1.4.10.1
  @@ -68,11 +68,6 @@
         }
      }
   
  -   protected Level getTestHarnessLogLevel()
  -   {
  -      return Level.DEBUG;
  -   }
  -
      protected Level getTestLogLevel()
      {
         return Level.DEBUG;
  
  
  
  1.1.4.1   +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.1.4.1
  diff -u -b -r1.1 -r1.1.4.1
  --- JNDIDetector2TestCase.java	27 Apr 2006 17:51:57 -0000	1.1
  +++ JNDIDetector2TestCase.java	6 Dec 2006 05:25:54 -0000	1.1.4.1
  @@ -47,11 +47,6 @@
         }
      }
   
  -   protected Level getTestHarnessLogLevel()
  -   {
  -      return Level.DEBUG;
  -   }
  -
      protected Level getTestLogLevel()
      {
         return Level.DEBUG;
  
  
  
  1.1.2.1   +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.1.2.1
  diff -u -b -r1.1 -r1.1.2.1
  --- RestartTestCase.java	11 Oct 2006 19:18:53 -0000	1.1
  +++ RestartTestCase.java	6 Dec 2006 05:25:54 -0000	1.1.2.1
  @@ -50,11 +50,6 @@
                        RestartTestServer.class.getName());
      }
   
  -   protected Level getTestHarnessLogLevel()
  -   {
  -      return Level.DEBUG;
  -   }
  -
      protected Level getTestLogLevel()
      {
         return Level.DEBUG;
  
  
  



More information about the jboss-cvs-commits mailing list