diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 67 |
1 files changed, 66 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index aded5473304..d3d8db6b501 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,68 @@ | |||
| 1 | 2013-07-11 Glenn Morris <rgm@gnu.org> | ||
| 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 | |||
| 11 | * automated/ruby-mode-tests.el (ruby-deftest-move-to-block): | ||
| 12 | Goto point-min. | ||
| 13 | (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two) | ||
| 14 | (ruby-move-to-block-skips-percent-literal) | ||
| 15 | (ruby-move-to-block-skips-heredoc) | ||
| 16 | (ruby-move-to-block-moves-from-else-to-if) | ||
| 17 | (ruby-beginning-of-defun-does-not-fold-case) | ||
| 18 | (ruby-end-of-defun-skips-to-next-line-after-the-method): | ||
| 19 | Replace goto-line with forward-line/goto-char. | ||
| 20 | (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer. | ||
| 21 | |||
| 22 | * automated/package-test.el (makeinfo-buffer): Autoload. | ||
| 23 | (compilation-in-progress, tar-parse-info, tar-header-name): Declare. | ||
| 24 | (package-test-install-texinfo): Don't require makeinfo. | ||
| 25 | |||
| 26 | * automated/files.el: Stop "local variables" confusion. | ||
| 27 | |||
| 28 | * automated/flymake-tests.el (flymake-tests): Remove unused group. | ||
| 29 | |||
| 30 | * automated/icalendar-tests.el (icalendar-tests--do-test-cycle): | ||
| 31 | Use with-current-buffer. | ||
| 32 | |||
| 33 | * automated/undo-tests.el (undo-test-buffer-modified) | ||
| 34 | (undo-test-file-modified): New tests. | ||
| 35 | |||
| 36 | 2013-07-09 Michael Albinus <michael.albinus@gmx.de> | ||
| 37 | |||
| 38 | * automated/file-notify-tests.el (file-notify-test00-availability): | ||
| 39 | Set :expected-result. | ||
| 40 | (file-notify-test01-add-watch, file-notify-test01-add-watch-remote) | ||
| 41 | (file-notify-test02-events, file-notify-test02-events-remote) | ||
| 42 | (file-notify-test03-autorevert, file-notify-test03-autorevert-remote): | ||
| 43 | Skip when `file-notify-support' is nil. (Bug#14823) | ||
| 44 | |||
| 45 | 2013-07-09 Glenn Morris <rgm@gnu.org> | ||
| 46 | |||
| 47 | * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch): | ||
| 48 | Declare. | ||
| 49 | (inotify-file-watch-simple): Silence compiler. | ||
| 50 | |||
| 51 | * automated/python-tests.el (python-indent-block-enders): | ||
| 52 | Make it actually test something. | ||
| 53 | |||
| 54 | * automated/package-x-test.el: Require package-test when compiling. | ||
| 55 | |||
| 56 | * automated/add-log-tests.el, automated/advice-tests.el: | ||
| 57 | * automated/imenu-test.el, automated/package-x-test.el: | ||
| 58 | * automated/python-tests.el, automated/ruby-mode-tests.el: | ||
| 59 | * automated/xml-parse-tests.el: Explictly require ert. | ||
| 60 | |||
| 61 | 2013-07-08 Kenichi Handa <handa@gnu.org> | ||
| 62 | |||
| 63 | * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read): | ||
| 64 | Use with-ccoding-priority to avoid side-effect (Bug#14781). | ||
| 65 | |||
| 1 | 2013-07-05 Michael Albinus <michael.albinus@gmx.de> | 66 | 2013-07-05 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 67 | ||
| 3 | * automated/file-notify-tests.el | 68 | * automated/file-notify-tests.el |
| @@ -71,7 +136,7 @@ | |||
| 71 | Use it to create separate tests for each element, so we run them | 136 | Use it to create separate tests for each element, so we run them |
| 72 | all rather than stopping at the first error. | 137 | all rather than stopping at the first error. |
| 73 | 138 | ||
| 74 | 2013-06-24 Glenn Morris <rgm@fencepost.gnu.org> | 139 | 2013-06-24 Glenn Morris <rgm@gnu.org> |
| 75 | 140 | ||
| 76 | * automated/occur-tests.el (occur-tests): | 141 | * automated/occur-tests.el (occur-tests): |
| 77 | Update for 2013-05-29 change to occur header line. | 142 | Update for 2013-05-29 change to occur header line. |