aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/timefns-tests.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/src/timefns-tests.el b/test/src/timefns-tests.el
index 3e75a3f9b63..89a199f37fc 100644
--- a/test/src/timefns-tests.el
+++ b/test/src/timefns-tests.el
@@ -261,4 +261,8 @@ a fixed place on the right and are padded on the left."
261 (should (time-equal-p time- (time-convert time- form))) 261 (should (time-equal-p time- (time-convert time- form)))
262 (should (time-equal-p time+ (time-convert time+ form)))))))) 262 (should (time-equal-p time+ (time-convert time+ form))))))))
263 263
264(ert-deftest current-time-zone ()
265 (should (listp (current-time-zone)))
266 (should (= (length (current-time-zone)) 2)))
267
264;;; timefns-tests.el ends here 268;;; timefns-tests.el ends here