ceki 02/02/22 08:00:17 Modified: tests README tests/src/java/org/apache/log4j DRFATestCase.java MinimumTestCase.java Log: Typo fix. Revision Changes Path 1.2 +1 -1 jakarta-log4j/tests/README Index: README =================================================================== RCS file: /home/cvs/jakarta-log4j/tests/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 22 Feb 2002 14:45:31 -0000 1.1 +++ README 22 Feb 2002 16:00:17 -0000 1.2 @@ -19,7 +19,7 @@ Compiling ========= -ant compile +ant build Running ======= 1.2 +6 -3 jakarta-log4j/tests/src/java/org/apache/log4j/DRFATestCase.java Index: DRFATestCase.java =================================================================== RCS file: /home/cvs/jakarta-log4j/tests/src/java/org/apache/log4j/DRFATestCase.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- DRFATestCase.java 18 Feb 2002 21:43:32 -0000 1.1 +++ DRFATestCase.java 22 Feb 2002 16:00:17 -0000 1.2 @@ -3,10 +3,8 @@ * * 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.APL file. */ + * distribution in the LICENSE.txt file. */ -// Altough located under org/apache/log4j/test, org.apache.log4j is -// the correct package. package org.apache.log4j; import java.util.Calendar; @@ -20,6 +18,11 @@ import org.apache.log4j.*; +/** + Exhaustive test of the DailyRollingFileAppender compute algorithm. + + @author Ceki Gülcü + */ public class DRFATestCase extends TestCase { public DRFATestCase(String name) { 1.2 +9 -0 jakarta-log4j/tests/src/java/org/apache/log4j/MinimumTestCase.java Index: MinimumTestCase.java =================================================================== RCS file: /home/cvs/jakarta-log4j/tests/src/java/org/apache/log4j/MinimumTestCase.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MinimumTestCase.java 18 Feb 2002 19:16:52 -0000 1.1 +++ MinimumTestCase.java 22 Feb 2002 16:00:17 -0000 1.2 @@ -1,3 +1,9 @@ +/* + * 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.log4j; @@ -9,6 +15,9 @@ import org.apache.log4j.helpers.AbsoluteTimeDateFormat; import org.apache.log4j.util.*; +/** + A superficial but general test of log4j. + */ public class MinimumTestCase extends TestCase { static String FILTERED = "output/filtered";
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>