* test/automated/eieio-tests.el (eieio-test-37-persistent-classes):
[emacs.git] / test / ChangeLog
blob7a7ed9242994542786830d7783888379cda80f7a
1 2013-11-05  Glenn Morris  <rgm@gnu.org>
3         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
4         Remove test that makes no sense.
6         * automated/files.el (files-test-local-variable-data):
7         Fix result typo presumably caused by interference from dir-locals.
8         (file-test--do-local-variables-test): Prevent dir-locals interfering.
10 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
12         * indent/ruby.rb: Add a statement on the line after heredoc.
13         Move a now-successful example.
15         * automated/ruby-mode-tests.el: Remove outdated comment.
17 2013-11-04  Glenn Morris  <rgm@gnu.org>
19         * automated/Makefile.in (abs_srcdir): Remove.
20         (emacs): Unset EMACSLOADPATH.
21         (.el.elc, check): Use -L to append srcdir to load-path.
23 2013-11-02  Glenn Morris  <rgm@gnu.org>
25         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
26         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
27         (abs_srcdir): New, set by configure.
28         (EMACS): Use a relative file name.
29         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
30         (lisp-compile): Remove (assume it's up-to-date).
31         (compile-main): Do not run lisp-compile.
32         (compile-main, compile-clean, compile-always, bootstrap-clean)
33         (check): Use srcdir rather than $test.  Check cd return value.
34         Use --chdir.
35         (doit, compile, compile-always): Remove stuff copied from lisp/.
36         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
38 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
40         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
41         Add a skipping test.
43 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
45         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
47         * indent/css-mode.css (.x2): Test alignement inside braces.
49 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
51         * indent/ruby.rb: New failing example.
53         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
54         Fix the test, in respect to adding the space after the curly.
56 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
58         * automated/ert-tests.el (ert-test-skip-unless): New test case.
59         (ert-test-deftest): Adapt test for changed macro expansion.
60         (ert-test-run-tests-interactively):
61         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
62         Add a skipping test.
64         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
65         (file-notify--test-local-enabled): Make it a function.  Check also
66         for `file-remote-p' of `temporary-file-directory'.
67         (file-notify--test-remote-enabled-checked): New defvar.
68         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
69         internal functions.  Cache result.
70         (file-notify--deftest-remote, file-notify-test00-availability)
71         (file-notify-test01-add-watch, file-notify-test02-events)
72         (file-notify-test03-autorevert): Add checks with `skip_unless'.
73         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
75 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
77         * indent/ruby.rb: Fix syntax error in the latest example.
79 2013-10-23  Glenn Morris  <rgm@gnu.org>
81         * automated/Makefile.in (abs_top_srcdir, top_builddir):
82         New, set by configure.
83         (top_srcdir): Remove.
84         (abs_test, abs_lispsrc): New.
85         (lisp): No longer absolute.
86         (emacs, lisp-compile, compile, compile-always):
87         Quote entities that might contain whitespace.
89 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
91         * indent/ruby.rb: Move two examples to "working" section, add one
92         more.
94 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
96         * indent/ruby.rb: New examples for indentation of blocks.
97         Example of hash inside parens that inflooped before the present commit.
99 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
101         * test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
102         allows another timer to run.
104 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
106         * indent/ruby.rb: More examples for bug#15594, both failing and
107         now passing.
109 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
111         * indent/ruby.rb: Add two more cases.
113 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
115         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
116         first use.
117         (ruby-should-indent): Use indent-according-to-mode.
118         (ruby-deftest-move-to-block): Use `declare'.
120 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
122         * indent/ruby.rb: Fix a spurious change, add more failing examples.
124 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
126         * indent/ruby.rb: Add a few more tests; adjust some indentation.
128 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
130         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
131         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
133         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
135 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
138         Adjust indentation of continued line to the new SMIE behavior.
140 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
142         * automated/completion-tests.el:
143         * indent/css-mode.css: New files.
145 2013-10-03  Daiki Ueno  <ueno@gnu.org>
147         * automated/data/package/signed/archive-contents:
148         * automated/data/package/signed/archive-contents.sig:
149         * automated/data/package/signed/signed-good-1.0.el:
150         * automated/data/package/signed/signed-good-1.0.el.sig:
151         * automated/data/package/signed/signed-bad-1.0.el:
152         * automated/data/package/signed/signed-bad-1.0.el.sig:
153         * automated/data/package/key.pub:
154         * automated/data/package/key.sec: New files.
156         * automated/package-test.el (package-test-update-listing)
157         (package-test-update-archives, package-test-describe-package):
158         Adjust to package.el change.
159         (package-test-signed): New test.
161 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
163         * automated/package-test.el: Update all cases to use :url instead
164         of :homepage.
166         * automated/package-x-test.el
167         (package-x-test--single-archive-entry-1-3): Same.
169 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
171         * automated/package-test.el (simple-single-desc-1-4): Remove, it
172         was unused.
173         (simple-single-desc): Expect :homepage property.
174         (multi-file-desc): Same.
175         (with-package-test): Do not save previous `default-directory'
176         value, let-bind the var instead.
177         (package-test-install-single): Expect :homepage property in the
178         generated pkg file.
179         (package-test-describe-package): Expect Homepage button.
180         (package-test-describe-non-installed-package)
181         (package-test-describe-non-installed-multi-file-package): Same.
182         (package-test-describe-not-installed-package): Remove, it was a
183         duplicate.
185         * automated/package-x-test.el
186         (package-x-test--single-archive-entry-1-3): Expect :homepage
187         property.
188         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
190         * automated/data/package/simple-single-1.3.el: Add URL header.
192         * automated/data/package/archive-contents: Add :homepage
193         properties to `simple-single' and `multi-file'.
195 2013-09-22  Daniel Colascione  <dancol@dancol.org>
197         * automated/data-test.el:
198         (bool-vector-count-matches-all-0-nil)
199         (bool-vector-count-matches-all-0-t)
200         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
201         (bool-vector-count-matches-at, bool-vector-intersection-op)
202         (bool-vector-union-op, bool-vector-xor-op)
203         (bool-vector-set-difference-op)
204         (bool-vector-change-detection, bool-vector-not): New tests.
205         (mock-bool-vector-count-matches-at)
206         (test-bool-vector-bv-from-hex-string)
207         (test-bool-vector-to-hex-string)
208         (test-bool-vector-count-matches-at-tc)
209         (test-bool-vector-apply-mock-op)
210         (test-bool-vector-binop): New helper functions.
211         (bool-vector-test-vectors): New testcase data.
213 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
215         * automated/advice-tests.el (advice-test-called-interactively-p-around)
216         (advice-test-called-interactively-p-filter-args)
217         (advice-test-called-interactively-p-around): New tests.
219 2013-09-16  Glenn Morris  <rgm@gnu.org>
221         * automated/eshell.el (eshell-match-result):
222         Return a more informative failure than simply "false".  Update callers.
224         * automated/eshell.el (eshell-test/for-name-shadow-loop):
225         Test value before and after loop as well as during.
227 2013-09-15  Glenn Morris  <rgm@gnu.org>
229         * automated/eshell.el (eshell-test/for-name-shadow-loop):
230         New test.  (Bug#15372)
231         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
233 2013-09-13  Glenn Morris  <rgm@gnu.org>
235         * automated/eshell.el (with-temp-eshell):
236         Use a temp directory for eshell-directory-name.
237         (eshell-test-command-result): New, again using a temp directory.
238         Replace eshell-command-result with this throughout.
239         (eshell-test/for-loop, eshell-test/for-name-loop):
240         Ensure environment variables don't confuse us.
242 2013-09-12  Glenn Morris  <rgm@gnu.org>
244         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
245         due to "has a running process; kill it?" prompts.
247 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
249         * automated/eshell.el: Rename from eshell.el.
250         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
252 2013-09-01  Glenn Morris  <rgm@gnu.org>
254         * automated/Makefile.in (setwins): Avoid leading space in $wins.
255         Otherwise the sed command used by eg compile-main ends up
256         containing "/*.el".  (Bug#15170)
258 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
260         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
261         for portability to hosts where /bin/sh has problems.
263 2013-08-21  David Engster  <deng@randomsample.de>
265         * automated/eieio-tests.el, automated/eieio-test-persist.el:
266         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
267         upstream.  Changed to use ERT.
269 2013-08-14  Daniel Hackney  <dan@haxney.org>
271         * package-test.el: Remove tar-package-building functions.  Tar file
272         used for testing is included in the repository.
273         (package-test-install-texinfo, package-test-cleanup-built-files):
274         Remove.
276 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
278         * automated/python-tests.el (python-imenu-create-index-4)
279         (python-imenu-create-flat-index-2): New tests.
281 2013-08-05  Glenn Morris  <rgm@gnu.org>
283         * automated/mule-util.el: New file, with tests extracted from
284         lisp/international/mule-util.el.
286 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
288         * automated/advice-tests.el (advice-tests-nadvice): Test removal
289         before definition.
290         (advice-tests-macroaliases): New test.
292 2013-08-04  Glenn Morris  <rgm@gnu.org>
294         * automated/ert-tests.el: Disable failing test that no-one seems
295         to know how to fix.  (Bug#13064)
297         * automated/icalendar-tests.el (icalendar-tests--test-export)
298         (icalendar-tests--test-import): Try more precise TZ specification.
299         Remove debug messages.
301 2013-08-03  Glenn Morris  <rgm@gnu.org>
303         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
305         * automated/icalendar-tests.el (icalendar-tests--test-export)
306         (icalendar-tests--test-import):
307         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
308         (icalendar-tests--test-import): Reset zone even if error occurred.
310 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
312         * automated/core-elisp-tests.el: New file.
314 2013-08-01  Glenn Morris  <rgm@gnu.org>
316         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
317         Try to check that the remote system has a notification program.
319 2013-07-31  Glenn Morris  <rgm@gnu.org>
321         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
323 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
325         * automated/file-notify-tests.el
326         (file-notify--test-local-enabled): New defconst.  Replaces all
327         `file-notify-support' occurences.
328         (file-notify--test-remote-enabled): New defun.
329         (file-notify--deftest-remote): Use it.
330         (file-notify-test00-availability): Rewrite.
331         (file-notify-test00-availability-remote): New defun.
332         (file-notify-test01-add-watch): Rewrite first erroneous check.
334 2013-07-23  Glenn Morris  <rgm@gnu.org>
336         * automated/inotify-test.el (inotify-file-watch-simple):
337         Delete temp-file when done.
339         * automated/subword-tests.el: Require subword.
341 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
343         * automated/subword-tests.el: New file.
345 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
347         * automated/python-tests.el (python-imenu-create-index-2)
348         (python-imenu-create-index-3): New tests.
350 2013-07-11  Glenn Morris  <rgm@gnu.org>
352         * automated/ert-tests.el: Require cl-lib at runtime too.
353         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
354         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
355         (ert-test-set-functions, ert-test-gensym)
356         (ert-test-coerce-to-vector, ert-test-string-position)
357         (ert-test-mismatch): Remove tests.
358         * automated/cl-lib.el: New, split from ert-tests.el.
360         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
361         Goto point-min.
362         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
363         (ruby-move-to-block-skips-percent-literal)
364         (ruby-move-to-block-skips-heredoc)
365         (ruby-move-to-block-moves-from-else-to-if)
366         (ruby-beginning-of-defun-does-not-fold-case)
367         (ruby-end-of-defun-skips-to-next-line-after-the-method):
368         Replace goto-line with forward-line/goto-char.
369         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
371         * automated/package-test.el (makeinfo-buffer): Autoload.
372         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
373         (package-test-install-texinfo): Don't require makeinfo.
375         * automated/files.el: Stop "local variables" confusion.
377         * automated/flymake-tests.el (flymake-tests): Remove unused group.
379         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
380         Use with-current-buffer.
382         * automated/undo-tests.el (undo-test-buffer-modified)
383         (undo-test-file-modified): New tests.
385 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
387         * automated/file-notify-tests.el (file-notify-test00-availability):
388         Set :expected-result.
389         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
390         (file-notify-test02-events, file-notify-test02-events-remote)
391         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
392         Skip when `file-notify-support' is nil.  (Bug#14823)
394 2013-07-09  Glenn Morris  <rgm@gnu.org>
396         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
397         Declare.
398         (inotify-file-watch-simple): Silence compiler.
400         * automated/python-tests.el (python-indent-block-enders):
401         Make it actually test something.
403         * automated/package-x-test.el: Require package-test when compiling.
405         * automated/add-log-tests.el, automated/advice-tests.el:
406         * automated/imenu-test.el, automated/package-x-test.el:
407         * automated/python-tests.el, automated/ruby-mode-tests.el:
408         * automated/xml-parse-tests.el: Explictly require ert.
410 2013-07-08  Kenichi Handa  <handa@gnu.org>
412         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
413         Use with-ccoding-priority to avoid side-effect (Bug#14781).
415 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
417         * automated/file-notify-tests.el
418         (file-notify-test-remote-temporary-file-directory):
419         Use `null-device' on w32.
420         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
421         (file-notify--test-results, file-notify--test-event)
422         (file-notify--deftest-remote, file-notify--event-test)
423         (file-notify--test-event-handler)
424         (file-notify--test-make-temp-name): Rename, in order to mark them
425         internal.
426         (tramp-message-show-message, tramp-read-passwd): Tweak them for
427         better fitting in noninteractive tests.
428         (file-notify-test00-availability): Rename from `file-notify-test0'.
429         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
430         Use `temporary-file-directory '.
431         (file-notify-test01-add-watch-remote): New test.
432         (file-notify-test02-events): Rename from `file-notify-test2'.
433         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
434         (file-notify-test03-autorevert): Rename from
435         `file-notify-test4'.  Use timeouts.
436         (file-notify-test03-autorevert-remote): Rename from
437         `file-notify-test5'.
439 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
441         * automated/file-notify-tests.el: New package.
443 2013-06-28  Kenichi Handa  <handa@gnu.org>
445         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
446         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
447         Callers changed.
448         (decoder-tests-filename): New function.
449         (decoder-tests-prefer-utf-8-read)
450         (decoder-tests-prefer-utf-8-write): New function.
451         (ert-test-decoder-prefer-utf-8): New test.
453 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
455         * automated/package-x-test.el: Change the commentary.
456         (package-x-test--single-archive-entry-1-3)
457         (package-x-test--single-archive-entry-1-4): Fix the tests, by
458         using the appropriate data structure.
460 2013-06-27  Daniel Hackney  <dan@haxney.org>
462         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
464         * automated/package-x-test.el: New file.
466         * automated/package-test.el: New file.
468         * automated/data/package: New directory, with test examples.
470 2013-06-27  Glenn Morris  <rgm@gnu.org>
472         * automated/python-tests.el (python-tests-with-temp-file):
473         Clean up after ourself.
475         * automated/undo-tests.el (undo-test3): Remove test that seems to
476         do nothing that the previous one doesn't, except leave a tempfile.
478 2013-06-26  Glenn Morris  <rgm@gnu.org>
480         * automated/info-xref.el: New file.
482 2013-06-25  Glenn Morris  <rgm@gnu.org>
484         * automated/occur-tests.el (occur-test-create): New function.
485         Use it to create separate tests for each element, so we run them
486         all rather than stopping at the first error.
488 2013-06-24  Glenn Morris  <rgm@gnu.org>
490         * automated/occur-tests.el (occur-tests):
491         Update for 2013-05-29 change to occur header line.
493 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
495         Test suite for flymake.
496         * automated/flymake-tests.el:
497         * automated/flymake/warnpred/Makefile
498         * automated/flymake/warnpred/test.c
499         * automated/flymake/warnpred/test.pl: New files.
501 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
503         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
505 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
507         * automated/reftex-tests.el: New test suite for reftex.
509 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
511         * automated/ruby-mode-tests.el: New tests, for percent literals
512         and expression expansion.
514 2013-05-29  Leo Liu  <sdl.web@gmail.com>
516         * indent/octave.m: Tweak.
518 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
520         * tests/eshell.el: Rewrite tests using ERT.
522 2013-05-25  Leo Liu  <sdl.web@gmail.com>
524         * indent/octave.m: Add tests for %!, # and ### comments.
526 2013-05-23  Kenichi Handa  <handa@gnu.org>
528         * automated/decoder-tests.el: New file.
530 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
532         * indent/ruby.rb: Add multiline regexp example.
534         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
535         (ruby-regexp-skips-over-interpolation)
536         (ruby-regexp-continues-till-end-when-unclosed)
537         (ruby-regexp-can-be-multiline)
538         (ruby-interpolation-inside-percent-literal): New tests.
540 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
542         * indent/ruby.rb: Fix indentation after =; add more cases.
544 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
546         * indent/pascal.pas: Add test for mis-identified comments.
548 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
550         * automated/imenu-tests.el: New file.  (Bug#14112)
552 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
554         * automated/python-tests.el (python-imenu-prev-index-position-1):
555         Remove test.
556         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
557         New tests.
559 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
561         * automated/python-tests.el (python-nav-backward-defun-2)
562         (python-nav-backward-defun-3, python-nav-forward-defun-2)
563         (python-nav-forward-defun-3): New tests.
565 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
567         * automated/python-tests.el (python-nav-backward-defun-1)
568         (python-nav-forward-defun-1): New tests.
570 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
572         * automated/add-log-tests.el: New file. (Bug#14112)
574 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
576         * automated/python-tests.el (python-indent-block-enders): New test.
577         (python-info-current-defun-2): Fix test.
579 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
581         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
583 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
585         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
586         (python-tests-with-temp-file): New macro.
587         (python-tests-shell-interpreter): New var.
588         (python-shell-get-process-name-1)
589         (python-shell-internal-get-process-name-1)
590         (python-shell-parse-command-1)
591         (python-shell-calculate-process-environment-1)
592         (python-shell-calculate-process-environment-2)
593         (python-shell-calculate-process-environment-3)
594         (python-shell-calculate-exec-path-1)
595         (python-shell-calculate-exec-path-2)
596         (python-shell-make-comint-1)
597         (python-shell-make-comint-2)
598         (python-shell-get-process-1)
599         (python-shell-get-or-create-process-1)
600         (python-shell-internal-get-or-create-process-1): New tests.
602 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
604         * automated/python-tests.el: New file.
606 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
608         * automated/ruby-mode-tests.el
609         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
610         bits inside the examples.
611         (ruby-move-to-block-skips-heredoc): New test.
612         (ruby-add-log-current-method-after-inner-class):
613         Lower expectations: move point inside a method, initially.
615 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
617         * automated/ruby-mode-tests.el
618         (ruby-move-to-block-skips-percent-literal): New test.
620 2013-02-04  Chong Yidong  <cyd@gnu.org>
622         * automated/thingatpt.el: New file.
624 2013-02-03  Chong Yidong  <cyd@gnu.org>
626         * automated/files.el (file-test--do-local-variables-test):
627         Avoid compilation warning message.
629 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
631         * automated/ruby-mode-tests.el
632         (ruby-indent-spread-args-in-parens): New test.
633         * automated/ruby-mode-tests.el (ruby-block-test-example):
634         Break indentation of the do block opener and add a line inside it.
635         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
636         Adjust line numbers.
638 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
640         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
642 2013-01-14  Glenn Morris  <rgm@gnu.org>
644         * automated/compile-tests.el (compile-tests--test-regexps-data):
645         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
647 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
649         * automated/man-tests.el: New file.
651 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
653         * automated/undo-tests.el (undo-test0): Adjust error to code change.
655 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
657         * automated/undo-tests.el: New file.
659 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
661         * automated/ruby-mode-tests.el
662         (ruby-indent-after-block-in-continued-expression): New test.
664 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
666         * automated/ruby-mode-tests.el:
667         Rename one interpolation test; add three more.
668         (ruby-with-temp-buffer): New macro, use it where appropriate.
669         (ruby-add-log-current-method-examples): Use "_" for target point.
670         Add four new tests for ruby-add-log-current-method.
672 2012-12-11  Glenn Morris  <rgm@gnu.org>
674         * automated/f90.el (f90-test-bug13138): New test.
676 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
678         * automated/inotify-test.el: New test.
680 2012-12-02  Chong Yidong  <cyd@gnu.org>
682         * automated/ruby-mode-tests.el
683         (ruby-add-log-current-method-examples): Don't use loop macro, to
684         allow automated testing to work.
686 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
688         * automated/advice-tests.el (advice-tests--data): Remove.
689         (advice-tests): Move the tests directly here instead.
690         Add called-interactively-p tests.
692 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * automated/ert-x-tests.el: Use cl-lib.
695         * automated/ert-tests.el: Use lexical-binding and cl-lib.
697 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
699         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
700         (ruby-indent-inside-heredoc-after-operator)
701         (ruby-indent-inside-heredoc-after-space): New tests.
702         Change direct font-lock face references to var references.
703         (ruby-interpolation-suppresses-syntax-inside): New test.
704         (ruby-interpolation-inside-percent-literal-with-paren):
705         New failing test.
707 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
709         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
710         (ruby-singleton-class-no-heredoc-font-lock)
711         (ruby-add-log-current-method-examples): New tests.
712         (ruby-test-string): Extract from ruby-should-indent-buffer.
713         (ruby-deftest-move-to-block): New macro.
714         Add several move-to-block tests.
716 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * automated/advice-tests.el: New tests.
720 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
722         * automated/compile-tests.el (compile-tests--test-regexps-data):
723         Add new data for msft's new format.
725 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
727         * automated/ruby-mode-tests.el:
728         (ruby-toggle-block-to-multiline): New test.
729         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
730         (ruby-toggle-block-to-brace): Use buffer-string.
732 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
734         * automated/ruby-mode-tests.el: New tests (Bug#11613).
736 2012-08-28  Chong Yidong  <cyd@gnu.org>
738         * automated/files.el: Test every combination of values for
739         enable-local-variables and enable-local-eval.
741 2012-08-19  Chong Yidong  <cyd@gnu.org>
743         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
745 2012-08-18  Chong Yidong  <cyd@gnu.org>
747         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
749 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
751         * indent/ruby.rb: Rearrange examples, add new ones.
753 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
755         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
756         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
758 2012-08-11  Glenn Morris  <rgm@gnu.org>
760         * automated/files.el: New file.
762         * automated/Makefile.in (all): Fix typo.
764 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
766         * automated/ruby-mode-tests.el (ruby-should-indent):
767         Add docstring, check (current-indentation) instead of (current-column).
768         (ruby-should-indent-buffer): New function.
769         Add tests for `ruby-deep-indent-paren' behavior.
770         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
772 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
774         Original tests in test_ruby_mode.rb in upstream (author).
776 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
778         * automated/ruby-mode-tests.el (ruby-should-indent)
779         (ruby-assert-state): New functions.
780         Add new tests.
782 2012-07-29  David Engster  <deng@randomsample.de>
784         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
785         New variable to hold test data for name expansion.
786         (xml-parse-tests): Test the two different types of name expansion.
788 2012-07-29  Juri Linkov  <juri@jurta.org>
790         * automated/occur-tests.el (occur-test-case): Use predefined
791         buffer name " *test-occur*" instead of a random buffer name.
793 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
795         * automated/ruby-mode-tests.el: New file with one test.
797 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
799         * indent/shell.sh: Add test case for ${#VAR}.
801         * indent/latex-mode.tex: New file.
803 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
805         * eshell.el: Use cl-lib.
807 2012-07-03  Chong Yidong  <cyd@gnu.org>
809         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
811 2012-07-02  Chong Yidong  <cyd@gnu.org>
813         * automated/xml-parse-tests.el (xml-parse-tests--data):
814         More testcases.
816 2012-07-01  Chong Yidong  <cyd@gnu.org>
818         * automated/xml-parse-tests.el: New file.
820 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
822         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
823         Use cl-flet.
825 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
827         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
828         Test escaped commas in TZID (Bug#11473).
829         (icalendar-import-with-timezone): New.
830         (icalendar-real-world): Add new testcase as given in the bugreport
831         of Bug#11473.
833 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
835         * automated/icalendar-tests.el (icalendar-tests--test-import):
836         Include UID in import tests (Bug#11525).
837         (icalendar-import-non-recurring, icalendar-import-rrule)
838         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
839         UID-import change.
840         (icalendar-import-with-uid): New.
841         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
842         Include UID in cycle tests.
843         (icalendar-cycle, icalendar-real-world): UID-import change.
845 2012-05-21  Glenn Morris  <rgm@gnu.org>
847         * automated/Makefile.in (setwins): Scrap superfluous subshell.
849 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
851         * automated/url-util-tests.el: New file to test
852         lisp/url/url-util.el.  Only `url-build-query-string' and
853         `url-parse-query-string' are tested right now (Bug#8706).
855 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
857         * indent/shell.sh:
858         * indent/shell.rc: Ad some test cases.
860 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
862         * indent/ruby.rb: New file, to test new syntax-propertize code.
864 2012-04-11  Glenn Morris  <rgm@gnu.org>
866         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
868 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
870         * automated/url-future-tests.el (url-future-tests): Move from
871         lisp/url/url-future.el and rename.
873 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
875         * automated/icalendar-tests.el (icalendar-import-non-recurring):
876         Fix broken test, caused by missing trailing blank.
878 2011-12-03  Chong Yidong  <cyd@gnu.org>
880         * automated/compile-tests.el (compile-tests--test-regexps-data):
881         Increase column numbers by one to reflect change in how
882         compilation-message is recorded (Bug#10172).
884 2011-11-22  Glenn Morris  <rgm@gnu.org>
886         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
888 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
890         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
892 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
894         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
895         (icalendar-tests--test-export, icalendar-tests--do-test-export):
896         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
898 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
900         * automated/newsticker-tests.el
901         (newsticker--group-manage-orphan-feeds): Remove fsetting of
902         newsticker--treeview-tree-update.
904 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
906         * automated/newsticker-tests.el
907         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
909         * trunk/test/automated/newsticker-tests.el
910         (newsticker--group-manage-orphan-feeds): Prevent updating
911         newsticker treeview. Fixed bug#9763.
913 2011-10-20  Glenn Morris  <rgm@gnu.org>
915         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
917         * automated/vc-bzr.el: New file.
919 2011-10-15  Glenn Morris  <rgm@gnu.org>
921         * automated/f90.el: New file.
923 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
925         * automated/newsticker-tests.el: Move newsticker-testsuite.el
926         to automated/newsticker-tests.el. Convert to ERT.
928 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
930         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
931         Remove, simply use string=.
932         (icalendar--diarytime-to-isotime)
933         (icalendar--datetime-to-diary-date)
934         (icalendar--datestring-to-isodate)
935         (icalendar--format-ical-event)
936         (icalendar--parse-summary-and-rest)
937         (icalendar-tests--do-test-import)
938         (icalendar-tests--do-test-cycle): Change argument order of
939         string= to EXPECTED ACTUAL.
940         (icalendar--import-format-sample)
941         (icalendar--format-ical-event)
942         (icalendar-import-non-recurring)
943         (icalendar-import-rrule)
944         (icalendar-import-duration)
945         (icalendar-import-bug-6766)
946         (icalendar-real-world): Adjust to string= instead of
947         icalendar-tests--compare-strings.
948         (icalendar-import-multiple-vcalendars): New.
950 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
952         * automated/gnus-tests.el: Add wrapper for Gnus tests.
953         Require CL.
955 2011-05-09  Juri Linkov  <juri@jurta.org>
957         * automated/occur-tests.el: Move from test/occur-testsuite.el.
958         Convert to ERT.
960 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
962         * automated/compile-tests.el: New file.
964 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
966         * automated/font-parse-tests.el: Don't byte-compile.
968         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
970 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
972         * automated/lexbind-tests.el: New file.
974 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
976         * Version 23.3 released.
978 2011-03-05  Glenn Morris  <rgm@gnu.org>
980         * eshell.el: Move here from lisp/eshell/esh-test.el.
982 2011-03-03  Christian Ohler  <ohler@gnu.org>
984         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
985         New test.
987 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
989         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
990         convert to ERT format.
992 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
994         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
995         convert to ERT format.
997 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
999         * indent/shell.sh:
1000         * indent/shell.rc: New files.
1002 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1004         * automated/font-parse-tests.el: Move from
1005         font-parse-testsuite.el.
1007 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1009         * font-parse-testsuite.el (test-font-parse-data): New file.
1011 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1013         * indent/prolog.prolog: Add tokenizing tests.
1015 2011-01-13  Christian Ohler  <ohler@gnu.org>
1017         * automated: New directory for automated tests.
1019         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1021         * automated/Makefile.in: New file.
1023 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * indent/modula2.mod: New file.
1027 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * indent/octave.m: Add a test to ensure indentation is local.
1031 2010-10-23  Glenn Morris  <rgm@gnu.org>
1033         * comint-testsuite.el
1034         (comint-testsuite--test-comint-password-prompt-regexp):
1035         Add "Please enter the password".  (Bug#7224)
1037 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1039         * indent/prolog.prolog: Use normal spacing around !.
1041 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1043         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1045 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1047         * indent/octave.m: Remove some `fixindent' not needed any more.
1049 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1051         * indent/octave.m: New file.
1053 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1055         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1056         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1057         (icalendar-testsuite--run-internal-tests): New.
1058         (icalendar-testsuite--test-convert-ordinary-to-ical)
1059         (icalendar-testsuite--test-convert-block-to-ical)
1060         (icalendar-testsuite--test-convert-anniversary-to-ical)
1061         (icalendar-testsuite--test-parse-vtimezone)
1062         (icalendar-testsuite--do-test-export): Code formatting.
1063         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1064         (icalendar-testsuite--do-test-import)
1065         (icalendar-testsuite--do-test-cycle):
1066         Use icalendar-testsuite--compare-strings
1067         (icalendar-testsuite--run-import-tests): Comment added.
1068         (icalendar-testsuite--run-import-tests)
1069         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1071 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1073         * redisplay-testsuite.el (test-redisplay-3): New test.
1075 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1077         * comint-testsuite.el: New file.
1079 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1081         * indent: New dir.
1083 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1085         * Version 23.2 released.
1087 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1089         * cedet/semantic-ia-utest.el
1090         (semantic-symref-test-count-hits-in-tag): Add function, from
1091         semantic-test.el.
1093         * cedet/tests/test.cpp:
1094         * cedet/tests/test.py:
1095         * cedet/tests/teststruct.cpp:
1096         * cedet/tests/testtemplates.cpp:
1097         * cedet/tests/testusing.cpp:
1098         * cedet/tests/scopetest.cpp:
1099         * cedet/tests/scopetest.java: Files deleted.
1101         * cedet/tests/test.make:
1102         * cedet/tests/test.c:
1103         * cedet/tests/testjavacomp.java:
1104         * cedet/tests/testspp.c:
1105         * cedet/tests/testsppreplace.c:
1106         * cedet/tests/testsppreplaced.c:
1107         * cedet/tests/testsubclass.cpp:
1108         * cedet/tests/testsubclass.hh:
1109         * cedet/tests/testtypedefs.cpp:
1110         * cedet/tests/testvarnames.c:
1111         * cedet/tests/test.el:
1112         * cedet/tests/testdoublens.cpp:
1113         * cedet/tests/testdoublens.hpp: Add copyright header.
1115         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1116         Remove reference to deleted files.
1118 2010-03-30  Juri Linkov  <juri@jurta.org>
1120         * occur-testsuite.el (occur-tests): Add tests for context lines.
1122 2010-03-23  Juri Linkov  <juri@jurta.org>
1124         * occur-testsuite.el: New file.
1126 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1128         * Branch for 23.2.
1130 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1132         * icalendar-testsuite.el
1133         (icalendar-testsuite--run-function-tests): Add new tests.
1134         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1135         testcase.
1136         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1137         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1138         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1139         (icalendar-testsuite--test-convert-block-to-ical): New.
1140         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1141         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1143 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1145         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1146         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1147         Fix typos in docstrings and error messages.
1148         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1150 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1152         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1153         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1154         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1156 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1158         * icalendar-testsuite.el
1159         (icalendar-testsuite--run-function-tests):
1160         Add icalendar-testsuite--test-parse-vtimezone.
1161         (icalendar-testsuite--test-parse-vtimezone): New.
1162         (icalendar-testsuite--do-test-cycle): Doc changes.
1163         (icalendar-testsuite--run-real-world-tests): Remove trailing
1164         whitespace -- see change of icalendar--add-diary-entry in
1165         icalendar.el.
1166         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1168 2009-09-30  Glenn Morris  <rgm@gnu.org>
1170         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1172 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1174         * cedet/*: New unit tests, from CEDET repository.
1176 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1178         * redisplay-testsuite.el: New file.
1180 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1182         * Branch for 23.1.
1184 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1186         * icalendar-testsuite.el
1187         (icalendar-testsuite--run-function-tests):
1188         Add icalendar-testsuite--test-diarytime-to-isotime.
1189         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1190         recent icalendar fixes.
1191         (icalendar-testsuite--test-diarytime-to-isotime): New.
1192         (icalendar-testsuite--test-create-uid): Adjust to recent
1193         icalendar changes.
1195 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1197         * bytecomp-testsuite.el: New file.
1199 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1201         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1202         Add `icalendar-testsuite--test-create-uid'.
1203         (icalendar-testsuite--test-create-uid): New.
1205 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1207         * newsticker-testsuite.el: New file.
1209 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1211         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1212         Add icalendar-testsuite--test-datestring-to-isodate,
1213         icalendar-testsuite--test-datetime-to-diary-date, and
1214         icalendar-testsuite--test-calendar-style.
1215         (icalendar-testsuite--test-format-ical-event):
1216         (icalendar-testsuite--test-parse-summary-and-rest):
1217         Doc fix.  Remove european-calendar-style.
1218         (icalendar-testsuite--get-ical-event): Doc fix.
1219         (icalendar-testsuite--test-first-weekday-of-year):
1220         (icalendar-testsuite--run-cycle-tests): Add doc string.
1221         (icalendar-testsuite--test-datestring-to-isodate):
1222         (icalendar-testsuite--test-datetime-to-diary-date):
1223         (icalendar-testsuite--test-calendar-style): New functions.
1224         (icalendar-testsuite--test-export): Handle iso date style.
1225         New arg INPUT-ISO.  Use calendar-date-style.
1226         (icalendar-testsuite--test-import): Handle iso date style.
1227         New arg EXPECTED-ISO.  Use calendar-date-style.
1228         (icalendar-testsuite--test-cycle): Handle iso date style.
1229         (icalendar-testsuite--run-import-tests):
1230         (icalendar-testsuite--run-export-tests):
1231         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1233 2008-02-29  Glenn Morris  <rgm@gnu.org>
1235         * README: New file.
1237 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1239         * icalendar-testsuite.el: New file.
1241 ;; Local Variables:
1242 ;; coding: utf-8
1243 ;; End:
1245   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1247   This file is part of GNU Emacs.
1249   GNU Emacs is free software: you can redistribute it and/or modify
1250   it under the terms of the GNU General Public License as published by
1251   the Free Software Foundation, either version 3 of the License, or
1252   (at your option) any later version.
1254   GNU Emacs is distributed in the hope that it will be useful,
1255   but WITHOUT ANY WARRANTY; without even the implied warranty of
1256   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1257   GNU General Public License for more details.
1259   You should have received a copy of the GNU General Public License
1260   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.