fredrik     2004/01/19 13:41:43

  Modified:    lang/src/test/org/apache/commons/lang/time
                        DateUtilsTest.java
  Log:
  Fixed a couple of typos.
  
  Revision  Changes    Path
  1.11      +3 -3      
jakarta-commons/lang/src/test/org/apache/commons/lang/time/DateUtilsTest.java
  
  Index: DateUtilsTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/time/DateUtilsTest.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- DateUtilsTest.java        18 Aug 2003 02:22:28 -0000      1.10
  +++ DateUtilsTest.java        19 Jan 2004 21:41:43 -0000      1.11
  @@ -1,7 +1,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002-2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 2002-2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -70,7 +70,7 @@
   import junit.textui.TestRunner;
   
   /**
  - * Unit tests [EMAIL PROTECTED] org.apache.commons.lang.CalendarUtils}.
  + * Unit tests [EMAIL PROTECTED] org.apache.commons.lang.time.DateUtils}.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Serge Knystautas</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Steven Caswell</a>
  @@ -93,7 +93,7 @@
   
       public static Test suite() {
        TestSuite suite = new TestSuite(DateUtilsTest.class);
  -     suite.setName("CalendarUtilsTest Tests");
  +     suite.setName("DateUtils Tests");
           return suite;
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to