[webkit-changes] cvs commit: WebCore/layout-tests/fast/js date-parse-test.html

Geoffrey ggaren at opensource.apple.com
Fri Sep 30 09:35:02 PDT 2005


ggaren      05/09/30 09:35:02

  Modified:    .        ChangeLog
               layout-tests/fast/js date-parse-test.html
  Log:
          Patch reviewed by john.
  
          * layout-tests/fast/js/date-parse-test.html: Added a test case for
          <rdar://problem/4275206> Denver Regression: Seed: Past Editions of
          Opinions display "NAN/Undefined" for www.washingtonpost.com
  
  Revision  Changes    Path
  1.178     +8 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.177
  retrieving revision 1.178
  diff -u -r1.177 -r1.178
  --- ChangeLog	30 Sep 2005 04:04:54 -0000	1.177
  +++ ChangeLog	30 Sep 2005 16:34:59 -0000	1.178
  @@ -1,3 +1,11 @@
  +2005-09-30  Geoffrey Garen  <ggaren at apple.com>
  +
  +        Patch reviewed by john.
  +        
  +        * layout-tests/fast/js/date-parse-test.html: Added a test case for 
  +        <rdar://problem/4275206> Denver Regression: Seed: Past Editions of 
  +        Opinions display "NAN/Undefined" for www.washingtonpost.com
  +
   2005-09-29  Timothy Hatcher  <timothy at apple.com>
   
           Fixes build failures on a future release train.
  
  
  
  1.6       +1 -0      WebCore/layout-tests/fast/js/date-parse-test.html
  
  Index: date-parse-test.html
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/fast/js/date-parse-test.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- date-parse-test.html	30 Aug 2005 03:46:37 -0000	1.5
  +++ date-parse-test.html	30 Sep 2005 16:35:01 -0000	1.6
  @@ -69,6 +69,7 @@
   
   testDateParse("Dec 25 1995 13:30 GMT", 819898200000);
   testDateParse("Dec 25 1995 13:30", 819898200000 + o);
  +testDateParse('Dec 25 13:30 1995', 819898200000 + o);
   testDateParse("Dec 25 1995 13:30 ", 819898200000 + o);
   testDateParse("Dec 25 1995 1:30 PM GMT", 819898200000);
   testDateParse("Dec 25 1995 1:30 PM", 819898200000 + o);
  
  
  



More information about the webkit-changes mailing list