You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jv...@apache.org on 2003/02/03 01:01:08 UTC

cvs commit: jakarta-commons/lang project.xml

jvanzyl     2003/02/02 16:01:08

  Modified:    lang     project.xml
  Log:
  o The CalendUtilsTest fails due to what appears to be some TZ problems.
    I'm right on the cusp for the last Sunday the test is trying to find and
    it gets the wrong day. Excluding it for now from the test because the
    test is not reliable yet.
  
  Revision  Changes    Path
  1.10      +1 -0      jakarta-commons/lang/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	2 Feb 2003 09:11:55 -0000	1.9
  +++ project.xml	3 Feb 2003 00:01:07 -0000	1.10
  @@ -99,6 +99,7 @@
         </includes>
         <excludes>
           <exclude>**/Abstract*.java</exclude>
  +        <exclude>**/*CalendarUtils*.java</exclude>
         </excludes>
       </unitTest>
     </build>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org