]> git.eshelyaron.com Git - emacs.git/commit
Don't mutate constants in tests
authorMattias Engdegård <mattiase@acm.org>
Sat, 13 May 2023 11:36:50 +0000 (13:36 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 13 May 2023 12:31:00 +0000 (14:31 +0200)
commit63be4d11b58630251c70508267792d4a6d431fdd
tree890ac1c5e068dc751eb663916dd96ff9e4dd61ea
parent9f856e4cd095c24cf4e6cadbc04efaf533e59f37
Don't mutate constants in tests

* test/lisp/emacs-lisp/cl-macs-tests.el
(cl-macs-test--symbol-macrolet):
* test/lisp/emacs-lisp/cl-print-tests.el
(cl-print-tests-ellipsis-circular):
* test/lisp/emacs-lisp/eieio-tests/eieio-test-persist.el
(eieio-test-persist-interior-lists):
* test/lisp/textmodes/reftex-tests.el (reftex-all-used-citation-keys):
* test/src/xdisp-tests.el (xdisp-tests--minibuffer-resizing):
* test/src/fns-tests.el (test-vector-delete):
Mutate created objects, not constants.

* test/lisp/emacs-lisp/subr-x-tests.el
(subr-x-test-add-display-text-property): Mutate a created string, and
compare using `equal-including-properties` without which the test was
rather meaningless.

* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test16-directory-files): Don't mutate.
test/lisp/emacs-lisp/cl-macs-tests.el
test/lisp/emacs-lisp/cl-print-tests.el
test/lisp/emacs-lisp/eieio-tests/eieio-test-persist.el
test/lisp/emacs-lisp/subr-x-tests.el
test/lisp/net/tramp-archive-tests.el
test/lisp/textmodes/reftex-tests.el
test/src/fns-tests.el
test/src/xdisp-tests.el