diff options
| author | Lars Ingebrigtsen | 2016-03-02 17:00:05 +0000 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-03-02 17:00:05 +0000 |
| commit | a59a4bd47a9435fed49213d9613cce7aba193da7 (patch) | |
| tree | 08d80f63e166f4bc8cce819845c63f59c1ec247c /test | |
| parent | 7d69780681bd68a052a3b2ee814675b78d4a5063 (diff) | |
| download | emacs-a59a4bd47a9435fed49213d9613cce7aba193da7.tar.gz emacs-a59a4bd47a9435fed49213d9613cce7aba193da7.zip | |
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.
Diffstat (limited to 'test')
| -rw-r--r-- | 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 a227f5ce33b..9bcf2b4a53c 100644 --- a/test/lisp/calendar/parse-time-tests.el +++ b/test/lisp/calendar/parse-time-tests.el | |||
| @@ -42,10 +42,7 @@ | |||
| 42 | (should (equal (parse-time-string "Monday, 22 february 2016 19:35:42 +0100") | 42 | (should (equal (parse-time-string "Monday, 22 february 2016 19:35:42 +0100") |
| 43 | '(42 35 19 22 2 2016 1 nil 3600))) | 43 | '(42 35 19 22 2 2016 1 nil 3600))) |
| 44 | (should (equal (parse-time-string "Monday, 22 february 2016 19:35:42 PDT") | 44 | (should (equal (parse-time-string "Monday, 22 february 2016 19:35:42 PDT") |
| 45 | '(42 35 19 22 2 2016 1 t -25200))) | 45 | '(42 35 19 22 2 2016 1 t -25200)))) |
| 46 | |||
| 47 | (should (equal (parse-iso8601-time-string "2016-02-28T15:28:09+1030") | ||
| 48 | '(22226 32353)))) | ||
| 49 | 46 | ||
| 50 | (provide 'parse-time-tests) | 47 | (provide 'parse-time-tests) |
| 51 | 48 | ||