Document `debugger-toggle-locals'.
[emacs.git] / test / ChangeLog
blobcefdd2de9fda84d29a82d1ebd490b7559903b37e
1 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
3         * automated/ruby-mode-tests.el: Add tests for
4         `ruby-align-to-stmt-keywords'.
6         * indent/ruby.rb: Update examples to reflect the lack of change in
7         default indentation of `begin' blocks.
9 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
11         * indent/ruby.rb: Update examples according to the change
12         in `smie-indent-close'.
14 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
16         * indent/ruby.rb: New examples.
18 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
20         * automated/python-tests.el (python-indent-dedenters-2): New test.
22 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
24         * automated/python-tests.el (python-indent-after-comment-1)
25         (python-indent-after-comment-2): New tests.
27 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
29         * automated/python-test.el (python-indent-block-enders-1): Rename
30         from python-indent-block-enders.
31         (python-indent-block-enders-2): New test.
33 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
35         * indent/js.js: New file.
37 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
39         * automated/dbus-tests.el: New file.
41 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * automated/regexp-tests.el: New file.
45 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
47         * automated/reftex-tests.el (reftex-parse-from-file-test):
48         Run temp-dir through file-truename, to make sure the temporary file
49         names are comparable as strings.
51         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
52         Force Unix EOLs by using 'utf-8-unix', since the default of
53         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
55 2013-11-28  Glenn Morris  <rgm@gnu.org>
57         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
59 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
61         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
62         (EMACSOPT): Use $(PATH_SEP).
64 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
66         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
67         Set to nil.
69 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
71         * automated/file-notify-tests.el
72         (file-notify-test-remote-temporary-file-directory):
73         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
74         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
75         (file-notify--deftest-remote): Cleanup connection initially.
76         (file-notify-test03-autorevert): Run also in batch mode.  Use a
77         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
78         does not work on MS Windows.  Call `accept-process-output' for
79         remote files.  Apply `string-match' instead of `string-equal', the
80         messages are different on MS Windows.
82         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
83         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
84         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
86 2013-11-23  Glenn Morris  <rgm@gnu.org>
88         * automated/python-tests.el (python-shell-make-comint-1)
89         (python-shell-make-comint-2, python-shell-get-process-1):
90         Suppress creation of some temp-files.
92         * automated/python-tests.el (python-shell-parse-command-1)
93         (python-shell-make-comint-1, python-shell-make-comint-2)
94         (python-shell-get-process-1)
95         (python-shell-internal-get-or-create-process-1):
96         Skip rather than fail if prereqs not found.
98         * automated/Makefile.in (emacs):
99         Empty EMACSLOADPATH rather than unsetting.
101 2013-11-22  Glenn Morris  <rgm@gnu.org>
103         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
104         Set expected-result.
106 2013-11-21  Glenn Morris  <rgm@gnu.org>
108         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
109         (compile-main): Pass XARGS_LIMIT to xargs.
111         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
112         (EMACSOPT): Use PATH_SEPARATOR.
114 2013-11-20  Bozhidar Batsov <bozhidar@batsov.com>
116         * test/automated/ruby-mode-tests.el (ruby-exit!-font-lock):
117         Add a failing test for Bug#15874.
118         * test/automated/ruby-mode-tests.el
119         (ruby--insert-coding-comment-ruby-style)
120         (ruby--insert-coding-comment-emacs-style)
121         (ruby--insert-coding-comment-custom-style):
122         Add a few tests for `ruby--insert-coding-comment'.
124 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
126         Improve API of recently-added bool vector functions (Bug#15912).
127         * automated/data-tests.el: Adjust to API changes.
129 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
131         * automated/tramp-tests.el (tramp-test07-file-exists-p)
132         (tramp-test08-file-local-copy)
133         (tramp-test09-insert-file-contents, tramp-test10-write-region)
134         (tramp-test11-copy-file, tramp-test12-rename-file)
135         (tramp-test13-make-directory, tramp-test14-delete-directory)
136         (tramp-test15-copy-directory, tramp-test16-directory-files)
137         (tramp-test17-insert-directory, tramp-test18-file-attributes)
138         (tramp-test19-directory-files-and-attributes)
139         (tramp-test20-file-modes, tramp-test21-file-links)
140         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
141         (tramp-test24-file-name-completion, tramp-test25-load)
142         (tramp-test26-process-file, tramp-test27-start-file-process)
143         (tramp-test28-shell-command): Cleanup connection initially.
145 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
147         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
148         connection before running the test.
150 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
152         * automated/tramp-tests.el (tramp-test15-copy-directory)
153         (tramp-test16-directory-files, tramp-test17-insert-directory)
154         (tramp-test18-file-attributes)
155         (tramp-test19-directory-files-and-attributes)
156         (tramp-test20-file-modes, tramp-test21-file-links)
157         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
158         (tramp-test24-file-name-completion, tramp-test25-load)
159         (tramp-test26-process-file, tramp-test27-start-file-process):
160         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
161         (tramp-test29-utf8): New test.
163 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
165         * automated/file-notify-tests.el (file-notify-test02-events)
166         (file-notify-test03-autorevert): Suppress messages in `write-region'.
168         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
169         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
170         (tramp-test26-process-file, tramp-test28-shell-command):
171         Ensure, that the directory is not empty when calling "ls".
173 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
175         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
176         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
177         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
178         (tramp-test09-insert-file-contents, tramp-test10-write-region):
179         (tramp-test26-process-file): Add tests.
180         (tramp-test11-copy-file): Remove debug message.
181         (tramp-test20-file-modes): Special case, if user is "root".
183 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
185         * automated/file-notify-tests.el:
186         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
187         `tramp-remote-path' when running on hydra.
188         (tramp-test07-file-exists-p): Remove instrumentation code.
189         (tramp-test26-process-file): Don't use "/bin/true" and
190         "/bin/false", these paths do not exist on hydra.
192 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
194         * automated/process-tests.el: New file.
196 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
198         * indent/ruby.rb: New examples.
200 2013-11-06  Glenn Morris  <rgm@gnu.org>
202         * automated/Makefile.in (setwins): Avoid accidental matches.
204 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
206         * automated/tramp-tests.el (tramp-test07-file-exists-p):
207         Fix docstring.  Instrument, in order to hunt failure on hydra.
209 2013-11-06  Glenn Morris  <rgm@gnu.org>
211         * automated/flymake-tests.el (warning-predicate-rx-gcc)
212         (warning-predicate-function-gcc, warning-predicate-rx-perl)
213         (warning-predicate-function-perl):
214         * automated/info-xref.el (info-xref-test-makeinfo):
215         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
216         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
218 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
220         * automated/tramp-tests.el: New file.
222 2013-11-05  Glenn Morris  <rgm@gnu.org>
224         Get rid of --chdir usage.
225         * automated/Makefile.in (EMACSOPT): Move -L here.
226         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
227         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
228         (.el.elc): No more need to pass -L here.
229         (compile-main): Get rid of sub-shell and cd.
230         (compile-clean, check): Get rid of cd.
232         Make it possible to run tests with a different working directory.
233         * automated/flymake-tests.el (flymake-tests-data-directory): New.
234         (flymake-tests--current-face): Use flymake-tests-data-directory.
235         (warning-predicate-function-gcc, warning-predicate-rx-perl)
236         (warning-predicate-function-perl): Adapt for above change.
237         * automated/zlib-tests.el (zlib-tests-data-directory): New.
238         (zlib--decompress): Use zlib-tests-data-directory.
240         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
241         Remove test that makes no sense.
243         * automated/files.el (files-test-local-variable-data):
244         Fix result typo presumably caused by interference from dir-locals.
245         (file-test--do-local-variables-test): Prevent dir-locals interfering.
247 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
249         * indent/ruby.rb: Add a statement on the line after heredoc.
250         Move a now-successful example.
252         * automated/ruby-mode-tests.el: Remove outdated comment.
254 2013-11-04  Glenn Morris  <rgm@gnu.org>
256         * automated/Makefile.in (abs_srcdir): Remove.
257         (emacs): Unset EMACSLOADPATH.
258         (.el.elc, check): Use -L to append srcdir to load-path.
260 2013-11-02  Glenn Morris  <rgm@gnu.org>
262         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
263         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
264         (abs_srcdir): New, set by configure.
265         (EMACS): Use a relative file name.
266         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
267         (lisp-compile): Remove (assume it's up-to-date).
268         (compile-main): Do not run lisp-compile.
269         (compile-main, compile-clean, compile-always, bootstrap-clean)
270         (check): Use srcdir rather than $test.  Check cd return value.
271         Use --chdir.
272         (doit, compile, compile-always): Remove stuff copied from lisp/.
273         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
275 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
277         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
278         Add a skipping test.
280 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
282         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
284         * indent/css-mode.css (.x2): Test alignement inside braces.
286 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
288         * indent/ruby.rb: New failing example.
290         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
291         Fix the test, in respect to adding the space after the curly.
293 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
295         * automated/ert-tests.el (ert-test-skip-unless): New test case.
296         (ert-test-deftest): Adapt test for changed macro expansion.
297         (ert-test-run-tests-interactively):
298         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
299         Add a skipping test.
301         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
302         (file-notify--test-local-enabled): Make it a function.  Check also
303         for `file-remote-p' of `temporary-file-directory'.
304         (file-notify--test-remote-enabled-checked): New defvar.
305         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
306         internal functions.  Cache result.
307         (file-notify--deftest-remote, file-notify-test00-availability)
308         (file-notify-test01-add-watch, file-notify-test02-events)
309         (file-notify-test03-autorevert): Add checks with `skip_unless'.
310         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
312 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
314         * indent/ruby.rb: Fix syntax error in the latest example.
316 2013-10-23  Glenn Morris  <rgm@gnu.org>
318         * automated/Makefile.in (abs_top_srcdir, top_builddir):
319         New, set by configure.
320         (top_srcdir): Remove.
321         (abs_test, abs_lispsrc): New.
322         (lisp): No longer absolute.
323         (emacs, lisp-compile, compile, compile-always):
324         Quote entities that might contain whitespace.
326 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
328         * indent/ruby.rb: Move two examples to "working" section, add one
329         more.
331 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
333         * indent/ruby.rb: New examples for indentation of blocks.
334         Example of hash inside parens that inflooped before the present commit.
336 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
338         * test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
339         allows another timer to run.
341 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
343         * indent/ruby.rb: More examples for bug#15594, both failing and
344         now passing.
346 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
348         * indent/ruby.rb: Add two more cases.
350 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
352         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
353         first use.
354         (ruby-should-indent): Use indent-according-to-mode.
355         (ruby-deftest-move-to-block): Use `declare'.
357 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
359         * indent/ruby.rb: Fix a spurious change, add more failing examples.
361 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
363         * indent/ruby.rb: Add a few more tests; adjust some indentation.
365 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
367         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
368         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
370         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
372 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
374         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
375         Adjust indentation of continued line to the new SMIE behavior.
377 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
379         * automated/completion-tests.el:
380         * indent/css-mode.css: New files.
382 2013-10-03  Daiki Ueno  <ueno@gnu.org>
384         * automated/data/package/signed/archive-contents:
385         * automated/data/package/signed/archive-contents.sig:
386         * automated/data/package/signed/signed-good-1.0.el:
387         * automated/data/package/signed/signed-good-1.0.el.sig:
388         * automated/data/package/signed/signed-bad-1.0.el:
389         * automated/data/package/signed/signed-bad-1.0.el.sig:
390         * automated/data/package/key.pub:
391         * automated/data/package/key.sec: New files.
393         * automated/package-test.el (package-test-update-listing)
394         (package-test-update-archives, package-test-describe-package):
395         Adjust to package.el change.
396         (package-test-signed): New test.
398 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
400         * automated/package-test.el: Update all cases to use :url instead
401         of :homepage.
403         * automated/package-x-test.el
404         (package-x-test--single-archive-entry-1-3): Same.
406 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
408         * automated/package-test.el (simple-single-desc-1-4): Remove, it
409         was unused.
410         (simple-single-desc): Expect :homepage property.
411         (multi-file-desc): Same.
412         (with-package-test): Do not save previous `default-directory'
413         value, let-bind the var instead.
414         (package-test-install-single): Expect :homepage property in the
415         generated pkg file.
416         (package-test-describe-package): Expect Homepage button.
417         (package-test-describe-non-installed-package)
418         (package-test-describe-non-installed-multi-file-package): Same.
419         (package-test-describe-not-installed-package): Remove, it was a
420         duplicate.
422         * automated/package-x-test.el
423         (package-x-test--single-archive-entry-1-3): Expect :homepage
424         property.
425         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
427         * automated/data/package/simple-single-1.3.el: Add URL header.
429         * automated/data/package/archive-contents: Add :homepage
430         properties to `simple-single' and `multi-file'.
432 2013-09-22  Daniel Colascione  <dancol@dancol.org>
434         * automated/data-test.el:
435         (bool-vector-count-matches-all-0-nil)
436         (bool-vector-count-matches-all-0-t)
437         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
438         (bool-vector-count-matches-at, bool-vector-intersection-op)
439         (bool-vector-union-op, bool-vector-xor-op)
440         (bool-vector-set-difference-op)
441         (bool-vector-change-detection, bool-vector-not): New tests.
442         (mock-bool-vector-count-matches-at)
443         (test-bool-vector-bv-from-hex-string)
444         (test-bool-vector-to-hex-string)
445         (test-bool-vector-count-matches-at-tc)
446         (test-bool-vector-apply-mock-op)
447         (test-bool-vector-binop): New helper functions.
448         (bool-vector-test-vectors): New testcase data.
450 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
452         * automated/advice-tests.el (advice-test-called-interactively-p-around)
453         (advice-test-called-interactively-p-filter-args)
454         (advice-test-called-interactively-p-around): New tests.
456 2013-09-16  Glenn Morris  <rgm@gnu.org>
458         * automated/eshell.el (eshell-match-result):
459         Return a more informative failure than simply "false".  Update callers.
461         * automated/eshell.el (eshell-test/for-name-shadow-loop):
462         Test value before and after loop as well as during.
464 2013-09-15  Glenn Morris  <rgm@gnu.org>
466         * automated/eshell.el (eshell-test/for-name-shadow-loop):
467         New test.  (Bug#15372)
468         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
470 2013-09-13  Glenn Morris  <rgm@gnu.org>
472         * automated/eshell.el (with-temp-eshell):
473         Use a temp directory for eshell-directory-name.
474         (eshell-test-command-result): New, again using a temp directory.
475         Replace eshell-command-result with this throughout.
476         (eshell-test/for-loop, eshell-test/for-name-loop):
477         Ensure environment variables don't confuse us.
479 2013-09-12  Glenn Morris  <rgm@gnu.org>
481         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
482         due to "has a running process; kill it?" prompts.
484 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
486         * automated/eshell.el: Rename from eshell.el.
487         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
489 2013-09-01  Glenn Morris  <rgm@gnu.org>
491         * automated/Makefile.in (setwins): Avoid leading space in $wins.
492         Otherwise the sed command used by eg compile-main ends up
493         containing "/*.el".  (Bug#15170)
495 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
497         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
498         for portability to hosts where /bin/sh has problems.
500 2013-08-21  David Engster  <deng@randomsample.de>
502         * automated/eieio-tests.el, automated/eieio-test-persist.el:
503         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
504         upstream.  Changed to use ERT.
506 2013-08-14  Daniel Hackney  <dan@haxney.org>
508         * package-test.el: Remove tar-package-building functions.  Tar file
509         used for testing is included in the repository.
510         (package-test-install-texinfo, package-test-cleanup-built-files):
511         Remove.
513 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
515         * automated/python-tests.el (python-imenu-create-index-4)
516         (python-imenu-create-flat-index-2): New tests.
518 2013-08-05  Glenn Morris  <rgm@gnu.org>
520         * automated/mule-util.el: New file, with tests extracted from
521         lisp/international/mule-util.el.
523 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
525         * automated/advice-tests.el (advice-tests-nadvice): Test removal
526         before definition.
527         (advice-tests-macroaliases): New test.
529 2013-08-04  Glenn Morris  <rgm@gnu.org>
531         * automated/ert-tests.el: Disable failing test that no-one seems
532         to know how to fix.  (Bug#13064)
534         * automated/icalendar-tests.el (icalendar-tests--test-export)
535         (icalendar-tests--test-import): Try more precise TZ specification.
536         Remove debug messages.
538 2013-08-03  Glenn Morris  <rgm@gnu.org>
540         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
542         * automated/icalendar-tests.el (icalendar-tests--test-export)
543         (icalendar-tests--test-import):
544         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
545         (icalendar-tests--test-import): Reset zone even if error occurred.
547 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
549         * automated/core-elisp-tests.el: New file.
551 2013-08-01  Glenn Morris  <rgm@gnu.org>
553         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
554         Try to check that the remote system has a notification program.
556 2013-07-31  Glenn Morris  <rgm@gnu.org>
558         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
560 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
562         * automated/file-notify-tests.el
563         (file-notify--test-local-enabled): New defconst.  Replaces all
564         `file-notify-support' occurences.
565         (file-notify--test-remote-enabled): New defun.
566         (file-notify--deftest-remote): Use it.
567         (file-notify-test00-availability): Rewrite.
568         (file-notify-test00-availability-remote): New defun.
569         (file-notify-test01-add-watch): Rewrite first erroneous check.
571 2013-07-23  Glenn Morris  <rgm@gnu.org>
573         * automated/inotify-test.el (inotify-file-watch-simple):
574         Delete temp-file when done.
576         * automated/subword-tests.el: Require subword.
578 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
580         * automated/subword-tests.el: New file.
582 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
584         * automated/python-tests.el (python-imenu-create-index-2)
585         (python-imenu-create-index-3): New tests.
587 2013-07-11  Glenn Morris  <rgm@gnu.org>
589         * automated/ert-tests.el: Require cl-lib at runtime too.
590         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
591         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
592         (ert-test-set-functions, ert-test-gensym)
593         (ert-test-coerce-to-vector, ert-test-string-position)
594         (ert-test-mismatch): Remove tests.
595         * automated/cl-lib.el: New, split from ert-tests.el.
597         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
598         Goto point-min.
599         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
600         (ruby-move-to-block-skips-percent-literal)
601         (ruby-move-to-block-skips-heredoc)
602         (ruby-move-to-block-moves-from-else-to-if)
603         (ruby-beginning-of-defun-does-not-fold-case)
604         (ruby-end-of-defun-skips-to-next-line-after-the-method):
605         Replace goto-line with forward-line/goto-char.
606         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
608         * automated/package-test.el (makeinfo-buffer): Autoload.
609         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
610         (package-test-install-texinfo): Don't require makeinfo.
612         * automated/files.el: Stop "local variables" confusion.
614         * automated/flymake-tests.el (flymake-tests): Remove unused group.
616         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
617         Use with-current-buffer.
619         * automated/undo-tests.el (undo-test-buffer-modified)
620         (undo-test-file-modified): New tests.
622 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
624         * automated/file-notify-tests.el (file-notify-test00-availability):
625         Set :expected-result.
626         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
627         (file-notify-test02-events, file-notify-test02-events-remote)
628         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
629         Skip when `file-notify-support' is nil.  (Bug#14823)
631 2013-07-09  Glenn Morris  <rgm@gnu.org>
633         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
634         Declare.
635         (inotify-file-watch-simple): Silence compiler.
637         * automated/python-tests.el (python-indent-block-enders):
638         Make it actually test something.
640         * automated/package-x-test.el: Require package-test when compiling.
642         * automated/add-log-tests.el, automated/advice-tests.el:
643         * automated/imenu-test.el, automated/package-x-test.el:
644         * automated/python-tests.el, automated/ruby-mode-tests.el:
645         * automated/xml-parse-tests.el: Explicitly require ert.
647 2013-07-08  Kenichi Handa  <handa@gnu.org>
649         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
650         Use with-ccoding-priority to avoid side-effect (Bug#14781).
652 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
654         * automated/file-notify-tests.el
655         (file-notify-test-remote-temporary-file-directory):
656         Use `null-device' on w32.
657         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
658         (file-notify--test-results, file-notify--test-event)
659         (file-notify--deftest-remote, file-notify--event-test)
660         (file-notify--test-event-handler)
661         (file-notify--test-make-temp-name): Rename, in order to mark them
662         internal.
663         (tramp-message-show-message, tramp-read-passwd): Tweak them for
664         better fitting in noninteractive tests.
665         (file-notify-test00-availability): Rename from `file-notify-test0'.
666         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
667         Use `temporary-file-directory '.
668         (file-notify-test01-add-watch-remote): New test.
669         (file-notify-test02-events): Rename from `file-notify-test2'.
670         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
671         (file-notify-test03-autorevert): Rename from
672         `file-notify-test4'.  Use timeouts.
673         (file-notify-test03-autorevert-remote): Rename from
674         `file-notify-test5'.
676 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
678         * automated/file-notify-tests.el: New package.
680 2013-06-28  Kenichi Handa  <handa@gnu.org>
682         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
683         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
684         Callers changed.
685         (decoder-tests-filename): New function.
686         (decoder-tests-prefer-utf-8-read)
687         (decoder-tests-prefer-utf-8-write): New function.
688         (ert-test-decoder-prefer-utf-8): New test.
690 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
692         * automated/package-x-test.el: Change the commentary.
693         (package-x-test--single-archive-entry-1-3)
694         (package-x-test--single-archive-entry-1-4): Fix the tests, by
695         using the appropriate data structure.
697 2013-06-27  Daniel Hackney  <dan@haxney.org>
699         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
701         * automated/package-x-test.el: New file.
703         * automated/package-test.el: New file.
705         * automated/data/package: New directory, with test examples.
707 2013-06-27  Glenn Morris  <rgm@gnu.org>
709         * automated/python-tests.el (python-tests-with-temp-file):
710         Clean up after ourself.
712         * automated/undo-tests.el (undo-test3): Remove test that seems to
713         do nothing that the previous one doesn't, except leave a tempfile.
715 2013-06-26  Glenn Morris  <rgm@gnu.org>
717         * automated/info-xref.el: New file.
719 2013-06-25  Glenn Morris  <rgm@gnu.org>
721         * automated/occur-tests.el (occur-test-create): New function.
722         Use it to create separate tests for each element, so we run them
723         all rather than stopping at the first error.
725 2013-06-24  Glenn Morris  <rgm@gnu.org>
727         * automated/occur-tests.el (occur-tests):
728         Update for 2013-05-29 change to occur header line.
730 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
732         Test suite for flymake.
733         * automated/flymake-tests.el:
734         * automated/flymake/warnpred/Makefile
735         * automated/flymake/warnpred/test.c
736         * automated/flymake/warnpred/test.pl: New files.
738 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
740         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
742 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
744         * automated/reftex-tests.el: New test suite for reftex.
746 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
748         * automated/ruby-mode-tests.el: New tests, for percent literals
749         and expression expansion.
751 2013-05-29  Leo Liu  <sdl.web@gmail.com>
753         * indent/octave.m: Tweak.
755 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
757         * tests/eshell.el: Rewrite tests using ERT.
759 2013-05-25  Leo Liu  <sdl.web@gmail.com>
761         * indent/octave.m: Add tests for %!, # and ### comments.
763 2013-05-23  Kenichi Handa  <handa@gnu.org>
765         * automated/decoder-tests.el: New file.
767 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
769         * indent/ruby.rb: Add multiline regexp example.
771         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
772         (ruby-regexp-skips-over-interpolation)
773         (ruby-regexp-continues-till-end-when-unclosed)
774         (ruby-regexp-can-be-multiline)
775         (ruby-interpolation-inside-percent-literal): New tests.
777 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
779         * indent/ruby.rb: Fix indentation after =; add more cases.
781 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * indent/pascal.pas: Add test for mis-identified comments.
785 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
787         * automated/imenu-tests.el: New file.  (Bug#14112)
789 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
791         * automated/python-tests.el (python-imenu-prev-index-position-1):
792         Remove test.
793         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
794         New tests.
796 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
798         * automated/python-tests.el (python-nav-backward-defun-2)
799         (python-nav-backward-defun-3, python-nav-forward-defun-2)
800         (python-nav-forward-defun-3): New tests.
802 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
804         * automated/python-tests.el (python-nav-backward-defun-1)
805         (python-nav-forward-defun-1): New tests.
807 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
809         * automated/add-log-tests.el: New file. (Bug#14112)
811 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
813         * automated/python-tests.el (python-indent-block-enders): New test.
814         (python-info-current-defun-2): Fix test.
816 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
818         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
820 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
822         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
823         (python-tests-with-temp-file): New macro.
824         (python-tests-shell-interpreter): New var.
825         (python-shell-get-process-name-1)
826         (python-shell-internal-get-process-name-1)
827         (python-shell-parse-command-1)
828         (python-shell-calculate-process-environment-1)
829         (python-shell-calculate-process-environment-2)
830         (python-shell-calculate-process-environment-3)
831         (python-shell-calculate-exec-path-1)
832         (python-shell-calculate-exec-path-2)
833         (python-shell-make-comint-1)
834         (python-shell-make-comint-2)
835         (python-shell-get-process-1)
836         (python-shell-get-or-create-process-1)
837         (python-shell-internal-get-or-create-process-1): New tests.
839 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
841         * automated/python-tests.el: New file.
843 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
845         * automated/ruby-mode-tests.el
846         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
847         bits inside the examples.
848         (ruby-move-to-block-skips-heredoc): New test.
849         (ruby-add-log-current-method-after-inner-class):
850         Lower expectations: move point inside a method, initially.
852 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
854         * automated/ruby-mode-tests.el
855         (ruby-move-to-block-skips-percent-literal): New test.
857 2013-02-04  Chong Yidong  <cyd@gnu.org>
859         * automated/thingatpt.el: New file.
861 2013-02-03  Chong Yidong  <cyd@gnu.org>
863         * automated/files.el (file-test--do-local-variables-test):
864         Avoid compilation warning message.
866 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
868         * automated/ruby-mode-tests.el
869         (ruby-indent-spread-args-in-parens): New test.
870         * automated/ruby-mode-tests.el (ruby-block-test-example):
871         Break indentation of the do block opener and add a line inside it.
872         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
873         Adjust line numbers.
875 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
877         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
879 2013-01-14  Glenn Morris  <rgm@gnu.org>
881         * automated/compile-tests.el (compile-tests--test-regexps-data):
882         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
884 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
886         * automated/man-tests.el: New file.
888 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
890         * automated/undo-tests.el (undo-test0): Adjust error to code change.
892 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
894         * automated/undo-tests.el: New file.
896 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
898         * automated/ruby-mode-tests.el
899         (ruby-indent-after-block-in-continued-expression): New test.
901 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
903         * automated/ruby-mode-tests.el:
904         Rename one interpolation test; add three more.
905         (ruby-with-temp-buffer): New macro, use it where appropriate.
906         (ruby-add-log-current-method-examples): Use "_" for target point.
907         Add four new tests for ruby-add-log-current-method.
909 2012-12-11  Glenn Morris  <rgm@gnu.org>
911         * automated/f90.el (f90-test-bug13138): New test.
913 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
915         * automated/inotify-test.el: New test.
917 2012-12-02  Chong Yidong  <cyd@gnu.org>
919         * automated/ruby-mode-tests.el
920         (ruby-add-log-current-method-examples): Don't use loop macro, to
921         allow automated testing to work.
923 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
925         * automated/advice-tests.el (advice-tests--data): Remove.
926         (advice-tests): Move the tests directly here instead.
927         Add called-interactively-p tests.
929 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
931         * automated/ert-x-tests.el: Use cl-lib.
932         * automated/ert-tests.el: Use lexical-binding and cl-lib.
934 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
936         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
937         (ruby-indent-inside-heredoc-after-operator)
938         (ruby-indent-inside-heredoc-after-space): New tests.
939         Change direct font-lock face references to var references.
940         (ruby-interpolation-suppresses-syntax-inside): New test.
941         (ruby-interpolation-inside-percent-literal-with-paren):
942         New failing test.
944 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
946         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
947         (ruby-singleton-class-no-heredoc-font-lock)
948         (ruby-add-log-current-method-examples): New tests.
949         (ruby-test-string): Extract from ruby-should-indent-buffer.
950         (ruby-deftest-move-to-block): New macro.
951         Add several move-to-block tests.
953 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
955         * automated/advice-tests.el: New tests.
957 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
959         * automated/compile-tests.el (compile-tests--test-regexps-data):
960         Add new data for msft's new format.
962 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
964         * automated/ruby-mode-tests.el:
965         (ruby-toggle-block-to-multiline): New test.
966         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
967         (ruby-toggle-block-to-brace): Use buffer-string.
969 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
971         * automated/ruby-mode-tests.el: New tests (Bug#11613).
973 2012-08-28  Chong Yidong  <cyd@gnu.org>
975         * automated/files.el: Test every combination of values for
976         enable-local-variables and enable-local-eval.
978 2012-08-19  Chong Yidong  <cyd@gnu.org>
980         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
982 2012-08-18  Chong Yidong  <cyd@gnu.org>
984         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
986 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
988         * indent/ruby.rb: Rearrange examples, add new ones.
990 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
992         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
993         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
995 2012-08-11  Glenn Morris  <rgm@gnu.org>
997         * automated/files.el: New file.
999         * automated/Makefile.in (all): Fix typo.
1001 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1003         * automated/ruby-mode-tests.el (ruby-should-indent):
1004         Add docstring, check (current-indentation) instead of (current-column).
1005         (ruby-should-indent-buffer): New function.
1006         Add tests for `ruby-deep-indent-paren' behavior.
1007         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1009 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1011         Original tests in test_ruby_mode.rb in upstream (author).
1013 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1015         * automated/ruby-mode-tests.el (ruby-should-indent)
1016         (ruby-assert-state): New functions.
1017         Add new tests.
1019 2012-07-29  David Engster  <deng@randomsample.de>
1021         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1022         New variable to hold test data for name expansion.
1023         (xml-parse-tests): Test the two different types of name expansion.
1025 2012-07-29  Juri Linkov  <juri@jurta.org>
1027         * automated/occur-tests.el (occur-test-case): Use predefined
1028         buffer name " *test-occur*" instead of a random buffer name.
1030 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1032         * automated/ruby-mode-tests.el: New file with one test.
1034 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1036         * indent/shell.sh: Add test case for ${#VAR}.
1038         * indent/latex-mode.tex: New file.
1040 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1042         * eshell.el: Use cl-lib.
1044 2012-07-03  Chong Yidong  <cyd@gnu.org>
1046         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1048 2012-07-02  Chong Yidong  <cyd@gnu.org>
1050         * automated/xml-parse-tests.el (xml-parse-tests--data):
1051         More testcases.
1053 2012-07-01  Chong Yidong  <cyd@gnu.org>
1055         * automated/xml-parse-tests.el: New file.
1057 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1059         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1060         Use cl-flet.
1062 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1064         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1065         Test escaped commas in TZID (Bug#11473).
1066         (icalendar-import-with-timezone): New.
1067         (icalendar-real-world): Add new testcase as given in the bugreport
1068         of Bug#11473.
1070 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1072         * automated/icalendar-tests.el (icalendar-tests--test-import):
1073         Include UID in import tests (Bug#11525).
1074         (icalendar-import-non-recurring, icalendar-import-rrule)
1075         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1076         UID-import change.
1077         (icalendar-import-with-uid): New.
1078         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1079         Include UID in cycle tests.
1080         (icalendar-cycle, icalendar-real-world): UID-import change.
1082 2012-05-21  Glenn Morris  <rgm@gnu.org>
1084         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1086 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1088         * automated/url-util-tests.el: New file to test
1089         lisp/url/url-util.el.  Only `url-build-query-string' and
1090         `url-parse-query-string' are tested right now (Bug#8706).
1092 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1094         * indent/shell.sh:
1095         * indent/shell.rc: Ad some test cases.
1097 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1099         * indent/ruby.rb: New file, to test new syntax-propertize code.
1101 2012-04-11  Glenn Morris  <rgm@gnu.org>
1103         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1105 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1107         * automated/url-future-tests.el (url-future-tests): Move from
1108         lisp/url/url-future.el and rename.
1110 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1112         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1113         Fix broken test, caused by missing trailing blank.
1115 2011-12-03  Chong Yidong  <cyd@gnu.org>
1117         * automated/compile-tests.el (compile-tests--test-regexps-data):
1118         Increase column numbers by one to reflect change in how
1119         compilation-message is recorded (Bug#10172).
1121 2011-11-22  Glenn Morris  <rgm@gnu.org>
1123         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1125 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1127         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1129 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1131         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1132         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1133         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1135 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1137         * automated/newsticker-tests.el
1138         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1139         newsticker--treeview-tree-update.
1141 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1143         * automated/newsticker-tests.el
1144         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1146         * trunk/test/automated/newsticker-tests.el
1147         (newsticker--group-manage-orphan-feeds): Prevent updating
1148         newsticker treeview. Fixed bug#9763.
1150 2011-10-20  Glenn Morris  <rgm@gnu.org>
1152         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1154         * automated/vc-bzr.el: New file.
1156 2011-10-15  Glenn Morris  <rgm@gnu.org>
1158         * automated/f90.el: New file.
1160 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1162         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1163         to automated/newsticker-tests.el. Convert to ERT.
1165 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1167         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1168         Remove, simply use string=.
1169         (icalendar--diarytime-to-isotime)
1170         (icalendar--datetime-to-diary-date)
1171         (icalendar--datestring-to-isodate)
1172         (icalendar--format-ical-event)
1173         (icalendar--parse-summary-and-rest)
1174         (icalendar-tests--do-test-import)
1175         (icalendar-tests--do-test-cycle): Change argument order of
1176         string= to EXPECTED ACTUAL.
1177         (icalendar--import-format-sample)
1178         (icalendar--format-ical-event)
1179         (icalendar-import-non-recurring)
1180         (icalendar-import-rrule)
1181         (icalendar-import-duration)
1182         (icalendar-import-bug-6766)
1183         (icalendar-real-world): Adjust to string= instead of
1184         icalendar-tests--compare-strings.
1185         (icalendar-import-multiple-vcalendars): New.
1187 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1189         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1190         Require CL.
1192 2011-05-09  Juri Linkov  <juri@jurta.org>
1194         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1195         Convert to ERT.
1197 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1199         * automated/compile-tests.el: New file.
1201 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1203         * automated/font-parse-tests.el: Don't byte-compile.
1205         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1207 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1209         * automated/lexbind-tests.el: New file.
1211 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1213         * Version 23.3 released.
1215 2011-03-05  Glenn Morris  <rgm@gnu.org>
1217         * eshell.el: Move here from lisp/eshell/esh-test.el.
1219 2011-03-03  Christian Ohler  <ohler@gnu.org>
1221         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1222         New test.
1224 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1226         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1227         convert to ERT format.
1229 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1231         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1232         convert to ERT format.
1234 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1236         * indent/shell.sh:
1237         * indent/shell.rc: New files.
1239 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1241         * automated/font-parse-tests.el: Move from
1242         font-parse-testsuite.el.
1244 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1246         * font-parse-testsuite.el (test-font-parse-data): New file.
1248 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1250         * indent/prolog.prolog: Add tokenizing tests.
1252 2011-01-13  Christian Ohler  <ohler@gnu.org>
1254         * automated: New directory for automated tests.
1256         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1258         * automated/Makefile.in: New file.
1260 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * indent/modula2.mod: New file.
1264 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1266         * indent/octave.m: Add a test to ensure indentation is local.
1268 2010-10-23  Glenn Morris  <rgm@gnu.org>
1270         * comint-testsuite.el
1271         (comint-testsuite--test-comint-password-prompt-regexp):
1272         Add "Please enter the password".  (Bug#7224)
1274 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1276         * indent/prolog.prolog: Use normal spacing around !.
1278 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1280         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1282 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1284         * indent/octave.m: Remove some `fixindent' not needed any more.
1286 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1288         * indent/octave.m: New file.
1290 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1292         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1293         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1294         (icalendar-testsuite--run-internal-tests): New.
1295         (icalendar-testsuite--test-convert-ordinary-to-ical)
1296         (icalendar-testsuite--test-convert-block-to-ical)
1297         (icalendar-testsuite--test-convert-anniversary-to-ical)
1298         (icalendar-testsuite--test-parse-vtimezone)
1299         (icalendar-testsuite--do-test-export): Code formatting.
1300         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1301         (icalendar-testsuite--do-test-import)
1302         (icalendar-testsuite--do-test-cycle):
1303         Use icalendar-testsuite--compare-strings
1304         (icalendar-testsuite--run-import-tests): Comment added.
1305         (icalendar-testsuite--run-import-tests)
1306         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1308 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1310         * redisplay-testsuite.el (test-redisplay-3): New test.
1312 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1314         * comint-testsuite.el: New file.
1316 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1318         * indent: New dir.
1320 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1322         * Version 23.2 released.
1324 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1326         * cedet/semantic-ia-utest.el
1327         (semantic-symref-test-count-hits-in-tag): Add function, from
1328         semantic-test.el.
1330         * cedet/tests/test.cpp:
1331         * cedet/tests/test.py:
1332         * cedet/tests/teststruct.cpp:
1333         * cedet/tests/testtemplates.cpp:
1334         * cedet/tests/testusing.cpp:
1335         * cedet/tests/scopetest.cpp:
1336         * cedet/tests/scopetest.java: Files deleted.
1338         * cedet/tests/test.make:
1339         * cedet/tests/test.c:
1340         * cedet/tests/testjavacomp.java:
1341         * cedet/tests/testspp.c:
1342         * cedet/tests/testsppreplace.c:
1343         * cedet/tests/testsppreplaced.c:
1344         * cedet/tests/testsubclass.cpp:
1345         * cedet/tests/testsubclass.hh:
1346         * cedet/tests/testtypedefs.cpp:
1347         * cedet/tests/testvarnames.c:
1348         * cedet/tests/test.el:
1349         * cedet/tests/testdoublens.cpp:
1350         * cedet/tests/testdoublens.hpp: Add copyright header.
1352         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1353         Remove reference to deleted files.
1355 2010-03-30  Juri Linkov  <juri@jurta.org>
1357         * occur-testsuite.el (occur-tests): Add tests for context lines.
1359 2010-03-23  Juri Linkov  <juri@jurta.org>
1361         * occur-testsuite.el: New file.
1363 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1365         * Branch for 23.2.
1367 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1369         * icalendar-testsuite.el
1370         (icalendar-testsuite--run-function-tests): Add new tests.
1371         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1372         testcase.
1373         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1374         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1375         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1376         (icalendar-testsuite--test-convert-block-to-ical): New.
1377         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1378         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1380 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1382         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1383         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1384         Fix typos in docstrings and error messages.
1385         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1387 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1389         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1390         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1391         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1393 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1395         * icalendar-testsuite.el
1396         (icalendar-testsuite--run-function-tests):
1397         Add icalendar-testsuite--test-parse-vtimezone.
1398         (icalendar-testsuite--test-parse-vtimezone): New.
1399         (icalendar-testsuite--do-test-cycle): Doc changes.
1400         (icalendar-testsuite--run-real-world-tests): Remove trailing
1401         whitespace -- see change of icalendar--add-diary-entry in
1402         icalendar.el.
1403         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1405 2009-09-30  Glenn Morris  <rgm@gnu.org>
1407         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1409 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1411         * cedet/*: New unit tests, from CEDET repository.
1413 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1415         * redisplay-testsuite.el: New file.
1417 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1419         * Branch for 23.1.
1421 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1423         * icalendar-testsuite.el
1424         (icalendar-testsuite--run-function-tests):
1425         Add icalendar-testsuite--test-diarytime-to-isotime.
1426         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1427         recent icalendar fixes.
1428         (icalendar-testsuite--test-diarytime-to-isotime): New.
1429         (icalendar-testsuite--test-create-uid): Adjust to recent
1430         icalendar changes.
1432 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1434         * bytecomp-testsuite.el: New file.
1436 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1438         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1439         Add `icalendar-testsuite--test-create-uid'.
1440         (icalendar-testsuite--test-create-uid): New.
1442 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1444         * newsticker-testsuite.el: New file.
1446 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1448         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1449         Add icalendar-testsuite--test-datestring-to-isodate,
1450         icalendar-testsuite--test-datetime-to-diary-date, and
1451         icalendar-testsuite--test-calendar-style.
1452         (icalendar-testsuite--test-format-ical-event):
1453         (icalendar-testsuite--test-parse-summary-and-rest):
1454         Doc fix.  Remove european-calendar-style.
1455         (icalendar-testsuite--get-ical-event): Doc fix.
1456         (icalendar-testsuite--test-first-weekday-of-year):
1457         (icalendar-testsuite--run-cycle-tests): Add doc string.
1458         (icalendar-testsuite--test-datestring-to-isodate):
1459         (icalendar-testsuite--test-datetime-to-diary-date):
1460         (icalendar-testsuite--test-calendar-style): New functions.
1461         (icalendar-testsuite--test-export): Handle iso date style.
1462         New arg INPUT-ISO.  Use calendar-date-style.
1463         (icalendar-testsuite--test-import): Handle iso date style.
1464         New arg EXPECTED-ISO.  Use calendar-date-style.
1465         (icalendar-testsuite--test-cycle): Handle iso date style.
1466         (icalendar-testsuite--run-import-tests):
1467         (icalendar-testsuite--run-export-tests):
1468         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1470 2008-02-29  Glenn Morris  <rgm@gnu.org>
1472         * README: New file.
1474 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1476         * icalendar-testsuite.el: New file.
1478 ;; Local Variables:
1479 ;; coding: utf-8
1480 ;; End:
1482   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1484   This file is part of GNU Emacs.
1486   GNU Emacs is free software: you can redistribute it and/or modify
1487   it under the terms of the GNU General Public License as published by
1488   the Free Software Foundation, either version 3 of the License, or
1489   (at your option) any later version.
1491   GNU Emacs is distributed in the hope that it will be useful,
1492   but WITHOUT ANY WARRANTY; without even the implied warranty of
1493   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1494   GNU General Public License for more details.
1496   You should have received a copy of the GNU General Public License
1497   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.