1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00
emacs/test/lisp/calendar
Paul Eggert d0c77a1894 Remove some assumptions about timestamp format
These changes remove some assumptions of Lisp code on timestamp
format.  Although we’re not going to change the default format any
time soon, I went looking for code that was too intimate about
details of timestamp format and removed assumptions where this was
easy to do with current Emacs primitives.
* lisp/ido.el (ido-wash-history):
Fix test for zero timestamp.
* lisp/time.el (display-time-event-handler):
Use time-less-p rather than doing it by hand.
(display-time-update): Simplify by using float-time
instead of doing the equivalent by hand.
* lisp/url/url-auth.el (url-digest-auth-make-cnonce):
* test/lisp/calendar/parse-time-tests.el (parse-time-tests):
* test/lisp/emacs-lisp/timer-tests.el (timer-test-multiple-of-time):
* test/lisp/net/tramp-tests.el:
(tramp-test19-directory-files-and-attributes)
(tramp-test22-file-times, tramp-test23-visited-file-modtime):
Don’t assume detailed format of returned Lisp timestamps.
2018-09-24 19:15:23 -07:00
..
todo-mode-resources Add new todo-mode.el tests 2017-07-07 22:03:21 +02:00
icalendar-tests.el Fix icalendar tests to match new behavior 2018-09-15 14:11:10 -07:00
parse-time-tests.el Remove some assumptions about timestamp format 2018-09-24 19:15:23 -07:00
todo-mode-tests.el Make todo-show work when adding and deleting a new todo file 2018-09-03 22:40:24 +02:00