diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 100 |
1 files changed, 99 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 9ccb1f4bc89..d69155a27ff 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,101 @@ | |||
| 1 | 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * automated/python-tests.el (python-imenu-create-index-2) | ||
| 4 | (python-imenu-create-index-3): New tests. | ||
| 5 | |||
| 6 | 2013-07-11 Glenn Morris <rgm@gnu.org> | ||
| 7 | |||
| 8 | * automated/ert-tests.el: Require cl-lib at runtime too. | ||
| 9 | (ert-test-special-operator-p): Use cl-gensym rather than ert-- version. | ||
| 10 | (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*) | ||
| 11 | (ert-test-set-functions, ert-test-gensym) | ||
| 12 | (ert-test-coerce-to-vector, ert-test-string-position) | ||
| 13 | (ert-test-mismatch): Remove tests. | ||
| 14 | * automated/cl-lib.el: New, split from ert-tests.el. | ||
| 15 | |||
| 16 | * automated/ruby-mode-tests.el (ruby-deftest-move-to-block): | ||
| 17 | Goto point-min. | ||
| 18 | (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two) | ||
| 19 | (ruby-move-to-block-skips-percent-literal) | ||
| 20 | (ruby-move-to-block-skips-heredoc) | ||
| 21 | (ruby-move-to-block-moves-from-else-to-if) | ||
| 22 | (ruby-beginning-of-defun-does-not-fold-case) | ||
| 23 | (ruby-end-of-defun-skips-to-next-line-after-the-method): | ||
| 24 | Replace goto-line with forward-line/goto-char. | ||
| 25 | (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer. | ||
| 26 | |||
| 27 | * automated/package-test.el (makeinfo-buffer): Autoload. | ||
| 28 | (compilation-in-progress, tar-parse-info, tar-header-name): Declare. | ||
| 29 | (package-test-install-texinfo): Don't require makeinfo. | ||
| 30 | |||
| 31 | * automated/files.el: Stop "local variables" confusion. | ||
| 32 | |||
| 33 | * automated/flymake-tests.el (flymake-tests): Remove unused group. | ||
| 34 | |||
| 35 | * automated/icalendar-tests.el (icalendar-tests--do-test-cycle): | ||
| 36 | Use with-current-buffer. | ||
| 37 | |||
| 38 | * automated/undo-tests.el (undo-test-buffer-modified) | ||
| 39 | (undo-test-file-modified): New tests. | ||
| 40 | |||
| 41 | 2013-07-09 Michael Albinus <michael.albinus@gmx.de> | ||
| 42 | |||
| 43 | * automated/file-notify-tests.el (file-notify-test00-availability): | ||
| 44 | Set :expected-result. | ||
| 45 | (file-notify-test01-add-watch, file-notify-test01-add-watch-remote) | ||
| 46 | (file-notify-test02-events, file-notify-test02-events-remote) | ||
| 47 | (file-notify-test03-autorevert, file-notify-test03-autorevert-remote): | ||
| 48 | Skip when `file-notify-support' is nil. (Bug#14823) | ||
| 49 | |||
| 50 | 2013-07-09 Glenn Morris <rgm@gnu.org> | ||
| 51 | |||
| 52 | * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch): | ||
| 53 | Declare. | ||
| 54 | (inotify-file-watch-simple): Silence compiler. | ||
| 55 | |||
| 56 | * automated/python-tests.el (python-indent-block-enders): | ||
| 57 | Make it actually test something. | ||
| 58 | |||
| 59 | * automated/package-x-test.el: Require package-test when compiling. | ||
| 60 | |||
| 61 | * automated/add-log-tests.el, automated/advice-tests.el: | ||
| 62 | * automated/imenu-test.el, automated/package-x-test.el: | ||
| 63 | * automated/python-tests.el, automated/ruby-mode-tests.el: | ||
| 64 | * automated/xml-parse-tests.el: Explictly require ert. | ||
| 65 | |||
| 66 | 2013-07-08 Kenichi Handa <handa@gnu.org> | ||
| 67 | |||
| 68 | * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read): | ||
| 69 | Use with-ccoding-priority to avoid side-effect (Bug#14781). | ||
| 70 | |||
| 71 | 2013-07-05 Michael Albinus <michael.albinus@gmx.de> | ||
| 72 | |||
| 73 | * automated/file-notify-tests.el | ||
| 74 | (file-notify-test-remote-temporary-file-directory): Use | ||
| 75 | `null-device' on w32. | ||
| 76 | (file-notify--test-tmpfile, file-notify--test-tmpfile1) | ||
| 77 | (file-notify--test-results, file-notify--test-event) | ||
| 78 | (file-notify--deftest-remote, file-notify--event-test) | ||
| 79 | (file-notify--test-event-handler) | ||
| 80 | (file-notify--test-make-temp-name): Renamed, in order to mark them | ||
| 81 | internal. | ||
| 82 | (tramp-message-show-message, tramp-read-passwd): Tweak them for | ||
| 83 | better fitting in noninteractive tests. | ||
| 84 | (file-notify-test00-availability): Renamed from `file-notify-test0'. | ||
| 85 | (file-notify-test01-add-watch): Renamed from `file-notify-test1'. | ||
| 86 | Use `temporary-file-directory '. | ||
| 87 | (file-notify-test01-add-watch-remote): New test. | ||
| 88 | (file-notify-test02-events): Renamed from `file-notify-test2'. | ||
| 89 | (file-notify-test02-events-remote): Renamed from `file-notify-test3'. | ||
| 90 | (file-notify-test03-autorevert): Renamed from | ||
| 91 | `file-notify-test4'. Use timeouts. | ||
| 92 | (file-notify-test03-autorevert-remote): Renamed from | ||
| 93 | `file-notify-test5'. | ||
| 94 | |||
| 95 | 2013-07-04 Michael Albinus <michael.albinus@gmx.de> | ||
| 96 | |||
| 97 | * automated/file-notify-tests.el: New package. | ||
| 98 | |||
| 1 | 2013-06-28 Kenichi Handa <handa@gnu.org> | 99 | 2013-06-28 Kenichi Handa <handa@gnu.org> |
| 2 | 100 | ||
| 3 | * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE. | 101 | * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE. |
| @@ -43,7 +141,7 @@ | |||
| 43 | Use it to create separate tests for each element, so we run them | 141 | Use it to create separate tests for each element, so we run them |
| 44 | all rather than stopping at the first error. | 142 | all rather than stopping at the first error. |
| 45 | 143 | ||
| 46 | 2013-06-24 Glenn Morris <rgm@fencepost.gnu.org> | 144 | 2013-06-24 Glenn Morris <rgm@gnu.org> |
| 47 | 145 | ||
| 48 | * automated/occur-tests.el (occur-tests): | 146 | * automated/occur-tests.el (occur-tests): |
| 49 | Update for 2013-05-29 change to occur header line. | 147 | Update for 2013-05-29 change to occur header line. |