* automated/tramp-tests.el: New file.
[emacs.git] / test / ChangeLog
blob26111ce5030c0d93db2bd5c4ada330880359a917
1 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
3         * automated/tramp-tests.el: New file.
5 2013-11-05  Glenn Morris  <rgm@gnu.org>
7         Get rid of --chdir usage.
8         * automated/Makefile.in (EMACSOPT): Move -L here.
9         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
10         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
11         (.el.elc): No more need to pass -L here.
12         (compile-main): Get rid of sub-shell and cd.
13         (compile-clean, check): Get rid of cd.
15         Make it possible to run tests with a different working directory.
16         * automated/flymake-tests.el (flymake-tests-data-directory): New.
17         (flymake-tests--current-face): Use flymake-tests-data-directory.
18         (warning-predicate-function-gcc, warning-predicate-rx-perl)
19         (warning-predicate-function-perl): Adapt for above change.
20         * automated/zlib-tests.el (zlib-tests-data-directory): New.
21         (zlib--decompress): Use zlib-tests-data-directory.
23         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
24         Remove test that makes no sense.
26         * automated/files.el (files-test-local-variable-data):
27         Fix result typo presumably caused by interference from dir-locals.
28         (file-test--do-local-variables-test): Prevent dir-locals interfering.
30 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
32         * indent/ruby.rb: Add a statement on the line after heredoc.
33         Move a now-successful example.
35         * automated/ruby-mode-tests.el: Remove outdated comment.
37 2013-11-04  Glenn Morris  <rgm@gnu.org>
39         * automated/Makefile.in (abs_srcdir): Remove.
40         (emacs): Unset EMACSLOADPATH.
41         (.el.elc, check): Use -L to append srcdir to load-path.
43 2013-11-02  Glenn Morris  <rgm@gnu.org>
45         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
46         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
47         (abs_srcdir): New, set by configure.
48         (EMACS): Use a relative file name.
49         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
50         (lisp-compile): Remove (assume it's up-to-date).
51         (compile-main): Do not run lisp-compile.
52         (compile-main, compile-clean, compile-always, bootstrap-clean)
53         (check): Use srcdir rather than $test.  Check cd return value.
54         Use --chdir.
55         (doit, compile, compile-always): Remove stuff copied from lisp/.
56         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
58 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
60         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
61         Add a skipping test.
63 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
65         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
67         * indent/css-mode.css (.x2): Test alignement inside braces.
69 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
71         * indent/ruby.rb: New failing example.
73         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
74         Fix the test, in respect to adding the space after the curly.
76 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
78         * automated/ert-tests.el (ert-test-skip-unless): New test case.
79         (ert-test-deftest): Adapt test for changed macro expansion.
80         (ert-test-run-tests-interactively):
81         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
82         Add a skipping test.
84         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
85         (file-notify--test-local-enabled): Make it a function.  Check also
86         for `file-remote-p' of `temporary-file-directory'.
87         (file-notify--test-remote-enabled-checked): New defvar.
88         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
89         internal functions.  Cache result.
90         (file-notify--deftest-remote, file-notify-test00-availability)
91         (file-notify-test01-add-watch, file-notify-test02-events)
92         (file-notify-test03-autorevert): Add checks with `skip_unless'.
93         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
95 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
97         * indent/ruby.rb: Fix syntax error in the latest example.
99 2013-10-23  Glenn Morris  <rgm@gnu.org>
101         * automated/Makefile.in (abs_top_srcdir, top_builddir):
102         New, set by configure.
103         (top_srcdir): Remove.
104         (abs_test, abs_lispsrc): New.
105         (lisp): No longer absolute.
106         (emacs, lisp-compile, compile, compile-always):
107         Quote entities that might contain whitespace.
109 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
111         * indent/ruby.rb: Move two examples to "working" section, add one
112         more.
114 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
116         * indent/ruby.rb: New examples for indentation of blocks.
117         Example of hash inside parens that inflooped before the present commit.
119 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
121         * test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
122         allows another timer to run.
124 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
126         * indent/ruby.rb: More examples for bug#15594, both failing and
127         now passing.
129 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
131         * indent/ruby.rb: Add two more cases.
133 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
135         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
136         first use.
137         (ruby-should-indent): Use indent-according-to-mode.
138         (ruby-deftest-move-to-block): Use `declare'.
140 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
142         * indent/ruby.rb: Fix a spurious change, add more failing examples.
144 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
146         * indent/ruby.rb: Add a few more tests; adjust some indentation.
148 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
150         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
151         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
153         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
155 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
157         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
158         Adjust indentation of continued line to the new SMIE behavior.
160 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * automated/completion-tests.el:
163         * indent/css-mode.css: New files.
165 2013-10-03  Daiki Ueno  <ueno@gnu.org>
167         * automated/data/package/signed/archive-contents:
168         * automated/data/package/signed/archive-contents.sig:
169         * automated/data/package/signed/signed-good-1.0.el:
170         * automated/data/package/signed/signed-good-1.0.el.sig:
171         * automated/data/package/signed/signed-bad-1.0.el:
172         * automated/data/package/signed/signed-bad-1.0.el.sig:
173         * automated/data/package/key.pub:
174         * automated/data/package/key.sec: New files.
176         * automated/package-test.el (package-test-update-listing)
177         (package-test-update-archives, package-test-describe-package):
178         Adjust to package.el change.
179         (package-test-signed): New test.
181 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
183         * automated/package-test.el: Update all cases to use :url instead
184         of :homepage.
186         * automated/package-x-test.el
187         (package-x-test--single-archive-entry-1-3): Same.
189 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
191         * automated/package-test.el (simple-single-desc-1-4): Remove, it
192         was unused.
193         (simple-single-desc): Expect :homepage property.
194         (multi-file-desc): Same.
195         (with-package-test): Do not save previous `default-directory'
196         value, let-bind the var instead.
197         (package-test-install-single): Expect :homepage property in the
198         generated pkg file.
199         (package-test-describe-package): Expect Homepage button.
200         (package-test-describe-non-installed-package)
201         (package-test-describe-non-installed-multi-file-package): Same.
202         (package-test-describe-not-installed-package): Remove, it was a
203         duplicate.
205         * automated/package-x-test.el
206         (package-x-test--single-archive-entry-1-3): Expect :homepage
207         property.
208         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
210         * automated/data/package/simple-single-1.3.el: Add URL header.
212         * automated/data/package/archive-contents: Add :homepage
213         properties to `simple-single' and `multi-file'.
215 2013-09-22  Daniel Colascione  <dancol@dancol.org>
217         * automated/data-test.el:
218         (bool-vector-count-matches-all-0-nil)
219         (bool-vector-count-matches-all-0-t)
220         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
221         (bool-vector-count-matches-at, bool-vector-intersection-op)
222         (bool-vector-union-op, bool-vector-xor-op)
223         (bool-vector-set-difference-op)
224         (bool-vector-change-detection, bool-vector-not): New tests.
225         (mock-bool-vector-count-matches-at)
226         (test-bool-vector-bv-from-hex-string)
227         (test-bool-vector-to-hex-string)
228         (test-bool-vector-count-matches-at-tc)
229         (test-bool-vector-apply-mock-op)
230         (test-bool-vector-binop): New helper functions.
231         (bool-vector-test-vectors): New testcase data.
233 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
235         * automated/advice-tests.el (advice-test-called-interactively-p-around)
236         (advice-test-called-interactively-p-filter-args)
237         (advice-test-called-interactively-p-around): New tests.
239 2013-09-16  Glenn Morris  <rgm@gnu.org>
241         * automated/eshell.el (eshell-match-result):
242         Return a more informative failure than simply "false".  Update callers.
244         * automated/eshell.el (eshell-test/for-name-shadow-loop):
245         Test value before and after loop as well as during.
247 2013-09-15  Glenn Morris  <rgm@gnu.org>
249         * automated/eshell.el (eshell-test/for-name-shadow-loop):
250         New test.  (Bug#15372)
251         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
253 2013-09-13  Glenn Morris  <rgm@gnu.org>
255         * automated/eshell.el (with-temp-eshell):
256         Use a temp directory for eshell-directory-name.
257         (eshell-test-command-result): New, again using a temp directory.
258         Replace eshell-command-result with this throughout.
259         (eshell-test/for-loop, eshell-test/for-name-loop):
260         Ensure environment variables don't confuse us.
262 2013-09-12  Glenn Morris  <rgm@gnu.org>
264         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
265         due to "has a running process; kill it?" prompts.
267 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
269         * automated/eshell.el: Rename from eshell.el.
270         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
272 2013-09-01  Glenn Morris  <rgm@gnu.org>
274         * automated/Makefile.in (setwins): Avoid leading space in $wins.
275         Otherwise the sed command used by eg compile-main ends up
276         containing "/*.el".  (Bug#15170)
278 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
280         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
281         for portability to hosts where /bin/sh has problems.
283 2013-08-21  David Engster  <deng@randomsample.de>
285         * automated/eieio-tests.el, automated/eieio-test-persist.el:
286         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
287         upstream.  Changed to use ERT.
289 2013-08-14  Daniel Hackney  <dan@haxney.org>
291         * package-test.el: Remove tar-package-building functions.  Tar file
292         used for testing is included in the repository.
293         (package-test-install-texinfo, package-test-cleanup-built-files):
294         Remove.
296 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
298         * automated/python-tests.el (python-imenu-create-index-4)
299         (python-imenu-create-flat-index-2): New tests.
301 2013-08-05  Glenn Morris  <rgm@gnu.org>
303         * automated/mule-util.el: New file, with tests extracted from
304         lisp/international/mule-util.el.
306 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
308         * automated/advice-tests.el (advice-tests-nadvice): Test removal
309         before definition.
310         (advice-tests-macroaliases): New test.
312 2013-08-04  Glenn Morris  <rgm@gnu.org>
314         * automated/ert-tests.el: Disable failing test that no-one seems
315         to know how to fix.  (Bug#13064)
317         * automated/icalendar-tests.el (icalendar-tests--test-export)
318         (icalendar-tests--test-import): Try more precise TZ specification.
319         Remove debug messages.
321 2013-08-03  Glenn Morris  <rgm@gnu.org>
323         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
325         * automated/icalendar-tests.el (icalendar-tests--test-export)
326         (icalendar-tests--test-import):
327         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
328         (icalendar-tests--test-import): Reset zone even if error occurred.
330 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
332         * automated/core-elisp-tests.el: New file.
334 2013-08-01  Glenn Morris  <rgm@gnu.org>
336         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
337         Try to check that the remote system has a notification program.
339 2013-07-31  Glenn Morris  <rgm@gnu.org>
341         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
343 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
345         * automated/file-notify-tests.el
346         (file-notify--test-local-enabled): New defconst.  Replaces all
347         `file-notify-support' occurences.
348         (file-notify--test-remote-enabled): New defun.
349         (file-notify--deftest-remote): Use it.
350         (file-notify-test00-availability): Rewrite.
351         (file-notify-test00-availability-remote): New defun.
352         (file-notify-test01-add-watch): Rewrite first erroneous check.
354 2013-07-23  Glenn Morris  <rgm@gnu.org>
356         * automated/inotify-test.el (inotify-file-watch-simple):
357         Delete temp-file when done.
359         * automated/subword-tests.el: Require subword.
361 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
363         * automated/subword-tests.el: New file.
365 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
367         * automated/python-tests.el (python-imenu-create-index-2)
368         (python-imenu-create-index-3): New tests.
370 2013-07-11  Glenn Morris  <rgm@gnu.org>
372         * automated/ert-tests.el: Require cl-lib at runtime too.
373         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
374         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
375         (ert-test-set-functions, ert-test-gensym)
376         (ert-test-coerce-to-vector, ert-test-string-position)
377         (ert-test-mismatch): Remove tests.
378         * automated/cl-lib.el: New, split from ert-tests.el.
380         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
381         Goto point-min.
382         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
383         (ruby-move-to-block-skips-percent-literal)
384         (ruby-move-to-block-skips-heredoc)
385         (ruby-move-to-block-moves-from-else-to-if)
386         (ruby-beginning-of-defun-does-not-fold-case)
387         (ruby-end-of-defun-skips-to-next-line-after-the-method):
388         Replace goto-line with forward-line/goto-char.
389         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
391         * automated/package-test.el (makeinfo-buffer): Autoload.
392         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
393         (package-test-install-texinfo): Don't require makeinfo.
395         * automated/files.el: Stop "local variables" confusion.
397         * automated/flymake-tests.el (flymake-tests): Remove unused group.
399         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
400         Use with-current-buffer.
402         * automated/undo-tests.el (undo-test-buffer-modified)
403         (undo-test-file-modified): New tests.
405 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
407         * automated/file-notify-tests.el (file-notify-test00-availability):
408         Set :expected-result.
409         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
410         (file-notify-test02-events, file-notify-test02-events-remote)
411         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
412         Skip when `file-notify-support' is nil.  (Bug#14823)
414 2013-07-09  Glenn Morris  <rgm@gnu.org>
416         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
417         Declare.
418         (inotify-file-watch-simple): Silence compiler.
420         * automated/python-tests.el (python-indent-block-enders):
421         Make it actually test something.
423         * automated/package-x-test.el: Require package-test when compiling.
425         * automated/add-log-tests.el, automated/advice-tests.el:
426         * automated/imenu-test.el, automated/package-x-test.el:
427         * automated/python-tests.el, automated/ruby-mode-tests.el:
428         * automated/xml-parse-tests.el: Explictly require ert.
430 2013-07-08  Kenichi Handa  <handa@gnu.org>
432         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
433         Use with-ccoding-priority to avoid side-effect (Bug#14781).
435 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
437         * automated/file-notify-tests.el
438         (file-notify-test-remote-temporary-file-directory):
439         Use `null-device' on w32.
440         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
441         (file-notify--test-results, file-notify--test-event)
442         (file-notify--deftest-remote, file-notify--event-test)
443         (file-notify--test-event-handler)
444         (file-notify--test-make-temp-name): Rename, in order to mark them
445         internal.
446         (tramp-message-show-message, tramp-read-passwd): Tweak them for
447         better fitting in noninteractive tests.
448         (file-notify-test00-availability): Rename from `file-notify-test0'.
449         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
450         Use `temporary-file-directory '.
451         (file-notify-test01-add-watch-remote): New test.
452         (file-notify-test02-events): Rename from `file-notify-test2'.
453         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
454         (file-notify-test03-autorevert): Rename from
455         `file-notify-test4'.  Use timeouts.
456         (file-notify-test03-autorevert-remote): Rename from
457         `file-notify-test5'.
459 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
461         * automated/file-notify-tests.el: New package.
463 2013-06-28  Kenichi Handa  <handa@gnu.org>
465         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
466         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
467         Callers changed.
468         (decoder-tests-filename): New function.
469         (decoder-tests-prefer-utf-8-read)
470         (decoder-tests-prefer-utf-8-write): New function.
471         (ert-test-decoder-prefer-utf-8): New test.
473 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
475         * automated/package-x-test.el: Change the commentary.
476         (package-x-test--single-archive-entry-1-3)
477         (package-x-test--single-archive-entry-1-4): Fix the tests, by
478         using the appropriate data structure.
480 2013-06-27  Daniel Hackney  <dan@haxney.org>
482         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
484         * automated/package-x-test.el: New file.
486         * automated/package-test.el: New file.
488         * automated/data/package: New directory, with test examples.
490 2013-06-27  Glenn Morris  <rgm@gnu.org>
492         * automated/python-tests.el (python-tests-with-temp-file):
493         Clean up after ourself.
495         * automated/undo-tests.el (undo-test3): Remove test that seems to
496         do nothing that the previous one doesn't, except leave a tempfile.
498 2013-06-26  Glenn Morris  <rgm@gnu.org>
500         * automated/info-xref.el: New file.
502 2013-06-25  Glenn Morris  <rgm@gnu.org>
504         * automated/occur-tests.el (occur-test-create): New function.
505         Use it to create separate tests for each element, so we run them
506         all rather than stopping at the first error.
508 2013-06-24  Glenn Morris  <rgm@gnu.org>
510         * automated/occur-tests.el (occur-tests):
511         Update for 2013-05-29 change to occur header line.
513 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
515         Test suite for flymake.
516         * automated/flymake-tests.el:
517         * automated/flymake/warnpred/Makefile
518         * automated/flymake/warnpred/test.c
519         * automated/flymake/warnpred/test.pl: New files.
521 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
523         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
525 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
527         * automated/reftex-tests.el: New test suite for reftex.
529 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
531         * automated/ruby-mode-tests.el: New tests, for percent literals
532         and expression expansion.
534 2013-05-29  Leo Liu  <sdl.web@gmail.com>
536         * indent/octave.m: Tweak.
538 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
540         * tests/eshell.el: Rewrite tests using ERT.
542 2013-05-25  Leo Liu  <sdl.web@gmail.com>
544         * indent/octave.m: Add tests for %!, # and ### comments.
546 2013-05-23  Kenichi Handa  <handa@gnu.org>
548         * automated/decoder-tests.el: New file.
550 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
552         * indent/ruby.rb: Add multiline regexp example.
554         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
555         (ruby-regexp-skips-over-interpolation)
556         (ruby-regexp-continues-till-end-when-unclosed)
557         (ruby-regexp-can-be-multiline)
558         (ruby-interpolation-inside-percent-literal): New tests.
560 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
562         * indent/ruby.rb: Fix indentation after =; add more cases.
564 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
566         * indent/pascal.pas: Add test for mis-identified comments.
568 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
570         * automated/imenu-tests.el: New file.  (Bug#14112)
572 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
574         * automated/python-tests.el (python-imenu-prev-index-position-1):
575         Remove test.
576         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
577         New tests.
579 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
581         * automated/python-tests.el (python-nav-backward-defun-2)
582         (python-nav-backward-defun-3, python-nav-forward-defun-2)
583         (python-nav-forward-defun-3): New tests.
585 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
587         * automated/python-tests.el (python-nav-backward-defun-1)
588         (python-nav-forward-defun-1): New tests.
590 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
592         * automated/add-log-tests.el: New file. (Bug#14112)
594 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
596         * automated/python-tests.el (python-indent-block-enders): New test.
597         (python-info-current-defun-2): Fix test.
599 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
601         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
603 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
605         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
606         (python-tests-with-temp-file): New macro.
607         (python-tests-shell-interpreter): New var.
608         (python-shell-get-process-name-1)
609         (python-shell-internal-get-process-name-1)
610         (python-shell-parse-command-1)
611         (python-shell-calculate-process-environment-1)
612         (python-shell-calculate-process-environment-2)
613         (python-shell-calculate-process-environment-3)
614         (python-shell-calculate-exec-path-1)
615         (python-shell-calculate-exec-path-2)
616         (python-shell-make-comint-1)
617         (python-shell-make-comint-2)
618         (python-shell-get-process-1)
619         (python-shell-get-or-create-process-1)
620         (python-shell-internal-get-or-create-process-1): New tests.
622 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
624         * automated/python-tests.el: New file.
626 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
628         * automated/ruby-mode-tests.el
629         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
630         bits inside the examples.
631         (ruby-move-to-block-skips-heredoc): New test.
632         (ruby-add-log-current-method-after-inner-class):
633         Lower expectations: move point inside a method, initially.
635 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
637         * automated/ruby-mode-tests.el
638         (ruby-move-to-block-skips-percent-literal): New test.
640 2013-02-04  Chong Yidong  <cyd@gnu.org>
642         * automated/thingatpt.el: New file.
644 2013-02-03  Chong Yidong  <cyd@gnu.org>
646         * automated/files.el (file-test--do-local-variables-test):
647         Avoid compilation warning message.
649 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
651         * automated/ruby-mode-tests.el
652         (ruby-indent-spread-args-in-parens): New test.
653         * automated/ruby-mode-tests.el (ruby-block-test-example):
654         Break indentation of the do block opener and add a line inside it.
655         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
656         Adjust line numbers.
658 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
660         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
662 2013-01-14  Glenn Morris  <rgm@gnu.org>
664         * automated/compile-tests.el (compile-tests--test-regexps-data):
665         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
667 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
669         * automated/man-tests.el: New file.
671 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
673         * automated/undo-tests.el (undo-test0): Adjust error to code change.
675 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
677         * automated/undo-tests.el: New file.
679 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
681         * automated/ruby-mode-tests.el
682         (ruby-indent-after-block-in-continued-expression): New test.
684 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
686         * automated/ruby-mode-tests.el:
687         Rename one interpolation test; add three more.
688         (ruby-with-temp-buffer): New macro, use it where appropriate.
689         (ruby-add-log-current-method-examples): Use "_" for target point.
690         Add four new tests for ruby-add-log-current-method.
692 2012-12-11  Glenn Morris  <rgm@gnu.org>
694         * automated/f90.el (f90-test-bug13138): New test.
696 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
698         * automated/inotify-test.el: New test.
700 2012-12-02  Chong Yidong  <cyd@gnu.org>
702         * automated/ruby-mode-tests.el
703         (ruby-add-log-current-method-examples): Don't use loop macro, to
704         allow automated testing to work.
706 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * automated/advice-tests.el (advice-tests--data): Remove.
709         (advice-tests): Move the tests directly here instead.
710         Add called-interactively-p tests.
712 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
714         * automated/ert-x-tests.el: Use cl-lib.
715         * automated/ert-tests.el: Use lexical-binding and cl-lib.
717 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
719         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
720         (ruby-indent-inside-heredoc-after-operator)
721         (ruby-indent-inside-heredoc-after-space): New tests.
722         Change direct font-lock face references to var references.
723         (ruby-interpolation-suppresses-syntax-inside): New test.
724         (ruby-interpolation-inside-percent-literal-with-paren):
725         New failing test.
727 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
729         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
730         (ruby-singleton-class-no-heredoc-font-lock)
731         (ruby-add-log-current-method-examples): New tests.
732         (ruby-test-string): Extract from ruby-should-indent-buffer.
733         (ruby-deftest-move-to-block): New macro.
734         Add several move-to-block tests.
736 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
738         * automated/advice-tests.el: New tests.
740 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
742         * automated/compile-tests.el (compile-tests--test-regexps-data):
743         Add new data for msft's new format.
745 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
747         * automated/ruby-mode-tests.el:
748         (ruby-toggle-block-to-multiline): New test.
749         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
750         (ruby-toggle-block-to-brace): Use buffer-string.
752 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
754         * automated/ruby-mode-tests.el: New tests (Bug#11613).
756 2012-08-28  Chong Yidong  <cyd@gnu.org>
758         * automated/files.el: Test every combination of values for
759         enable-local-variables and enable-local-eval.
761 2012-08-19  Chong Yidong  <cyd@gnu.org>
763         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
765 2012-08-18  Chong Yidong  <cyd@gnu.org>
767         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
769 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
771         * indent/ruby.rb: Rearrange examples, add new ones.
773 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
775         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
776         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
778 2012-08-11  Glenn Morris  <rgm@gnu.org>
780         * automated/files.el: New file.
782         * automated/Makefile.in (all): Fix typo.
784 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
786         * automated/ruby-mode-tests.el (ruby-should-indent):
787         Add docstring, check (current-indentation) instead of (current-column).
788         (ruby-should-indent-buffer): New function.
789         Add tests for `ruby-deep-indent-paren' behavior.
790         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
792 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
794         Original tests in test_ruby_mode.rb in upstream (author).
796 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
798         * automated/ruby-mode-tests.el (ruby-should-indent)
799         (ruby-assert-state): New functions.
800         Add new tests.
802 2012-07-29  David Engster  <deng@randomsample.de>
804         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
805         New variable to hold test data for name expansion.
806         (xml-parse-tests): Test the two different types of name expansion.
808 2012-07-29  Juri Linkov  <juri@jurta.org>
810         * automated/occur-tests.el (occur-test-case): Use predefined
811         buffer name " *test-occur*" instead of a random buffer name.
813 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
815         * automated/ruby-mode-tests.el: New file with one test.
817 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * indent/shell.sh: Add test case for ${#VAR}.
821         * indent/latex-mode.tex: New file.
823 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * eshell.el: Use cl-lib.
827 2012-07-03  Chong Yidong  <cyd@gnu.org>
829         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
831 2012-07-02  Chong Yidong  <cyd@gnu.org>
833         * automated/xml-parse-tests.el (xml-parse-tests--data):
834         More testcases.
836 2012-07-01  Chong Yidong  <cyd@gnu.org>
838         * automated/xml-parse-tests.el: New file.
840 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
842         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
843         Use cl-flet.
845 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
847         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
848         Test escaped commas in TZID (Bug#11473).
849         (icalendar-import-with-timezone): New.
850         (icalendar-real-world): Add new testcase as given in the bugreport
851         of Bug#11473.
853 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
855         * automated/icalendar-tests.el (icalendar-tests--test-import):
856         Include UID in import tests (Bug#11525).
857         (icalendar-import-non-recurring, icalendar-import-rrule)
858         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
859         UID-import change.
860         (icalendar-import-with-uid): New.
861         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
862         Include UID in cycle tests.
863         (icalendar-cycle, icalendar-real-world): UID-import change.
865 2012-05-21  Glenn Morris  <rgm@gnu.org>
867         * automated/Makefile.in (setwins): Scrap superfluous subshell.
869 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
871         * automated/url-util-tests.el: New file to test
872         lisp/url/url-util.el.  Only `url-build-query-string' and
873         `url-parse-query-string' are tested right now (Bug#8706).
875 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
877         * indent/shell.sh:
878         * indent/shell.rc: Ad some test cases.
880 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
882         * indent/ruby.rb: New file, to test new syntax-propertize code.
884 2012-04-11  Glenn Morris  <rgm@gnu.org>
886         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
888 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
890         * automated/url-future-tests.el (url-future-tests): Move from
891         lisp/url/url-future.el and rename.
893 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
895         * automated/icalendar-tests.el (icalendar-import-non-recurring):
896         Fix broken test, caused by missing trailing blank.
898 2011-12-03  Chong Yidong  <cyd@gnu.org>
900         * automated/compile-tests.el (compile-tests--test-regexps-data):
901         Increase column numbers by one to reflect change in how
902         compilation-message is recorded (Bug#10172).
904 2011-11-22  Glenn Morris  <rgm@gnu.org>
906         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
908 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
910         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
912 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
914         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
915         (icalendar-tests--test-export, icalendar-tests--do-test-export):
916         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
918 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
920         * automated/newsticker-tests.el
921         (newsticker--group-manage-orphan-feeds): Remove fsetting of
922         newsticker--treeview-tree-update.
924 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
926         * automated/newsticker-tests.el
927         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
929         * trunk/test/automated/newsticker-tests.el
930         (newsticker--group-manage-orphan-feeds): Prevent updating
931         newsticker treeview. Fixed bug#9763.
933 2011-10-20  Glenn Morris  <rgm@gnu.org>
935         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
937         * automated/vc-bzr.el: New file.
939 2011-10-15  Glenn Morris  <rgm@gnu.org>
941         * automated/f90.el: New file.
943 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
945         * automated/newsticker-tests.el: Move newsticker-testsuite.el
946         to automated/newsticker-tests.el. Convert to ERT.
948 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
950         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
951         Remove, simply use string=.
952         (icalendar--diarytime-to-isotime)
953         (icalendar--datetime-to-diary-date)
954         (icalendar--datestring-to-isodate)
955         (icalendar--format-ical-event)
956         (icalendar--parse-summary-and-rest)
957         (icalendar-tests--do-test-import)
958         (icalendar-tests--do-test-cycle): Change argument order of
959         string= to EXPECTED ACTUAL.
960         (icalendar--import-format-sample)
961         (icalendar--format-ical-event)
962         (icalendar-import-non-recurring)
963         (icalendar-import-rrule)
964         (icalendar-import-duration)
965         (icalendar-import-bug-6766)
966         (icalendar-real-world): Adjust to string= instead of
967         icalendar-tests--compare-strings.
968         (icalendar-import-multiple-vcalendars): New.
970 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
972         * automated/gnus-tests.el: Add wrapper for Gnus tests.
973         Require CL.
975 2011-05-09  Juri Linkov  <juri@jurta.org>
977         * automated/occur-tests.el: Move from test/occur-testsuite.el.
978         Convert to ERT.
980 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
982         * automated/compile-tests.el: New file.
984 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
986         * automated/font-parse-tests.el: Don't byte-compile.
988         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
990 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
992         * automated/lexbind-tests.el: New file.
994 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
996         * Version 23.3 released.
998 2011-03-05  Glenn Morris  <rgm@gnu.org>
1000         * eshell.el: Move here from lisp/eshell/esh-test.el.
1002 2011-03-03  Christian Ohler  <ohler@gnu.org>
1004         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1005         New test.
1007 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1009         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1010         convert to ERT format.
1012 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1014         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1015         convert to ERT format.
1017 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * indent/shell.sh:
1020         * indent/shell.rc: New files.
1022 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1024         * automated/font-parse-tests.el: Move from
1025         font-parse-testsuite.el.
1027 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1029         * font-parse-testsuite.el (test-font-parse-data): New file.
1031 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1033         * indent/prolog.prolog: Add tokenizing tests.
1035 2011-01-13  Christian Ohler  <ohler@gnu.org>
1037         * automated: New directory for automated tests.
1039         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1041         * automated/Makefile.in: New file.
1043 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1045         * indent/modula2.mod: New file.
1047 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1049         * indent/octave.m: Add a test to ensure indentation is local.
1051 2010-10-23  Glenn Morris  <rgm@gnu.org>
1053         * comint-testsuite.el
1054         (comint-testsuite--test-comint-password-prompt-regexp):
1055         Add "Please enter the password".  (Bug#7224)
1057 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1059         * indent/prolog.prolog: Use normal spacing around !.
1061 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1063         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1065 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1067         * indent/octave.m: Remove some `fixindent' not needed any more.
1069 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1071         * indent/octave.m: New file.
1073 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1075         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1076         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1077         (icalendar-testsuite--run-internal-tests): New.
1078         (icalendar-testsuite--test-convert-ordinary-to-ical)
1079         (icalendar-testsuite--test-convert-block-to-ical)
1080         (icalendar-testsuite--test-convert-anniversary-to-ical)
1081         (icalendar-testsuite--test-parse-vtimezone)
1082         (icalendar-testsuite--do-test-export): Code formatting.
1083         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1084         (icalendar-testsuite--do-test-import)
1085         (icalendar-testsuite--do-test-cycle):
1086         Use icalendar-testsuite--compare-strings
1087         (icalendar-testsuite--run-import-tests): Comment added.
1088         (icalendar-testsuite--run-import-tests)
1089         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1091 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1093         * redisplay-testsuite.el (test-redisplay-3): New test.
1095 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1097         * comint-testsuite.el: New file.
1099 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1101         * indent: New dir.
1103 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1105         * Version 23.2 released.
1107 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1109         * cedet/semantic-ia-utest.el
1110         (semantic-symref-test-count-hits-in-tag): Add function, from
1111         semantic-test.el.
1113         * cedet/tests/test.cpp:
1114         * cedet/tests/test.py:
1115         * cedet/tests/teststruct.cpp:
1116         * cedet/tests/testtemplates.cpp:
1117         * cedet/tests/testusing.cpp:
1118         * cedet/tests/scopetest.cpp:
1119         * cedet/tests/scopetest.java: Files deleted.
1121         * cedet/tests/test.make:
1122         * cedet/tests/test.c:
1123         * cedet/tests/testjavacomp.java:
1124         * cedet/tests/testspp.c:
1125         * cedet/tests/testsppreplace.c:
1126         * cedet/tests/testsppreplaced.c:
1127         * cedet/tests/testsubclass.cpp:
1128         * cedet/tests/testsubclass.hh:
1129         * cedet/tests/testtypedefs.cpp:
1130         * cedet/tests/testvarnames.c:
1131         * cedet/tests/test.el:
1132         * cedet/tests/testdoublens.cpp:
1133         * cedet/tests/testdoublens.hpp: Add copyright header.
1135         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1136         Remove reference to deleted files.
1138 2010-03-30  Juri Linkov  <juri@jurta.org>
1140         * occur-testsuite.el (occur-tests): Add tests for context lines.
1142 2010-03-23  Juri Linkov  <juri@jurta.org>
1144         * occur-testsuite.el: New file.
1146 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1148         * Branch for 23.2.
1150 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1152         * icalendar-testsuite.el
1153         (icalendar-testsuite--run-function-tests): Add new tests.
1154         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1155         testcase.
1156         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1157         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1158         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1159         (icalendar-testsuite--test-convert-block-to-ical): New.
1160         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1161         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1163 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1165         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1166         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1167         Fix typos in docstrings and error messages.
1168         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1170 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1172         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1173         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1174         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1176 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1178         * icalendar-testsuite.el
1179         (icalendar-testsuite--run-function-tests):
1180         Add icalendar-testsuite--test-parse-vtimezone.
1181         (icalendar-testsuite--test-parse-vtimezone): New.
1182         (icalendar-testsuite--do-test-cycle): Doc changes.
1183         (icalendar-testsuite--run-real-world-tests): Remove trailing
1184         whitespace -- see change of icalendar--add-diary-entry in
1185         icalendar.el.
1186         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1188 2009-09-30  Glenn Morris  <rgm@gnu.org>
1190         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1192 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1194         * cedet/*: New unit tests, from CEDET repository.
1196 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1198         * redisplay-testsuite.el: New file.
1200 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1202         * Branch for 23.1.
1204 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1206         * icalendar-testsuite.el
1207         (icalendar-testsuite--run-function-tests):
1208         Add icalendar-testsuite--test-diarytime-to-isotime.
1209         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1210         recent icalendar fixes.
1211         (icalendar-testsuite--test-diarytime-to-isotime): New.
1212         (icalendar-testsuite--test-create-uid): Adjust to recent
1213         icalendar changes.
1215 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1217         * bytecomp-testsuite.el: New file.
1219 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1221         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1222         Add `icalendar-testsuite--test-create-uid'.
1223         (icalendar-testsuite--test-create-uid): New.
1225 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1227         * newsticker-testsuite.el: New file.
1229 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1231         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1232         Add icalendar-testsuite--test-datestring-to-isodate,
1233         icalendar-testsuite--test-datetime-to-diary-date, and
1234         icalendar-testsuite--test-calendar-style.
1235         (icalendar-testsuite--test-format-ical-event):
1236         (icalendar-testsuite--test-parse-summary-and-rest):
1237         Doc fix.  Remove european-calendar-style.
1238         (icalendar-testsuite--get-ical-event): Doc fix.
1239         (icalendar-testsuite--test-first-weekday-of-year):
1240         (icalendar-testsuite--run-cycle-tests): Add doc string.
1241         (icalendar-testsuite--test-datestring-to-isodate):
1242         (icalendar-testsuite--test-datetime-to-diary-date):
1243         (icalendar-testsuite--test-calendar-style): New functions.
1244         (icalendar-testsuite--test-export): Handle iso date style.
1245         New arg INPUT-ISO.  Use calendar-date-style.
1246         (icalendar-testsuite--test-import): Handle iso date style.
1247         New arg EXPECTED-ISO.  Use calendar-date-style.
1248         (icalendar-testsuite--test-cycle): Handle iso date style.
1249         (icalendar-testsuite--run-import-tests):
1250         (icalendar-testsuite--run-export-tests):
1251         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1253 2008-02-29  Glenn Morris  <rgm@gnu.org>
1255         * README: New file.
1257 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1259         * icalendar-testsuite.el: New file.
1261 ;; Local Variables:
1262 ;; coding: utf-8
1263 ;; End:
1265   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1267   This file is part of GNU Emacs.
1269   GNU Emacs is free software: you can redistribute it and/or modify
1270   it under the terms of the GNU General Public License as published by
1271   the Free Software Foundation, either version 3 of the License, or
1272   (at your option) any later version.
1274   GNU Emacs is distributed in the hope that it will be useful,
1275   but WITHOUT ANY WARRANTY; without even the implied warranty of
1276   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1277   GNU General Public License for more details.
1279   You should have received a copy of the GNU General Public License
1280   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.