diff options
| author | Glenn Morris | 2013-07-11 09:13:38 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-11 09:13:38 -0700 |
| commit | a19b3c2d975c605c3ed76f1c178cdec7c3c7bdcf (patch) | |
| tree | cd87d97c915194a3e615fac8445c90b7419876b0 /test/ChangeLog | |
| parent | 17bd3d0493fa7d0ecfa60a646141abebfc8290eb (diff) | |
| download | emacs-a19b3c2d975c605c3ed76f1c178cdec7c3c7bdcf.tar.gz emacs-a19b3c2d975c605c3ed76f1c178cdec7c3c7bdcf.zip | |
Stop reimplementing a bunch of cl- functions in ert
* lisp/emacs-lisp/ert.el: Require cl-lib at runtime too.
(ert--cl-do-remf, ert--remprop, ert--remove-if-not)
(ert--intersection, ert--set-difference, ert--set-difference-eq)
(ert--union, ert--gensym-counter, ert--gensym-counter)
(ert--coerce-to-vector, ert--remove*, ert--string-position)
(ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
(ert-make-test-unbound, ert--expand-should-1)
(ert--expand-should, ert--should-error-handle-error)
(should-error, ert--explain-equal-rec)
(ert--plist-difference-explanation, ert-select-tests)
(ert--make-stats, ert--remove-from-list, ert--string-first-line):
Use cl-lib functions rather than reimplementations.
* test/automated/ert-tests.el: Require cl-lib at runtime too.
(ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
(ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
(ert-test-set-functions, ert-test-gensym)
(ert-test-coerce-to-vector, ert-test-string-position)
(ert-test-mismatch): Remove tests.
* test/automated/cl-lib.el: New, split from ert-tests.el.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 29aa736e8ab..1282ff07246 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2013-07-11 Glenn Morris <rgm@gnu.org> | 1 | 2013-07-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * automated/ert-tests.el: Require cl-lib at runtime too. | ||
| 4 | (ert-test-special-operator-p): Use cl-gensym rather than ert-- version. | ||
| 5 | (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*) | ||
| 6 | (ert-test-set-functions, ert-test-gensym) | ||
| 7 | (ert-test-coerce-to-vector, ert-test-string-position) | ||
| 8 | (ert-test-mismatch): Remove tests. | ||
| 9 | * automated/cl-lib.el: New, split from ert-tests.el. | ||
| 10 | |||
| 3 | * automated/ruby-mode-tests.el (ruby-deftest-move-to-block): | 11 | * automated/ruby-mode-tests.el (ruby-deftest-move-to-block): |
| 4 | Goto point-min. | 12 | Goto point-min. |
| 5 | (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two) | 13 | (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two) |