emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master e18a4a0: Adjust time-date tests to tweaked format


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master e18a4a0: Adjust time-date tests to tweaked format
Date: Tue, 30 Jul 2019 05:56:54 -0400 (EDT)

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

    Adjust time-date tests to tweaked format
---
 test/lisp/calendar/time-date-tests.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/lisp/calendar/time-date-tests.el 
b/test/lisp/calendar/time-date-tests.el
index d6cf742..b46a247 100644
--- a/test/lisp/calendar/time-date-tests.el
+++ b/test/lisp/calendar/time-date-tests.el
@@ -35,13 +35,13 @@
 
 (ert-deftest test-ordinal ()
   (should (equal (date-ordinal-to-time 2008 271)
-                 '(0 0 0 27 9 2008 nil nil nil)))
+                 '(nil nil nil 27 9 2008 nil nil nil)))
   (should (equal (date-ordinal-to-time 2008 1)
-                 '(0 0 0 1 1 2008 nil nil nil)))
+                 '(nil nil nil 1 1 2008 nil nil nil)))
   (should (equal (date-ordinal-to-time 2008 32)
-                 '(0 0 0 1 2 2008 nil nil nil)))
+                 '(nil nil nil 1 2 2008 nil nil nil)))
   (should (equal (date-ordinal-to-time 1981 095)
-                 '(0 0 0 5 4 1981 nil nil nil))))
+                 '(nil nil nil 5 4 1981 nil nil nil))))
 
 (cl-defmethod mdec (&key second minute hour
                          day month year



reply via email to

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