Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 45547 invoked from network); 20 Feb 2002 15:54:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 20 Feb 2002 15:54:14 -0000 Received: (qmail 7563 invoked by uid 97); 20 Feb 2002 15:54:15 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 7545 invoked by uid 97); 20 Feb 2002 15:54:14 -0000 Mailing-List: contact avalon-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-cvs@jakarta.apache.org Received: (qmail 7534 invoked by uid 97); 20 Feb 2002 15:54:14 -0000 Date: 20 Feb 2002 15:54:11 -0000 Message-ID: <20020220155411.42136.qmail@icarus.apache.org> From: leif@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/logger/test LogKitManagementTestCase.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 Giacomo Pati - * @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: For additional commands, e-mail: