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 <a href="mailto:peter at apache.org">Peter Donald</a> * @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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>