Make most emulation packages obsolete. [Backport]
[emacs.git] / test / ChangeLog
blobc1c2f5c870b3c3417b8038ff5e908d0632827303
1 2014-10-20  Glenn Morris  <rgm@gnu.org>
3         * Version 24.4 released.
5 2014-10-01  Glenn Morris  <rgm@gnu.org>
7         * automated/package-test.el (with-package-test, package-test-signed):
8         Also set HOME to a temp value, in case the real one is absent (e.g.
9         hydra) or read-only.  (Bug#18575)
10         (package-test-signed): Use skip-unless rather than expected-result.
12 2014-09-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14         * automated/python-tests.el:
15         (python-indent-electric-colon-1): New test.  (Bug#18228)
17 2014-08-18  Glenn Morris  <rgm@gnu.org>
19         * automated/python-tests.el (python-shell-calculate-exec-path-2):
20         Update test for today's python.el changes.
22 2014-08-11  Glenn Morris  <rgm@gnu.org>
24         * automated/data/files-bug18141.el.gz: New file.
25         * automated/files.el (files-test-bug-18141-file):
26         New variable and test.  (Bug#18141)
28 2014-08-07  Glenn Morris  <rgm@gnu.org>
30         * automated/Makefile.in (check-tar): Remove, no longer needed.
32 2014-08-03  Glenn Morris  <rgm@gnu.org>
34         * automated/Makefile.in (check-tar): Add as alias for check.
36 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
38         * automated/python-tests.el:
39         (python-util-clone-local-variables-1): Fix test.
41 2014-07-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
43         * automated/python-tests.el (python-shell-make-comint-1):
44         (python-shell-make-comint-2): Fix indentation.
45         (python-shell-make-comint-3)
46         (python-shell-make-comint-4): New tests.
47         (python-shell-get-or-create-process-1): Fix test.
48         (python-shell-get-or-create-process-2)
49         (python-shell-get-or-create-process-3): New tests.
50         (python-shell-internal-get-or-create-process-1): Fix test.
51         (python-shell-prompt-detect-1): New test.
52         (python-shell-prompt-detect-2): New test.  (Bug#17370)
53         (python-shell-prompt-detect-3)
54         (python-shell-prompt-detect-4)
55         (python-shell-prompt-detect-5)
56         (python-shell-prompt-detect-6)
57         (python-shell-prompt-validate-regexps-1)
58         (python-shell-prompt-validate-regexps-2)
59         (python-shell-prompt-validate-regexps-3)
60         (python-shell-prompt-validate-regexps-4)
61         (python-shell-prompt-validate-regexps-5)
62         (python-shell-prompt-validate-regexps-6)
63         (python-shell-prompt-validate-regexps-7)
64         (python-shell-prompt-set-calculated-regexps-1)
65         (python-shell-prompt-set-calculated-regexps-2)
66         (python-shell-prompt-set-calculated-regexps-3)
67         (python-shell-prompt-set-calculated-regexps-4)
68         (python-shell-prompt-set-calculated-regexps-5)
69         (python-shell-prompt-set-calculated-regexps-6)
70         (python-util-valid-regexp-p-1): New tests.
72 2014-07-09  Fabián Ezequiel Gallina  <fgallina@gnu.org>
74         * automated/python-tests.el
75         (python-indent-block-enders-1)
76         (python-indent-block-enders-2): Fix tests.
77         (python-indent-block-enders-3)
78         (python-indent-block-enders-4)
79         (python-indent-block-enders-5)
80         (python-indent-dedenters-1)
81         (python-indent-dedenters-2): Remove tests.
82         (python-indent-dedenters-1)
83         (python-indent-dedenters-2)
84         (python-indent-dedenters-3)
85         (python-indent-dedenters-4)
86         (python-indent-dedenters-5)
87         (python-indent-dedenters-6)
88         (python-indent-dedenters-7)
89         (python-info-dedenter-opening-block-position-1)
90         (python-info-dedenter-opening-block-position-2)
91         (python-info-dedenter-opening-block-position-3)
92         (python-info-dedenter-opening-block-positions-1)
93         (python-info-dedenter-opening-block-positions-2)
94         (python-info-dedenter-opening-block-positions-3)
95         (python-info-dedenter-opening-block-positions-4)
96         (python-info-dedenter-opening-block-positions-5)
97         (python-info-dedenter-opening-block-message-1)
98         (python-info-dedenter-opening-block-message-2)
99         (python-info-dedenter-opening-block-message-3)
100         (python-info-dedenter-opening-block-message-4)
101         (python-info-dedenter-opening-block-message-5)
102         (python-info-dedenter-statement-p-1)
103         (python-info-dedenter-statement-p-2)
104         (python-info-dedenter-statement-p-3)
105         (python-info-dedenter-statement-p-4)
106         (python-info-dedenter-statement-p-5): New tests.
108 2014-07-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
110         * automated/python-tests.el
111         (python-tests-self-insert): New function.
112         (python-triple-quote-pairing): Use it.
113         (python-parens-electric-indent-1): New test. (Bug#17658)
115 2014-06-28  Leo Liu  <sdl.web@gmail.com>
117         * automated/calc-tests.el: New file and add tests for math-bignum.
118         (Bug#17556)
120 2014-06-27  Michael Albinus  <michael.albinus@gmx.de>
122         * automated/dbus-tests.el (dbus--test-register-service)
123         (dbus-test02-register-service-session): Replace `dbus-ping' calls
124         by `dbus-list-known-names'.  (Bug#17858)
126 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * automated/package-test.el (package-test-update-listing)
129         (package-test-update-archives, package-test-describe-package):
130         Adjust tests according to new package-list-unsigned.
132 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
134         * automated/python-tests.el (python-util-strip-string-1): New test.
136 2014-05-08  Glenn Morris  <rgm@gnu.org>
138         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
139         (vc-bzr-test-faulty-bzr-autoloads):
140         Give bzr a temporary home-directory, in case the real one is missing.
142 2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
144         * automated/ruby-mode-tests.el
145         (ruby-interpolation-after-dollar-sign): New test.
147 2014-05-05  Glenn Morris  <rgm@gnu.org>
149         * automated/help-fns.el: New file.
151 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
153         * automated/tramp-tests.el (top):
154         * automated/file-notify-tests.el (top): Do not disable interactive
155         passwords in batch mode.
156         (password-cache-expiry): Set to nil.
158 2014-04-24  Michael Albinus  <michael.albinus@gmx.de>
160         * automated/file-notify-tests.el
161         (file-notify-test-remote-temporary-file-directory):
162         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
163         Use a mock-up method as default.
164         (tramp-test00-availability): Print the used directory name.
165         (tramp-test33-recursive-load): Fix typo.
167 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
169         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
170         (tramp-test30-special-characters): Remove test for backslash.
172 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
174         * automated/tramp-tests.el
175         (tramp-test19-directory-files-and-attributes)
176         (tramp-test22-file-times): Check for `file-attributes' equality
177         only if there is a usable timestamp.
178         (tramp--test-check-files): Do not use `copy-sequence'.
180 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
182         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
183         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
185 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
187         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
188         (tramp--test-make-temp-name): Optional argument LOCAL.
189         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
190         (tramp-test10-write-region): No special test for out-of-band copy
191         needed anymore.
192         (tramp-test11-copy-file, tramp-test12-rename-file)
193         (tramp-test21-file-links): Extend tests.
194         (tramp-test20-file-modes): More robust check for user "root".
195         (tramp--test-check-files): New defun.
196         (tramp-test30-special-characters, tramp-test33-recursive-load)
197         (tramp-test34-unload): New tests.
198         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
200 2014-04-10  Paul Eggert  <eggert@cs.ucla.edu>
202         * automated/electric-tests.el: Fix spelling error in test name.
203         (whitespace-skipping-for-quotes-not-outside):
204         Rename from whitespace-skipping-for-quotes-not-ouside.
206 2014-04-09  Glenn Morris  <rgm@gnu.org>
208         * automated/python-tests.el (python-triple-quote-pairing):
209         Enable/disable electric-pair-mode as needed.
211         * automated/electric-tests.el (electric-pair-backspace-1):
212         Replace deleted function.
214 2014-04-07  João Távora  <joaotavora@gmail.com>
216         * automated/electric-tests.el (define-electric-pair-test):
217         Don't overtest.
218         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
219         (inhibit-in-mismatched-string-inside-c-comments): New test.
221         * automated/electric-tests.el (inhibit-if-strings-mismatched):
222         New test, change from `inhibit-only-of-next-is-mismatched'.
224 2014-04-06  João Távora  <joaotavora@gmail.com>
226         * automated/python-tests.el (python-triple-quote-pairing): New test.
227         (python-syntax-after-python-backspace): New test.
229         * automated/electric-tests.el (electric-pair-define-test-form):
230         More readable test docstrings.
231         (whitespace-skipping-for-quotes-not-ouside)
232         (whitespace-skipping-for-quotes-only-inside)
233         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
235 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
237         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
238         (undo-test-region-t-marker): New tests of marker adjustments.
239         (undo-test-marker-adjustment-moved):
240         (undo-test-region-mark-adjustment): New tests to demonstrate
241         bug#16818, which fail without the fix.
243 2014-03-23  Daniel Colascione  <dancol@dancol.org>
245         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
246         test: correct parsing of keyword arguments.
248 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
250         * automated/package-test.el (package-test-describe-package):
251         Fix test failure in non-graphical mode.
253 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
255         * automated/package-test.el (package-test-describe-package):
256         Check for the "Keywords: " line.
258         * automated/data/package/archive-contents: Include the :keywords
259         field in `simple-single' data form.
261 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
263         * automated/package-test.el
264         (package-test-install-two-dependencies): New test (bug#16826).
266         * automated/data/package/simple-two-depend-1.1.el: New file.
268         * automated/data/package/archive-contents:
269         Add info about the new package.
271 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
273         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
274         (tramp-test10-write-region): Extend for out-of-band copy.
275         (tramp-test31-asynchronous-requests): New test.
277 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
279         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
280         Add new test of undo in region.
281         (undo-test-in-region-eob): Add test case described at
282         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
284 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
286         * automated/tramp-tests.el (tramp--test-enabled)
287         (tramp-test15-copy-directory): No special handling of tramp-adb.el
288         anymore.  It's fixed in that package.
290 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
292         * automated/tramp-tests.el (tramp--test-enabled): Move connection
293         cleanup into this function.  Remove respective code from all test
294         cases.
295         (tramp--instrument-test-case): Declare `indent' and `debug'.
296         Handle other errors as well.
297         (tramp-test14-delete-directory): Check for `file-error' error.
298         (tramp-test15-copy-directory): Ignore return value of
299         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
300         (tramp-test19-directory-files-and-attributes): Take care of
301         timestamp of "../".
302         (tramp-test20-file-modes, tramp-test27-start-file-process)
303         (tramp-test28-shell-command): Skip for tramp-adb.el.
304         (tramp-test21-file-links): `file-truename' shall preserve trailing
305         link of directories.
306         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
307         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
308         `kill-buffer-query-functions' to nil.
309         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
311 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
313         * automated/tramp-tests.el
314         (tramp-test19-directory-files-and-attributes): Do not include
315         directories in comparison; they might have changed their
316         timestamps already.
318 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
320         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
321         (tramp-test17-insert-directory): First line could contain more
322         text, when produced by `ls-lisp'.
323         (tramp-test19-directory-files-and-attributes): Instrument failed
324         test case.
326 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
328         * automated/tramp-tests.el (tramp-test17-insert-directory):
329         Make first line "total 123" optional.
330         (tramp-test20-file-modes, tramp-test22-file-times)
331         (tramp-test26-process-file, tramp-test27-start-file-process)
332         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
333         tramp-smb.el.
334         (tramp-test20-file-modes): Check for "root" only when there is an
335         explicit user name.
336         (tramp-test21-file-links): Handle "... not supported" error.
337         (tramp-test22-file-times): Skip for "don't know" return values.
338         (tramp-test26-process-file, tramp-test28-shell-command):
339         Remove color escape sequences.
340         (tramp-test28-shell-command): Use `accept-process-output' rather
341         than `sit-for'.
342         (tramp-test30-utf8): Set coding system `utf-8'.
344 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
346         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
347         an initial `sit-for' prior the while loop.
349 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
351         Sync with Tramp 2.2.9.
353         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
354         (tramp-test28-shell-command): Make a while loop when waiting for
355         process exit.
357 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
359         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
360         and `vc-hg'.  Declare `tramp-find-executable' and
361         `tramp-get-remote-path'.
362         (tramp-test29-vc-registered): New test.
363         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
365 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
367         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
368         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
369         (tramp-test28-shell-command): Improve `shell-command' test.  Add
370         `async-shell-command' tests.
372 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
374         * automated/file-notify-tests.el (file-notify--wait-for-events):
375         Use `read-event' instead of `sit-for'.
376         (file-notify-test02-events): Remove expected result, the bug is
377         fixed meanwhile.
378         (file-notify-test02-events, file-notify-test03-autorevert):
379         Use `sleep-for' instead of `sit-for'.
381 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
383         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
384         New test.
386 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
388         * automated/file-notify-tests.el (file-notify--deftest-remote):
389         Do not skip when the local test has failed.  They are unrelated.
390         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
391         `noninteractive' to nil, otherwise `sit-for' could be degraded to
392         `sleep-for'.
393         (file-notify-test02-events): Check for `file-remote-p' instead of
394         `file-notify--test-remote-enabled'.
396 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
398         * automated/file-notify-tests.el (file-notify-test02-events):
399         Let test case fail for Bug#16519.
401 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
403         * automated/file-notify-tests.el (file-notify-test02-events):
404         Hide Bug#16519, until it is solved.
406 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
408         * automated/file-notify-tests.el
409         (file-notify--test-local-enabled): Fix error in logic.
410         (file-notify--wait-for-events): New defmacro.
411         (file-notify-test02-events): Make short breaks between file operations.
412         Use `file-notify--wait-for-events'.  Check, that events have arrived.
413         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
415         * automated/comint-testsuite.el
416         (comint-testsuite-password-strings): Add localized examples.
418 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
420         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
421         case if inotify is not linked with Emacs.  Use `read-event' rather
422         than `sit-for' in order to process events.  (Bug#13662)
424 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
426         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
427         test case with adapted test string.  (Bug#13064)
429 2013-12-28  Glenn Morris  <rgm@gnu.org>
431         * automated/electric-tests.el: Require 'elec-pair.
433 2013-12-26  João Távora  <joaotavora@gmail.com>
435         * automated/electric-tests.el (electric-pair-test-for):
436         Fix autowrapping tests in batch-mode by running with
437         `transient-mark-mode' set to `lambda'.
439         * automated/electric-tests.el: New file.
441 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
443         * automated/python-tests.el
444         (python-nav-lisp-forward-sexp-safe-1): Remove test.
445         (python-nav-forward-sexp-safe-1): New test.
447 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
449         * automated/ruby-mode-tests.el: Add tests for
450         `ruby-align-to-stmt-keywords'.
452         * indent/ruby.rb: Update examples to reflect the lack of change in
453         default indentation of `begin' blocks.
455 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
457         * indent/ruby.rb: Update examples according to the change
458         in `smie-indent-close'.
460 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
462         * indent/ruby.rb: New examples.
464 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
466         * automated/python-tests.el (python-indent-dedenters-2): New test.
468 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
470         * automated/python-tests.el (python-indent-after-comment-1)
471         (python-indent-after-comment-2): New tests.
473 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
475         * automated/python-tests.el (python-indent-block-enders-1):
476         Rename from python-indent-block-enders.
477         (python-indent-block-enders-2): New test.
479 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
481         * indent/js.js: New file.
483 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
485         * automated/dbus-tests.el: New file.
487 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
489         * automated/regexp-tests.el: New file.
491 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
493         * automated/reftex-tests.el (reftex-parse-from-file-test):
494         Run temp-dir through file-truename, to make sure the temporary file
495         names are comparable as strings.
497         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
498         Force Unix EOLs by using 'utf-8-unix', since the default of
499         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
501 2013-11-28  Glenn Morris  <rgm@gnu.org>
503         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
505 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
507         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
508         (EMACSOPT): Use $(PATH_SEP).
510 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
512         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
513         Set to nil.
515 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
517         * automated/file-notify-tests.el
518         (file-notify-test-remote-temporary-file-directory):
519         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
520         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
521         (file-notify--deftest-remote): Cleanup connection initially.
522         (file-notify-test03-autorevert): Run also in batch mode.  Use a
523         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
524         does not work on MS Windows.  Call `accept-process-output' for
525         remote files.  Apply `string-match' instead of `string-equal', the
526         messages are different on MS Windows.
528         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
529         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
530         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
532 2013-11-23  Glenn Morris  <rgm@gnu.org>
534         * automated/python-tests.el (python-shell-make-comint-1)
535         (python-shell-make-comint-2, python-shell-get-process-1):
536         Suppress creation of some temp-files.
538         * automated/python-tests.el (python-shell-parse-command-1)
539         (python-shell-make-comint-1, python-shell-make-comint-2)
540         (python-shell-get-process-1)
541         (python-shell-internal-get-or-create-process-1):
542         Skip rather than fail if prereqs not found.
544         * automated/Makefile.in (emacs):
545         Empty EMACSLOADPATH rather than unsetting.
547 2013-11-22  Glenn Morris  <rgm@gnu.org>
549         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
550         Set expected-result.
552 2013-11-21  Glenn Morris  <rgm@gnu.org>
554         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
555         (compile-main): Pass XARGS_LIMIT to xargs.
557         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
558         (EMACSOPT): Use PATH_SEPARATOR.
560 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
562         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
563         Add a failing test for Bug#15874.
564         (ruby--insert-coding-comment-ruby-style)
565         (ruby--insert-coding-comment-emacs-style)
566         (ruby--insert-coding-comment-custom-style):
567         Add a few tests for `ruby--insert-coding-comment'.
569 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
571         Improve API of recently-added bool vector functions (Bug#15912).
572         * automated/data-tests.el: Adjust to API changes.
574 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
576         * automated/tramp-tests.el (tramp-test07-file-exists-p)
577         (tramp-test08-file-local-copy)
578         (tramp-test09-insert-file-contents, tramp-test10-write-region)
579         (tramp-test11-copy-file, tramp-test12-rename-file)
580         (tramp-test13-make-directory, tramp-test14-delete-directory)
581         (tramp-test15-copy-directory, tramp-test16-directory-files)
582         (tramp-test17-insert-directory, tramp-test18-file-attributes)
583         (tramp-test19-directory-files-and-attributes)
584         (tramp-test20-file-modes, tramp-test21-file-links)
585         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
586         (tramp-test24-file-name-completion, tramp-test25-load)
587         (tramp-test26-process-file, tramp-test27-start-file-process)
588         (tramp-test28-shell-command): Cleanup connection initially.
590 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
592         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
593         connection before running the test.
595 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
597         * automated/tramp-tests.el (tramp-test15-copy-directory)
598         (tramp-test16-directory-files, tramp-test17-insert-directory)
599         (tramp-test18-file-attributes)
600         (tramp-test19-directory-files-and-attributes)
601         (tramp-test20-file-modes, tramp-test21-file-links)
602         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
603         (tramp-test24-file-name-completion, tramp-test25-load)
604         (tramp-test26-process-file, tramp-test27-start-file-process)
605         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
606         (tramp-test29-utf8): New test.
608 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
610         * automated/file-notify-tests.el (file-notify-test02-events)
611         (file-notify-test03-autorevert): Suppress messages in `write-region'.
613         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
614         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
615         (tramp-test26-process-file, tramp-test28-shell-command):
616         Ensure, that the directory is not empty when calling "ls".
618 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
620         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
621         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
622         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
623         (tramp-test09-insert-file-contents, tramp-test10-write-region)
624         (tramp-test26-process-file): Add tests.
625         (tramp-test11-copy-file): Remove debug message.
626         (tramp-test20-file-modes): Special case, if user is "root".
628 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
630         * automated/file-notify-tests.el:
631         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
632         `tramp-remote-path' when running on hydra.
633         (tramp-test07-file-exists-p): Remove instrumentation code.
634         (tramp-test26-process-file): Don't use "/bin/true" and
635         "/bin/false", these paths do not exist on hydra.
637 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
639         * automated/process-tests.el: New file.
641 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
643         * indent/ruby.rb: New examples.
645 2013-11-06  Glenn Morris  <rgm@gnu.org>
647         * automated/Makefile.in (setwins): Avoid accidental matches.
649 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
651         * automated/tramp-tests.el (tramp-test07-file-exists-p):
652         Fix docstring.  Instrument, in order to hunt failure on hydra.
654 2013-11-06  Glenn Morris  <rgm@gnu.org>
656         * automated/flymake-tests.el (warning-predicate-rx-gcc)
657         (warning-predicate-function-gcc, warning-predicate-rx-perl)
658         (warning-predicate-function-perl):
659         * automated/info-xref.el (info-xref-test-makeinfo):
660         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
661         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
663 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
665         * automated/tramp-tests.el: New file.
667 2013-11-05  Glenn Morris  <rgm@gnu.org>
669         Get rid of --chdir usage.
670         * automated/Makefile.in (EMACSOPT): Move -L here.
671         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
672         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
673         (.el.elc): No more need to pass -L here.
674         (compile-main): Get rid of sub-shell and cd.
675         (compile-clean, check): Get rid of cd.
677         Make it possible to run tests with a different working directory.
678         * automated/flymake-tests.el (flymake-tests-data-directory): New.
679         (flymake-tests--current-face): Use flymake-tests-data-directory.
680         (warning-predicate-function-gcc, warning-predicate-rx-perl)
681         (warning-predicate-function-perl): Adapt for above change.
682         * automated/zlib-tests.el (zlib-tests-data-directory): New.
683         (zlib--decompress): Use zlib-tests-data-directory.
685         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
686         Remove test that makes no sense.
688         * automated/files.el (files-test-local-variable-data):
689         Fix result typo presumably caused by interference from dir-locals.
690         (file-test--do-local-variables-test): Prevent dir-locals interfering.
692 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
694         * indent/ruby.rb: Add a statement on the line after heredoc.
695         Move a now-successful example.
697         * automated/ruby-mode-tests.el: Remove outdated comment.
699 2013-11-04  Glenn Morris  <rgm@gnu.org>
701         * automated/Makefile.in (abs_srcdir): Remove.
702         (emacs): Unset EMACSLOADPATH.
703         (.el.elc, check): Use -L to append srcdir to load-path.
705 2013-11-02  Glenn Morris  <rgm@gnu.org>
707         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
708         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
709         (abs_srcdir): New, set by configure.
710         (EMACS): Use a relative file name.
711         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
712         (lisp-compile): Remove (assume it's up-to-date).
713         (compile-main): Do not run lisp-compile.
714         (compile-main, compile-clean, compile-always, bootstrap-clean)
715         (check): Use srcdir rather than $test.  Check cd return value.
716         Use --chdir.
717         (doit, compile, compile-always): Remove stuff copied from lisp/.
718         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
720 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
722         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
723         Add a skipping test.
725 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
729         * indent/css-mode.css (.x2): Test alignement inside braces.
731 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
733         * indent/ruby.rb: New failing example.
735         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
736         Fix the test, in respect to adding the space after the curly.
738 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
740         * automated/ert-tests.el (ert-test-skip-unless): New test case.
741         (ert-test-deftest): Adapt test for changed macro expansion.
742         (ert-test-run-tests-interactively):
743         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
744         Add a skipping test.
746         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
747         (file-notify--test-local-enabled): Make it a function.  Check also
748         for `file-remote-p' of `temporary-file-directory'.
749         (file-notify--test-remote-enabled-checked): New defvar.
750         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
751         internal functions.  Cache result.
752         (file-notify--deftest-remote, file-notify-test00-availability)
753         (file-notify-test01-add-watch, file-notify-test02-events)
754         (file-notify-test03-autorevert): Add checks with `skip_unless'.
755         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
757 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
759         * indent/ruby.rb: Fix syntax error in the latest example.
761 2013-10-23  Glenn Morris  <rgm@gnu.org>
763         * automated/Makefile.in (abs_top_srcdir, top_builddir):
764         New, set by configure.
765         (top_srcdir): Remove.
766         (abs_test, abs_lispsrc): New.
767         (lisp): No longer absolute.
768         (emacs, lisp-compile, compile, compile-always):
769         Quote entities that might contain whitespace.
771 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
773         * indent/ruby.rb: Move two examples to "working" section, add one
774         more.
776 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
778         * indent/ruby.rb: New examples for indentation of blocks.
779         Example of hash inside parens that inflooped before the present commit.
781 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
783         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
784         allows another timer to run.
786 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
788         * indent/ruby.rb: More examples for bug#15594, both failing and
789         now passing.
791 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
793         * indent/ruby.rb: Add two more cases.
795 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
797         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
798         first use.
799         (ruby-should-indent): Use indent-according-to-mode.
800         (ruby-deftest-move-to-block): Use `declare'.
802 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
804         * indent/ruby.rb: Fix a spurious change, add more failing examples.
806 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
808         * indent/ruby.rb: Add a few more tests; adjust some indentation.
810 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
812         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
813         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
815         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
817 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
820         Adjust indentation of continued line to the new SMIE behavior.
822 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
824         * automated/completion-tests.el:
825         * indent/css-mode.css: New files.
827 2013-10-03  Daiki Ueno  <ueno@gnu.org>
829         * automated/data/package/signed/archive-contents:
830         * automated/data/package/signed/archive-contents.sig:
831         * automated/data/package/signed/signed-good-1.0.el:
832         * automated/data/package/signed/signed-good-1.0.el.sig:
833         * automated/data/package/signed/signed-bad-1.0.el:
834         * automated/data/package/signed/signed-bad-1.0.el.sig:
835         * automated/data/package/key.pub:
836         * automated/data/package/key.sec: New files.
838         * automated/package-test.el (package-test-update-listing)
839         (package-test-update-archives, package-test-describe-package):
840         Adjust to package.el change.
841         (package-test-signed): New test.
843 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
845         * automated/package-test.el: Update all cases to use :url instead
846         of :homepage.
848         * automated/package-x-test.el
849         (package-x-test--single-archive-entry-1-3): Same.
851 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
853         * automated/package-test.el (simple-single-desc-1-4): Remove, it
854         was unused.
855         (simple-single-desc): Expect :homepage property.
856         (multi-file-desc): Same.
857         (with-package-test): Do not save previous `default-directory'
858         value, let-bind the var instead.
859         (package-test-install-single): Expect :homepage property in the
860         generated pkg file.
861         (package-test-describe-package): Expect Homepage button.
862         (package-test-describe-non-installed-package)
863         (package-test-describe-non-installed-multi-file-package): Same.
864         (package-test-describe-not-installed-package): Remove, it was a
865         duplicate.
867         * automated/package-x-test.el
868         (package-x-test--single-archive-entry-1-3): Expect :homepage
869         property.
870         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
872         * automated/data/package/simple-single-1.3.el: Add URL header.
874         * automated/data/package/archive-contents: Add :homepage
875         properties to `simple-single' and `multi-file'.
877 2013-09-22  Daniel Colascione  <dancol@dancol.org>
879         * automated/data-tests.el:
880         (bool-vector-count-matches-all-0-nil)
881         (bool-vector-count-matches-all-0-t)
882         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
883         (bool-vector-count-matches-at, bool-vector-intersection-op)
884         (bool-vector-union-op, bool-vector-xor-op)
885         (bool-vector-set-difference-op)
886         (bool-vector-change-detection, bool-vector-not): New tests.
887         (mock-bool-vector-count-matches-at)
888         (test-bool-vector-bv-from-hex-string)
889         (test-bool-vector-to-hex-string)
890         (test-bool-vector-count-matches-at-tc)
891         (test-bool-vector-apply-mock-op)
892         (test-bool-vector-binop): New helper functions.
893         (bool-vector-test-vectors): New testcase data.
895 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
897         * automated/advice-tests.el (advice-test-called-interactively-p-around)
898         (advice-test-called-interactively-p-filter-args)
899         (advice-test-called-interactively-p-around): New tests.
901 2013-09-16  Glenn Morris  <rgm@gnu.org>
903         * automated/eshell.el (eshell-match-result):
904         Return a more informative failure than simply "false".  Update callers.
906         * automated/eshell.el (eshell-test/for-name-shadow-loop):
907         Test value before and after loop as well as during.
909 2013-09-15  Glenn Morris  <rgm@gnu.org>
911         * automated/eshell.el (eshell-test/for-name-shadow-loop):
912         New test.  (Bug#15372)
913         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
915 2013-09-13  Glenn Morris  <rgm@gnu.org>
917         * automated/eshell.el (with-temp-eshell):
918         Use a temp directory for eshell-directory-name.
919         (eshell-test-command-result): New, again using a temp directory.
920         Replace eshell-command-result with this throughout.
921         (eshell-test/for-loop, eshell-test/for-name-loop):
922         Ensure environment variables don't confuse us.
924 2013-09-12  Glenn Morris  <rgm@gnu.org>
926         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
927         due to "has a running process; kill it?" prompts.
929 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
931         * automated/eshell.el: Rename from eshell.el.
932         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
934 2013-09-01  Glenn Morris  <rgm@gnu.org>
936         * automated/Makefile.in (setwins): Avoid leading space in $wins.
937         Otherwise the sed command used by eg compile-main ends up
938         containing "/*.el".  (Bug#15170)
940 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
942         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
943         for portability to hosts where /bin/sh has problems.
945 2013-08-21  David Engster  <deng@randomsample.de>
947         * automated/eieio-tests.el, automated/eieio-test-persist.el:
948         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
949         upstream.  Changed to use ERT.
951 2013-08-14  Daniel Hackney  <dan@haxney.org>
953         * automated/package-test.el: Remove tar-package-building functions.
954         Tar file used for testing is included in the repository.
955         (package-test-install-texinfo, package-test-cleanup-built-files):
956         Remove.
958 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
960         * automated/python-tests.el (python-imenu-create-index-4)
961         (python-imenu-create-flat-index-2): New tests.
963 2013-08-05  Glenn Morris  <rgm@gnu.org>
965         * automated/mule-util.el: New file, with tests extracted from
966         lisp/international/mule-util.el.
968 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
970         * automated/advice-tests.el (advice-tests-nadvice): Test removal
971         before definition.
972         (advice-tests-macroaliases): New test.
974 2013-08-04  Glenn Morris  <rgm@gnu.org>
976         * automated/ert-tests.el: Disable failing test that no-one seems
977         to know how to fix.  (Bug#13064)
979         * automated/icalendar-tests.el (icalendar-tests--test-export)
980         (icalendar-tests--test-import): Try more precise TZ specification.
981         Remove debug messages.
983 2013-08-03  Glenn Morris  <rgm@gnu.org>
985         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
987         * automated/icalendar-tests.el (icalendar-tests--test-export)
988         (icalendar-tests--test-import):
989         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
990         (icalendar-tests--test-import): Reset zone even if error occurred.
992 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
994         * automated/core-elisp-tests.el: New file.
996 2013-08-01  Glenn Morris  <rgm@gnu.org>
998         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
999         Try to check that the remote system has a notification program.
1001 2013-07-31  Glenn Morris  <rgm@gnu.org>
1003         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1005 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1007         * automated/file-notify-tests.el
1008         (file-notify--test-local-enabled): New defconst.  Replaces all
1009         `file-notify-support' occurrences.
1010         (file-notify--test-remote-enabled): New defun.
1011         (file-notify--deftest-remote): Use it.
1012         (file-notify-test00-availability): Rewrite.
1013         (file-notify-test00-availability-remote): New defun.
1014         (file-notify-test01-add-watch): Rewrite first erroneous check.
1016 2013-07-23  Glenn Morris  <rgm@gnu.org>
1018         * automated/inotify-test.el (inotify-file-watch-simple):
1019         Delete temp-file when done.
1021         * automated/subword-tests.el: Require subword.
1023 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * automated/subword-tests.el: New file.
1027 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1029         * automated/python-tests.el (python-imenu-create-index-2)
1030         (python-imenu-create-index-3): New tests.
1032 2013-07-11  Glenn Morris  <rgm@gnu.org>
1034         * automated/ert-tests.el: Require cl-lib at runtime too.
1035         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1036         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1037         (ert-test-set-functions, ert-test-gensym)
1038         (ert-test-coerce-to-vector, ert-test-string-position)
1039         (ert-test-mismatch): Remove tests.
1040         * automated/cl-lib.el: New, split from ert-tests.el.
1042         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1043         Goto point-min.
1044         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1045         (ruby-move-to-block-skips-percent-literal)
1046         (ruby-move-to-block-skips-heredoc)
1047         (ruby-move-to-block-moves-from-else-to-if)
1048         (ruby-beginning-of-defun-does-not-fold-case)
1049         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1050         Replace goto-line with forward-line/goto-char.
1051         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1053         * automated/package-test.el (makeinfo-buffer): Autoload.
1054         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1055         (package-test-install-texinfo): Don't require makeinfo.
1057         * automated/files.el: Stop "local variables" confusion.
1059         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1061         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1062         Use with-current-buffer.
1064         * automated/undo-tests.el (undo-test-buffer-modified)
1065         (undo-test-file-modified): New tests.
1067 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1069         * automated/file-notify-tests.el (file-notify-test00-availability):
1070         Set :expected-result.
1071         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1072         (file-notify-test02-events, file-notify-test02-events-remote)
1073         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1074         Skip when `file-notify-support' is nil.  (Bug#14823)
1076 2013-07-09  Glenn Morris  <rgm@gnu.org>
1078         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1079         Declare.
1080         (inotify-file-watch-simple): Silence compiler.
1082         * automated/python-tests.el (python-indent-block-enders):
1083         Make it actually test something.
1085         * automated/package-x-test.el: Require package-test when compiling.
1087         * automated/add-log-tests.el, automated/advice-tests.el:
1088         * automated/imenu-test.el, automated/package-x-test.el:
1089         * automated/python-tests.el, automated/ruby-mode-tests.el:
1090         * automated/xml-parse-tests.el: Explicitly require ert.
1092 2013-07-08  Kenichi Handa  <handa@gnu.org>
1094         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1095         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1097 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1099         * automated/file-notify-tests.el
1100         (file-notify-test-remote-temporary-file-directory):
1101         Use `null-device' on w32.
1102         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1103         (file-notify--test-results, file-notify--test-event)
1104         (file-notify--deftest-remote, file-notify--event-test)
1105         (file-notify--test-event-handler)
1106         (file-notify--test-make-temp-name): Rename, in order to mark them
1107         internal.
1108         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1109         better fitting in noninteractive tests.
1110         (file-notify-test00-availability): Rename from `file-notify-test0'.
1111         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1112         Use `temporary-file-directory '.
1113         (file-notify-test01-add-watch-remote): New test.
1114         (file-notify-test02-events): Rename from `file-notify-test2'.
1115         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1116         (file-notify-test03-autorevert): Rename from
1117         `file-notify-test4'.  Use timeouts.
1118         (file-notify-test03-autorevert-remote): Rename from
1119         `file-notify-test5'.
1121 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1123         * automated/file-notify-tests.el: New package.
1125 2013-06-28  Kenichi Handa  <handa@gnu.org>
1127         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1128         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1129         Callers changed.
1130         (decoder-tests-filename): New function.
1131         (decoder-tests-prefer-utf-8-read)
1132         (decoder-tests-prefer-utf-8-write): New function.
1133         (ert-test-decoder-prefer-utf-8): New test.
1135 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1137         * automated/package-x-test.el: Change the commentary.
1138         (package-x-test--single-archive-entry-1-3)
1139         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1140         using the appropriate data structure.
1142 2013-06-27  Daniel Hackney  <dan@haxney.org>
1144         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1146         * automated/package-x-test.el: New file.
1148         * automated/package-test.el: New file.
1150         * automated/data/package: New directory, with test examples.
1152 2013-06-27  Glenn Morris  <rgm@gnu.org>
1154         * automated/python-tests.el (python-tests-with-temp-file):
1155         Clean up after ourself.
1157         * automated/undo-tests.el (undo-test3): Remove test that seems to
1158         do nothing that the previous one doesn't, except leave a tempfile.
1160 2013-06-26  Glenn Morris  <rgm@gnu.org>
1162         * automated/info-xref.el: New file.
1164 2013-06-25  Glenn Morris  <rgm@gnu.org>
1166         * automated/occur-tests.el (occur-test-create): New function.
1167         Use it to create separate tests for each element, so we run them
1168         all rather than stopping at the first error.
1170 2013-06-24  Glenn Morris  <rgm@gnu.org>
1172         * automated/occur-tests.el (occur-tests):
1173         Update for 2013-05-29 change to occur header line.
1175 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1177         Test suite for flymake.
1178         * automated/flymake-tests.el:
1179         * automated/flymake/warnpred/Makefile
1180         * automated/flymake/warnpred/test.c
1181         * automated/flymake/warnpred/test.pl: New files.
1183 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1185         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1187 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1189         * automated/reftex-tests.el: New test suite for reftex.
1191 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1193         * automated/ruby-mode-tests.el: New tests, for percent literals
1194         and expression expansion.
1196 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1198         * indent/octave.m: Tweak.
1200 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1202         * eshell.el: Rewrite tests using ERT.
1204 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1206         * indent/octave.m: Add tests for %!, # and ### comments.
1208 2013-05-23  Kenichi Handa  <handa@gnu.org>
1210         * automated/decoder-tests.el: New file.
1212 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1214         * indent/ruby.rb: Add multiline regexp example.
1216         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1217         (ruby-regexp-skips-over-interpolation)
1218         (ruby-regexp-continues-till-end-when-unclosed)
1219         (ruby-regexp-can-be-multiline)
1220         (ruby-interpolation-inside-percent-literal): New tests.
1222 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1224         * indent/ruby.rb: Fix indentation after =; add more cases.
1226 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1228         * indent/pascal.pas: Add test for mis-identified comments.
1230 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1232         * automated/imenu-test.el: New file.  (Bug#14112)
1234 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1236         * automated/python-tests.el (python-imenu-prev-index-position-1):
1237         Remove test.
1238         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1239         New tests.
1241 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1243         * automated/python-tests.el (python-nav-backward-defun-2)
1244         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1245         (python-nav-forward-defun-3): New tests.
1247 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1249         * automated/python-tests.el (python-nav-backward-defun-1)
1250         (python-nav-forward-defun-1): New tests.
1252 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1254         * automated/add-log-tests.el: New file.  (Bug#14112)
1256 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1258         * automated/python-tests.el (python-indent-block-enders): New test.
1259         (python-info-current-defun-2): Fix test.
1261 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1263         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1265 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1267         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1268         (python-tests-with-temp-file): New macro.
1269         (python-tests-shell-interpreter): New var.
1270         (python-shell-get-process-name-1)
1271         (python-shell-internal-get-process-name-1)
1272         (python-shell-parse-command-1)
1273         (python-shell-calculate-process-environment-1)
1274         (python-shell-calculate-process-environment-2)
1275         (python-shell-calculate-process-environment-3)
1276         (python-shell-calculate-exec-path-1)
1277         (python-shell-calculate-exec-path-2)
1278         (python-shell-make-comint-1)
1279         (python-shell-make-comint-2)
1280         (python-shell-get-process-1)
1281         (python-shell-get-or-create-process-1)
1282         (python-shell-internal-get-or-create-process-1): New tests.
1284 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1286         * automated/python-tests.el: New file.
1288 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1290         * automated/ruby-mode-tests.el
1291         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1292         bits inside the examples.
1293         (ruby-move-to-block-skips-heredoc): New test.
1294         (ruby-add-log-current-method-after-inner-class):
1295         Lower expectations: move point inside a method, initially.
1297 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1299         * automated/ruby-mode-tests.el
1300         (ruby-move-to-block-skips-percent-literal): New test.
1302 2013-02-04  Chong Yidong  <cyd@gnu.org>
1304         * automated/thingatpt.el: New file.
1306 2013-02-03  Chong Yidong  <cyd@gnu.org>
1308         * automated/files.el (file-test--do-local-variables-test):
1309         Avoid compilation warning message.
1311 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1313         * automated/ruby-mode-tests.el
1314         (ruby-indent-spread-args-in-parens): New test.
1315         * automated/ruby-mode-tests.el (ruby-block-test-example):
1316         Break indentation of the do block opener and add a line inside it.
1317         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1318         Adjust line numbers.
1320 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1322         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1324 2013-01-14  Glenn Morris  <rgm@gnu.org>
1326         * automated/compile-tests.el (compile-tests--test-regexps-data):
1327         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1329 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1331         * automated/man-tests.el: New file.
1333 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1335         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1337 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1339         * automated/undo-tests.el: New file.
1341 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1343         * automated/ruby-mode-tests.el
1344         (ruby-indent-after-block-in-continued-expression): New test.
1346 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1348         * automated/ruby-mode-tests.el:
1349         Rename one interpolation test; add three more.
1350         (ruby-with-temp-buffer): New macro, use it where appropriate.
1351         (ruby-add-log-current-method-examples): Use "_" for target point.
1352         Add four new tests for ruby-add-log-current-method.
1354 2012-12-11  Glenn Morris  <rgm@gnu.org>
1356         * automated/f90.el (f90-test-bug13138): New test.
1358 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1360         * automated/inotify-test.el: New test.
1362 2012-12-02  Chong Yidong  <cyd@gnu.org>
1364         * automated/ruby-mode-tests.el
1365         (ruby-add-log-current-method-examples): Don't use loop macro, to
1366         allow automated testing to work.
1368 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1370         * automated/advice-tests.el (advice-tests--data): Remove.
1371         (advice-tests): Move the tests directly here instead.
1372         Add called-interactively-p tests.
1374 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1376         * automated/ert-x-tests.el: Use cl-lib.
1377         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1379 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1381         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1382         (ruby-indent-inside-heredoc-after-operator)
1383         (ruby-indent-inside-heredoc-after-space): New tests.
1384         Change direct font-lock face references to var references.
1385         (ruby-interpolation-suppresses-syntax-inside): New test.
1386         (ruby-interpolation-inside-percent-literal-with-paren):
1387         New failing test.
1389 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1391         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1392         (ruby-singleton-class-no-heredoc-font-lock)
1393         (ruby-add-log-current-method-examples): New tests.
1394         (ruby-test-string): Extract from ruby-should-indent-buffer.
1395         (ruby-deftest-move-to-block): New macro.
1396         Add several move-to-block tests.
1398 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1400         * automated/advice-tests.el: New tests.
1402 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1404         * automated/compile-tests.el (compile-tests--test-regexps-data):
1405         Add new data for msft's new format.
1407 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1409         * automated/ruby-mode-tests.el:
1410         (ruby-toggle-block-to-multiline): New test.
1411         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1412         (ruby-toggle-block-to-brace): Use buffer-string.
1414 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1416         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1418 2012-08-28  Chong Yidong  <cyd@gnu.org>
1420         * automated/files.el: Test every combination of values for
1421         enable-local-variables and enable-local-eval.
1423 2012-08-19  Chong Yidong  <cyd@gnu.org>
1425         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1427 2012-08-18  Chong Yidong  <cyd@gnu.org>
1429         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1431 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1433         * indent/ruby.rb: Rearrange examples, add new ones.
1435 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1437         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1438         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1440 2012-08-11  Glenn Morris  <rgm@gnu.org>
1442         * automated/files.el: New file.
1444         * automated/Makefile.in (all): Fix typo.
1446 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1448         * automated/ruby-mode-tests.el (ruby-should-indent):
1449         Add docstring, check (current-indentation) instead of (current-column).
1450         (ruby-should-indent-buffer): New function.
1451         Add tests for `ruby-deep-indent-paren' behavior.
1452         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1454 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1456         Original tests in test_ruby_mode.rb in upstream (author).
1458 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1460         * automated/ruby-mode-tests.el (ruby-should-indent)
1461         (ruby-assert-state): New functions.
1462         Add new tests.
1464 2012-07-29  David Engster  <deng@randomsample.de>
1466         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1467         New variable to hold test data for name expansion.
1468         (xml-parse-tests): Test the two different types of name expansion.
1470 2012-07-29  Juri Linkov  <juri@jurta.org>
1472         * automated/occur-tests.el (occur-test-case): Use predefined
1473         buffer name " *test-occur*" instead of a random buffer name.
1475 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1477         * automated/ruby-mode-tests.el: New file with one test.
1479 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1481         * indent/shell.sh: Add test case for ${#VAR}.
1483         * indent/latex-mode.tex: New file.
1485 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1487         * eshell.el: Use cl-lib.
1489 2012-07-03  Chong Yidong  <cyd@gnu.org>
1491         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1493 2012-07-02  Chong Yidong  <cyd@gnu.org>
1495         * automated/xml-parse-tests.el (xml-parse-tests--data):
1496         More testcases.
1498 2012-07-01  Chong Yidong  <cyd@gnu.org>
1500         * automated/xml-parse-tests.el: New file.
1502 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1504         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1505         Use cl-flet.
1507 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1509         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1510         Test escaped commas in TZID (Bug#11473).
1511         (icalendar-import-with-timezone): New.
1512         (icalendar-real-world): Add new testcase as given in the bugreport
1513         of Bug#11473.
1515 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1517         * automated/icalendar-tests.el (icalendar-tests--test-import):
1518         Include UID in import tests (Bug#11525).
1519         (icalendar-import-non-recurring, icalendar-import-rrule)
1520         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1521         UID-import change.
1522         (icalendar-import-with-uid): New.
1523         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1524         Include UID in cycle tests.
1525         (icalendar-cycle, icalendar-real-world): UID-import change.
1527 2012-05-21  Glenn Morris  <rgm@gnu.org>
1529         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1531 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1533         * automated/url-util-tests.el: New file to test
1534         lisp/url/url-util.el.  Only `url-build-query-string' and
1535         `url-parse-query-string' are tested right now (Bug#8706).
1537 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1539         * indent/shell.sh:
1540         * indent/shell.rc: Ad some test cases.
1542 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1544         * indent/ruby.rb: New file, to test new syntax-propertize code.
1546 2012-04-11  Glenn Morris  <rgm@gnu.org>
1548         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1550 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1552         * automated/url-future-tests.el (url-future-tests): Move from
1553         lisp/url/url-future.el and rename.
1555 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1557         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1558         Fix broken test, caused by missing trailing blank.
1560 2011-12-03  Chong Yidong  <cyd@gnu.org>
1562         * automated/compile-tests.el (compile-tests--test-regexps-data):
1563         Increase column numbers by one to reflect change in how
1564         compilation-message is recorded (Bug#10172).
1566 2011-11-22  Glenn Morris  <rgm@gnu.org>
1568         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1570 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1572         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1574 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1576         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1577         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1578         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1580 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1582         * automated/newsticker-tests.el
1583         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1584         newsticker--treeview-tree-update.
1586 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1588         * automated/newsticker-tests.el
1589         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1591         * automated/newsticker-tests.el
1592         (newsticker--group-manage-orphan-feeds): Prevent updating
1593         newsticker treeview.  Fixed bug#9763.
1595 2011-10-20  Glenn Morris  <rgm@gnu.org>
1597         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1599         * automated/vc-bzr.el: New file.
1601 2011-10-15  Glenn Morris  <rgm@gnu.org>
1603         * automated/f90.el: New file.
1605 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1607         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1608         to automated/newsticker-tests.el.  Convert to ERT.
1610 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1612         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1613         Remove, simply use string=.
1614         (icalendar--diarytime-to-isotime)
1615         (icalendar--datetime-to-diary-date)
1616         (icalendar--datestring-to-isodate)
1617         (icalendar--format-ical-event)
1618         (icalendar--parse-summary-and-rest)
1619         (icalendar-tests--do-test-import)
1620         (icalendar-tests--do-test-cycle): Change argument order of
1621         string= to EXPECTED ACTUAL.
1622         (icalendar--import-format-sample)
1623         (icalendar--format-ical-event)
1624         (icalendar-import-non-recurring)
1625         (icalendar-import-rrule)
1626         (icalendar-import-duration)
1627         (icalendar-import-bug-6766)
1628         (icalendar-real-world): Adjust to string= instead of
1629         icalendar-tests--compare-strings.
1630         (icalendar-import-multiple-vcalendars): New.
1632 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1634         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1635         Require CL.
1637 2011-05-09  Juri Linkov  <juri@jurta.org>
1639         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1640         Convert to ERT.
1642 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1644         * automated/compile-tests.el: New file.
1646 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1648         * automated/font-parse-tests.el: Don't byte-compile.
1650         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1652 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1654         * automated/lexbind-tests.el: New file.
1656 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1658         * Version 23.3 released.
1660 2011-03-05  Glenn Morris  <rgm@gnu.org>
1662         * eshell.el: Move here from lisp/eshell/esh-test.el.
1664 2011-03-03  Christian Ohler  <ohler@gnu.org>
1666         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1667         New test.
1669 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1671         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1672         convert to ERT format.
1674 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1676         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1677         convert to ERT format.
1679 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1681         * indent/shell.sh:
1682         * indent/shell.rc: New files.
1684 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1686         * automated/font-parse-tests.el: Move from
1687         font-parse-testsuite.el.
1689 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1691         * font-parse-testsuite.el (test-font-parse-data): New file.
1693 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1695         * indent/prolog.prolog: Add tokenizing tests.
1697 2011-01-13  Christian Ohler  <ohler@gnu.org>
1699         * automated: New directory for automated tests.
1701         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1703         * automated/Makefile.in: New file.
1705 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1707         * indent/modula2.mod: New file.
1709 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1711         * indent/octave.m: Add a test to ensure indentation is local.
1713 2010-10-23  Glenn Morris  <rgm@gnu.org>
1715         * comint-testsuite.el
1716         (comint-testsuite--test-comint-password-prompt-regexp):
1717         Add "Please enter the password".  (Bug#7224)
1719 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1721         * indent/prolog.prolog: Use normal spacing around !.
1723 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1727 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1729         * indent/octave.m: Remove some `fixindent' not needed any more.
1731 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1733         * indent/octave.m: New file.
1735 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1737         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1738         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1739         (icalendar-testsuite--run-internal-tests): New.
1740         (icalendar-testsuite--test-convert-ordinary-to-ical)
1741         (icalendar-testsuite--test-convert-block-to-ical)
1742         (icalendar-testsuite--test-convert-anniversary-to-ical)
1743         (icalendar-testsuite--test-parse-vtimezone)
1744         (icalendar-testsuite--do-test-export): Code formatting.
1745         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1746         (icalendar-testsuite--do-test-import)
1747         (icalendar-testsuite--do-test-cycle):
1748         Use icalendar-testsuite--compare-strings
1749         (icalendar-testsuite--run-import-tests): Comment added.
1750         (icalendar-testsuite--run-import-tests)
1751         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1753 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1755         * redisplay-testsuite.el (test-redisplay-3): New test.
1757 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1759         * comint-testsuite.el: New file.
1761 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1763         * indent: New dir.
1765 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1767         * Version 23.2 released.
1769 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1771         * cedet/semantic-ia-utest.el
1772         (semantic-symref-test-count-hits-in-tag): Add function, from
1773         semantic-test.el.
1775         * cedet/tests/test.cpp:
1776         * cedet/tests/test.py:
1777         * cedet/tests/teststruct.cpp:
1778         * cedet/tests/testtemplates.cpp:
1779         * cedet/tests/testusing.cpp:
1780         * cedet/tests/scopetest.cpp:
1781         * cedet/tests/scopetest.java: Files deleted.
1783         * cedet/tests/test.make:
1784         * cedet/tests/test.c:
1785         * cedet/tests/testjavacomp.java:
1786         * cedet/tests/testspp.c:
1787         * cedet/tests/testsppreplace.c:
1788         * cedet/tests/testsppreplaced.c:
1789         * cedet/tests/testsubclass.cpp:
1790         * cedet/tests/testsubclass.hh:
1791         * cedet/tests/testtypedefs.cpp:
1792         * cedet/tests/testvarnames.c:
1793         * cedet/tests/test.el:
1794         * cedet/tests/testdoublens.cpp:
1795         * cedet/tests/testdoublens.hpp: Add copyright header.
1797         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1798         Remove reference to deleted files.
1800 2010-03-30  Juri Linkov  <juri@jurta.org>
1802         * occur-testsuite.el (occur-tests): Add tests for context lines.
1804 2010-03-23  Juri Linkov  <juri@jurta.org>
1806         * occur-testsuite.el: New file.
1808 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1810         * Branch for 23.2.
1812 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1814         * icalendar-testsuite.el
1815         (icalendar-testsuite--run-function-tests): Add new tests.
1816         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1817         testcase.
1818         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1819         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1820         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1821         (icalendar-testsuite--test-convert-block-to-ical): New.
1822         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1823         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1825 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1827         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1828         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1829         Fix typos in docstrings and error messages.
1830         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1832 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1834         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1835         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1836         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1838 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1840         * icalendar-testsuite.el
1841         (icalendar-testsuite--run-function-tests):
1842         Add icalendar-testsuite--test-parse-vtimezone.
1843         (icalendar-testsuite--test-parse-vtimezone): New.
1844         (icalendar-testsuite--do-test-cycle): Doc changes.
1845         (icalendar-testsuite--run-real-world-tests): Remove trailing
1846         whitespace -- see change of icalendar--add-diary-entry in
1847         icalendar.el.
1848         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1850 2009-09-30  Glenn Morris  <rgm@gnu.org>
1852         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1854 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1856         * cedet/*: New unit tests, from CEDET repository.
1858 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1860         * redisplay-testsuite.el: New file.
1862 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1864         * Branch for 23.1.
1866 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1868         * icalendar-testsuite.el
1869         (icalendar-testsuite--run-function-tests):
1870         Add icalendar-testsuite--test-diarytime-to-isotime.
1871         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1872         recent icalendar fixes.
1873         (icalendar-testsuite--test-diarytime-to-isotime): New.
1874         (icalendar-testsuite--test-create-uid): Adjust to recent
1875         icalendar changes.
1877 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1879         * bytecomp-testsuite.el: New file.
1881 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1883         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1884         Add `icalendar-testsuite--test-create-uid'.
1885         (icalendar-testsuite--test-create-uid): New.
1887 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1889         * newsticker-testsuite.el: New file.
1891 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1893         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1894         Add icalendar-testsuite--test-datestring-to-isodate,
1895         icalendar-testsuite--test-datetime-to-diary-date, and
1896         icalendar-testsuite--test-calendar-style.
1897         (icalendar-testsuite--test-format-ical-event)
1898         (icalendar-testsuite--test-parse-summary-and-rest):
1899         Doc fix.  Remove european-calendar-style.
1900         (icalendar-testsuite--get-ical-event): Doc fix.
1901         (icalendar-testsuite--test-first-weekday-of-year)
1902         (icalendar-testsuite--run-cycle-tests): Add doc string.
1903         (icalendar-testsuite--test-datestring-to-isodate)
1904         (icalendar-testsuite--test-datetime-to-diary-date)
1905         (icalendar-testsuite--test-calendar-style): New functions.
1906         (icalendar-testsuite--test-export): Handle iso date style.
1907         New arg INPUT-ISO.  Use calendar-date-style.
1908         (icalendar-testsuite--test-import): Handle iso date style.
1909         New arg EXPECTED-ISO.  Use calendar-date-style.
1910         (icalendar-testsuite--test-cycle): Handle iso date style.
1911         (icalendar-testsuite--run-import-tests)
1912         (icalendar-testsuite--run-export-tests)
1913         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1915 2008-02-29  Glenn Morris  <rgm@gnu.org>
1917         * README: New file.
1919 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1921         * icalendar-testsuite.el: New file.
1923 ;; Local Variables:
1924 ;; coding: utf-8
1925 ;; End:
1927   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1929   This file is part of GNU Emacs.
1931   GNU Emacs is free software: you can redistribute it and/or modify
1932   it under the terms of the GNU General Public License as published by
1933   the Free Software Foundation, either version 3 of the License, or
1934   (at your option) any later version.
1936   GNU Emacs is distributed in the hope that it will be useful,
1937   but WITHOUT ANY WARRANTY; without even the implied warranty of
1938   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1939   GNU General Public License for more details.
1941   You should have received a copy of the GNU General Public License
1942   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.