leif        02/02/20 07:54:11

  Modified:    src/test/org/apache/avalon/excalibur/logger/test
                        LogKitManagementTestCase.java
  Log:
  Turn off debug output by default to cut down on output to the console while
  running tests.
  
  Revision  Changes    Path
  1.8       +5 -11     
jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/logger/test/LogKitManagementTestCase.java
  
  Index: LogKitManagementTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/logger/test/LogKitManagementTestCase.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- LogKitManagementTestCase.java     11 Dec 2001 09:53:39 -0000      1.7
  +++ LogKitManagementTestCase.java     20 Feb 2002 15:54:11 -0000      1.8
  @@ -16,7 +16,7 @@
    * LogKitManagementTest.
    *
    * @author <a href="mailto:[EMAIL PROTECTED],org">Giacomo Pati</a>
  - * @version CVS $Revision: 1.7 $ $Date: 2001/12/11 09:53:39 $
  + * @version CVS $Revision: 1.8 $ $Date: 2002/02/20 15:54:11 $
    */
   public class LogKitManagementTestCase
       extends ExcaliburTestCase
  @@ -31,17 +31,11 @@
       public LogKitManagementTestCase( final String name )
       {
           super( name );
  +        
  +        // Set the priority for default log output.
  +        m_logPriority = org.apache.log.Priority.INFO;
       }
  -
  -    /*
  -    public void setUp()
  -        throws Exception
  -    {
  -        m_logPriority = Priority.DEBUG;
  -        super.setUp();
  -    }
  -    */
  -
  +    
       public void testComponent()
           throws CascadingAssertionFailedError
       {
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to