]> git.eshelyaron.com Git - emacs.git/commit
Remove workaround for fixed Bug#6581 from ert
authorStefan Kangas <stefan@marxist.se>
Thu, 21 Oct 2021 17:53:00 +0000 (19:53 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 31 Oct 2021 02:02:32 +0000 (03:02 +0100)
commit54b8ec4e6fb1eeac049e7bd68372e78c180fe8e4
treeebcb91138aae1c7f7234f0540b9f275c22f19655
parent8227d1273e2b82dbed14c0cba06959083d377745
Remove workaround for fixed Bug#6581 from ert

* lisp/emacs-lisp/ert.el (ert-equal-including-properties): Make
into obsolete function alias for 'equal-including-properties'.
* test/src/editfns-tests.el (format-properties):
* test/lisp/emacs-lisp/ert-x-tests.el (ert-propertized-string)
(ert-test-run-tests-interactively-2): Don't use above obsolete
name.

(ert--explain-equal-including-properties-rec): New function.
(ert--explain-equal-including-properties): Use as an explainer for
'equal-including-properties' now that Bug#6581 is fixed.

* test/lisp/emacs-lisp/ert-tests.el
(ert-test-explain-equal-string-properties): Expand test.
(ert-test-equal-including-properties): Merge test into above
expanded test.
lisp/emacs-lisp/ert.el
test/lisp/emacs-lisp/ert-tests.el
test/lisp/emacs-lisp/ert-x-tests.el
test/src/editfns-tests.el