Fix cl-loop destructuring under `with' clause
[emacs.git] / test / ChangeLog
blob2e6e1aefeb1bd030778768830086580906b49248
1 2014-04-21  Daniel Colascione  <dancol@dancol.org>
3         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
5 2014-04-20  Daniel Colascione  <dancol@dancol.org>
7         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
9 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
11         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
12         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
14 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
16         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
17         (tramp--test-make-temp-name): Optional argument LOCAL.
18         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
19         (tramp-test10-write-region): No special test for out-of-band copy
20         needed anymore.
21         (tramp-test11-copy-file, tramp-test12-rename-file)
22         (tramp-test21-file-links): Extend tests.
23         (tramp-test20-file-modes): More robust check for user "root".
24         (tramp--test-check-files): New defun.
25         (tramp-test30-special-characters, tramp-test33-recursive-load)
26         (tramp-test34-unload): New tests.
27         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
29 2014-04-11  Glenn Morris  <rgm@gnu.org>
31         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
33 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
35         * automated/electric-tests.el: Fix spelling error in test name.
36         (whitespace-skipping-for-quotes-not-outside):
37         Rename from whitespace-skipping-for-quotes-not-ouside.
39 2014-04-09  Daniel Colascione  <dancol@dancol.org>
41         * automated/syntax-tests.el: New file.
43 2014-04-09  Glenn Morris  <rgm@gnu.org>
45         * automated/python-tests.el (python-triple-quote-pairing):
46         Enable/disable electric-pair-mode as needed.
48         * automated/electric-tests.el (electric-pair-backspace-1):
49         Replace deleted function.
51 2014-04-07  João Távora  <joaotavora@gmail.com>
53         * automated/python-tests.el (python-triple-quote-pairing): New test.
54         (python-syntax-after-python-backspace): New test.
56         * automated/electric-tests.el (electric-pair-define-test-form):
57         More readable test docstrings.
58         (whitespace-skipping-for-quotes-not-ouside)
59         (whitespace-skipping-for-quotes-only-inside)
60         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
62 2014-04-04  João Távora  <joaotavora@gmail.com>
64         * automated/electric-tests.el (define-electric-pair-test):
65         Don't overtest.
66         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
67         (inhibit-in-mismatched-string-inside-c-comments): New test.
69 2014-04-02  João Távora  <joaotavora@gmail.com>
71         * automated/electric-tests.el (inhibit-if-strings-mismatched):
72         New test, change from `inhibit-only-of-next-is-mismatched'.
74 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
76         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
77         (undo-test-region-t-marker): New tests of marker adjustments.
78         (undo-test-marker-adjustment-moved):
79         (undo-test-region-mark-adjustment): New tests to demonstrate
80         bug#16818, which fail without the fix.
82 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
84         * automated/package-test.el (package-test-describe-package):
85         Fix test failure in non-graphical mode.
87 2014-03-23  Daniel Colascione  <dancol@dancol.org>
89         * automated/subword-tests.el (subword-tests2): More subword tests.
91         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
92         test: correct parsing of keyword arguments.
94 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
96         * automated/package-test.el (package-test-describe-package):
97         Check for the "Keywords: " line.
99         * automated/data/package/archive-contents: Include the :keywords
100         field in `simple-single' data form.
102 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
104         * automated/package-test.el
105         (package-test-install-two-dependencies): New test (bug#16826).
107         * automated/data/package/simple-two-depend-1.1.el: New file.
109         * automated/data/package/archive-contents:
110         Add info about the new package.
112 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
114         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
115         (tramp-test10-write-region): Extend for out-of-band copy.
116         (tramp-test31-asynchronous-requests): New test.
118 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
120         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
121         Add new test of undo in region.
122         (undo-test-in-region-eob): Add test case described at
123         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
125 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
127         * automated/tramp-tests.el (tramp--test-enabled)
128         (tramp-test15-copy-directory): No special handling of tramp-adb.el
129         anymore.  It's fixed in that package.
131 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
133         * automated/tramp-tests.el (tramp--test-enabled): Move connection
134         cleanup into this function.  Remove respective code from all test
135         cases.
136         (tramp--instrument-test-case): Declare `indent' and `debug'.
137         Handle other errors as well.
138         (tramp-test14-delete-directory): Check for `file-error' error.
139         (tramp-test15-copy-directory): Ignore return value of
140         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
141         (tramp-test19-directory-files-and-attributes): Take care of
142         timestamp of "../".
143         (tramp-test20-file-modes, tramp-test27-start-file-process)
144         (tramp-test28-shell-command): Skip for tramp-adb.el.
145         (tramp-test21-file-links): `file-truename' shall preserve trailing
146         link of directories.
147         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
148         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
149         `kill-buffer-query-functions' to nil.
150         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
152 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
154         * automated/tramp-tests.el
155         (tramp-test19-directory-files-and-attributes): Do not include
156         directories in comparison; they might have changed their
157         timestamps already.
159 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
161         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
162         (tramp-test17-insert-directory): First line could contain more
163         text, when produced by `ls-lisp'.
164         (tramp-test19-directory-files-and-attributes): Instrument failed
165         test case.
167 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
169         * automated/tramp-tests.el (tramp-test17-insert-directory):
170         Make first line "total 123" optional.
171         (tramp-test20-file-modes, tramp-test22-file-times)
172         (tramp-test26-process-file, tramp-test27-start-file-process)
173         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
174         tramp-smb.el.
175         (tramp-test20-file-modes): Check for "root" only when there is an
176         explicit user name.
177         (tramp-test21-file-links): Handle "... not supported" error.
178         (tramp-test22-file-times): Skip for "don't know" return values.
179         (tramp-test26-process-file, tramp-test28-shell-command):
180         Remove color escape sequences.
181         (tramp-test28-shell-command): Use `accept-process-output' rather
182         than `sit-for'.
183         (tramp-test30-utf8): Set coding system `utf-8'.
185 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
187         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
188         an initial `sit-for' prior the while loop.
190 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
192         Sync with Tramp 2.2.9.
194         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
195         (tramp-test28-shell-command): Make a while loop when waiting for
196         process exit.
198 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
200         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
201         and `vc-hg'.  Declare `tramp-find-executable' and
202         `tramp-get-remote-path'.
203         (tramp-test29-vc-registered): New test.
204         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
206 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
208         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
209         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
210         (tramp-test28-shell-command): Improve `shell-command' test.  Add
211         `async-shell-command' tests.
213 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
215         * automated/file-notify-tests.el (file-notify--wait-for-events):
216         Use `read-event' instead of `sit-for'.
217         (file-notify-test02-events): Remove expected result, the bug is
218         fixed meanwhile.
219         (file-notify-test02-events, file-notify-test03-autorevert):
220         Use `sleep-for' instead of `sit-for'.
222 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
224         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
225         New test.
227 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
229         * automated/file-notify-tests.el (file-notify--deftest-remote):
230         Do not skip when the local test has failed.  They are unrelated.
231         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
232         `noninteractive' to nil, otherwise `sit-for' could be degraded to
233         `sleep-for'.
234         (file-notify-test02-events): Check for `file-remote-p' instead of
235         `file-notify--test-remote-enabled'.
237 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
239         * automated/file-notify-tests.el (file-notify-test02-events):
240         Let test case fail for Bug#16519.
242 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
244         * automated/file-notify-tests.el (file-notify-test02-events):
245         Hide Bug#16519, until it is solved.
247 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
249         * automated/file-notify-tests.el
250         (file-notify--test-local-enabled): Fix error in logic.
251         (file-notify--wait-for-events): New defmacro.
252         (file-notify-test02-events): Make short breaks between file operations.
253         Use `file-notify--wait-for-events'.  Check, that events have arrived.
254         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
256         * automated/comint-testsuite.el
257         (comint-testsuite-password-strings): Add localized examples.
259 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
261         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
262         case if inotify is not linked with Emacs.  Use `read-event' rather
263         than `sit-for' in order to process events.  (Bug#13662)
265 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
267         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
268         test case with adapted test string.  (Bug#13064)
270 2013-12-28  Glenn Morris  <rgm@gnu.org>
272         * automated/electric-tests.el: Require 'elec-pair.
274 2013-12-26  João Távora  <joaotavora@gmail.com>
276         * automated/electric-tests.el (electric-pair-test-for):
277         Fix autowrapping tests in batch-mode by running with
278         `transient-mark-mode' set to `lambda'.
280         * automated/electric-tests.el: New file.
282 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
284         * automated/python-tests.el
285         (python-nav-lisp-forward-sexp-safe-1): Remove test.
286         (python-nav-forward-sexp-safe-1): New test.
288 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
290         * automated/ruby-mode-tests.el: Add tests for
291         `ruby-align-to-stmt-keywords'.
293         * indent/ruby.rb: Update examples to reflect the lack of change in
294         default indentation of `begin' blocks.
296 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
298         * indent/ruby.rb: Update examples according to the change
299         in `smie-indent-close'.
301 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
303         * indent/ruby.rb: New examples.
305 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
307         * automated/python-tests.el (python-indent-dedenters-2): New test.
309 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
311         * automated/python-tests.el (python-indent-after-comment-1)
312         (python-indent-after-comment-2): New tests.
314 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
316         * automated/python-tests.el (python-indent-block-enders-1):
317         Rename from python-indent-block-enders.
318         (python-indent-block-enders-2): New test.
320 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
322         * indent/js.js: New file.
324 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
326         * automated/dbus-tests.el: New file.
328 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
330         * automated/regexp-tests.el: New file.
332 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
334         * automated/reftex-tests.el (reftex-parse-from-file-test):
335         Run temp-dir through file-truename, to make sure the temporary file
336         names are comparable as strings.
338         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
339         Force Unix EOLs by using 'utf-8-unix', since the default of
340         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
342 2013-11-28  Glenn Morris  <rgm@gnu.org>
344         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
346 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
348         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
349         (EMACSOPT): Use $(PATH_SEP).
351 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
353         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
354         Set to nil.
356 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
358         * automated/file-notify-tests.el
359         (file-notify-test-remote-temporary-file-directory):
360         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
361         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
362         (file-notify--deftest-remote): Cleanup connection initially.
363         (file-notify-test03-autorevert): Run also in batch mode.  Use a
364         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
365         does not work on MS Windows.  Call `accept-process-output' for
366         remote files.  Apply `string-match' instead of `string-equal', the
367         messages are different on MS Windows.
369         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
370         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
371         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
373 2013-11-23  Glenn Morris  <rgm@gnu.org>
375         * automated/python-tests.el (python-shell-make-comint-1)
376         (python-shell-make-comint-2, python-shell-get-process-1):
377         Suppress creation of some temp-files.
379         * automated/python-tests.el (python-shell-parse-command-1)
380         (python-shell-make-comint-1, python-shell-make-comint-2)
381         (python-shell-get-process-1)
382         (python-shell-internal-get-or-create-process-1):
383         Skip rather than fail if prereqs not found.
385         * automated/Makefile.in (emacs):
386         Empty EMACSLOADPATH rather than unsetting.
388 2013-11-22  Glenn Morris  <rgm@gnu.org>
390         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
391         Set expected-result.
393 2013-11-21  Glenn Morris  <rgm@gnu.org>
395         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
396         (compile-main): Pass XARGS_LIMIT to xargs.
398         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
399         (EMACSOPT): Use PATH_SEPARATOR.
401 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
403         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
404         Add a failing test for Bug#15874.
405         (ruby--insert-coding-comment-ruby-style)
406         (ruby--insert-coding-comment-emacs-style)
407         (ruby--insert-coding-comment-custom-style):
408         Add a few tests for `ruby--insert-coding-comment'.
410 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
412         Improve API of recently-added bool vector functions (Bug#15912).
413         * automated/data-tests.el: Adjust to API changes.
415 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
417         * automated/tramp-tests.el (tramp-test07-file-exists-p)
418         (tramp-test08-file-local-copy)
419         (tramp-test09-insert-file-contents, tramp-test10-write-region)
420         (tramp-test11-copy-file, tramp-test12-rename-file)
421         (tramp-test13-make-directory, tramp-test14-delete-directory)
422         (tramp-test15-copy-directory, tramp-test16-directory-files)
423         (tramp-test17-insert-directory, tramp-test18-file-attributes)
424         (tramp-test19-directory-files-and-attributes)
425         (tramp-test20-file-modes, tramp-test21-file-links)
426         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
427         (tramp-test24-file-name-completion, tramp-test25-load)
428         (tramp-test26-process-file, tramp-test27-start-file-process)
429         (tramp-test28-shell-command): Cleanup connection initially.
431 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
433         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
434         connection before running the test.
436 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
438         * automated/tramp-tests.el (tramp-test15-copy-directory)
439         (tramp-test16-directory-files, tramp-test17-insert-directory)
440         (tramp-test18-file-attributes)
441         (tramp-test19-directory-files-and-attributes)
442         (tramp-test20-file-modes, tramp-test21-file-links)
443         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
444         (tramp-test24-file-name-completion, tramp-test25-load)
445         (tramp-test26-process-file, tramp-test27-start-file-process)
446         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
447         (tramp-test29-utf8): New test.
449 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
451         * automated/file-notify-tests.el (file-notify-test02-events)
452         (file-notify-test03-autorevert): Suppress messages in `write-region'.
454         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
455         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
456         (tramp-test26-process-file, tramp-test28-shell-command):
457         Ensure, that the directory is not empty when calling "ls".
459 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
461         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
462         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
463         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
464         (tramp-test09-insert-file-contents, tramp-test10-write-region)
465         (tramp-test26-process-file): Add tests.
466         (tramp-test11-copy-file): Remove debug message.
467         (tramp-test20-file-modes): Special case, if user is "root".
469 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
471         * automated/file-notify-tests.el:
472         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
473         `tramp-remote-path' when running on hydra.
474         (tramp-test07-file-exists-p): Remove instrumentation code.
475         (tramp-test26-process-file): Don't use "/bin/true" and
476         "/bin/false", these paths do not exist on hydra.
478 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
480         * automated/process-tests.el: New file.
482 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
484         * indent/ruby.rb: New examples.
486 2013-11-06  Glenn Morris  <rgm@gnu.org>
488         * automated/Makefile.in (setwins): Avoid accidental matches.
490 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
492         * automated/tramp-tests.el (tramp-test07-file-exists-p):
493         Fix docstring.  Instrument, in order to hunt failure on hydra.
495 2013-11-06  Glenn Morris  <rgm@gnu.org>
497         * automated/flymake-tests.el (warning-predicate-rx-gcc)
498         (warning-predicate-function-gcc, warning-predicate-rx-perl)
499         (warning-predicate-function-perl):
500         * automated/info-xref.el (info-xref-test-makeinfo):
501         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
502         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
504 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
506         * automated/tramp-tests.el: New file.
508 2013-11-05  Glenn Morris  <rgm@gnu.org>
510         Get rid of --chdir usage.
511         * automated/Makefile.in (EMACSOPT): Move -L here.
512         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
513         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
514         (.el.elc): No more need to pass -L here.
515         (compile-main): Get rid of sub-shell and cd.
516         (compile-clean, check): Get rid of cd.
518         Make it possible to run tests with a different working directory.
519         * automated/flymake-tests.el (flymake-tests-data-directory): New.
520         (flymake-tests--current-face): Use flymake-tests-data-directory.
521         (warning-predicate-function-gcc, warning-predicate-rx-perl)
522         (warning-predicate-function-perl): Adapt for above change.
523         * automated/zlib-tests.el (zlib-tests-data-directory): New.
524         (zlib--decompress): Use zlib-tests-data-directory.
526         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
527         Remove test that makes no sense.
529         * automated/files.el (files-test-local-variable-data):
530         Fix result typo presumably caused by interference from dir-locals.
531         (file-test--do-local-variables-test): Prevent dir-locals interfering.
533 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
535         * indent/ruby.rb: Add a statement on the line after heredoc.
536         Move a now-successful example.
538         * automated/ruby-mode-tests.el: Remove outdated comment.
540 2013-11-04  Glenn Morris  <rgm@gnu.org>
542         * automated/Makefile.in (abs_srcdir): Remove.
543         (emacs): Unset EMACSLOADPATH.
544         (.el.elc, check): Use -L to append srcdir to load-path.
546 2013-11-02  Glenn Morris  <rgm@gnu.org>
548         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
549         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
550         (abs_srcdir): New, set by configure.
551         (EMACS): Use a relative file name.
552         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
553         (lisp-compile): Remove (assume it's up-to-date).
554         (compile-main): Do not run lisp-compile.
555         (compile-main, compile-clean, compile-always, bootstrap-clean)
556         (check): Use srcdir rather than $test.  Check cd return value.
557         Use --chdir.
558         (doit, compile, compile-always): Remove stuff copied from lisp/.
559         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
561 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
563         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
564         Add a skipping test.
566 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
568         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
570         * indent/css-mode.css (.x2): Test alignement inside braces.
572 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
574         * indent/ruby.rb: New failing example.
576         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
577         Fix the test, in respect to adding the space after the curly.
579 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
581         * automated/ert-tests.el (ert-test-skip-unless): New test case.
582         (ert-test-deftest): Adapt test for changed macro expansion.
583         (ert-test-run-tests-interactively):
584         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
585         Add a skipping test.
587         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
588         (file-notify--test-local-enabled): Make it a function.  Check also
589         for `file-remote-p' of `temporary-file-directory'.
590         (file-notify--test-remote-enabled-checked): New defvar.
591         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
592         internal functions.  Cache result.
593         (file-notify--deftest-remote, file-notify-test00-availability)
594         (file-notify-test01-add-watch, file-notify-test02-events)
595         (file-notify-test03-autorevert): Add checks with `skip_unless'.
596         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
598 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
600         * indent/ruby.rb: Fix syntax error in the latest example.
602 2013-10-23  Glenn Morris  <rgm@gnu.org>
604         * automated/Makefile.in (abs_top_srcdir, top_builddir):
605         New, set by configure.
606         (top_srcdir): Remove.
607         (abs_test, abs_lispsrc): New.
608         (lisp): No longer absolute.
609         (emacs, lisp-compile, compile, compile-always):
610         Quote entities that might contain whitespace.
612 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
614         * indent/ruby.rb: Move two examples to "working" section, add one
615         more.
617 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
619         * indent/ruby.rb: New examples for indentation of blocks.
620         Example of hash inside parens that inflooped before the present commit.
622 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
624         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
625         allows another timer to run.
627 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
629         * indent/ruby.rb: More examples for bug#15594, both failing and
630         now passing.
632 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
634         * indent/ruby.rb: Add two more cases.
636 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
638         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
639         first use.
640         (ruby-should-indent): Use indent-according-to-mode.
641         (ruby-deftest-move-to-block): Use `declare'.
643 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
645         * indent/ruby.rb: Fix a spurious change, add more failing examples.
647 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
649         * indent/ruby.rb: Add a few more tests; adjust some indentation.
651 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
653         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
654         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
656         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
658 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
660         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
661         Adjust indentation of continued line to the new SMIE behavior.
663 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
665         * automated/completion-tests.el:
666         * indent/css-mode.css: New files.
668 2013-10-03  Daiki Ueno  <ueno@gnu.org>
670         * automated/data/package/signed/archive-contents:
671         * automated/data/package/signed/archive-contents.sig:
672         * automated/data/package/signed/signed-good-1.0.el:
673         * automated/data/package/signed/signed-good-1.0.el.sig:
674         * automated/data/package/signed/signed-bad-1.0.el:
675         * automated/data/package/signed/signed-bad-1.0.el.sig:
676         * automated/data/package/key.pub:
677         * automated/data/package/key.sec: New files.
679         * automated/package-test.el (package-test-update-listing)
680         (package-test-update-archives, package-test-describe-package):
681         Adjust to package.el change.
682         (package-test-signed): New test.
684 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
686         * automated/package-test.el: Update all cases to use :url instead
687         of :homepage.
689         * automated/package-x-test.el
690         (package-x-test--single-archive-entry-1-3): Same.
692 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
694         * automated/package-test.el (simple-single-desc-1-4): Remove, it
695         was unused.
696         (simple-single-desc): Expect :homepage property.
697         (multi-file-desc): Same.
698         (with-package-test): Do not save previous `default-directory'
699         value, let-bind the var instead.
700         (package-test-install-single): Expect :homepage property in the
701         generated pkg file.
702         (package-test-describe-package): Expect Homepage button.
703         (package-test-describe-non-installed-package)
704         (package-test-describe-non-installed-multi-file-package): Same.
705         (package-test-describe-not-installed-package): Remove, it was a
706         duplicate.
708         * automated/package-x-test.el
709         (package-x-test--single-archive-entry-1-3): Expect :homepage
710         property.
711         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
713         * automated/data/package/simple-single-1.3.el: Add URL header.
715         * automated/data/package/archive-contents: Add :homepage
716         properties to `simple-single' and `multi-file'.
718 2013-09-22  Daniel Colascione  <dancol@dancol.org>
720         * automated/data-tests.el:
721         (bool-vector-count-matches-all-0-nil)
722         (bool-vector-count-matches-all-0-t)
723         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
724         (bool-vector-count-matches-at, bool-vector-intersection-op)
725         (bool-vector-union-op, bool-vector-xor-op)
726         (bool-vector-set-difference-op)
727         (bool-vector-change-detection, bool-vector-not): New tests.
728         (mock-bool-vector-count-matches-at)
729         (test-bool-vector-bv-from-hex-string)
730         (test-bool-vector-to-hex-string)
731         (test-bool-vector-count-matches-at-tc)
732         (test-bool-vector-apply-mock-op)
733         (test-bool-vector-binop): New helper functions.
734         (bool-vector-test-vectors): New testcase data.
736 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
738         * automated/advice-tests.el (advice-test-called-interactively-p-around)
739         (advice-test-called-interactively-p-filter-args)
740         (advice-test-called-interactively-p-around): New tests.
742 2013-09-16  Glenn Morris  <rgm@gnu.org>
744         * automated/eshell.el (eshell-match-result):
745         Return a more informative failure than simply "false".  Update callers.
747         * automated/eshell.el (eshell-test/for-name-shadow-loop):
748         Test value before and after loop as well as during.
750 2013-09-15  Glenn Morris  <rgm@gnu.org>
752         * automated/eshell.el (eshell-test/for-name-shadow-loop):
753         New test.  (Bug#15372)
754         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
756 2013-09-13  Glenn Morris  <rgm@gnu.org>
758         * automated/eshell.el (with-temp-eshell):
759         Use a temp directory for eshell-directory-name.
760         (eshell-test-command-result): New, again using a temp directory.
761         Replace eshell-command-result with this throughout.
762         (eshell-test/for-loop, eshell-test/for-name-loop):
763         Ensure environment variables don't confuse us.
765 2013-09-12  Glenn Morris  <rgm@gnu.org>
767         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
768         due to "has a running process; kill it?" prompts.
770 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
772         * automated/eshell.el: Rename from eshell.el.
773         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
775 2013-09-01  Glenn Morris  <rgm@gnu.org>
777         * automated/Makefile.in (setwins): Avoid leading space in $wins.
778         Otherwise the sed command used by eg compile-main ends up
779         containing "/*.el".  (Bug#15170)
781 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
783         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
784         for portability to hosts where /bin/sh has problems.
786 2013-08-21  David Engster  <deng@randomsample.de>
788         * automated/eieio-tests.el, automated/eieio-test-persist.el:
789         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
790         upstream.  Changed to use ERT.
792 2013-08-14  Daniel Hackney  <dan@haxney.org>
794         * automated/package-test.el: Remove tar-package-building functions.
795         Tar file used for testing is included in the repository.
796         (package-test-install-texinfo, package-test-cleanup-built-files):
797         Remove.
799 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
801         * automated/python-tests.el (python-imenu-create-index-4)
802         (python-imenu-create-flat-index-2): New tests.
804 2013-08-05  Glenn Morris  <rgm@gnu.org>
806         * automated/mule-util.el: New file, with tests extracted from
807         lisp/international/mule-util.el.
809 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * automated/advice-tests.el (advice-tests-nadvice): Test removal
812         before definition.
813         (advice-tests-macroaliases): New test.
815 2013-08-04  Glenn Morris  <rgm@gnu.org>
817         * automated/ert-tests.el: Disable failing test that no-one seems
818         to know how to fix.  (Bug#13064)
820         * automated/icalendar-tests.el (icalendar-tests--test-export)
821         (icalendar-tests--test-import): Try more precise TZ specification.
822         Remove debug messages.
824 2013-08-03  Glenn Morris  <rgm@gnu.org>
826         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
828         * automated/icalendar-tests.el (icalendar-tests--test-export)
829         (icalendar-tests--test-import):
830         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
831         (icalendar-tests--test-import): Reset zone even if error occurred.
833 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
835         * automated/core-elisp-tests.el: New file.
837 2013-08-01  Glenn Morris  <rgm@gnu.org>
839         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
840         Try to check that the remote system has a notification program.
842 2013-07-31  Glenn Morris  <rgm@gnu.org>
844         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
846 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
848         * automated/file-notify-tests.el
849         (file-notify--test-local-enabled): New defconst.  Replaces all
850         `file-notify-support' occurrences.
851         (file-notify--test-remote-enabled): New defun.
852         (file-notify--deftest-remote): Use it.
853         (file-notify-test00-availability): Rewrite.
854         (file-notify-test00-availability-remote): New defun.
855         (file-notify-test01-add-watch): Rewrite first erroneous check.
857 2013-07-23  Glenn Morris  <rgm@gnu.org>
859         * automated/inotify-test.el (inotify-file-watch-simple):
860         Delete temp-file when done.
862         * automated/subword-tests.el: Require subword.
864 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
866         * automated/subword-tests.el: New file.
868 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
870         * automated/python-tests.el (python-imenu-create-index-2)
871         (python-imenu-create-index-3): New tests.
873 2013-07-11  Glenn Morris  <rgm@gnu.org>
875         * automated/ert-tests.el: Require cl-lib at runtime too.
876         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
877         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
878         (ert-test-set-functions, ert-test-gensym)
879         (ert-test-coerce-to-vector, ert-test-string-position)
880         (ert-test-mismatch): Remove tests.
881         * automated/cl-lib.el: New, split from ert-tests.el.
883         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
884         Goto point-min.
885         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
886         (ruby-move-to-block-skips-percent-literal)
887         (ruby-move-to-block-skips-heredoc)
888         (ruby-move-to-block-moves-from-else-to-if)
889         (ruby-beginning-of-defun-does-not-fold-case)
890         (ruby-end-of-defun-skips-to-next-line-after-the-method):
891         Replace goto-line with forward-line/goto-char.
892         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
894         * automated/package-test.el (makeinfo-buffer): Autoload.
895         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
896         (package-test-install-texinfo): Don't require makeinfo.
898         * automated/files.el: Stop "local variables" confusion.
900         * automated/flymake-tests.el (flymake-tests): Remove unused group.
902         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
903         Use with-current-buffer.
905         * automated/undo-tests.el (undo-test-buffer-modified)
906         (undo-test-file-modified): New tests.
908 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
910         * automated/file-notify-tests.el (file-notify-test00-availability):
911         Set :expected-result.
912         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
913         (file-notify-test02-events, file-notify-test02-events-remote)
914         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
915         Skip when `file-notify-support' is nil.  (Bug#14823)
917 2013-07-09  Glenn Morris  <rgm@gnu.org>
919         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
920         Declare.
921         (inotify-file-watch-simple): Silence compiler.
923         * automated/python-tests.el (python-indent-block-enders):
924         Make it actually test something.
926         * automated/package-x-test.el: Require package-test when compiling.
928         * automated/add-log-tests.el, automated/advice-tests.el:
929         * automated/imenu-test.el, automated/package-x-test.el:
930         * automated/python-tests.el, automated/ruby-mode-tests.el:
931         * automated/xml-parse-tests.el: Explicitly require ert.
933 2013-07-08  Kenichi Handa  <handa@gnu.org>
935         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
936         Use with-ccoding-priority to avoid side-effect (Bug#14781).
938 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
940         * automated/file-notify-tests.el
941         (file-notify-test-remote-temporary-file-directory):
942         Use `null-device' on w32.
943         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
944         (file-notify--test-results, file-notify--test-event)
945         (file-notify--deftest-remote, file-notify--event-test)
946         (file-notify--test-event-handler)
947         (file-notify--test-make-temp-name): Rename, in order to mark them
948         internal.
949         (tramp-message-show-message, tramp-read-passwd): Tweak them for
950         better fitting in noninteractive tests.
951         (file-notify-test00-availability): Rename from `file-notify-test0'.
952         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
953         Use `temporary-file-directory '.
954         (file-notify-test01-add-watch-remote): New test.
955         (file-notify-test02-events): Rename from `file-notify-test2'.
956         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
957         (file-notify-test03-autorevert): Rename from
958         `file-notify-test4'.  Use timeouts.
959         (file-notify-test03-autorevert-remote): Rename from
960         `file-notify-test5'.
962 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
964         * automated/file-notify-tests.el: New package.
966 2013-06-28  Kenichi Handa  <handa@gnu.org>
968         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
969         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
970         Callers changed.
971         (decoder-tests-filename): New function.
972         (decoder-tests-prefer-utf-8-read)
973         (decoder-tests-prefer-utf-8-write): New function.
974         (ert-test-decoder-prefer-utf-8): New test.
976 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
978         * automated/package-x-test.el: Change the commentary.
979         (package-x-test--single-archive-entry-1-3)
980         (package-x-test--single-archive-entry-1-4): Fix the tests, by
981         using the appropriate data structure.
983 2013-06-27  Daniel Hackney  <dan@haxney.org>
985         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
987         * automated/package-x-test.el: New file.
989         * automated/package-test.el: New file.
991         * automated/data/package: New directory, with test examples.
993 2013-06-27  Glenn Morris  <rgm@gnu.org>
995         * automated/python-tests.el (python-tests-with-temp-file):
996         Clean up after ourself.
998         * automated/undo-tests.el (undo-test3): Remove test that seems to
999         do nothing that the previous one doesn't, except leave a tempfile.
1001 2013-06-26  Glenn Morris  <rgm@gnu.org>
1003         * automated/info-xref.el: New file.
1005 2013-06-25  Glenn Morris  <rgm@gnu.org>
1007         * automated/occur-tests.el (occur-test-create): New function.
1008         Use it to create separate tests for each element, so we run them
1009         all rather than stopping at the first error.
1011 2013-06-24  Glenn Morris  <rgm@gnu.org>
1013         * automated/occur-tests.el (occur-tests):
1014         Update for 2013-05-29 change to occur header line.
1016 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1018         Test suite for flymake.
1019         * automated/flymake-tests.el:
1020         * automated/flymake/warnpred/Makefile
1021         * automated/flymake/warnpred/test.c
1022         * automated/flymake/warnpred/test.pl: New files.
1024 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1026         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1028 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1030         * automated/reftex-tests.el: New test suite for reftex.
1032 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1034         * automated/ruby-mode-tests.el: New tests, for percent literals
1035         and expression expansion.
1037 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1039         * indent/octave.m: Tweak.
1041 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1043         * eshell.el: Rewrite tests using ERT.
1045 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1047         * indent/octave.m: Add tests for %!, # and ### comments.
1049 2013-05-23  Kenichi Handa  <handa@gnu.org>
1051         * automated/decoder-tests.el: New file.
1053 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1055         * indent/ruby.rb: Add multiline regexp example.
1057         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1058         (ruby-regexp-skips-over-interpolation)
1059         (ruby-regexp-continues-till-end-when-unclosed)
1060         (ruby-regexp-can-be-multiline)
1061         (ruby-interpolation-inside-percent-literal): New tests.
1063 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * indent/ruby.rb: Fix indentation after =; add more cases.
1067 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * indent/pascal.pas: Add test for mis-identified comments.
1071 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1073         * automated/imenu-test.el: New file.  (Bug#14112)
1075 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1077         * automated/python-tests.el (python-imenu-prev-index-position-1):
1078         Remove test.
1079         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1080         New tests.
1082 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1084         * automated/python-tests.el (python-nav-backward-defun-2)
1085         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1086         (python-nav-forward-defun-3): New tests.
1088 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1090         * automated/python-tests.el (python-nav-backward-defun-1)
1091         (python-nav-forward-defun-1): New tests.
1093 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1095         * automated/add-log-tests.el: New file.  (Bug#14112)
1097 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1099         * automated/python-tests.el (python-indent-block-enders): New test.
1100         (python-info-current-defun-2): Fix test.
1102 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1104         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1106 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1108         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1109         (python-tests-with-temp-file): New macro.
1110         (python-tests-shell-interpreter): New var.
1111         (python-shell-get-process-name-1)
1112         (python-shell-internal-get-process-name-1)
1113         (python-shell-parse-command-1)
1114         (python-shell-calculate-process-environment-1)
1115         (python-shell-calculate-process-environment-2)
1116         (python-shell-calculate-process-environment-3)
1117         (python-shell-calculate-exec-path-1)
1118         (python-shell-calculate-exec-path-2)
1119         (python-shell-make-comint-1)
1120         (python-shell-make-comint-2)
1121         (python-shell-get-process-1)
1122         (python-shell-get-or-create-process-1)
1123         (python-shell-internal-get-or-create-process-1): New tests.
1125 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1127         * automated/python-tests.el: New file.
1129 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1131         * automated/ruby-mode-tests.el
1132         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1133         bits inside the examples.
1134         (ruby-move-to-block-skips-heredoc): New test.
1135         (ruby-add-log-current-method-after-inner-class):
1136         Lower expectations: move point inside a method, initially.
1138 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1140         * automated/ruby-mode-tests.el
1141         (ruby-move-to-block-skips-percent-literal): New test.
1143 2013-02-04  Chong Yidong  <cyd@gnu.org>
1145         * automated/thingatpt.el: New file.
1147 2013-02-03  Chong Yidong  <cyd@gnu.org>
1149         * automated/files.el (file-test--do-local-variables-test):
1150         Avoid compilation warning message.
1152 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1154         * automated/ruby-mode-tests.el
1155         (ruby-indent-spread-args-in-parens): New test.
1156         * automated/ruby-mode-tests.el (ruby-block-test-example):
1157         Break indentation of the do block opener and add a line inside it.
1158         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1159         Adjust line numbers.
1161 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1163         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1165 2013-01-14  Glenn Morris  <rgm@gnu.org>
1167         * automated/compile-tests.el (compile-tests--test-regexps-data):
1168         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1170 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1172         * automated/man-tests.el: New file.
1174 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1176         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1178 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1180         * automated/undo-tests.el: New file.
1182 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1184         * automated/ruby-mode-tests.el
1185         (ruby-indent-after-block-in-continued-expression): New test.
1187 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1189         * automated/ruby-mode-tests.el:
1190         Rename one interpolation test; add three more.
1191         (ruby-with-temp-buffer): New macro, use it where appropriate.
1192         (ruby-add-log-current-method-examples): Use "_" for target point.
1193         Add four new tests for ruby-add-log-current-method.
1195 2012-12-11  Glenn Morris  <rgm@gnu.org>
1197         * automated/f90.el (f90-test-bug13138): New test.
1199 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1201         * automated/inotify-test.el: New test.
1203 2012-12-02  Chong Yidong  <cyd@gnu.org>
1205         * automated/ruby-mode-tests.el
1206         (ruby-add-log-current-method-examples): Don't use loop macro, to
1207         allow automated testing to work.
1209 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1211         * automated/advice-tests.el (advice-tests--data): Remove.
1212         (advice-tests): Move the tests directly here instead.
1213         Add called-interactively-p tests.
1215 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1217         * automated/ert-x-tests.el: Use cl-lib.
1218         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1220 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1222         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1223         (ruby-indent-inside-heredoc-after-operator)
1224         (ruby-indent-inside-heredoc-after-space): New tests.
1225         Change direct font-lock face references to var references.
1226         (ruby-interpolation-suppresses-syntax-inside): New test.
1227         (ruby-interpolation-inside-percent-literal-with-paren):
1228         New failing test.
1230 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1232         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1233         (ruby-singleton-class-no-heredoc-font-lock)
1234         (ruby-add-log-current-method-examples): New tests.
1235         (ruby-test-string): Extract from ruby-should-indent-buffer.
1236         (ruby-deftest-move-to-block): New macro.
1237         Add several move-to-block tests.
1239 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * automated/advice-tests.el: New tests.
1243 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1245         * automated/compile-tests.el (compile-tests--test-regexps-data):
1246         Add new data for msft's new format.
1248 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1250         * automated/ruby-mode-tests.el:
1251         (ruby-toggle-block-to-multiline): New test.
1252         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1253         (ruby-toggle-block-to-brace): Use buffer-string.
1255 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1257         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1259 2012-08-28  Chong Yidong  <cyd@gnu.org>
1261         * automated/files.el: Test every combination of values for
1262         enable-local-variables and enable-local-eval.
1264 2012-08-19  Chong Yidong  <cyd@gnu.org>
1266         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1268 2012-08-18  Chong Yidong  <cyd@gnu.org>
1270         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1272 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1274         * indent/ruby.rb: Rearrange examples, add new ones.
1276 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1278         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1279         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1281 2012-08-11  Glenn Morris  <rgm@gnu.org>
1283         * automated/files.el: New file.
1285         * automated/Makefile.in (all): Fix typo.
1287 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1289         * automated/ruby-mode-tests.el (ruby-should-indent):
1290         Add docstring, check (current-indentation) instead of (current-column).
1291         (ruby-should-indent-buffer): New function.
1292         Add tests for `ruby-deep-indent-paren' behavior.
1293         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1295 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1297         Original tests in test_ruby_mode.rb in upstream (author).
1299 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1301         * automated/ruby-mode-tests.el (ruby-should-indent)
1302         (ruby-assert-state): New functions.
1303         Add new tests.
1305 2012-07-29  David Engster  <deng@randomsample.de>
1307         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1308         New variable to hold test data for name expansion.
1309         (xml-parse-tests): Test the two different types of name expansion.
1311 2012-07-29  Juri Linkov  <juri@jurta.org>
1313         * automated/occur-tests.el (occur-test-case): Use predefined
1314         buffer name " *test-occur*" instead of a random buffer name.
1316 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1318         * automated/ruby-mode-tests.el: New file with one test.
1320 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1322         * indent/shell.sh: Add test case for ${#VAR}.
1324         * indent/latex-mode.tex: New file.
1326 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1328         * eshell.el: Use cl-lib.
1330 2012-07-03  Chong Yidong  <cyd@gnu.org>
1332         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1334 2012-07-02  Chong Yidong  <cyd@gnu.org>
1336         * automated/xml-parse-tests.el (xml-parse-tests--data):
1337         More testcases.
1339 2012-07-01  Chong Yidong  <cyd@gnu.org>
1341         * automated/xml-parse-tests.el: New file.
1343 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1345         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1346         Use cl-flet.
1348 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1350         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1351         Test escaped commas in TZID (Bug#11473).
1352         (icalendar-import-with-timezone): New.
1353         (icalendar-real-world): Add new testcase as given in the bugreport
1354         of Bug#11473.
1356 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1358         * automated/icalendar-tests.el (icalendar-tests--test-import):
1359         Include UID in import tests (Bug#11525).
1360         (icalendar-import-non-recurring, icalendar-import-rrule)
1361         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1362         UID-import change.
1363         (icalendar-import-with-uid): New.
1364         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1365         Include UID in cycle tests.
1366         (icalendar-cycle, icalendar-real-world): UID-import change.
1368 2012-05-21  Glenn Morris  <rgm@gnu.org>
1370         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1372 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1374         * automated/url-util-tests.el: New file to test
1375         lisp/url/url-util.el.  Only `url-build-query-string' and
1376         `url-parse-query-string' are tested right now (Bug#8706).
1378 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1380         * indent/shell.sh:
1381         * indent/shell.rc: Ad some test cases.
1383 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1385         * indent/ruby.rb: New file, to test new syntax-propertize code.
1387 2012-04-11  Glenn Morris  <rgm@gnu.org>
1389         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1391 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1393         * automated/url-future-tests.el (url-future-tests): Move from
1394         lisp/url/url-future.el and rename.
1396 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1398         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1399         Fix broken test, caused by missing trailing blank.
1401 2011-12-03  Chong Yidong  <cyd@gnu.org>
1403         * automated/compile-tests.el (compile-tests--test-regexps-data):
1404         Increase column numbers by one to reflect change in how
1405         compilation-message is recorded (Bug#10172).
1407 2011-11-22  Glenn Morris  <rgm@gnu.org>
1409         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1411 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1413         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1415 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1417         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1418         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1419         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1421 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1423         * automated/newsticker-tests.el
1424         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1425         newsticker--treeview-tree-update.
1427 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1429         * automated/newsticker-tests.el
1430         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1432         * automated/newsticker-tests.el
1433         (newsticker--group-manage-orphan-feeds): Prevent updating
1434         newsticker treeview.  Fixed bug#9763.
1436 2011-10-20  Glenn Morris  <rgm@gnu.org>
1438         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1440         * automated/vc-bzr.el: New file.
1442 2011-10-15  Glenn Morris  <rgm@gnu.org>
1444         * automated/f90.el: New file.
1446 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1448         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1449         to automated/newsticker-tests.el.  Convert to ERT.
1451 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1453         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1454         Remove, simply use string=.
1455         (icalendar--diarytime-to-isotime)
1456         (icalendar--datetime-to-diary-date)
1457         (icalendar--datestring-to-isodate)
1458         (icalendar--format-ical-event)
1459         (icalendar--parse-summary-and-rest)
1460         (icalendar-tests--do-test-import)
1461         (icalendar-tests--do-test-cycle): Change argument order of
1462         string= to EXPECTED ACTUAL.
1463         (icalendar--import-format-sample)
1464         (icalendar--format-ical-event)
1465         (icalendar-import-non-recurring)
1466         (icalendar-import-rrule)
1467         (icalendar-import-duration)
1468         (icalendar-import-bug-6766)
1469         (icalendar-real-world): Adjust to string= instead of
1470         icalendar-tests--compare-strings.
1471         (icalendar-import-multiple-vcalendars): New.
1473 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1475         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1476         Require CL.
1478 2011-05-09  Juri Linkov  <juri@jurta.org>
1480         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1481         Convert to ERT.
1483 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1485         * automated/compile-tests.el: New file.
1487 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1489         * automated/font-parse-tests.el: Don't byte-compile.
1491         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1493 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * automated/lexbind-tests.el: New file.
1497 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1499         * Version 23.3 released.
1501 2011-03-05  Glenn Morris  <rgm@gnu.org>
1503         * eshell.el: Move here from lisp/eshell/esh-test.el.
1505 2011-03-03  Christian Ohler  <ohler@gnu.org>
1507         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1508         New test.
1510 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1512         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1513         convert to ERT format.
1515 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1517         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1518         convert to ERT format.
1520 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1522         * indent/shell.sh:
1523         * indent/shell.rc: New files.
1525 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1527         * automated/font-parse-tests.el: Move from
1528         font-parse-testsuite.el.
1530 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1532         * font-parse-testsuite.el (test-font-parse-data): New file.
1534 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1536         * indent/prolog.prolog: Add tokenizing tests.
1538 2011-01-13  Christian Ohler  <ohler@gnu.org>
1540         * automated: New directory for automated tests.
1542         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1544         * automated/Makefile.in: New file.
1546 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1548         * indent/modula2.mod: New file.
1550 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1552         * indent/octave.m: Add a test to ensure indentation is local.
1554 2010-10-23  Glenn Morris  <rgm@gnu.org>
1556         * comint-testsuite.el
1557         (comint-testsuite--test-comint-password-prompt-regexp):
1558         Add "Please enter the password".  (Bug#7224)
1560 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1562         * indent/prolog.prolog: Use normal spacing around !.
1564 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1566         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1568 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1570         * indent/octave.m: Remove some `fixindent' not needed any more.
1572 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1574         * indent/octave.m: New file.
1576 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1578         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1579         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1580         (icalendar-testsuite--run-internal-tests): New.
1581         (icalendar-testsuite--test-convert-ordinary-to-ical)
1582         (icalendar-testsuite--test-convert-block-to-ical)
1583         (icalendar-testsuite--test-convert-anniversary-to-ical)
1584         (icalendar-testsuite--test-parse-vtimezone)
1585         (icalendar-testsuite--do-test-export): Code formatting.
1586         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1587         (icalendar-testsuite--do-test-import)
1588         (icalendar-testsuite--do-test-cycle):
1589         Use icalendar-testsuite--compare-strings
1590         (icalendar-testsuite--run-import-tests): Comment added.
1591         (icalendar-testsuite--run-import-tests)
1592         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1594 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1596         * redisplay-testsuite.el (test-redisplay-3): New test.
1598 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1600         * comint-testsuite.el: New file.
1602 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1604         * indent: New dir.
1606 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1608         * Version 23.2 released.
1610 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1612         * cedet/semantic-ia-utest.el
1613         (semantic-symref-test-count-hits-in-tag): Add function, from
1614         semantic-test.el.
1616         * cedet/tests/test.cpp:
1617         * cedet/tests/test.py:
1618         * cedet/tests/teststruct.cpp:
1619         * cedet/tests/testtemplates.cpp:
1620         * cedet/tests/testusing.cpp:
1621         * cedet/tests/scopetest.cpp:
1622         * cedet/tests/scopetest.java: Files deleted.
1624         * cedet/tests/test.make:
1625         * cedet/tests/test.c:
1626         * cedet/tests/testjavacomp.java:
1627         * cedet/tests/testspp.c:
1628         * cedet/tests/testsppreplace.c:
1629         * cedet/tests/testsppreplaced.c:
1630         * cedet/tests/testsubclass.cpp:
1631         * cedet/tests/testsubclass.hh:
1632         * cedet/tests/testtypedefs.cpp:
1633         * cedet/tests/testvarnames.c:
1634         * cedet/tests/test.el:
1635         * cedet/tests/testdoublens.cpp:
1636         * cedet/tests/testdoublens.hpp: Add copyright header.
1638         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1639         Remove reference to deleted files.
1641 2010-03-30  Juri Linkov  <juri@jurta.org>
1643         * occur-testsuite.el (occur-tests): Add tests for context lines.
1645 2010-03-23  Juri Linkov  <juri@jurta.org>
1647         * occur-testsuite.el: New file.
1649 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1651         * Branch for 23.2.
1653 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1655         * icalendar-testsuite.el
1656         (icalendar-testsuite--run-function-tests): Add new tests.
1657         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1658         testcase.
1659         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1660         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1661         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1662         (icalendar-testsuite--test-convert-block-to-ical): New.
1663         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1664         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1666 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1668         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1669         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1670         Fix typos in docstrings and error messages.
1671         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1673 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1675         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1676         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1677         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1679 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1681         * icalendar-testsuite.el
1682         (icalendar-testsuite--run-function-tests):
1683         Add icalendar-testsuite--test-parse-vtimezone.
1684         (icalendar-testsuite--test-parse-vtimezone): New.
1685         (icalendar-testsuite--do-test-cycle): Doc changes.
1686         (icalendar-testsuite--run-real-world-tests): Remove trailing
1687         whitespace -- see change of icalendar--add-diary-entry in
1688         icalendar.el.
1689         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1691 2009-09-30  Glenn Morris  <rgm@gnu.org>
1693         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1695 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1697         * cedet/*: New unit tests, from CEDET repository.
1699 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1701         * redisplay-testsuite.el: New file.
1703 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1705         * Branch for 23.1.
1707 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1709         * icalendar-testsuite.el
1710         (icalendar-testsuite--run-function-tests):
1711         Add icalendar-testsuite--test-diarytime-to-isotime.
1712         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1713         recent icalendar fixes.
1714         (icalendar-testsuite--test-diarytime-to-isotime): New.
1715         (icalendar-testsuite--test-create-uid): Adjust to recent
1716         icalendar changes.
1718 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1720         * bytecomp-testsuite.el: New file.
1722 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1724         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1725         Add `icalendar-testsuite--test-create-uid'.
1726         (icalendar-testsuite--test-create-uid): New.
1728 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1730         * newsticker-testsuite.el: New file.
1732 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1734         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1735         Add icalendar-testsuite--test-datestring-to-isodate,
1736         icalendar-testsuite--test-datetime-to-diary-date, and
1737         icalendar-testsuite--test-calendar-style.
1738         (icalendar-testsuite--test-format-ical-event)
1739         (icalendar-testsuite--test-parse-summary-and-rest):
1740         Doc fix.  Remove european-calendar-style.
1741         (icalendar-testsuite--get-ical-event): Doc fix.
1742         (icalendar-testsuite--test-first-weekday-of-year)
1743         (icalendar-testsuite--run-cycle-tests): Add doc string.
1744         (icalendar-testsuite--test-datestring-to-isodate)
1745         (icalendar-testsuite--test-datetime-to-diary-date)
1746         (icalendar-testsuite--test-calendar-style): New functions.
1747         (icalendar-testsuite--test-export): Handle iso date style.
1748         New arg INPUT-ISO.  Use calendar-date-style.
1749         (icalendar-testsuite--test-import): Handle iso date style.
1750         New arg EXPECTED-ISO.  Use calendar-date-style.
1751         (icalendar-testsuite--test-cycle): Handle iso date style.
1752         (icalendar-testsuite--run-import-tests)
1753         (icalendar-testsuite--run-export-tests)
1754         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1756 2008-02-29  Glenn Morris  <rgm@gnu.org>
1758         * README: New file.
1760 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1762         * icalendar-testsuite.el: New file.
1764 ;; Local Variables:
1765 ;; coding: utf-8
1766 ;; End:
1768   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1770   This file is part of GNU Emacs.
1772   GNU Emacs is free software: you can redistribute it and/or modify
1773   it under the terms of the GNU General Public License as published by
1774   the Free Software Foundation, either version 3 of the License, or
1775   (at your option) any later version.
1777   GNU Emacs is distributed in the hope that it will be useful,
1778   but WITHOUT ANY WARRANTY; without even the implied warranty of
1779   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1780   GNU General Public License for more details.
1782   You should have received a copy of the GNU General Public License
1783   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.