You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/02/20 16:52:28 UTC

cvs commit: jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/monitor/test MonitorTestCase.java

leif        02/02/20 07:52:27

  Modified:    src/test/org/apache/avalon/excalibur/monitor/test
                        MonitorTestCase.java
  Log:
  Turn off debug output by default to cut down on output to the console while
  running tests.
  
  Revision  Changes    Path
  1.7       +4 -1      jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.java
  
  Index: MonitorTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MonitorTestCase.java	11 Dec 2001 09:53:39 -0000	1.6
  +++ MonitorTestCase.java	20 Feb 2002 15:52:27 -0000	1.7
  @@ -34,7 +34,7 @@
    * Junit TestCase for all the monitors in Excalibur.
    *
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version $Id: MonitorTestCase.java,v 1.6 2001/12/11 09:53:39 jefft Exp $
  + * @version $Id: MonitorTestCase.java,v 1.7 2002/02/20 15:52:27 leif Exp $
    */
   public class MonitorTestCase extends ExcaliburTestCase
   {
  @@ -44,6 +44,9 @@
       public MonitorTestCase( String name )
       {
           super( name );
  +        
  +        // Set the priority for default log output.
  +        m_logPriority = org.apache.log.Priority.INFO;
       }
   
       public void testActiveMonitor()
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>