emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a59a4bd: Remove buggy parse-time test


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master a59a4bd: Remove buggy parse-time test
Date: Wed, 02 Mar 2016 17:00:12 +0000

branch: master
commit a59a4bd47a9435fed49213d9613cce7aba193da7
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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.
---
 test/lisp/calendar/parse-time-tests.el |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/test/lisp/calendar/parse-time-tests.el 
b/test/lisp/calendar/parse-time-tests.el
index a227f5c..9bcf2b4 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]