summaryrefslogtreecommitdiff
path: root/test/lisp/time-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
|
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
|
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
|
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-0/+2
|
* Adjust time-tests.el to bug#30056Lars Ingebrigtsen2021-07-231-0/+1
| | | | | * test/lisp/time-tests.el (time-tests-display-time-update): Adjust test (bug#30056).
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* Fix time-test error on machines with mailLars Ingebrigtsen2020-10-261-0/+1
| | | | | * test/lisp/time-tests.el (time-tests-display-time-update): There may be mail on the machine (bug#44241).
* Tweak two time.el testsStefan Kangas2020-10-211-3/+7
| | | | | * test/lisp/time-tests.el (time-tests-display-time-update--load) (time-tests-display-time-update): Tweak tests.
* Add tests for time.elStefan Kangas2020-10-211-0/+74
* lisp/time.el (display-time-update--load) (display-time-update--mail): Extract from... (display-time-update): ...here. * test/lisp/time-tests.el: New file.