Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 55286 invoked from network); 28 Sep 2002 02:44:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 28 Sep 2002 02:44:09 -0000 Received: (qmail 4124 invoked by uid 97); 28 Sep 2002 02:44:58 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 4108 invoked by uid 97); 28 Sep 2002 02:44:58 -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 4097 invoked by uid 97); 28 Sep 2002 02:44:57 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 28 Sep 2002 02:44:03 -0000 Message-ID: <20020928024403.41130.qmail@icarus.apache.org> From: donaldp@apache.org To: jakarta-avalon-phoenix-cvs@apache.org Subject: cvs commit: jakarta-avalon-phoenix/src/test/org/apache/avalon/phoenix/components/logger/test LogManagerTestCase.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 donaldp 2002/09/27 19:44:03 Added: src/test/org/apache/avalon/phoenix/components/logger/test LogManagerTestCase.java Log: Start adding unit tests for phoenix facilities Revision Changes Path 1.1 jakarta-avalon-phoenix/src/test/org/apache/avalon/phoenix/components/logger/test/LogManagerTestCase.java Index: LogManagerTestCase.java =================================================================== /* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in * the LICENSE.txt file. */ package org.apache.avalon.phoenix.components.logger.test; import junit.framework.TestCase; /** * An basic test case for the LogManager. * * @author Peter Donald * @version $Revision: 1.1 $ $Date: 2002/09/28 02:44:03 $ */ public class LogManagerTestCase extends TestCase { public LogManagerTestCase( String name ) { super( name ); } } -- To unsubscribe, e-mail: For additional commands, e-mail: