* net/dbus.el (dbus-init-bus, dbus-call-method)
[emacs.git] / test / ChangeLog
blob443479b099e36dba634c54597291c669aff06e72
1 2014-05-08  Glenn Morris  <rgm@gnu.org>
3         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
4         (vc-bzr-test-faulty-bzr-autoloads):
5         Give bzr a temporary home-directory, in case the real one is missing.
7 2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
9         * automated/ruby-mode-tests.el
10         (ruby-interpolation-after-dollar-sign): New test.
12 2014-05-05  Glenn Morris  <rgm@gnu.org>
14         * automated/help-fns.el: New file.
16 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
18         * automated/tramp-tests.el (top):
19         * automated/file-notify-tests.el (top): Do not disable interactive
20         passwords in batch mode.
21         (password-cache-expiry): Set to nil.
23 2014-04-24  Michael Albinus  <michael.albinus@gmx.de>
25         * automated/file-notify-tests.el
26         (file-notify-test-remote-temporary-file-directory):
27         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
28         Use a mock-up method as default.
29         (tramp-test00-availability): Print the used directory name.
30         (tramp-test33-recursive-load): Fix typo.
32 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
34         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
35         (tramp-test30-special-characters): Remove test for backslash.
37 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
39         * automated/tramp-tests.el
40         (tramp-test19-directory-files-and-attributes)
41         (tramp-test22-file-times): Check for `file-attributes' equality
42         only if there is a usable timestamp.
43         (tramp--test-check-files): Do not use `copy-sequence'.
45 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
47         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
48         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
50 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
52         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
53         (tramp--test-make-temp-name): Optional argument LOCAL.
54         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
55         (tramp-test10-write-region): No special test for out-of-band copy
56         needed anymore.
57         (tramp-test11-copy-file, tramp-test12-rename-file)
58         (tramp-test21-file-links): Extend tests.
59         (tramp-test20-file-modes): More robust check for user "root".
60         (tramp--test-check-files): New defun.
61         (tramp-test30-special-characters, tramp-test33-recursive-load)
62         (tramp-test34-unload): New tests.
63         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
65 2014-04-10  Paul Eggert  <eggert@cs.ucla.edu>
67         * automated/electric-tests.el: Fix spelling error in test name.
68         (whitespace-skipping-for-quotes-not-outside):
69         Rename from whitespace-skipping-for-quotes-not-ouside.
71 2014-04-09  Glenn Morris  <rgm@gnu.org>
73         * automated/python-tests.el (python-triple-quote-pairing):
74         Enable/disable electric-pair-mode as needed.
76         * automated/electric-tests.el (electric-pair-backspace-1):
77         Replace deleted function.
79 2014-04-07  João Távora  <joaotavora@gmail.com>
81         * automated/electric-tests.el (define-electric-pair-test):
82         Don't overtest.
83         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
84         (inhibit-in-mismatched-string-inside-c-comments): New test.
86         * automated/electric-tests.el (inhibit-if-strings-mismatched):
87         New test, change from `inhibit-only-of-next-is-mismatched'.
89 2014-04-06  João Távora  <joaotavora@gmail.com>
91         * automated/python-tests.el (python-triple-quote-pairing): New test.
92         (python-syntax-after-python-backspace): New test.
94         * automated/electric-tests.el (electric-pair-define-test-form):
95         More readable test docstrings.
96         (whitespace-skipping-for-quotes-not-ouside)
97         (whitespace-skipping-for-quotes-only-inside)
98         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
100 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
102         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
103         (undo-test-region-t-marker): New tests of marker adjustments.
104         (undo-test-marker-adjustment-moved):
105         (undo-test-region-mark-adjustment): New tests to demonstrate
106         bug#16818, which fail without the fix.
108 2014-03-23  Daniel Colascione  <dancol@dancol.org>
110         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
111         test: correct parsing of keyword arguments.
113 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
115         * automated/package-test.el (package-test-describe-package):
116         Fix test failure in non-graphical mode.
118 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
120         * automated/package-test.el (package-test-describe-package):
121         Check for the "Keywords: " line.
123         * automated/data/package/archive-contents: Include the :keywords
124         field in `simple-single' data form.
126 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
128         * automated/package-test.el
129         (package-test-install-two-dependencies): New test (bug#16826).
131         * automated/data/package/simple-two-depend-1.1.el: New file.
133         * automated/data/package/archive-contents:
134         Add info about the new package.
136 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
138         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
139         (tramp-test10-write-region): Extend for out-of-band copy.
140         (tramp-test31-asynchronous-requests): New test.
142 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
144         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
145         Add new test of undo in region.
146         (undo-test-in-region-eob): Add test case described at
147         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
149 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
151         * automated/tramp-tests.el (tramp--test-enabled)
152         (tramp-test15-copy-directory): No special handling of tramp-adb.el
153         anymore.  It's fixed in that package.
155 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
157         * automated/tramp-tests.el (tramp--test-enabled): Move connection
158         cleanup into this function.  Remove respective code from all test
159         cases.
160         (tramp--instrument-test-case): Declare `indent' and `debug'.
161         Handle other errors as well.
162         (tramp-test14-delete-directory): Check for `file-error' error.
163         (tramp-test15-copy-directory): Ignore return value of
164         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
165         (tramp-test19-directory-files-and-attributes): Take care of
166         timestamp of "../".
167         (tramp-test20-file-modes, tramp-test27-start-file-process)
168         (tramp-test28-shell-command): Skip for tramp-adb.el.
169         (tramp-test21-file-links): `file-truename' shall preserve trailing
170         link of directories.
171         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
172         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
173         `kill-buffer-query-functions' to nil.
174         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
176 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
178         * automated/tramp-tests.el
179         (tramp-test19-directory-files-and-attributes): Do not include
180         directories in comparison; they might have changed their
181         timestamps already.
183 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
185         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
186         (tramp-test17-insert-directory): First line could contain more
187         text, when produced by `ls-lisp'.
188         (tramp-test19-directory-files-and-attributes): Instrument failed
189         test case.
191 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
193         * automated/tramp-tests.el (tramp-test17-insert-directory):
194         Make first line "total 123" optional.
195         (tramp-test20-file-modes, tramp-test22-file-times)
196         (tramp-test26-process-file, tramp-test27-start-file-process)
197         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
198         tramp-smb.el.
199         (tramp-test20-file-modes): Check for "root" only when there is an
200         explicit user name.
201         (tramp-test21-file-links): Handle "... not supported" error.
202         (tramp-test22-file-times): Skip for "don't know" return values.
203         (tramp-test26-process-file, tramp-test28-shell-command):
204         Remove color escape sequences.
205         (tramp-test28-shell-command): Use `accept-process-output' rather
206         than `sit-for'.
207         (tramp-test30-utf8): Set coding system `utf-8'.
209 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
211         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
212         an initial `sit-for' prior the while loop.
214 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
216         Sync with Tramp 2.2.9.
218         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
219         (tramp-test28-shell-command): Make a while loop when waiting for
220         process exit.
222 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
224         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
225         and `vc-hg'.  Declare `tramp-find-executable' and
226         `tramp-get-remote-path'.
227         (tramp-test29-vc-registered): New test.
228         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
230 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
232         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
233         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
234         (tramp-test28-shell-command): Improve `shell-command' test.  Add
235         `async-shell-command' tests.
237 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
239         * automated/file-notify-tests.el (file-notify--wait-for-events):
240         Use `read-event' instead of `sit-for'.
241         (file-notify-test02-events): Remove expected result, the bug is
242         fixed meanwhile.
243         (file-notify-test02-events, file-notify-test03-autorevert):
244         Use `sleep-for' instead of `sit-for'.
246 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
248         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
249         New test.
251 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
253         * automated/file-notify-tests.el (file-notify--deftest-remote):
254         Do not skip when the local test has failed.  They are unrelated.
255         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
256         `noninteractive' to nil, otherwise `sit-for' could be degraded to
257         `sleep-for'.
258         (file-notify-test02-events): Check for `file-remote-p' instead of
259         `file-notify--test-remote-enabled'.
261 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
263         * automated/file-notify-tests.el (file-notify-test02-events):
264         Let test case fail for Bug#16519.
266 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
268         * automated/file-notify-tests.el (file-notify-test02-events):
269         Hide Bug#16519, until it is solved.
271 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
273         * automated/file-notify-tests.el
274         (file-notify--test-local-enabled): Fix error in logic.
275         (file-notify--wait-for-events): New defmacro.
276         (file-notify-test02-events): Make short breaks between file operations.
277         Use `file-notify--wait-for-events'.  Check, that events have arrived.
278         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
280         * automated/comint-testsuite.el
281         (comint-testsuite-password-strings): Add localized examples.
283 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
285         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
286         case if inotify is not linked with Emacs.  Use `read-event' rather
287         than `sit-for' in order to process events.  (Bug#13662)
289 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
291         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
292         test case with adapted test string.  (Bug#13064)
294 2013-12-28  Glenn Morris  <rgm@gnu.org>
296         * automated/electric-tests.el: Require 'elec-pair.
298 2013-12-26  João Távora  <joaotavora@gmail.com>
300         * automated/electric-tests.el (electric-pair-test-for):
301         Fix autowrapping tests in batch-mode by running with
302         `transient-mark-mode' set to `lambda'.
304         * automated/electric-tests.el: New file.
306 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
308         * automated/python-tests.el
309         (python-nav-lisp-forward-sexp-safe-1): Remove test.
310         (python-nav-forward-sexp-safe-1): New test.
312 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
314         * automated/ruby-mode-tests.el: Add tests for
315         `ruby-align-to-stmt-keywords'.
317         * indent/ruby.rb: Update examples to reflect the lack of change in
318         default indentation of `begin' blocks.
320 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
322         * indent/ruby.rb: Update examples according to the change
323         in `smie-indent-close'.
325 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
327         * indent/ruby.rb: New examples.
329 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
331         * automated/python-tests.el (python-indent-dedenters-2): New test.
333 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
335         * automated/python-tests.el (python-indent-after-comment-1)
336         (python-indent-after-comment-2): New tests.
338 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
340         * automated/python-tests.el (python-indent-block-enders-1):
341         Rename from python-indent-block-enders.
342         (python-indent-block-enders-2): New test.
344 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
346         * indent/js.js: New file.
348 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
350         * automated/dbus-tests.el: New file.
352 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
354         * automated/regexp-tests.el: New file.
356 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
358         * automated/reftex-tests.el (reftex-parse-from-file-test):
359         Run temp-dir through file-truename, to make sure the temporary file
360         names are comparable as strings.
362         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
363         Force Unix EOLs by using 'utf-8-unix', since the default of
364         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
366 2013-11-28  Glenn Morris  <rgm@gnu.org>
368         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
370 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
372         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
373         (EMACSOPT): Use $(PATH_SEP).
375 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
377         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
378         Set to nil.
380 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
382         * automated/file-notify-tests.el
383         (file-notify-test-remote-temporary-file-directory):
384         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
385         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
386         (file-notify--deftest-remote): Cleanup connection initially.
387         (file-notify-test03-autorevert): Run also in batch mode.  Use a
388         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
389         does not work on MS Windows.  Call `accept-process-output' for
390         remote files.  Apply `string-match' instead of `string-equal', the
391         messages are different on MS Windows.
393         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
394         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
395         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
397 2013-11-23  Glenn Morris  <rgm@gnu.org>
399         * automated/python-tests.el (python-shell-make-comint-1)
400         (python-shell-make-comint-2, python-shell-get-process-1):
401         Suppress creation of some temp-files.
403         * automated/python-tests.el (python-shell-parse-command-1)
404         (python-shell-make-comint-1, python-shell-make-comint-2)
405         (python-shell-get-process-1)
406         (python-shell-internal-get-or-create-process-1):
407         Skip rather than fail if prereqs not found.
409         * automated/Makefile.in (emacs):
410         Empty EMACSLOADPATH rather than unsetting.
412 2013-11-22  Glenn Morris  <rgm@gnu.org>
414         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
415         Set expected-result.
417 2013-11-21  Glenn Morris  <rgm@gnu.org>
419         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
420         (compile-main): Pass XARGS_LIMIT to xargs.
422         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
423         (EMACSOPT): Use PATH_SEPARATOR.
425 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
427         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
428         Add a failing test for Bug#15874.
429         (ruby--insert-coding-comment-ruby-style)
430         (ruby--insert-coding-comment-emacs-style)
431         (ruby--insert-coding-comment-custom-style):
432         Add a few tests for `ruby--insert-coding-comment'.
434 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
436         Improve API of recently-added bool vector functions (Bug#15912).
437         * automated/data-tests.el: Adjust to API changes.
439 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
441         * automated/tramp-tests.el (tramp-test07-file-exists-p)
442         (tramp-test08-file-local-copy)
443         (tramp-test09-insert-file-contents, tramp-test10-write-region)
444         (tramp-test11-copy-file, tramp-test12-rename-file)
445         (tramp-test13-make-directory, tramp-test14-delete-directory)
446         (tramp-test15-copy-directory, tramp-test16-directory-files)
447         (tramp-test17-insert-directory, tramp-test18-file-attributes)
448         (tramp-test19-directory-files-and-attributes)
449         (tramp-test20-file-modes, tramp-test21-file-links)
450         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
451         (tramp-test24-file-name-completion, tramp-test25-load)
452         (tramp-test26-process-file, tramp-test27-start-file-process)
453         (tramp-test28-shell-command): Cleanup connection initially.
455 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
457         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
458         connection before running the test.
460 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
462         * automated/tramp-tests.el (tramp-test15-copy-directory)
463         (tramp-test16-directory-files, tramp-test17-insert-directory)
464         (tramp-test18-file-attributes)
465         (tramp-test19-directory-files-and-attributes)
466         (tramp-test20-file-modes, tramp-test21-file-links)
467         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
468         (tramp-test24-file-name-completion, tramp-test25-load)
469         (tramp-test26-process-file, tramp-test27-start-file-process)
470         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
471         (tramp-test29-utf8): New test.
473 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
475         * automated/file-notify-tests.el (file-notify-test02-events)
476         (file-notify-test03-autorevert): Suppress messages in `write-region'.
478         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
479         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
480         (tramp-test26-process-file, tramp-test28-shell-command):
481         Ensure, that the directory is not empty when calling "ls".
483 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
485         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
486         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
487         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
488         (tramp-test09-insert-file-contents, tramp-test10-write-region)
489         (tramp-test26-process-file): Add tests.
490         (tramp-test11-copy-file): Remove debug message.
491         (tramp-test20-file-modes): Special case, if user is "root".
493 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
495         * automated/file-notify-tests.el:
496         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
497         `tramp-remote-path' when running on hydra.
498         (tramp-test07-file-exists-p): Remove instrumentation code.
499         (tramp-test26-process-file): Don't use "/bin/true" and
500         "/bin/false", these paths do not exist on hydra.
502 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
504         * automated/process-tests.el: New file.
506 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
508         * indent/ruby.rb: New examples.
510 2013-11-06  Glenn Morris  <rgm@gnu.org>
512         * automated/Makefile.in (setwins): Avoid accidental matches.
514 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
516         * automated/tramp-tests.el (tramp-test07-file-exists-p):
517         Fix docstring.  Instrument, in order to hunt failure on hydra.
519 2013-11-06  Glenn Morris  <rgm@gnu.org>
521         * automated/flymake-tests.el (warning-predicate-rx-gcc)
522         (warning-predicate-function-gcc, warning-predicate-rx-perl)
523         (warning-predicate-function-perl):
524         * automated/info-xref.el (info-xref-test-makeinfo):
525         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
526         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
528 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
530         * automated/tramp-tests.el: New file.
532 2013-11-05  Glenn Morris  <rgm@gnu.org>
534         Get rid of --chdir usage.
535         * automated/Makefile.in (EMACSOPT): Move -L here.
536         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
537         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
538         (.el.elc): No more need to pass -L here.
539         (compile-main): Get rid of sub-shell and cd.
540         (compile-clean, check): Get rid of cd.
542         Make it possible to run tests with a different working directory.
543         * automated/flymake-tests.el (flymake-tests-data-directory): New.
544         (flymake-tests--current-face): Use flymake-tests-data-directory.
545         (warning-predicate-function-gcc, warning-predicate-rx-perl)
546         (warning-predicate-function-perl): Adapt for above change.
547         * automated/zlib-tests.el (zlib-tests-data-directory): New.
548         (zlib--decompress): Use zlib-tests-data-directory.
550         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
551         Remove test that makes no sense.
553         * automated/files.el (files-test-local-variable-data):
554         Fix result typo presumably caused by interference from dir-locals.
555         (file-test--do-local-variables-test): Prevent dir-locals interfering.
557 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
559         * indent/ruby.rb: Add a statement on the line after heredoc.
560         Move a now-successful example.
562         * automated/ruby-mode-tests.el: Remove outdated comment.
564 2013-11-04  Glenn Morris  <rgm@gnu.org>
566         * automated/Makefile.in (abs_srcdir): Remove.
567         (emacs): Unset EMACSLOADPATH.
568         (.el.elc, check): Use -L to append srcdir to load-path.
570 2013-11-02  Glenn Morris  <rgm@gnu.org>
572         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
573         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
574         (abs_srcdir): New, set by configure.
575         (EMACS): Use a relative file name.
576         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
577         (lisp-compile): Remove (assume it's up-to-date).
578         (compile-main): Do not run lisp-compile.
579         (compile-main, compile-clean, compile-always, bootstrap-clean)
580         (check): Use srcdir rather than $test.  Check cd return value.
581         Use --chdir.
582         (doit, compile, compile-always): Remove stuff copied from lisp/.
583         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
585 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
587         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
588         Add a skipping test.
590 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
592         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
594         * indent/css-mode.css (.x2): Test alignement inside braces.
596 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
598         * indent/ruby.rb: New failing example.
600         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
601         Fix the test, in respect to adding the space after the curly.
603 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
605         * automated/ert-tests.el (ert-test-skip-unless): New test case.
606         (ert-test-deftest): Adapt test for changed macro expansion.
607         (ert-test-run-tests-interactively):
608         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
609         Add a skipping test.
611         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
612         (file-notify--test-local-enabled): Make it a function.  Check also
613         for `file-remote-p' of `temporary-file-directory'.
614         (file-notify--test-remote-enabled-checked): New defvar.
615         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
616         internal functions.  Cache result.
617         (file-notify--deftest-remote, file-notify-test00-availability)
618         (file-notify-test01-add-watch, file-notify-test02-events)
619         (file-notify-test03-autorevert): Add checks with `skip_unless'.
620         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
622 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
624         * indent/ruby.rb: Fix syntax error in the latest example.
626 2013-10-23  Glenn Morris  <rgm@gnu.org>
628         * automated/Makefile.in (abs_top_srcdir, top_builddir):
629         New, set by configure.
630         (top_srcdir): Remove.
631         (abs_test, abs_lispsrc): New.
632         (lisp): No longer absolute.
633         (emacs, lisp-compile, compile, compile-always):
634         Quote entities that might contain whitespace.
636 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
638         * indent/ruby.rb: Move two examples to "working" section, add one
639         more.
641 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
643         * indent/ruby.rb: New examples for indentation of blocks.
644         Example of hash inside parens that inflooped before the present commit.
646 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
648         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
649         allows another timer to run.
651 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
653         * indent/ruby.rb: More examples for bug#15594, both failing and
654         now passing.
656 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
658         * indent/ruby.rb: Add two more cases.
660 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
662         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
663         first use.
664         (ruby-should-indent): Use indent-according-to-mode.
665         (ruby-deftest-move-to-block): Use `declare'.
667 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
669         * indent/ruby.rb: Fix a spurious change, add more failing examples.
671 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
673         * indent/ruby.rb: Add a few more tests; adjust some indentation.
675 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
677         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
678         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
680         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
682 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
684         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
685         Adjust indentation of continued line to the new SMIE behavior.
687 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
689         * automated/completion-tests.el:
690         * indent/css-mode.css: New files.
692 2013-10-03  Daiki Ueno  <ueno@gnu.org>
694         * automated/data/package/signed/archive-contents:
695         * automated/data/package/signed/archive-contents.sig:
696         * automated/data/package/signed/signed-good-1.0.el:
697         * automated/data/package/signed/signed-good-1.0.el.sig:
698         * automated/data/package/signed/signed-bad-1.0.el:
699         * automated/data/package/signed/signed-bad-1.0.el.sig:
700         * automated/data/package/key.pub:
701         * automated/data/package/key.sec: New files.
703         * automated/package-test.el (package-test-update-listing)
704         (package-test-update-archives, package-test-describe-package):
705         Adjust to package.el change.
706         (package-test-signed): New test.
708 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
710         * automated/package-test.el: Update all cases to use :url instead
711         of :homepage.
713         * automated/package-x-test.el
714         (package-x-test--single-archive-entry-1-3): Same.
716 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
718         * automated/package-test.el (simple-single-desc-1-4): Remove, it
719         was unused.
720         (simple-single-desc): Expect :homepage property.
721         (multi-file-desc): Same.
722         (with-package-test): Do not save previous `default-directory'
723         value, let-bind the var instead.
724         (package-test-install-single): Expect :homepage property in the
725         generated pkg file.
726         (package-test-describe-package): Expect Homepage button.
727         (package-test-describe-non-installed-package)
728         (package-test-describe-non-installed-multi-file-package): Same.
729         (package-test-describe-not-installed-package): Remove, it was a
730         duplicate.
732         * automated/package-x-test.el
733         (package-x-test--single-archive-entry-1-3): Expect :homepage
734         property.
735         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
737         * automated/data/package/simple-single-1.3.el: Add URL header.
739         * automated/data/package/archive-contents: Add :homepage
740         properties to `simple-single' and `multi-file'.
742 2013-09-22  Daniel Colascione  <dancol@dancol.org>
744         * automated/data-tests.el:
745         (bool-vector-count-matches-all-0-nil)
746         (bool-vector-count-matches-all-0-t)
747         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
748         (bool-vector-count-matches-at, bool-vector-intersection-op)
749         (bool-vector-union-op, bool-vector-xor-op)
750         (bool-vector-set-difference-op)
751         (bool-vector-change-detection, bool-vector-not): New tests.
752         (mock-bool-vector-count-matches-at)
753         (test-bool-vector-bv-from-hex-string)
754         (test-bool-vector-to-hex-string)
755         (test-bool-vector-count-matches-at-tc)
756         (test-bool-vector-apply-mock-op)
757         (test-bool-vector-binop): New helper functions.
758         (bool-vector-test-vectors): New testcase data.
760 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
762         * automated/advice-tests.el (advice-test-called-interactively-p-around)
763         (advice-test-called-interactively-p-filter-args)
764         (advice-test-called-interactively-p-around): New tests.
766 2013-09-16  Glenn Morris  <rgm@gnu.org>
768         * automated/eshell.el (eshell-match-result):
769         Return a more informative failure than simply "false".  Update callers.
771         * automated/eshell.el (eshell-test/for-name-shadow-loop):
772         Test value before and after loop as well as during.
774 2013-09-15  Glenn Morris  <rgm@gnu.org>
776         * automated/eshell.el (eshell-test/for-name-shadow-loop):
777         New test.  (Bug#15372)
778         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
780 2013-09-13  Glenn Morris  <rgm@gnu.org>
782         * automated/eshell.el (with-temp-eshell):
783         Use a temp directory for eshell-directory-name.
784         (eshell-test-command-result): New, again using a temp directory.
785         Replace eshell-command-result with this throughout.
786         (eshell-test/for-loop, eshell-test/for-name-loop):
787         Ensure environment variables don't confuse us.
789 2013-09-12  Glenn Morris  <rgm@gnu.org>
791         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
792         due to "has a running process; kill it?" prompts.
794 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
796         * automated/eshell.el: Rename from eshell.el.
797         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
799 2013-09-01  Glenn Morris  <rgm@gnu.org>
801         * automated/Makefile.in (setwins): Avoid leading space in $wins.
802         Otherwise the sed command used by eg compile-main ends up
803         containing "/*.el".  (Bug#15170)
805 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
807         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
808         for portability to hosts where /bin/sh has problems.
810 2013-08-21  David Engster  <deng@randomsample.de>
812         * automated/eieio-tests.el, automated/eieio-test-persist.el:
813         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
814         upstream.  Changed to use ERT.
816 2013-08-14  Daniel Hackney  <dan@haxney.org>
818         * automated/package-test.el: Remove tar-package-building functions.
819         Tar file used for testing is included in the repository.
820         (package-test-install-texinfo, package-test-cleanup-built-files):
821         Remove.
823 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
825         * automated/python-tests.el (python-imenu-create-index-4)
826         (python-imenu-create-flat-index-2): New tests.
828 2013-08-05  Glenn Morris  <rgm@gnu.org>
830         * automated/mule-util.el: New file, with tests extracted from
831         lisp/international/mule-util.el.
833 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
835         * automated/advice-tests.el (advice-tests-nadvice): Test removal
836         before definition.
837         (advice-tests-macroaliases): New test.
839 2013-08-04  Glenn Morris  <rgm@gnu.org>
841         * automated/ert-tests.el: Disable failing test that no-one seems
842         to know how to fix.  (Bug#13064)
844         * automated/icalendar-tests.el (icalendar-tests--test-export)
845         (icalendar-tests--test-import): Try more precise TZ specification.
846         Remove debug messages.
848 2013-08-03  Glenn Morris  <rgm@gnu.org>
850         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
852         * automated/icalendar-tests.el (icalendar-tests--test-export)
853         (icalendar-tests--test-import):
854         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
855         (icalendar-tests--test-import): Reset zone even if error occurred.
857 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
859         * automated/core-elisp-tests.el: New file.
861 2013-08-01  Glenn Morris  <rgm@gnu.org>
863         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
864         Try to check that the remote system has a notification program.
866 2013-07-31  Glenn Morris  <rgm@gnu.org>
868         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
870 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
872         * automated/file-notify-tests.el
873         (file-notify--test-local-enabled): New defconst.  Replaces all
874         `file-notify-support' occurrences.
875         (file-notify--test-remote-enabled): New defun.
876         (file-notify--deftest-remote): Use it.
877         (file-notify-test00-availability): Rewrite.
878         (file-notify-test00-availability-remote): New defun.
879         (file-notify-test01-add-watch): Rewrite first erroneous check.
881 2013-07-23  Glenn Morris  <rgm@gnu.org>
883         * automated/inotify-test.el (inotify-file-watch-simple):
884         Delete temp-file when done.
886         * automated/subword-tests.el: Require subword.
888 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
890         * automated/subword-tests.el: New file.
892 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
894         * automated/python-tests.el (python-imenu-create-index-2)
895         (python-imenu-create-index-3): New tests.
897 2013-07-11  Glenn Morris  <rgm@gnu.org>
899         * automated/ert-tests.el: Require cl-lib at runtime too.
900         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
901         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
902         (ert-test-set-functions, ert-test-gensym)
903         (ert-test-coerce-to-vector, ert-test-string-position)
904         (ert-test-mismatch): Remove tests.
905         * automated/cl-lib.el: New, split from ert-tests.el.
907         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
908         Goto point-min.
909         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
910         (ruby-move-to-block-skips-percent-literal)
911         (ruby-move-to-block-skips-heredoc)
912         (ruby-move-to-block-moves-from-else-to-if)
913         (ruby-beginning-of-defun-does-not-fold-case)
914         (ruby-end-of-defun-skips-to-next-line-after-the-method):
915         Replace goto-line with forward-line/goto-char.
916         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
918         * automated/package-test.el (makeinfo-buffer): Autoload.
919         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
920         (package-test-install-texinfo): Don't require makeinfo.
922         * automated/files.el: Stop "local variables" confusion.
924         * automated/flymake-tests.el (flymake-tests): Remove unused group.
926         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
927         Use with-current-buffer.
929         * automated/undo-tests.el (undo-test-buffer-modified)
930         (undo-test-file-modified): New tests.
932 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
934         * automated/file-notify-tests.el (file-notify-test00-availability):
935         Set :expected-result.
936         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
937         (file-notify-test02-events, file-notify-test02-events-remote)
938         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
939         Skip when `file-notify-support' is nil.  (Bug#14823)
941 2013-07-09  Glenn Morris  <rgm@gnu.org>
943         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
944         Declare.
945         (inotify-file-watch-simple): Silence compiler.
947         * automated/python-tests.el (python-indent-block-enders):
948         Make it actually test something.
950         * automated/package-x-test.el: Require package-test when compiling.
952         * automated/add-log-tests.el, automated/advice-tests.el:
953         * automated/imenu-test.el, automated/package-x-test.el:
954         * automated/python-tests.el, automated/ruby-mode-tests.el:
955         * automated/xml-parse-tests.el: Explicitly require ert.
957 2013-07-08  Kenichi Handa  <handa@gnu.org>
959         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
960         Use with-ccoding-priority to avoid side-effect (Bug#14781).
962 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
964         * automated/file-notify-tests.el
965         (file-notify-test-remote-temporary-file-directory):
966         Use `null-device' on w32.
967         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
968         (file-notify--test-results, file-notify--test-event)
969         (file-notify--deftest-remote, file-notify--event-test)
970         (file-notify--test-event-handler)
971         (file-notify--test-make-temp-name): Rename, in order to mark them
972         internal.
973         (tramp-message-show-message, tramp-read-passwd): Tweak them for
974         better fitting in noninteractive tests.
975         (file-notify-test00-availability): Rename from `file-notify-test0'.
976         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
977         Use `temporary-file-directory '.
978         (file-notify-test01-add-watch-remote): New test.
979         (file-notify-test02-events): Rename from `file-notify-test2'.
980         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
981         (file-notify-test03-autorevert): Rename from
982         `file-notify-test4'.  Use timeouts.
983         (file-notify-test03-autorevert-remote): Rename from
984         `file-notify-test5'.
986 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
988         * automated/file-notify-tests.el: New package.
990 2013-06-28  Kenichi Handa  <handa@gnu.org>
992         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
993         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
994         Callers changed.
995         (decoder-tests-filename): New function.
996         (decoder-tests-prefer-utf-8-read)
997         (decoder-tests-prefer-utf-8-write): New function.
998         (ert-test-decoder-prefer-utf-8): New test.
1000 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1002         * automated/package-x-test.el: Change the commentary.
1003         (package-x-test--single-archive-entry-1-3)
1004         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1005         using the appropriate data structure.
1007 2013-06-27  Daniel Hackney  <dan@haxney.org>
1009         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1011         * automated/package-x-test.el: New file.
1013         * automated/package-test.el: New file.
1015         * automated/data/package: New directory, with test examples.
1017 2013-06-27  Glenn Morris  <rgm@gnu.org>
1019         * automated/python-tests.el (python-tests-with-temp-file):
1020         Clean up after ourself.
1022         * automated/undo-tests.el (undo-test3): Remove test that seems to
1023         do nothing that the previous one doesn't, except leave a tempfile.
1025 2013-06-26  Glenn Morris  <rgm@gnu.org>
1027         * automated/info-xref.el: New file.
1029 2013-06-25  Glenn Morris  <rgm@gnu.org>
1031         * automated/occur-tests.el (occur-test-create): New function.
1032         Use it to create separate tests for each element, so we run them
1033         all rather than stopping at the first error.
1035 2013-06-24  Glenn Morris  <rgm@gnu.org>
1037         * automated/occur-tests.el (occur-tests):
1038         Update for 2013-05-29 change to occur header line.
1040 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1042         Test suite for flymake.
1043         * automated/flymake-tests.el:
1044         * automated/flymake/warnpred/Makefile
1045         * automated/flymake/warnpred/test.c
1046         * automated/flymake/warnpred/test.pl: New files.
1048 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1050         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1052 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1054         * automated/reftex-tests.el: New test suite for reftex.
1056 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1058         * automated/ruby-mode-tests.el: New tests, for percent literals
1059         and expression expansion.
1061 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1063         * indent/octave.m: Tweak.
1065 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1067         * eshell.el: Rewrite tests using ERT.
1069 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1071         * indent/octave.m: Add tests for %!, # and ### comments.
1073 2013-05-23  Kenichi Handa  <handa@gnu.org>
1075         * automated/decoder-tests.el: New file.
1077 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1079         * indent/ruby.rb: Add multiline regexp example.
1081         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1082         (ruby-regexp-skips-over-interpolation)
1083         (ruby-regexp-continues-till-end-when-unclosed)
1084         (ruby-regexp-can-be-multiline)
1085         (ruby-interpolation-inside-percent-literal): New tests.
1087 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1089         * indent/ruby.rb: Fix indentation after =; add more cases.
1091 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1093         * indent/pascal.pas: Add test for mis-identified comments.
1095 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1097         * automated/imenu-test.el: New file.  (Bug#14112)
1099 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1101         * automated/python-tests.el (python-imenu-prev-index-position-1):
1102         Remove test.
1103         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1104         New tests.
1106 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1108         * automated/python-tests.el (python-nav-backward-defun-2)
1109         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1110         (python-nav-forward-defun-3): New tests.
1112 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1114         * automated/python-tests.el (python-nav-backward-defun-1)
1115         (python-nav-forward-defun-1): New tests.
1117 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1119         * automated/add-log-tests.el: New file.  (Bug#14112)
1121 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1123         * automated/python-tests.el (python-indent-block-enders): New test.
1124         (python-info-current-defun-2): Fix test.
1126 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1128         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1130 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1132         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1133         (python-tests-with-temp-file): New macro.
1134         (python-tests-shell-interpreter): New var.
1135         (python-shell-get-process-name-1)
1136         (python-shell-internal-get-process-name-1)
1137         (python-shell-parse-command-1)
1138         (python-shell-calculate-process-environment-1)
1139         (python-shell-calculate-process-environment-2)
1140         (python-shell-calculate-process-environment-3)
1141         (python-shell-calculate-exec-path-1)
1142         (python-shell-calculate-exec-path-2)
1143         (python-shell-make-comint-1)
1144         (python-shell-make-comint-2)
1145         (python-shell-get-process-1)
1146         (python-shell-get-or-create-process-1)
1147         (python-shell-internal-get-or-create-process-1): New tests.
1149 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1151         * automated/python-tests.el: New file.
1153 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1155         * automated/ruby-mode-tests.el
1156         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1157         bits inside the examples.
1158         (ruby-move-to-block-skips-heredoc): New test.
1159         (ruby-add-log-current-method-after-inner-class):
1160         Lower expectations: move point inside a method, initially.
1162 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1164         * automated/ruby-mode-tests.el
1165         (ruby-move-to-block-skips-percent-literal): New test.
1167 2013-02-04  Chong Yidong  <cyd@gnu.org>
1169         * automated/thingatpt.el: New file.
1171 2013-02-03  Chong Yidong  <cyd@gnu.org>
1173         * automated/files.el (file-test--do-local-variables-test):
1174         Avoid compilation warning message.
1176 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1178         * automated/ruby-mode-tests.el
1179         (ruby-indent-spread-args-in-parens): New test.
1180         * automated/ruby-mode-tests.el (ruby-block-test-example):
1181         Break indentation of the do block opener and add a line inside it.
1182         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1183         Adjust line numbers.
1185 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1187         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1189 2013-01-14  Glenn Morris  <rgm@gnu.org>
1191         * automated/compile-tests.el (compile-tests--test-regexps-data):
1192         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1194 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1196         * automated/man-tests.el: New file.
1198 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1200         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1202 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1204         * automated/undo-tests.el: New file.
1206 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1208         * automated/ruby-mode-tests.el
1209         (ruby-indent-after-block-in-continued-expression): New test.
1211 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1213         * automated/ruby-mode-tests.el:
1214         Rename one interpolation test; add three more.
1215         (ruby-with-temp-buffer): New macro, use it where appropriate.
1216         (ruby-add-log-current-method-examples): Use "_" for target point.
1217         Add four new tests for ruby-add-log-current-method.
1219 2012-12-11  Glenn Morris  <rgm@gnu.org>
1221         * automated/f90.el (f90-test-bug13138): New test.
1223 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1225         * automated/inotify-test.el: New test.
1227 2012-12-02  Chong Yidong  <cyd@gnu.org>
1229         * automated/ruby-mode-tests.el
1230         (ruby-add-log-current-method-examples): Don't use loop macro, to
1231         allow automated testing to work.
1233 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1235         * automated/advice-tests.el (advice-tests--data): Remove.
1236         (advice-tests): Move the tests directly here instead.
1237         Add called-interactively-p tests.
1239 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * automated/ert-x-tests.el: Use cl-lib.
1242         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1244 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1246         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1247         (ruby-indent-inside-heredoc-after-operator)
1248         (ruby-indent-inside-heredoc-after-space): New tests.
1249         Change direct font-lock face references to var references.
1250         (ruby-interpolation-suppresses-syntax-inside): New test.
1251         (ruby-interpolation-inside-percent-literal-with-paren):
1252         New failing test.
1254 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1256         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1257         (ruby-singleton-class-no-heredoc-font-lock)
1258         (ruby-add-log-current-method-examples): New tests.
1259         (ruby-test-string): Extract from ruby-should-indent-buffer.
1260         (ruby-deftest-move-to-block): New macro.
1261         Add several move-to-block tests.
1263 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1265         * automated/advice-tests.el: New tests.
1267 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1269         * automated/compile-tests.el (compile-tests--test-regexps-data):
1270         Add new data for msft's new format.
1272 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1274         * automated/ruby-mode-tests.el:
1275         (ruby-toggle-block-to-multiline): New test.
1276         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1277         (ruby-toggle-block-to-brace): Use buffer-string.
1279 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1281         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1283 2012-08-28  Chong Yidong  <cyd@gnu.org>
1285         * automated/files.el: Test every combination of values for
1286         enable-local-variables and enable-local-eval.
1288 2012-08-19  Chong Yidong  <cyd@gnu.org>
1290         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1292 2012-08-18  Chong Yidong  <cyd@gnu.org>
1294         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1296 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1298         * indent/ruby.rb: Rearrange examples, add new ones.
1300 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1302         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1303         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1305 2012-08-11  Glenn Morris  <rgm@gnu.org>
1307         * automated/files.el: New file.
1309         * automated/Makefile.in (all): Fix typo.
1311 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1313         * automated/ruby-mode-tests.el (ruby-should-indent):
1314         Add docstring, check (current-indentation) instead of (current-column).
1315         (ruby-should-indent-buffer): New function.
1316         Add tests for `ruby-deep-indent-paren' behavior.
1317         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1319 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1321         Original tests in test_ruby_mode.rb in upstream (author).
1323 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1325         * automated/ruby-mode-tests.el (ruby-should-indent)
1326         (ruby-assert-state): New functions.
1327         Add new tests.
1329 2012-07-29  David Engster  <deng@randomsample.de>
1331         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1332         New variable to hold test data for name expansion.
1333         (xml-parse-tests): Test the two different types of name expansion.
1335 2012-07-29  Juri Linkov  <juri@jurta.org>
1337         * automated/occur-tests.el (occur-test-case): Use predefined
1338         buffer name " *test-occur*" instead of a random buffer name.
1340 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1342         * automated/ruby-mode-tests.el: New file with one test.
1344 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1346         * indent/shell.sh: Add test case for ${#VAR}.
1348         * indent/latex-mode.tex: New file.
1350 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1352         * eshell.el: Use cl-lib.
1354 2012-07-03  Chong Yidong  <cyd@gnu.org>
1356         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1358 2012-07-02  Chong Yidong  <cyd@gnu.org>
1360         * automated/xml-parse-tests.el (xml-parse-tests--data):
1361         More testcases.
1363 2012-07-01  Chong Yidong  <cyd@gnu.org>
1365         * automated/xml-parse-tests.el: New file.
1367 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1369         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1370         Use cl-flet.
1372 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1374         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1375         Test escaped commas in TZID (Bug#11473).
1376         (icalendar-import-with-timezone): New.
1377         (icalendar-real-world): Add new testcase as given in the bugreport
1378         of Bug#11473.
1380 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1382         * automated/icalendar-tests.el (icalendar-tests--test-import):
1383         Include UID in import tests (Bug#11525).
1384         (icalendar-import-non-recurring, icalendar-import-rrule)
1385         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1386         UID-import change.
1387         (icalendar-import-with-uid): New.
1388         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1389         Include UID in cycle tests.
1390         (icalendar-cycle, icalendar-real-world): UID-import change.
1392 2012-05-21  Glenn Morris  <rgm@gnu.org>
1394         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1396 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1398         * automated/url-util-tests.el: New file to test
1399         lisp/url/url-util.el.  Only `url-build-query-string' and
1400         `url-parse-query-string' are tested right now (Bug#8706).
1402 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1404         * indent/shell.sh:
1405         * indent/shell.rc: Ad some test cases.
1407 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1409         * indent/ruby.rb: New file, to test new syntax-propertize code.
1411 2012-04-11  Glenn Morris  <rgm@gnu.org>
1413         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1415 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1417         * automated/url-future-tests.el (url-future-tests): Move from
1418         lisp/url/url-future.el and rename.
1420 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1422         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1423         Fix broken test, caused by missing trailing blank.
1425 2011-12-03  Chong Yidong  <cyd@gnu.org>
1427         * automated/compile-tests.el (compile-tests--test-regexps-data):
1428         Increase column numbers by one to reflect change in how
1429         compilation-message is recorded (Bug#10172).
1431 2011-11-22  Glenn Morris  <rgm@gnu.org>
1433         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1435 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1437         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1439 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1441         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1442         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1443         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1445 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1447         * automated/newsticker-tests.el
1448         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1449         newsticker--treeview-tree-update.
1451 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1453         * automated/newsticker-tests.el
1454         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1456         * automated/newsticker-tests.el
1457         (newsticker--group-manage-orphan-feeds): Prevent updating
1458         newsticker treeview.  Fixed bug#9763.
1460 2011-10-20  Glenn Morris  <rgm@gnu.org>
1462         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1464         * automated/vc-bzr.el: New file.
1466 2011-10-15  Glenn Morris  <rgm@gnu.org>
1468         * automated/f90.el: New file.
1470 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1472         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1473         to automated/newsticker-tests.el.  Convert to ERT.
1475 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1477         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1478         Remove, simply use string=.
1479         (icalendar--diarytime-to-isotime)
1480         (icalendar--datetime-to-diary-date)
1481         (icalendar--datestring-to-isodate)
1482         (icalendar--format-ical-event)
1483         (icalendar--parse-summary-and-rest)
1484         (icalendar-tests--do-test-import)
1485         (icalendar-tests--do-test-cycle): Change argument order of
1486         string= to EXPECTED ACTUAL.
1487         (icalendar--import-format-sample)
1488         (icalendar--format-ical-event)
1489         (icalendar-import-non-recurring)
1490         (icalendar-import-rrule)
1491         (icalendar-import-duration)
1492         (icalendar-import-bug-6766)
1493         (icalendar-real-world): Adjust to string= instead of
1494         icalendar-tests--compare-strings.
1495         (icalendar-import-multiple-vcalendars): New.
1497 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1499         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1500         Require CL.
1502 2011-05-09  Juri Linkov  <juri@jurta.org>
1504         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1505         Convert to ERT.
1507 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1509         * automated/compile-tests.el: New file.
1511 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1513         * automated/font-parse-tests.el: Don't byte-compile.
1515         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1517 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1519         * automated/lexbind-tests.el: New file.
1521 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1523         * Version 23.3 released.
1525 2011-03-05  Glenn Morris  <rgm@gnu.org>
1527         * eshell.el: Move here from lisp/eshell/esh-test.el.
1529 2011-03-03  Christian Ohler  <ohler@gnu.org>
1531         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1532         New test.
1534 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1536         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1537         convert to ERT format.
1539 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1541         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1542         convert to ERT format.
1544 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1546         * indent/shell.sh:
1547         * indent/shell.rc: New files.
1549 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1551         * automated/font-parse-tests.el: Move from
1552         font-parse-testsuite.el.
1554 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1556         * font-parse-testsuite.el (test-font-parse-data): New file.
1558 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1560         * indent/prolog.prolog: Add tokenizing tests.
1562 2011-01-13  Christian Ohler  <ohler@gnu.org>
1564         * automated: New directory for automated tests.
1566         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1568         * automated/Makefile.in: New file.
1570 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * indent/modula2.mod: New file.
1574 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1576         * indent/octave.m: Add a test to ensure indentation is local.
1578 2010-10-23  Glenn Morris  <rgm@gnu.org>
1580         * comint-testsuite.el
1581         (comint-testsuite--test-comint-password-prompt-regexp):
1582         Add "Please enter the password".  (Bug#7224)
1584 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1586         * indent/prolog.prolog: Use normal spacing around !.
1588 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1590         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1592 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         * indent/octave.m: Remove some `fixindent' not needed any more.
1596 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1598         * indent/octave.m: New file.
1600 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1602         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1603         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1604         (icalendar-testsuite--run-internal-tests): New.
1605         (icalendar-testsuite--test-convert-ordinary-to-ical)
1606         (icalendar-testsuite--test-convert-block-to-ical)
1607         (icalendar-testsuite--test-convert-anniversary-to-ical)
1608         (icalendar-testsuite--test-parse-vtimezone)
1609         (icalendar-testsuite--do-test-export): Code formatting.
1610         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1611         (icalendar-testsuite--do-test-import)
1612         (icalendar-testsuite--do-test-cycle):
1613         Use icalendar-testsuite--compare-strings
1614         (icalendar-testsuite--run-import-tests): Comment added.
1615         (icalendar-testsuite--run-import-tests)
1616         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1618 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1620         * redisplay-testsuite.el (test-redisplay-3): New test.
1622 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1624         * comint-testsuite.el: New file.
1626 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1628         * indent: New dir.
1630 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1632         * Version 23.2 released.
1634 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1636         * cedet/semantic-ia-utest.el
1637         (semantic-symref-test-count-hits-in-tag): Add function, from
1638         semantic-test.el.
1640         * cedet/tests/test.cpp:
1641         * cedet/tests/test.py:
1642         * cedet/tests/teststruct.cpp:
1643         * cedet/tests/testtemplates.cpp:
1644         * cedet/tests/testusing.cpp:
1645         * cedet/tests/scopetest.cpp:
1646         * cedet/tests/scopetest.java: Files deleted.
1648         * cedet/tests/test.make:
1649         * cedet/tests/test.c:
1650         * cedet/tests/testjavacomp.java:
1651         * cedet/tests/testspp.c:
1652         * cedet/tests/testsppreplace.c:
1653         * cedet/tests/testsppreplaced.c:
1654         * cedet/tests/testsubclass.cpp:
1655         * cedet/tests/testsubclass.hh:
1656         * cedet/tests/testtypedefs.cpp:
1657         * cedet/tests/testvarnames.c:
1658         * cedet/tests/test.el:
1659         * cedet/tests/testdoublens.cpp:
1660         * cedet/tests/testdoublens.hpp: Add copyright header.
1662         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1663         Remove reference to deleted files.
1665 2010-03-30  Juri Linkov  <juri@jurta.org>
1667         * occur-testsuite.el (occur-tests): Add tests for context lines.
1669 2010-03-23  Juri Linkov  <juri@jurta.org>
1671         * occur-testsuite.el: New file.
1673 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1675         * Branch for 23.2.
1677 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1679         * icalendar-testsuite.el
1680         (icalendar-testsuite--run-function-tests): Add new tests.
1681         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1682         testcase.
1683         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1684         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1685         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1686         (icalendar-testsuite--test-convert-block-to-ical): New.
1687         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1688         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1690 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1692         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1693         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1694         Fix typos in docstrings and error messages.
1695         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1697 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1699         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1700         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1701         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1703 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1705         * icalendar-testsuite.el
1706         (icalendar-testsuite--run-function-tests):
1707         Add icalendar-testsuite--test-parse-vtimezone.
1708         (icalendar-testsuite--test-parse-vtimezone): New.
1709         (icalendar-testsuite--do-test-cycle): Doc changes.
1710         (icalendar-testsuite--run-real-world-tests): Remove trailing
1711         whitespace -- see change of icalendar--add-diary-entry in
1712         icalendar.el.
1713         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1715 2009-09-30  Glenn Morris  <rgm@gnu.org>
1717         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1719 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1721         * cedet/*: New unit tests, from CEDET repository.
1723 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1725         * redisplay-testsuite.el: New file.
1727 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1729         * Branch for 23.1.
1731 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1733         * icalendar-testsuite.el
1734         (icalendar-testsuite--run-function-tests):
1735         Add icalendar-testsuite--test-diarytime-to-isotime.
1736         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1737         recent icalendar fixes.
1738         (icalendar-testsuite--test-diarytime-to-isotime): New.
1739         (icalendar-testsuite--test-create-uid): Adjust to recent
1740         icalendar changes.
1742 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1744         * bytecomp-testsuite.el: New file.
1746 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1748         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1749         Add `icalendar-testsuite--test-create-uid'.
1750         (icalendar-testsuite--test-create-uid): New.
1752 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1754         * newsticker-testsuite.el: New file.
1756 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1758         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1759         Add icalendar-testsuite--test-datestring-to-isodate,
1760         icalendar-testsuite--test-datetime-to-diary-date, and
1761         icalendar-testsuite--test-calendar-style.
1762         (icalendar-testsuite--test-format-ical-event)
1763         (icalendar-testsuite--test-parse-summary-and-rest):
1764         Doc fix.  Remove european-calendar-style.
1765         (icalendar-testsuite--get-ical-event): Doc fix.
1766         (icalendar-testsuite--test-first-weekday-of-year)
1767         (icalendar-testsuite--run-cycle-tests): Add doc string.
1768         (icalendar-testsuite--test-datestring-to-isodate)
1769         (icalendar-testsuite--test-datetime-to-diary-date)
1770         (icalendar-testsuite--test-calendar-style): New functions.
1771         (icalendar-testsuite--test-export): Handle iso date style.
1772         New arg INPUT-ISO.  Use calendar-date-style.
1773         (icalendar-testsuite--test-import): Handle iso date style.
1774         New arg EXPECTED-ISO.  Use calendar-date-style.
1775         (icalendar-testsuite--test-cycle): Handle iso date style.
1776         (icalendar-testsuite--run-import-tests)
1777         (icalendar-testsuite--run-export-tests)
1778         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1780 2008-02-29  Glenn Morris  <rgm@gnu.org>
1782         * README: New file.
1784 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1786         * icalendar-testsuite.el: New file.
1788 ;; Local Variables:
1789 ;; coding: utf-8
1790 ;; End:
1792   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1794   This file is part of GNU Emacs.
1796   GNU Emacs is free software: you can redistribute it and/or modify
1797   it under the terms of the GNU General Public License as published by
1798   the Free Software Foundation, either version 3 of the License, or
1799   (at your option) any later version.
1801   GNU Emacs is distributed in the hope that it will be useful,
1802   but WITHOUT ANY WARRANTY; without even the implied warranty of
1803   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1804   GNU General Public License for more details.
1806   You should have received a copy of the GNU General Public License
1807   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.