aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/calendar/time-date-tests.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/lisp/calendar/time-date-tests.el b/test/lisp/calendar/time-date-tests.el
index 51250ce5e7a..b46a247cd30 100644
--- a/test/lisp/calendar/time-date-tests.el
+++ b/test/lisp/calendar/time-date-tests.el
@@ -104,12 +104,6 @@
104 (should (equal (decoded-time-add time (mdec :zone -7200)) 104 (should (equal (decoded-time-add time (mdec :zone -7200))
105 '(12 15 14 8 7 2019 1 t 7200))))) 105 '(12 15 14 8 7 2019 1 t 7200)))))
106 106
107(ert-deftest test-time-zone-format ()
108 (should (equal (time-zone-format 3600)
109 "+01:00"))
110 (should (equal (time-zone-format -7200)
111 "-02:00")))
112
113(require 'ert) 107(require 'ert)
114 108
115;;; time-date-tests.el ends here 109;;; time-date-tests.el ends here