From: Lars Ingebrigtsen Date: Wed, 2 Mar 2016 17:00:05 +0000 (+0000) Subject: Remove buggy parse-time test X-Git-Tag: emacs-26.0.90~2407 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a59a4bd47a9435fed49213d9613cce7aba193da7;p=emacs.git Remove buggy parse-time test * test/lisp/calendar/parse-time-tests.el (parse-time-tests): Remove the iso parse test, since it doesn't work. --- diff --git a/test/lisp/calendar/parse-time-tests.el b/test/lisp/calendar/parse-time-tests.el index a227f5ce33b..9bcf2b4a53c 100644 --- a/test/lisp/calendar/parse-time-tests.el +++ b/test/lisp/calendar/parse-time-tests.el @@ -42,10 +42,7 @@ (should (equal (parse-time-string "Monday, 22 february 2016 19:35:42 +0100") '(42 35 19 22 2 2016 1 nil 3600))) (should (equal (parse-time-string "Monday, 22 february 2016 19:35:42 PDT") - '(42 35 19 22 2 2016 1 t -25200))) - - (should (equal (parse-iso8601-time-string "2016-02-28T15:28:09+1030") - '(22226 32353)))) + '(42 35 19 22 2 2016 1 t -25200)))) (provide 'parse-time-tests)