* lisp/helpers.el: Actually commit the library code.
[emacs.git] / test / ChangeLog
blob1b5925d79c4d460242c45ecacbde5f5b845de513
1 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
3         * indent/ruby.rb: Add a statement on the line after heredoc.
4         Move a now-successful example.
6         * automated/ruby-mode-tests.el: Remove outdated comment.
8 2013-11-04  Glenn Morris  <rgm@gnu.org>
10         * automated/Makefile.in (abs_srcdir): Remove.
11         (emacs): Unset EMACSLOADPATH.
12         (.el.elc, check): Use -L to append srcdir to load-path.
14 2013-11-02  Glenn Morris  <rgm@gnu.org>
16         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
17         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
18         (abs_srcdir): New, set by configure.
19         (EMACS): Use a relative file name.
20         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
21         (lisp-compile): Remove (assume it's up-to-date).
22         (compile-main): Do not run lisp-compile.
23         (compile-main, compile-clean, compile-always, bootstrap-clean)
24         (check): Use srcdir rather than $test.  Check cd return value.
25         Use --chdir.
26         (doit, compile, compile-always): Remove stuff copied from lisp/.
27         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
29 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
31         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
32         Add a skipping test.
34 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
36         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
38         * indent/css-mode.css (.x2): Test alignement inside braces.
40 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
42         * indent/ruby.rb: New failing example.
44         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
45         Fix the test, in respect to adding the space after the curly.
47 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
49         * automated/ert-tests.el (ert-test-skip-unless): New test case.
50         (ert-test-deftest): Adapt test for changed macro expansion.
51         (ert-test-run-tests-interactively):
52         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
53         Add a skipping test.
55         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
56         (file-notify--test-local-enabled): Make it a function.  Check also
57         for `file-remote-p' of `temporary-file-directory'.
58         (file-notify--test-remote-enabled-checked): New defvar.
59         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
60         internal functions.  Cache result.
61         (file-notify--deftest-remote, file-notify-test00-availability)
62         (file-notify-test01-add-watch, file-notify-test02-events)
63         (file-notify-test03-autorevert): Add checks with `skip_unless'.
64         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
66 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
68         * indent/ruby.rb: Fix syntax error in the latest example.
70 2013-10-23  Glenn Morris  <rgm@gnu.org>
72         * automated/Makefile.in (abs_top_srcdir, top_builddir):
73         New, set by configure.
74         (top_srcdir): Remove.
75         (abs_test, abs_lispsrc): New.
76         (lisp): No longer absolute.
77         (emacs, lisp-compile, compile, compile-always):
78         Quote entities that might contain whitespace.
80 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
82         * indent/ruby.rb: Move two examples to "working" section, add one
83         more.
85 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
87         * indent/ruby.rb: New examples for indentation of blocks.
88         Example of hash inside parens that inflooped before the present commit.
90 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
92         * test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
93         allows another timer to run.
95 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
97         * indent/ruby.rb: More examples for bug#15594, both failing and
98         now passing.
100 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
102         * indent/ruby.rb: Add two more cases.
104 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
106         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
107         first use.
108         (ruby-should-indent): Use indent-according-to-mode.
109         (ruby-deftest-move-to-block): Use `declare'.
111 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
113         * indent/ruby.rb: Fix a spurious change, add more failing examples.
115 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
117         * indent/ruby.rb: Add a few more tests; adjust some indentation.
119 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
121         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
122         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
124         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
126 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
129         Adjust indentation of continued line to the new SMIE behavior.
131 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * automated/completion-tests.el:
134         * indent/css-mode.css: New files.
136 2013-10-03  Daiki Ueno  <ueno@gnu.org>
138         * automated/data/package/signed/archive-contents:
139         * automated/data/package/signed/archive-contents.sig:
140         * automated/data/package/signed/signed-good-1.0.el:
141         * automated/data/package/signed/signed-good-1.0.el.sig:
142         * automated/data/package/signed/signed-bad-1.0.el:
143         * automated/data/package/signed/signed-bad-1.0.el.sig:
144         * automated/data/package/key.pub:
145         * automated/data/package/key.sec: New files.
147         * automated/package-test.el (package-test-update-listing)
148         (package-test-update-archives, package-test-describe-package):
149         Adjust to package.el change.
150         (package-test-signed): New test.
152 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
154         * automated/package-test.el: Update all cases to use :url instead
155         of :homepage.
157         * automated/package-x-test.el
158         (package-x-test--single-archive-entry-1-3): Same.
160 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
162         * automated/package-test.el (simple-single-desc-1-4): Remove, it
163         was unused.
164         (simple-single-desc): Expect :homepage property.
165         (multi-file-desc): Same.
166         (with-package-test): Do not save previous `default-directory'
167         value, let-bind the var instead.
168         (package-test-install-single): Expect :homepage property in the
169         generated pkg file.
170         (package-test-describe-package): Expect Homepage button.
171         (package-test-describe-non-installed-package)
172         (package-test-describe-non-installed-multi-file-package): Same.
173         (package-test-describe-not-installed-package): Remove, it was a
174         duplicate.
176         * automated/package-x-test.el
177         (package-x-test--single-archive-entry-1-3): Expect :homepage
178         property.
179         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
181         * automated/data/package/simple-single-1.3.el: Add URL header.
183         * automated/data/package/archive-contents: Add :homepage
184         properties to `simple-single' and `multi-file'.
186 2013-09-22  Daniel Colascione  <dancol@dancol.org>
188         * automated/data-test.el:
189         (bool-vector-count-matches-all-0-nil)
190         (bool-vector-count-matches-all-0-t)
191         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
192         (bool-vector-count-matches-at, bool-vector-intersection-op)
193         (bool-vector-union-op, bool-vector-xor-op)
194         (bool-vector-set-difference-op)
195         (bool-vector-change-detection, bool-vector-not): New tests.
196         (mock-bool-vector-count-matches-at)
197         (test-bool-vector-bv-from-hex-string)
198         (test-bool-vector-to-hex-string)
199         (test-bool-vector-count-matches-at-tc)
200         (test-bool-vector-apply-mock-op)
201         (test-bool-vector-binop): New helper functions.
202         (bool-vector-test-vectors): New testcase data.
204 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
206         * automated/advice-tests.el (advice-test-called-interactively-p-around)
207         (advice-test-called-interactively-p-filter-args)
208         (advice-test-called-interactively-p-around): New tests.
210 2013-09-16  Glenn Morris  <rgm@gnu.org>
212         * automated/eshell.el (eshell-match-result):
213         Return a more informative failure than simply "false".  Update callers.
215         * automated/eshell.el (eshell-test/for-name-shadow-loop):
216         Test value before and after loop as well as during.
218 2013-09-15  Glenn Morris  <rgm@gnu.org>
220         * automated/eshell.el (eshell-test/for-name-shadow-loop):
221         New test.  (Bug#15372)
222         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
224 2013-09-13  Glenn Morris  <rgm@gnu.org>
226         * automated/eshell.el (with-temp-eshell):
227         Use a temp directory for eshell-directory-name.
228         (eshell-test-command-result): New, again using a temp directory.
229         Replace eshell-command-result with this throughout.
230         (eshell-test/for-loop, eshell-test/for-name-loop):
231         Ensure environment variables don't confuse us.
233 2013-09-12  Glenn Morris  <rgm@gnu.org>
235         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
236         due to "has a running process; kill it?" prompts.
238 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
240         * automated/eshell.el: Rename from eshell.el.
241         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
243 2013-09-01  Glenn Morris  <rgm@gnu.org>
245         * automated/Makefile.in (setwins): Avoid leading space in $wins.
246         Otherwise the sed command used by eg compile-main ends up
247         containing "/*.el".  (Bug#15170)
249 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
251         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
252         for portability to hosts where /bin/sh has problems.
254 2013-08-21  David Engster  <deng@randomsample.de>
256         * automated/eieio-tests.el, automated/eieio-test-persist.el:
257         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
258         upstream.  Changed to use ERT.
260 2013-08-14  Daniel Hackney  <dan@haxney.org>
262         * package-test.el: Remove tar-package-building functions.  Tar file
263         used for testing is included in the repository.
264         (package-test-install-texinfo, package-test-cleanup-built-files):
265         Remove.
267 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
269         * automated/python-tests.el (python-imenu-create-index-4)
270         (python-imenu-create-flat-index-2): New tests.
272 2013-08-05  Glenn Morris  <rgm@gnu.org>
274         * automated/mule-util.el: New file, with tests extracted from
275         lisp/international/mule-util.el.
277 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
279         * automated/advice-tests.el (advice-tests-nadvice): Test removal
280         before definition.
281         (advice-tests-macroaliases): New test.
283 2013-08-04  Glenn Morris  <rgm@gnu.org>
285         * automated/ert-tests.el: Disable failing test that no-one seems
286         to know how to fix.  (Bug#13064)
288         * automated/icalendar-tests.el (icalendar-tests--test-export)
289         (icalendar-tests--test-import): Try more precise TZ specification.
290         Remove debug messages.
292 2013-08-03  Glenn Morris  <rgm@gnu.org>
294         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
296         * automated/icalendar-tests.el (icalendar-tests--test-export)
297         (icalendar-tests--test-import):
298         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
299         (icalendar-tests--test-import): Reset zone even if error occurred.
301 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
303         * automated/core-elisp-tests.el: New file.
305 2013-08-01  Glenn Morris  <rgm@gnu.org>
307         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
308         Try to check that the remote system has a notification program.
310 2013-07-31  Glenn Morris  <rgm@gnu.org>
312         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
314 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
316         * automated/file-notify-tests.el
317         (file-notify--test-local-enabled): New defconst.  Replaces all
318         `file-notify-support' occurences.
319         (file-notify--test-remote-enabled): New defun.
320         (file-notify--deftest-remote): Use it.
321         (file-notify-test00-availability): Rewrite.
322         (file-notify-test00-availability-remote): New defun.
323         (file-notify-test01-add-watch): Rewrite first erroneous check.
325 2013-07-23  Glenn Morris  <rgm@gnu.org>
327         * automated/inotify-test.el (inotify-file-watch-simple):
328         Delete temp-file when done.
330         * automated/subword-tests.el: Require subword.
332 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
334         * automated/subword-tests.el: New file.
336 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
338         * automated/python-tests.el (python-imenu-create-index-2)
339         (python-imenu-create-index-3): New tests.
341 2013-07-11  Glenn Morris  <rgm@gnu.org>
343         * automated/ert-tests.el: Require cl-lib at runtime too.
344         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
345         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
346         (ert-test-set-functions, ert-test-gensym)
347         (ert-test-coerce-to-vector, ert-test-string-position)
348         (ert-test-mismatch): Remove tests.
349         * automated/cl-lib.el: New, split from ert-tests.el.
351         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
352         Goto point-min.
353         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
354         (ruby-move-to-block-skips-percent-literal)
355         (ruby-move-to-block-skips-heredoc)
356         (ruby-move-to-block-moves-from-else-to-if)
357         (ruby-beginning-of-defun-does-not-fold-case)
358         (ruby-end-of-defun-skips-to-next-line-after-the-method):
359         Replace goto-line with forward-line/goto-char.
360         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
362         * automated/package-test.el (makeinfo-buffer): Autoload.
363         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
364         (package-test-install-texinfo): Don't require makeinfo.
366         * automated/files.el: Stop "local variables" confusion.
368         * automated/flymake-tests.el (flymake-tests): Remove unused group.
370         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
371         Use with-current-buffer.
373         * automated/undo-tests.el (undo-test-buffer-modified)
374         (undo-test-file-modified): New tests.
376 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
378         * automated/file-notify-tests.el (file-notify-test00-availability):
379         Set :expected-result.
380         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
381         (file-notify-test02-events, file-notify-test02-events-remote)
382         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
383         Skip when `file-notify-support' is nil.  (Bug#14823)
385 2013-07-09  Glenn Morris  <rgm@gnu.org>
387         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
388         Declare.
389         (inotify-file-watch-simple): Silence compiler.
391         * automated/python-tests.el (python-indent-block-enders):
392         Make it actually test something.
394         * automated/package-x-test.el: Require package-test when compiling.
396         * automated/add-log-tests.el, automated/advice-tests.el:
397         * automated/imenu-test.el, automated/package-x-test.el:
398         * automated/python-tests.el, automated/ruby-mode-tests.el:
399         * automated/xml-parse-tests.el: Explictly require ert.
401 2013-07-08  Kenichi Handa  <handa@gnu.org>
403         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
404         Use with-ccoding-priority to avoid side-effect (Bug#14781).
406 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
408         * automated/file-notify-tests.el
409         (file-notify-test-remote-temporary-file-directory):
410         Use `null-device' on w32.
411         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
412         (file-notify--test-results, file-notify--test-event)
413         (file-notify--deftest-remote, file-notify--event-test)
414         (file-notify--test-event-handler)
415         (file-notify--test-make-temp-name): Rename, in order to mark them
416         internal.
417         (tramp-message-show-message, tramp-read-passwd): Tweak them for
418         better fitting in noninteractive tests.
419         (file-notify-test00-availability): Rename from `file-notify-test0'.
420         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
421         Use `temporary-file-directory '.
422         (file-notify-test01-add-watch-remote): New test.
423         (file-notify-test02-events): Rename from `file-notify-test2'.
424         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
425         (file-notify-test03-autorevert): Rename from
426         `file-notify-test4'.  Use timeouts.
427         (file-notify-test03-autorevert-remote): Rename from
428         `file-notify-test5'.
430 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
432         * automated/file-notify-tests.el: New package.
434 2013-06-28  Kenichi Handa  <handa@gnu.org>
436         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
437         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
438         Callers changed.
439         (decoder-tests-filename): New function.
440         (decoder-tests-prefer-utf-8-read)
441         (decoder-tests-prefer-utf-8-write): New function.
442         (ert-test-decoder-prefer-utf-8): New test.
444 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
446         * automated/package-x-test.el: Change the commentary.
447         (package-x-test--single-archive-entry-1-3)
448         (package-x-test--single-archive-entry-1-4): Fix the tests, by
449         using the appropriate data structure.
451 2013-06-27  Daniel Hackney  <dan@haxney.org>
453         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
455         * automated/package-x-test.el: New file.
457         * automated/package-test.el: New file.
459         * automated/data/package: New directory, with test examples.
461 2013-06-27  Glenn Morris  <rgm@gnu.org>
463         * automated/python-tests.el (python-tests-with-temp-file):
464         Clean up after ourself.
466         * automated/undo-tests.el (undo-test3): Remove test that seems to
467         do nothing that the previous one doesn't, except leave a tempfile.
469 2013-06-26  Glenn Morris  <rgm@gnu.org>
471         * automated/info-xref.el: New file.
473 2013-06-25  Glenn Morris  <rgm@gnu.org>
475         * automated/occur-tests.el (occur-test-create): New function.
476         Use it to create separate tests for each element, so we run them
477         all rather than stopping at the first error.
479 2013-06-24  Glenn Morris  <rgm@gnu.org>
481         * automated/occur-tests.el (occur-tests):
482         Update for 2013-05-29 change to occur header line.
484 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
486         Test suite for flymake.
487         * automated/flymake-tests.el:
488         * automated/flymake/warnpred/Makefile
489         * automated/flymake/warnpred/test.c
490         * automated/flymake/warnpred/test.pl: New files.
492 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
494         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
496 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
498         * automated/reftex-tests.el: New test suite for reftex.
500 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
502         * automated/ruby-mode-tests.el: New tests, for percent literals
503         and expression expansion.
505 2013-05-29  Leo Liu  <sdl.web@gmail.com>
507         * indent/octave.m: Tweak.
509 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
511         * tests/eshell.el: Rewrite tests using ERT.
513 2013-05-25  Leo Liu  <sdl.web@gmail.com>
515         * indent/octave.m: Add tests for %!, # and ### comments.
517 2013-05-23  Kenichi Handa  <handa@gnu.org>
519         * automated/decoder-tests.el: New file.
521 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
523         * indent/ruby.rb: Add multiline regexp example.
525         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
526         (ruby-regexp-skips-over-interpolation)
527         (ruby-regexp-continues-till-end-when-unclosed)
528         (ruby-regexp-can-be-multiline)
529         (ruby-interpolation-inside-percent-literal): New tests.
531 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
533         * indent/ruby.rb: Fix indentation after =; add more cases.
535 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
537         * indent/pascal.pas: Add test for mis-identified comments.
539 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
541         * automated/imenu-tests.el: New file.  (Bug#14112)
543 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
545         * automated/python-tests.el (python-imenu-prev-index-position-1):
546         Remove test.
547         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
548         New tests.
550 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
552         * automated/python-tests.el (python-nav-backward-defun-2)
553         (python-nav-backward-defun-3, python-nav-forward-defun-2)
554         (python-nav-forward-defun-3): New tests.
556 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
558         * automated/python-tests.el (python-nav-backward-defun-1)
559         (python-nav-forward-defun-1): New tests.
561 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
563         * automated/add-log-tests.el: New file. (Bug#14112)
565 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
567         * automated/python-tests.el (python-indent-block-enders): New test.
568         (python-info-current-defun-2): Fix test.
570 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
572         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
574 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
576         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
577         (python-tests-with-temp-file): New macro.
578         (python-tests-shell-interpreter): New var.
579         (python-shell-get-process-name-1)
580         (python-shell-internal-get-process-name-1)
581         (python-shell-parse-command-1)
582         (python-shell-calculate-process-environment-1)
583         (python-shell-calculate-process-environment-2)
584         (python-shell-calculate-process-environment-3)
585         (python-shell-calculate-exec-path-1)
586         (python-shell-calculate-exec-path-2)
587         (python-shell-make-comint-1)
588         (python-shell-make-comint-2)
589         (python-shell-get-process-1)
590         (python-shell-get-or-create-process-1)
591         (python-shell-internal-get-or-create-process-1): New tests.
593 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
595         * automated/python-tests.el: New file.
597 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
599         * automated/ruby-mode-tests.el
600         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
601         bits inside the examples.
602         (ruby-move-to-block-skips-heredoc): New test.
603         (ruby-add-log-current-method-after-inner-class):
604         Lower expectations: move point inside a method, initially.
606 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
608         * automated/ruby-mode-tests.el
609         (ruby-move-to-block-skips-percent-literal): New test.
611 2013-02-04  Chong Yidong  <cyd@gnu.org>
613         * automated/thingatpt.el: New file.
615 2013-02-03  Chong Yidong  <cyd@gnu.org>
617         * automated/files.el (file-test--do-local-variables-test):
618         Avoid compilation warning message.
620 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
622         * automated/ruby-mode-tests.el
623         (ruby-indent-spread-args-in-parens): New test.
624         * automated/ruby-mode-tests.el (ruby-block-test-example):
625         Break indentation of the do block opener and add a line inside it.
626         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
627         Adjust line numbers.
629 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
633 2013-01-14  Glenn Morris  <rgm@gnu.org>
635         * automated/compile-tests.el (compile-tests--test-regexps-data):
636         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
638 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
640         * automated/man-tests.el: New file.
642 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
644         * automated/undo-tests.el (undo-test0): Adjust error to code change.
646 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
648         * automated/undo-tests.el: New file.
650 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
652         * automated/ruby-mode-tests.el
653         (ruby-indent-after-block-in-continued-expression): New test.
655 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
657         * automated/ruby-mode-tests.el:
658         Rename one interpolation test; add three more.
659         (ruby-with-temp-buffer): New macro, use it where appropriate.
660         (ruby-add-log-current-method-examples): Use "_" for target point.
661         Add four new tests for ruby-add-log-current-method.
663 2012-12-11  Glenn Morris  <rgm@gnu.org>
665         * automated/f90.el (f90-test-bug13138): New test.
667 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
669         * automated/inotify-test.el: New test.
671 2012-12-02  Chong Yidong  <cyd@gnu.org>
673         * automated/ruby-mode-tests.el
674         (ruby-add-log-current-method-examples): Don't use loop macro, to
675         allow automated testing to work.
677 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
679         * automated/advice-tests.el (advice-tests--data): Remove.
680         (advice-tests): Move the tests directly here instead.
681         Add called-interactively-p tests.
683 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
685         * automated/ert-x-tests.el: Use cl-lib.
686         * automated/ert-tests.el: Use lexical-binding and cl-lib.
688 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
690         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
691         (ruby-indent-inside-heredoc-after-operator)
692         (ruby-indent-inside-heredoc-after-space): New tests.
693         Change direct font-lock face references to var references.
694         (ruby-interpolation-suppresses-syntax-inside): New test.
695         (ruby-interpolation-inside-percent-literal-with-paren):
696         New failing test.
698 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
700         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
701         (ruby-singleton-class-no-heredoc-font-lock)
702         (ruby-add-log-current-method-examples): New tests.
703         (ruby-test-string): Extract from ruby-should-indent-buffer.
704         (ruby-deftest-move-to-block): New macro.
705         Add several move-to-block tests.
707 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
709         * automated/advice-tests.el: New tests.
711 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
713         * automated/compile-tests.el (compile-tests--test-regexps-data):
714         Add new data for msft's new format.
716 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
718         * automated/ruby-mode-tests.el:
719         (ruby-toggle-block-to-multiline): New test.
720         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
721         (ruby-toggle-block-to-brace): Use buffer-string.
723 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
725         * automated/ruby-mode-tests.el: New tests (Bug#11613).
727 2012-08-28  Chong Yidong  <cyd@gnu.org>
729         * automated/files.el: Test every combination of values for
730         enable-local-variables and enable-local-eval.
732 2012-08-19  Chong Yidong  <cyd@gnu.org>
734         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
736 2012-08-18  Chong Yidong  <cyd@gnu.org>
738         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
740 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
742         * indent/ruby.rb: Rearrange examples, add new ones.
744 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
746         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
747         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
749 2012-08-11  Glenn Morris  <rgm@gnu.org>
751         * automated/files.el: New file.
753         * automated/Makefile.in (all): Fix typo.
755 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
757         * automated/ruby-mode-tests.el (ruby-should-indent):
758         Add docstring, check (current-indentation) instead of (current-column).
759         (ruby-should-indent-buffer): New function.
760         Add tests for `ruby-deep-indent-paren' behavior.
761         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
763 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
765         Original tests in test_ruby_mode.rb in upstream (author).
767 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
769         * automated/ruby-mode-tests.el (ruby-should-indent)
770         (ruby-assert-state): New functions.
771         Add new tests.
773 2012-07-29  David Engster  <deng@randomsample.de>
775         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
776         New variable to hold test data for name expansion.
777         (xml-parse-tests): Test the two different types of name expansion.
779 2012-07-29  Juri Linkov  <juri@jurta.org>
781         * automated/occur-tests.el (occur-test-case): Use predefined
782         buffer name " *test-occur*" instead of a random buffer name.
784 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
786         * automated/ruby-mode-tests.el: New file with one test.
788 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
790         * indent/shell.sh: Add test case for ${#VAR}.
792         * indent/latex-mode.tex: New file.
794 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
796         * eshell.el: Use cl-lib.
798 2012-07-03  Chong Yidong  <cyd@gnu.org>
800         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
802 2012-07-02  Chong Yidong  <cyd@gnu.org>
804         * automated/xml-parse-tests.el (xml-parse-tests--data):
805         More testcases.
807 2012-07-01  Chong Yidong  <cyd@gnu.org>
809         * automated/xml-parse-tests.el: New file.
811 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
813         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
814         Use cl-flet.
816 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
818         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
819         Test escaped commas in TZID (Bug#11473).
820         (icalendar-import-with-timezone): New.
821         (icalendar-real-world): Add new testcase as given in the bugreport
822         of Bug#11473.
824 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
826         * automated/icalendar-tests.el (icalendar-tests--test-import):
827         Include UID in import tests (Bug#11525).
828         (icalendar-import-non-recurring, icalendar-import-rrule)
829         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
830         UID-import change.
831         (icalendar-import-with-uid): New.
832         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
833         Include UID in cycle tests.
834         (icalendar-cycle, icalendar-real-world): UID-import change.
836 2012-05-21  Glenn Morris  <rgm@gnu.org>
838         * automated/Makefile.in (setwins): Scrap superfluous subshell.
840 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
842         * automated/url-util-tests.el: New file to test
843         lisp/url/url-util.el.  Only `url-build-query-string' and
844         `url-parse-query-string' are tested right now (Bug#8706).
846 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
848         * indent/shell.sh:
849         * indent/shell.rc: Ad some test cases.
851 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
853         * indent/ruby.rb: New file, to test new syntax-propertize code.
855 2012-04-11  Glenn Morris  <rgm@gnu.org>
857         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
859 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
861         * automated/url-future-tests.el (url-future-tests): Move from
862         lisp/url/url-future.el and rename.
864 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
866         * automated/icalendar-tests.el (icalendar-import-non-recurring):
867         Fix broken test, caused by missing trailing blank.
869 2011-12-03  Chong Yidong  <cyd@gnu.org>
871         * automated/compile-tests.el (compile-tests--test-regexps-data):
872         Increase column numbers by one to reflect change in how
873         compilation-message is recorded (Bug#10172).
875 2011-11-22  Glenn Morris  <rgm@gnu.org>
877         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
879 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
881         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
883 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
885         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
886         (icalendar-tests--test-export, icalendar-tests--do-test-export):
887         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
889 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
891         * automated/newsticker-tests.el
892         (newsticker--group-manage-orphan-feeds): Remove fsetting of
893         newsticker--treeview-tree-update.
895 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
897         * automated/newsticker-tests.el
898         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
900         * trunk/test/automated/newsticker-tests.el
901         (newsticker--group-manage-orphan-feeds): Prevent updating
902         newsticker treeview. Fixed bug#9763.
904 2011-10-20  Glenn Morris  <rgm@gnu.org>
906         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
908         * automated/vc-bzr.el: New file.
910 2011-10-15  Glenn Morris  <rgm@gnu.org>
912         * automated/f90.el: New file.
914 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
916         * automated/newsticker-tests.el: Move newsticker-testsuite.el
917         to automated/newsticker-tests.el. Convert to ERT.
919 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
921         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
922         Remove, simply use string=.
923         (icalendar--diarytime-to-isotime)
924         (icalendar--datetime-to-diary-date)
925         (icalendar--datestring-to-isodate)
926         (icalendar--format-ical-event)
927         (icalendar--parse-summary-and-rest)
928         (icalendar-tests--do-test-import)
929         (icalendar-tests--do-test-cycle): Change argument order of
930         string= to EXPECTED ACTUAL.
931         (icalendar--import-format-sample)
932         (icalendar--format-ical-event)
933         (icalendar-import-non-recurring)
934         (icalendar-import-rrule)
935         (icalendar-import-duration)
936         (icalendar-import-bug-6766)
937         (icalendar-real-world): Adjust to string= instead of
938         icalendar-tests--compare-strings.
939         (icalendar-import-multiple-vcalendars): New.
941 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
943         * automated/gnus-tests.el: Add wrapper for Gnus tests.
944         Require CL.
946 2011-05-09  Juri Linkov  <juri@jurta.org>
948         * automated/occur-tests.el: Move from test/occur-testsuite.el.
949         Convert to ERT.
951 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
953         * automated/compile-tests.el: New file.
955 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
957         * automated/font-parse-tests.el: Don't byte-compile.
959         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
961 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
963         * automated/lexbind-tests.el: New file.
965 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
967         * Version 23.3 released.
969 2011-03-05  Glenn Morris  <rgm@gnu.org>
971         * eshell.el: Move here from lisp/eshell/esh-test.el.
973 2011-03-03  Christian Ohler  <ohler@gnu.org>
975         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
976         New test.
978 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
980         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
981         convert to ERT format.
983 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
985         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
986         convert to ERT format.
988 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
990         * indent/shell.sh:
991         * indent/shell.rc: New files.
993 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
995         * automated/font-parse-tests.el: Move from
996         font-parse-testsuite.el.
998 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1000         * font-parse-testsuite.el (test-font-parse-data): New file.
1002 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1004         * indent/prolog.prolog: Add tokenizing tests.
1006 2011-01-13  Christian Ohler  <ohler@gnu.org>
1008         * automated: New directory for automated tests.
1010         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1012         * automated/Makefile.in: New file.
1014 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1016         * indent/modula2.mod: New file.
1018 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1020         * indent/octave.m: Add a test to ensure indentation is local.
1022 2010-10-23  Glenn Morris  <rgm@gnu.org>
1024         * comint-testsuite.el
1025         (comint-testsuite--test-comint-password-prompt-regexp):
1026         Add "Please enter the password".  (Bug#7224)
1028 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1030         * indent/prolog.prolog: Use normal spacing around !.
1032 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1034         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1036 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1038         * indent/octave.m: Remove some `fixindent' not needed any more.
1040 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1042         * indent/octave.m: New file.
1044 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1046         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1047         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1048         (icalendar-testsuite--run-internal-tests): New.
1049         (icalendar-testsuite--test-convert-ordinary-to-ical)
1050         (icalendar-testsuite--test-convert-block-to-ical)
1051         (icalendar-testsuite--test-convert-anniversary-to-ical)
1052         (icalendar-testsuite--test-parse-vtimezone)
1053         (icalendar-testsuite--do-test-export): Code formatting.
1054         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1055         (icalendar-testsuite--do-test-import)
1056         (icalendar-testsuite--do-test-cycle):
1057         Use icalendar-testsuite--compare-strings
1058         (icalendar-testsuite--run-import-tests): Comment added.
1059         (icalendar-testsuite--run-import-tests)
1060         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1062 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1064         * redisplay-testsuite.el (test-redisplay-3): New test.
1066 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1068         * comint-testsuite.el: New file.
1070 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1072         * indent: New dir.
1074 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1076         * Version 23.2 released.
1078 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1080         * cedet/semantic-ia-utest.el
1081         (semantic-symref-test-count-hits-in-tag): Add function, from
1082         semantic-test.el.
1084         * cedet/tests/test.cpp:
1085         * cedet/tests/test.py:
1086         * cedet/tests/teststruct.cpp:
1087         * cedet/tests/testtemplates.cpp:
1088         * cedet/tests/testusing.cpp:
1089         * cedet/tests/scopetest.cpp:
1090         * cedet/tests/scopetest.java: Files deleted.
1092         * cedet/tests/test.make:
1093         * cedet/tests/test.c:
1094         * cedet/tests/testjavacomp.java:
1095         * cedet/tests/testspp.c:
1096         * cedet/tests/testsppreplace.c:
1097         * cedet/tests/testsppreplaced.c:
1098         * cedet/tests/testsubclass.cpp:
1099         * cedet/tests/testsubclass.hh:
1100         * cedet/tests/testtypedefs.cpp:
1101         * cedet/tests/testvarnames.c:
1102         * cedet/tests/test.el:
1103         * cedet/tests/testdoublens.cpp:
1104         * cedet/tests/testdoublens.hpp: Add copyright header.
1106         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1107         Remove reference to deleted files.
1109 2010-03-30  Juri Linkov  <juri@jurta.org>
1111         * occur-testsuite.el (occur-tests): Add tests for context lines.
1113 2010-03-23  Juri Linkov  <juri@jurta.org>
1115         * occur-testsuite.el: New file.
1117 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1119         * Branch for 23.2.
1121 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1123         * icalendar-testsuite.el
1124         (icalendar-testsuite--run-function-tests): Add new tests.
1125         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1126         testcase.
1127         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1128         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1129         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1130         (icalendar-testsuite--test-convert-block-to-ical): New.
1131         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1132         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1134 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1136         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1137         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1138         Fix typos in docstrings and error messages.
1139         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1141 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1143         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1144         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1145         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1147 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1149         * icalendar-testsuite.el
1150         (icalendar-testsuite--run-function-tests):
1151         Add icalendar-testsuite--test-parse-vtimezone.
1152         (icalendar-testsuite--test-parse-vtimezone): New.
1153         (icalendar-testsuite--do-test-cycle): Doc changes.
1154         (icalendar-testsuite--run-real-world-tests): Remove trailing
1155         whitespace -- see change of icalendar--add-diary-entry in
1156         icalendar.el.
1157         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1159 2009-09-30  Glenn Morris  <rgm@gnu.org>
1161         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1163 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1165         * cedet/*: New unit tests, from CEDET repository.
1167 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1169         * redisplay-testsuite.el: New file.
1171 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1173         * Branch for 23.1.
1175 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1177         * icalendar-testsuite.el
1178         (icalendar-testsuite--run-function-tests):
1179         Add icalendar-testsuite--test-diarytime-to-isotime.
1180         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1181         recent icalendar fixes.
1182         (icalendar-testsuite--test-diarytime-to-isotime): New.
1183         (icalendar-testsuite--test-create-uid): Adjust to recent
1184         icalendar changes.
1186 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1188         * bytecomp-testsuite.el: New file.
1190 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1192         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1193         Add `icalendar-testsuite--test-create-uid'.
1194         (icalendar-testsuite--test-create-uid): New.
1196 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1198         * newsticker-testsuite.el: New file.
1200 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1202         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1203         Add icalendar-testsuite--test-datestring-to-isodate,
1204         icalendar-testsuite--test-datetime-to-diary-date, and
1205         icalendar-testsuite--test-calendar-style.
1206         (icalendar-testsuite--test-format-ical-event):
1207         (icalendar-testsuite--test-parse-summary-and-rest):
1208         Doc fix.  Remove european-calendar-style.
1209         (icalendar-testsuite--get-ical-event): Doc fix.
1210         (icalendar-testsuite--test-first-weekday-of-year):
1211         (icalendar-testsuite--run-cycle-tests): Add doc string.
1212         (icalendar-testsuite--test-datestring-to-isodate):
1213         (icalendar-testsuite--test-datetime-to-diary-date):
1214         (icalendar-testsuite--test-calendar-style): New functions.
1215         (icalendar-testsuite--test-export): Handle iso date style.
1216         New arg INPUT-ISO.  Use calendar-date-style.
1217         (icalendar-testsuite--test-import): Handle iso date style.
1218         New arg EXPECTED-ISO.  Use calendar-date-style.
1219         (icalendar-testsuite--test-cycle): Handle iso date style.
1220         (icalendar-testsuite--run-import-tests):
1221         (icalendar-testsuite--run-export-tests):
1222         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1224 2008-02-29  Glenn Morris  <rgm@gnu.org>
1226         * README: New file.
1228 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1230         * icalendar-testsuite.el: New file.
1232 ;; Local Variables:
1233 ;; coding: utf-8
1234 ;; End:
1236   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1238   This file is part of GNU Emacs.
1240   GNU Emacs is free software: you can redistribute it and/or modify
1241   it under the terms of the GNU General Public License as published by
1242   the Free Software Foundation, either version 3 of the License, or
1243   (at your option) any later version.
1245   GNU Emacs is distributed in the hope that it will be useful,
1246   but WITHOUT ANY WARRANTY; without even the implied warranty of
1247   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1248   GNU General Public License for more details.
1250   You should have received a copy of the GNU General Public License
1251   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.