Spelling fixes.
[emacs.git] / test / ChangeLog
blob9931e81eb43783a8d90f15c7d38761c053e5c421
1 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3         * automated/python-tests.el (python-indent-after-comment-1)
4         (python-indent-after-comment-2): New tests.
6 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
8         * automated/python-test.el (python-indent-block-enders-1): Rename
9         from python-indent-block-enders.
10         (python-indent-block-enders-2): New test.
12 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
14         * indent/js.js: New file.
16 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
18         * automated/dbus-tests.el: New file.
20 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22         * automated/regexp-tests.el: New file.
24 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
26         * automated/reftex-tests.el (reftex-parse-from-file-test):
27         Run temp-dir through file-truename, to make sure the temporary file
28         names are comparable as strings.
30         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
31         Force Unix EOLs by using 'utf-8-unix', since the default of
32         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
34 2013-11-28  Glenn Morris  <rgm@gnu.org>
36         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
38 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
40         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
41         (EMACSOPT): Use $(PATH_SEP).
43 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
45         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
46         Set to nil.
48 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
50         * automated/file-notify-tests.el
51         (file-notify-test-remote-temporary-file-directory):
52         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
53         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
54         (file-notify--deftest-remote): Cleanup connection initially.
55         (file-notify-test03-autorevert): Run also in batch mode.  Use a
56         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
57         does not work on MS Windows.  Call `accept-process-output' for
58         remote files.  Apply `string-match' instead of `string-equal', the
59         messages are different on MS Windows.
61         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
62         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
63         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
65 2013-11-23  Glenn Morris  <rgm@gnu.org>
67         * automated/python-tests.el (python-shell-make-comint-1)
68         (python-shell-make-comint-2, python-shell-get-process-1):
69         Suppress creation of some temp-files.
71         * automated/python-tests.el (python-shell-parse-command-1)
72         (python-shell-make-comint-1, python-shell-make-comint-2)
73         (python-shell-get-process-1)
74         (python-shell-internal-get-or-create-process-1):
75         Skip rather than fail if prereqs not found.
77         * automated/Makefile.in (emacs):
78         Empty EMACSLOADPATH rather than unsetting.
80 2013-11-22  Glenn Morris  <rgm@gnu.org>
82         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
83         Set expected-result.
85 2013-11-21  Glenn Morris  <rgm@gnu.org>
87         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
88         (compile-main): Pass XARGS_LIMIT to xargs.
90         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
91         (EMACSOPT): Use PATH_SEPARATOR.
93 2013-11-20  Bozhidar Batsov <bozhidar@batsov.com>
95         * test/automated/ruby-mode-tests.el (ruby-exit!-font-lock):
96         Add a failing test for Bug#15874.
97         * test/automated/ruby-mode-tests.el
98         (ruby--insert-coding-comment-ruby-style)
99         (ruby--insert-coding-comment-emacs-style)
100         (ruby--insert-coding-comment-custom-style):
101         Add a few tests for `ruby--insert-coding-comment'.
103 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
105         Improve API of recently-added bool vector functions (Bug#15912).
106         * automated/data-tests.el: Adjust to API changes.
108 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
110         * automated/tramp-tests.el (tramp-test07-file-exists-p)
111         (tramp-test08-file-local-copy)
112         (tramp-test09-insert-file-contents, tramp-test10-write-region)
113         (tramp-test11-copy-file, tramp-test12-rename-file)
114         (tramp-test13-make-directory, tramp-test14-delete-directory)
115         (tramp-test15-copy-directory, tramp-test16-directory-files)
116         (tramp-test17-insert-directory, tramp-test18-file-attributes)
117         (tramp-test19-directory-files-and-attributes)
118         (tramp-test20-file-modes, tramp-test21-file-links)
119         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
120         (tramp-test24-file-name-completion, tramp-test25-load)
121         (tramp-test26-process-file, tramp-test27-start-file-process)
122         (tramp-test28-shell-command): Cleanup connection initially.
124 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
126         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
127         connection before running the test.
129 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
131         * automated/tramp-tests.el (tramp-test15-copy-directory)
132         (tramp-test16-directory-files, tramp-test17-insert-directory)
133         (tramp-test18-file-attributes)
134         (tramp-test19-directory-files-and-attributes)
135         (tramp-test20-file-modes, tramp-test21-file-links)
136         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
137         (tramp-test24-file-name-completion, tramp-test25-load)
138         (tramp-test26-process-file, tramp-test27-start-file-process):
139         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
140         (tramp-test29-utf8): New test.
142 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
144         * automated/file-notify-tests.el (file-notify-test02-events)
145         (file-notify-test03-autorevert): Suppress messages in `write-region'.
147         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
148         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
149         (tramp-test26-process-file, tramp-test28-shell-command):
150         Ensure, that the directory is not empty when calling "ls".
152 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
154         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
155         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
156         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
157         (tramp-test09-insert-file-contents, tramp-test10-write-region):
158         (tramp-test26-process-file): Add tests.
159         (tramp-test11-copy-file): Remove debug message.
160         (tramp-test20-file-modes): Special case, if user is "root".
162 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
164         * automated/file-notify-tests.el:
165         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
166         `tramp-remote-path' when running on hydra.
167         (tramp-test07-file-exists-p): Remove instrumentation code.
168         (tramp-test26-process-file): Don't use "/bin/true" and
169         "/bin/false", these paths do not exist on hydra.
171 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
173         * automated/process-tests.el: New file.
175 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
177         * indent/ruby.rb: New examples.
179 2013-11-06  Glenn Morris  <rgm@gnu.org>
181         * automated/Makefile.in (setwins): Avoid accidental matches.
183 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
185         * automated/tramp-tests.el (tramp-test07-file-exists-p):
186         Fix docstring.  Instrument, in order to hunt failure on hydra.
188 2013-11-06  Glenn Morris  <rgm@gnu.org>
190         * automated/flymake-tests.el (warning-predicate-rx-gcc)
191         (warning-predicate-function-gcc, warning-predicate-rx-perl)
192         (warning-predicate-function-perl):
193         * automated/info-xref.el (info-xref-test-makeinfo):
194         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
195         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
197 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
199         * automated/tramp-tests.el: New file.
201 2013-11-05  Glenn Morris  <rgm@gnu.org>
203         Get rid of --chdir usage.
204         * automated/Makefile.in (EMACSOPT): Move -L here.
205         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
206         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
207         (.el.elc): No more need to pass -L here.
208         (compile-main): Get rid of sub-shell and cd.
209         (compile-clean, check): Get rid of cd.
211         Make it possible to run tests with a different working directory.
212         * automated/flymake-tests.el (flymake-tests-data-directory): New.
213         (flymake-tests--current-face): Use flymake-tests-data-directory.
214         (warning-predicate-function-gcc, warning-predicate-rx-perl)
215         (warning-predicate-function-perl): Adapt for above change.
216         * automated/zlib-tests.el (zlib-tests-data-directory): New.
217         (zlib--decompress): Use zlib-tests-data-directory.
219         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
220         Remove test that makes no sense.
222         * automated/files.el (files-test-local-variable-data):
223         Fix result typo presumably caused by interference from dir-locals.
224         (file-test--do-local-variables-test): Prevent dir-locals interfering.
226 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
228         * indent/ruby.rb: Add a statement on the line after heredoc.
229         Move a now-successful example.
231         * automated/ruby-mode-tests.el: Remove outdated comment.
233 2013-11-04  Glenn Morris  <rgm@gnu.org>
235         * automated/Makefile.in (abs_srcdir): Remove.
236         (emacs): Unset EMACSLOADPATH.
237         (.el.elc, check): Use -L to append srcdir to load-path.
239 2013-11-02  Glenn Morris  <rgm@gnu.org>
241         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
242         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
243         (abs_srcdir): New, set by configure.
244         (EMACS): Use a relative file name.
245         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
246         (lisp-compile): Remove (assume it's up-to-date).
247         (compile-main): Do not run lisp-compile.
248         (compile-main, compile-clean, compile-always, bootstrap-clean)
249         (check): Use srcdir rather than $test.  Check cd return value.
250         Use --chdir.
251         (doit, compile, compile-always): Remove stuff copied from lisp/.
252         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
254 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
256         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
257         Add a skipping test.
259 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
261         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
263         * indent/css-mode.css (.x2): Test alignement inside braces.
265 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
267         * indent/ruby.rb: New failing example.
269         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
270         Fix the test, in respect to adding the space after the curly.
272 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
274         * automated/ert-tests.el (ert-test-skip-unless): New test case.
275         (ert-test-deftest): Adapt test for changed macro expansion.
276         (ert-test-run-tests-interactively):
277         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
278         Add a skipping test.
280         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
281         (file-notify--test-local-enabled): Make it a function.  Check also
282         for `file-remote-p' of `temporary-file-directory'.
283         (file-notify--test-remote-enabled-checked): New defvar.
284         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
285         internal functions.  Cache result.
286         (file-notify--deftest-remote, file-notify-test00-availability)
287         (file-notify-test01-add-watch, file-notify-test02-events)
288         (file-notify-test03-autorevert): Add checks with `skip_unless'.
289         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
291 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
293         * indent/ruby.rb: Fix syntax error in the latest example.
295 2013-10-23  Glenn Morris  <rgm@gnu.org>
297         * automated/Makefile.in (abs_top_srcdir, top_builddir):
298         New, set by configure.
299         (top_srcdir): Remove.
300         (abs_test, abs_lispsrc): New.
301         (lisp): No longer absolute.
302         (emacs, lisp-compile, compile, compile-always):
303         Quote entities that might contain whitespace.
305 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
307         * indent/ruby.rb: Move two examples to "working" section, add one
308         more.
310 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
312         * indent/ruby.rb: New examples for indentation of blocks.
313         Example of hash inside parens that inflooped before the present commit.
315 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
317         * test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
318         allows another timer to run.
320 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
322         * indent/ruby.rb: More examples for bug#15594, both failing and
323         now passing.
325 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
327         * indent/ruby.rb: Add two more cases.
329 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
331         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
332         first use.
333         (ruby-should-indent): Use indent-according-to-mode.
334         (ruby-deftest-move-to-block): Use `declare'.
336 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
338         * indent/ruby.rb: Fix a spurious change, add more failing examples.
340 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
342         * indent/ruby.rb: Add a few more tests; adjust some indentation.
344 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
346         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
347         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
349         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
351 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
353         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
354         Adjust indentation of continued line to the new SMIE behavior.
356 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
358         * automated/completion-tests.el:
359         * indent/css-mode.css: New files.
361 2013-10-03  Daiki Ueno  <ueno@gnu.org>
363         * automated/data/package/signed/archive-contents:
364         * automated/data/package/signed/archive-contents.sig:
365         * automated/data/package/signed/signed-good-1.0.el:
366         * automated/data/package/signed/signed-good-1.0.el.sig:
367         * automated/data/package/signed/signed-bad-1.0.el:
368         * automated/data/package/signed/signed-bad-1.0.el.sig:
369         * automated/data/package/key.pub:
370         * automated/data/package/key.sec: New files.
372         * automated/package-test.el (package-test-update-listing)
373         (package-test-update-archives, package-test-describe-package):
374         Adjust to package.el change.
375         (package-test-signed): New test.
377 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
379         * automated/package-test.el: Update all cases to use :url instead
380         of :homepage.
382         * automated/package-x-test.el
383         (package-x-test--single-archive-entry-1-3): Same.
385 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
387         * automated/package-test.el (simple-single-desc-1-4): Remove, it
388         was unused.
389         (simple-single-desc): Expect :homepage property.
390         (multi-file-desc): Same.
391         (with-package-test): Do not save previous `default-directory'
392         value, let-bind the var instead.
393         (package-test-install-single): Expect :homepage property in the
394         generated pkg file.
395         (package-test-describe-package): Expect Homepage button.
396         (package-test-describe-non-installed-package)
397         (package-test-describe-non-installed-multi-file-package): Same.
398         (package-test-describe-not-installed-package): Remove, it was a
399         duplicate.
401         * automated/package-x-test.el
402         (package-x-test--single-archive-entry-1-3): Expect :homepage
403         property.
404         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
406         * automated/data/package/simple-single-1.3.el: Add URL header.
408         * automated/data/package/archive-contents: Add :homepage
409         properties to `simple-single' and `multi-file'.
411 2013-09-22  Daniel Colascione  <dancol@dancol.org>
413         * automated/data-test.el:
414         (bool-vector-count-matches-all-0-nil)
415         (bool-vector-count-matches-all-0-t)
416         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
417         (bool-vector-count-matches-at, bool-vector-intersection-op)
418         (bool-vector-union-op, bool-vector-xor-op)
419         (bool-vector-set-difference-op)
420         (bool-vector-change-detection, bool-vector-not): New tests.
421         (mock-bool-vector-count-matches-at)
422         (test-bool-vector-bv-from-hex-string)
423         (test-bool-vector-to-hex-string)
424         (test-bool-vector-count-matches-at-tc)
425         (test-bool-vector-apply-mock-op)
426         (test-bool-vector-binop): New helper functions.
427         (bool-vector-test-vectors): New testcase data.
429 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
431         * automated/advice-tests.el (advice-test-called-interactively-p-around)
432         (advice-test-called-interactively-p-filter-args)
433         (advice-test-called-interactively-p-around): New tests.
435 2013-09-16  Glenn Morris  <rgm@gnu.org>
437         * automated/eshell.el (eshell-match-result):
438         Return a more informative failure than simply "false".  Update callers.
440         * automated/eshell.el (eshell-test/for-name-shadow-loop):
441         Test value before and after loop as well as during.
443 2013-09-15  Glenn Morris  <rgm@gnu.org>
445         * automated/eshell.el (eshell-test/for-name-shadow-loop):
446         New test.  (Bug#15372)
447         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
449 2013-09-13  Glenn Morris  <rgm@gnu.org>
451         * automated/eshell.el (with-temp-eshell):
452         Use a temp directory for eshell-directory-name.
453         (eshell-test-command-result): New, again using a temp directory.
454         Replace eshell-command-result with this throughout.
455         (eshell-test/for-loop, eshell-test/for-name-loop):
456         Ensure environment variables don't confuse us.
458 2013-09-12  Glenn Morris  <rgm@gnu.org>
460         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
461         due to "has a running process; kill it?" prompts.
463 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
465         * automated/eshell.el: Rename from eshell.el.
466         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
468 2013-09-01  Glenn Morris  <rgm@gnu.org>
470         * automated/Makefile.in (setwins): Avoid leading space in $wins.
471         Otherwise the sed command used by eg compile-main ends up
472         containing "/*.el".  (Bug#15170)
474 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
476         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
477         for portability to hosts where /bin/sh has problems.
479 2013-08-21  David Engster  <deng@randomsample.de>
481         * automated/eieio-tests.el, automated/eieio-test-persist.el:
482         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
483         upstream.  Changed to use ERT.
485 2013-08-14  Daniel Hackney  <dan@haxney.org>
487         * package-test.el: Remove tar-package-building functions.  Tar file
488         used for testing is included in the repository.
489         (package-test-install-texinfo, package-test-cleanup-built-files):
490         Remove.
492 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
494         * automated/python-tests.el (python-imenu-create-index-4)
495         (python-imenu-create-flat-index-2): New tests.
497 2013-08-05  Glenn Morris  <rgm@gnu.org>
499         * automated/mule-util.el: New file, with tests extracted from
500         lisp/international/mule-util.el.
502 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
504         * automated/advice-tests.el (advice-tests-nadvice): Test removal
505         before definition.
506         (advice-tests-macroaliases): New test.
508 2013-08-04  Glenn Morris  <rgm@gnu.org>
510         * automated/ert-tests.el: Disable failing test that no-one seems
511         to know how to fix.  (Bug#13064)
513         * automated/icalendar-tests.el (icalendar-tests--test-export)
514         (icalendar-tests--test-import): Try more precise TZ specification.
515         Remove debug messages.
517 2013-08-03  Glenn Morris  <rgm@gnu.org>
519         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
521         * automated/icalendar-tests.el (icalendar-tests--test-export)
522         (icalendar-tests--test-import):
523         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
524         (icalendar-tests--test-import): Reset zone even if error occurred.
526 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
528         * automated/core-elisp-tests.el: New file.
530 2013-08-01  Glenn Morris  <rgm@gnu.org>
532         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
533         Try to check that the remote system has a notification program.
535 2013-07-31  Glenn Morris  <rgm@gnu.org>
537         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
539 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
541         * automated/file-notify-tests.el
542         (file-notify--test-local-enabled): New defconst.  Replaces all
543         `file-notify-support' occurences.
544         (file-notify--test-remote-enabled): New defun.
545         (file-notify--deftest-remote): Use it.
546         (file-notify-test00-availability): Rewrite.
547         (file-notify-test00-availability-remote): New defun.
548         (file-notify-test01-add-watch): Rewrite first erroneous check.
550 2013-07-23  Glenn Morris  <rgm@gnu.org>
552         * automated/inotify-test.el (inotify-file-watch-simple):
553         Delete temp-file when done.
555         * automated/subword-tests.el: Require subword.
557 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
559         * automated/subword-tests.el: New file.
561 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
563         * automated/python-tests.el (python-imenu-create-index-2)
564         (python-imenu-create-index-3): New tests.
566 2013-07-11  Glenn Morris  <rgm@gnu.org>
568         * automated/ert-tests.el: Require cl-lib at runtime too.
569         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
570         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
571         (ert-test-set-functions, ert-test-gensym)
572         (ert-test-coerce-to-vector, ert-test-string-position)
573         (ert-test-mismatch): Remove tests.
574         * automated/cl-lib.el: New, split from ert-tests.el.
576         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
577         Goto point-min.
578         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
579         (ruby-move-to-block-skips-percent-literal)
580         (ruby-move-to-block-skips-heredoc)
581         (ruby-move-to-block-moves-from-else-to-if)
582         (ruby-beginning-of-defun-does-not-fold-case)
583         (ruby-end-of-defun-skips-to-next-line-after-the-method):
584         Replace goto-line with forward-line/goto-char.
585         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
587         * automated/package-test.el (makeinfo-buffer): Autoload.
588         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
589         (package-test-install-texinfo): Don't require makeinfo.
591         * automated/files.el: Stop "local variables" confusion.
593         * automated/flymake-tests.el (flymake-tests): Remove unused group.
595         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
596         Use with-current-buffer.
598         * automated/undo-tests.el (undo-test-buffer-modified)
599         (undo-test-file-modified): New tests.
601 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
603         * automated/file-notify-tests.el (file-notify-test00-availability):
604         Set :expected-result.
605         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
606         (file-notify-test02-events, file-notify-test02-events-remote)
607         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
608         Skip when `file-notify-support' is nil.  (Bug#14823)
610 2013-07-09  Glenn Morris  <rgm@gnu.org>
612         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
613         Declare.
614         (inotify-file-watch-simple): Silence compiler.
616         * automated/python-tests.el (python-indent-block-enders):
617         Make it actually test something.
619         * automated/package-x-test.el: Require package-test when compiling.
621         * automated/add-log-tests.el, automated/advice-tests.el:
622         * automated/imenu-test.el, automated/package-x-test.el:
623         * automated/python-tests.el, automated/ruby-mode-tests.el:
624         * automated/xml-parse-tests.el: Explicitly require ert.
626 2013-07-08  Kenichi Handa  <handa@gnu.org>
628         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
629         Use with-ccoding-priority to avoid side-effect (Bug#14781).
631 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
633         * automated/file-notify-tests.el
634         (file-notify-test-remote-temporary-file-directory):
635         Use `null-device' on w32.
636         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
637         (file-notify--test-results, file-notify--test-event)
638         (file-notify--deftest-remote, file-notify--event-test)
639         (file-notify--test-event-handler)
640         (file-notify--test-make-temp-name): Rename, in order to mark them
641         internal.
642         (tramp-message-show-message, tramp-read-passwd): Tweak them for
643         better fitting in noninteractive tests.
644         (file-notify-test00-availability): Rename from `file-notify-test0'.
645         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
646         Use `temporary-file-directory '.
647         (file-notify-test01-add-watch-remote): New test.
648         (file-notify-test02-events): Rename from `file-notify-test2'.
649         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
650         (file-notify-test03-autorevert): Rename from
651         `file-notify-test4'.  Use timeouts.
652         (file-notify-test03-autorevert-remote): Rename from
653         `file-notify-test5'.
655 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
657         * automated/file-notify-tests.el: New package.
659 2013-06-28  Kenichi Handa  <handa@gnu.org>
661         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
662         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
663         Callers changed.
664         (decoder-tests-filename): New function.
665         (decoder-tests-prefer-utf-8-read)
666         (decoder-tests-prefer-utf-8-write): New function.
667         (ert-test-decoder-prefer-utf-8): New test.
669 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
671         * automated/package-x-test.el: Change the commentary.
672         (package-x-test--single-archive-entry-1-3)
673         (package-x-test--single-archive-entry-1-4): Fix the tests, by
674         using the appropriate data structure.
676 2013-06-27  Daniel Hackney  <dan@haxney.org>
678         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
680         * automated/package-x-test.el: New file.
682         * automated/package-test.el: New file.
684         * automated/data/package: New directory, with test examples.
686 2013-06-27  Glenn Morris  <rgm@gnu.org>
688         * automated/python-tests.el (python-tests-with-temp-file):
689         Clean up after ourself.
691         * automated/undo-tests.el (undo-test3): Remove test that seems to
692         do nothing that the previous one doesn't, except leave a tempfile.
694 2013-06-26  Glenn Morris  <rgm@gnu.org>
696         * automated/info-xref.el: New file.
698 2013-06-25  Glenn Morris  <rgm@gnu.org>
700         * automated/occur-tests.el (occur-test-create): New function.
701         Use it to create separate tests for each element, so we run them
702         all rather than stopping at the first error.
704 2013-06-24  Glenn Morris  <rgm@gnu.org>
706         * automated/occur-tests.el (occur-tests):
707         Update for 2013-05-29 change to occur header line.
709 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
711         Test suite for flymake.
712         * automated/flymake-tests.el:
713         * automated/flymake/warnpred/Makefile
714         * automated/flymake/warnpred/test.c
715         * automated/flymake/warnpred/test.pl: New files.
717 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
719         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
721 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
723         * automated/reftex-tests.el: New test suite for reftex.
725 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
727         * automated/ruby-mode-tests.el: New tests, for percent literals
728         and expression expansion.
730 2013-05-29  Leo Liu  <sdl.web@gmail.com>
732         * indent/octave.m: Tweak.
734 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
736         * tests/eshell.el: Rewrite tests using ERT.
738 2013-05-25  Leo Liu  <sdl.web@gmail.com>
740         * indent/octave.m: Add tests for %!, # and ### comments.
742 2013-05-23  Kenichi Handa  <handa@gnu.org>
744         * automated/decoder-tests.el: New file.
746 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
748         * indent/ruby.rb: Add multiline regexp example.
750         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
751         (ruby-regexp-skips-over-interpolation)
752         (ruby-regexp-continues-till-end-when-unclosed)
753         (ruby-regexp-can-be-multiline)
754         (ruby-interpolation-inside-percent-literal): New tests.
756 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
758         * indent/ruby.rb: Fix indentation after =; add more cases.
760 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
762         * indent/pascal.pas: Add test for mis-identified comments.
764 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
766         * automated/imenu-tests.el: New file.  (Bug#14112)
768 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
770         * automated/python-tests.el (python-imenu-prev-index-position-1):
771         Remove test.
772         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
773         New tests.
775 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
777         * automated/python-tests.el (python-nav-backward-defun-2)
778         (python-nav-backward-defun-3, python-nav-forward-defun-2)
779         (python-nav-forward-defun-3): New tests.
781 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
783         * automated/python-tests.el (python-nav-backward-defun-1)
784         (python-nav-forward-defun-1): New tests.
786 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
788         * automated/add-log-tests.el: New file. (Bug#14112)
790 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
792         * automated/python-tests.el (python-indent-block-enders): New test.
793         (python-info-current-defun-2): Fix test.
795 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
797         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
799 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
801         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
802         (python-tests-with-temp-file): New macro.
803         (python-tests-shell-interpreter): New var.
804         (python-shell-get-process-name-1)
805         (python-shell-internal-get-process-name-1)
806         (python-shell-parse-command-1)
807         (python-shell-calculate-process-environment-1)
808         (python-shell-calculate-process-environment-2)
809         (python-shell-calculate-process-environment-3)
810         (python-shell-calculate-exec-path-1)
811         (python-shell-calculate-exec-path-2)
812         (python-shell-make-comint-1)
813         (python-shell-make-comint-2)
814         (python-shell-get-process-1)
815         (python-shell-get-or-create-process-1)
816         (python-shell-internal-get-or-create-process-1): New tests.
818 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
820         * automated/python-tests.el: New file.
822 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
824         * automated/ruby-mode-tests.el
825         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
826         bits inside the examples.
827         (ruby-move-to-block-skips-heredoc): New test.
828         (ruby-add-log-current-method-after-inner-class):
829         Lower expectations: move point inside a method, initially.
831 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
833         * automated/ruby-mode-tests.el
834         (ruby-move-to-block-skips-percent-literal): New test.
836 2013-02-04  Chong Yidong  <cyd@gnu.org>
838         * automated/thingatpt.el: New file.
840 2013-02-03  Chong Yidong  <cyd@gnu.org>
842         * automated/files.el (file-test--do-local-variables-test):
843         Avoid compilation warning message.
845 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
847         * automated/ruby-mode-tests.el
848         (ruby-indent-spread-args-in-parens): New test.
849         * automated/ruby-mode-tests.el (ruby-block-test-example):
850         Break indentation of the do block opener and add a line inside it.
851         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
852         Adjust line numbers.
854 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
856         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
858 2013-01-14  Glenn Morris  <rgm@gnu.org>
860         * automated/compile-tests.el (compile-tests--test-regexps-data):
861         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
863 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
865         * automated/man-tests.el: New file.
867 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
869         * automated/undo-tests.el (undo-test0): Adjust error to code change.
871 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
873         * automated/undo-tests.el: New file.
875 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
877         * automated/ruby-mode-tests.el
878         (ruby-indent-after-block-in-continued-expression): New test.
880 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
882         * automated/ruby-mode-tests.el:
883         Rename one interpolation test; add three more.
884         (ruby-with-temp-buffer): New macro, use it where appropriate.
885         (ruby-add-log-current-method-examples): Use "_" for target point.
886         Add four new tests for ruby-add-log-current-method.
888 2012-12-11  Glenn Morris  <rgm@gnu.org>
890         * automated/f90.el (f90-test-bug13138): New test.
892 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
894         * automated/inotify-test.el: New test.
896 2012-12-02  Chong Yidong  <cyd@gnu.org>
898         * automated/ruby-mode-tests.el
899         (ruby-add-log-current-method-examples): Don't use loop macro, to
900         allow automated testing to work.
902 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
904         * automated/advice-tests.el (advice-tests--data): Remove.
905         (advice-tests): Move the tests directly here instead.
906         Add called-interactively-p tests.
908 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
910         * automated/ert-x-tests.el: Use cl-lib.
911         * automated/ert-tests.el: Use lexical-binding and cl-lib.
913 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
915         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
916         (ruby-indent-inside-heredoc-after-operator)
917         (ruby-indent-inside-heredoc-after-space): New tests.
918         Change direct font-lock face references to var references.
919         (ruby-interpolation-suppresses-syntax-inside): New test.
920         (ruby-interpolation-inside-percent-literal-with-paren):
921         New failing test.
923 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
925         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
926         (ruby-singleton-class-no-heredoc-font-lock)
927         (ruby-add-log-current-method-examples): New tests.
928         (ruby-test-string): Extract from ruby-should-indent-buffer.
929         (ruby-deftest-move-to-block): New macro.
930         Add several move-to-block tests.
932 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
934         * automated/advice-tests.el: New tests.
936 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
938         * automated/compile-tests.el (compile-tests--test-regexps-data):
939         Add new data for msft's new format.
941 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
943         * automated/ruby-mode-tests.el:
944         (ruby-toggle-block-to-multiline): New test.
945         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
946         (ruby-toggle-block-to-brace): Use buffer-string.
948 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
950         * automated/ruby-mode-tests.el: New tests (Bug#11613).
952 2012-08-28  Chong Yidong  <cyd@gnu.org>
954         * automated/files.el: Test every combination of values for
955         enable-local-variables and enable-local-eval.
957 2012-08-19  Chong Yidong  <cyd@gnu.org>
959         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
961 2012-08-18  Chong Yidong  <cyd@gnu.org>
963         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
965 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
967         * indent/ruby.rb: Rearrange examples, add new ones.
969 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
971         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
972         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
974 2012-08-11  Glenn Morris  <rgm@gnu.org>
976         * automated/files.el: New file.
978         * automated/Makefile.in (all): Fix typo.
980 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
982         * automated/ruby-mode-tests.el (ruby-should-indent):
983         Add docstring, check (current-indentation) instead of (current-column).
984         (ruby-should-indent-buffer): New function.
985         Add tests for `ruby-deep-indent-paren' behavior.
986         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
988 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
990         Original tests in test_ruby_mode.rb in upstream (author).
992 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
994         * automated/ruby-mode-tests.el (ruby-should-indent)
995         (ruby-assert-state): New functions.
996         Add new tests.
998 2012-07-29  David Engster  <deng@randomsample.de>
1000         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1001         New variable to hold test data for name expansion.
1002         (xml-parse-tests): Test the two different types of name expansion.
1004 2012-07-29  Juri Linkov  <juri@jurta.org>
1006         * automated/occur-tests.el (occur-test-case): Use predefined
1007         buffer name " *test-occur*" instead of a random buffer name.
1009 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1011         * automated/ruby-mode-tests.el: New file with one test.
1013 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1015         * indent/shell.sh: Add test case for ${#VAR}.
1017         * indent/latex-mode.tex: New file.
1019 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1021         * eshell.el: Use cl-lib.
1023 2012-07-03  Chong Yidong  <cyd@gnu.org>
1025         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1027 2012-07-02  Chong Yidong  <cyd@gnu.org>
1029         * automated/xml-parse-tests.el (xml-parse-tests--data):
1030         More testcases.
1032 2012-07-01  Chong Yidong  <cyd@gnu.org>
1034         * automated/xml-parse-tests.el: New file.
1036 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1038         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1039         Use cl-flet.
1041 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1043         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1044         Test escaped commas in TZID (Bug#11473).
1045         (icalendar-import-with-timezone): New.
1046         (icalendar-real-world): Add new testcase as given in the bugreport
1047         of Bug#11473.
1049 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1051         * automated/icalendar-tests.el (icalendar-tests--test-import):
1052         Include UID in import tests (Bug#11525).
1053         (icalendar-import-non-recurring, icalendar-import-rrule)
1054         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1055         UID-import change.
1056         (icalendar-import-with-uid): New.
1057         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1058         Include UID in cycle tests.
1059         (icalendar-cycle, icalendar-real-world): UID-import change.
1061 2012-05-21  Glenn Morris  <rgm@gnu.org>
1063         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1065 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1067         * automated/url-util-tests.el: New file to test
1068         lisp/url/url-util.el.  Only `url-build-query-string' and
1069         `url-parse-query-string' are tested right now (Bug#8706).
1071 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1073         * indent/shell.sh:
1074         * indent/shell.rc: Ad some test cases.
1076 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1078         * indent/ruby.rb: New file, to test new syntax-propertize code.
1080 2012-04-11  Glenn Morris  <rgm@gnu.org>
1082         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1084 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1086         * automated/url-future-tests.el (url-future-tests): Move from
1087         lisp/url/url-future.el and rename.
1089 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1091         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1092         Fix broken test, caused by missing trailing blank.
1094 2011-12-03  Chong Yidong  <cyd@gnu.org>
1096         * automated/compile-tests.el (compile-tests--test-regexps-data):
1097         Increase column numbers by one to reflect change in how
1098         compilation-message is recorded (Bug#10172).
1100 2011-11-22  Glenn Morris  <rgm@gnu.org>
1102         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1104 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1106         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1108 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1110         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1111         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1112         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1114 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1116         * automated/newsticker-tests.el
1117         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1118         newsticker--treeview-tree-update.
1120 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1122         * automated/newsticker-tests.el
1123         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1125         * trunk/test/automated/newsticker-tests.el
1126         (newsticker--group-manage-orphan-feeds): Prevent updating
1127         newsticker treeview. Fixed bug#9763.
1129 2011-10-20  Glenn Morris  <rgm@gnu.org>
1131         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1133         * automated/vc-bzr.el: New file.
1135 2011-10-15  Glenn Morris  <rgm@gnu.org>
1137         * automated/f90.el: New file.
1139 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1141         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1142         to automated/newsticker-tests.el. Convert to ERT.
1144 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1146         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1147         Remove, simply use string=.
1148         (icalendar--diarytime-to-isotime)
1149         (icalendar--datetime-to-diary-date)
1150         (icalendar--datestring-to-isodate)
1151         (icalendar--format-ical-event)
1152         (icalendar--parse-summary-and-rest)
1153         (icalendar-tests--do-test-import)
1154         (icalendar-tests--do-test-cycle): Change argument order of
1155         string= to EXPECTED ACTUAL.
1156         (icalendar--import-format-sample)
1157         (icalendar--format-ical-event)
1158         (icalendar-import-non-recurring)
1159         (icalendar-import-rrule)
1160         (icalendar-import-duration)
1161         (icalendar-import-bug-6766)
1162         (icalendar-real-world): Adjust to string= instead of
1163         icalendar-tests--compare-strings.
1164         (icalendar-import-multiple-vcalendars): New.
1166 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1168         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1169         Require CL.
1171 2011-05-09  Juri Linkov  <juri@jurta.org>
1173         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1174         Convert to ERT.
1176 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1178         * automated/compile-tests.el: New file.
1180 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1182         * automated/font-parse-tests.el: Don't byte-compile.
1184         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1186 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * automated/lexbind-tests.el: New file.
1190 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1192         * Version 23.3 released.
1194 2011-03-05  Glenn Morris  <rgm@gnu.org>
1196         * eshell.el: Move here from lisp/eshell/esh-test.el.
1198 2011-03-03  Christian Ohler  <ohler@gnu.org>
1200         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1201         New test.
1203 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1205         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1206         convert to ERT format.
1208 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1210         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1211         convert to ERT format.
1213 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1215         * indent/shell.sh:
1216         * indent/shell.rc: New files.
1218 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1220         * automated/font-parse-tests.el: Move from
1221         font-parse-testsuite.el.
1223 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1225         * font-parse-testsuite.el (test-font-parse-data): New file.
1227 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1229         * indent/prolog.prolog: Add tokenizing tests.
1231 2011-01-13  Christian Ohler  <ohler@gnu.org>
1233         * automated: New directory for automated tests.
1235         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1237         * automated/Makefile.in: New file.
1239 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * indent/modula2.mod: New file.
1243 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * indent/octave.m: Add a test to ensure indentation is local.
1247 2010-10-23  Glenn Morris  <rgm@gnu.org>
1249         * comint-testsuite.el
1250         (comint-testsuite--test-comint-password-prompt-regexp):
1251         Add "Please enter the password".  (Bug#7224)
1253 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1255         * indent/prolog.prolog: Use normal spacing around !.
1257 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1259         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1261 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1263         * indent/octave.m: Remove some `fixindent' not needed any more.
1265 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1267         * indent/octave.m: New file.
1269 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1271         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1272         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1273         (icalendar-testsuite--run-internal-tests): New.
1274         (icalendar-testsuite--test-convert-ordinary-to-ical)
1275         (icalendar-testsuite--test-convert-block-to-ical)
1276         (icalendar-testsuite--test-convert-anniversary-to-ical)
1277         (icalendar-testsuite--test-parse-vtimezone)
1278         (icalendar-testsuite--do-test-export): Code formatting.
1279         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1280         (icalendar-testsuite--do-test-import)
1281         (icalendar-testsuite--do-test-cycle):
1282         Use icalendar-testsuite--compare-strings
1283         (icalendar-testsuite--run-import-tests): Comment added.
1284         (icalendar-testsuite--run-import-tests)
1285         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1287 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1289         * redisplay-testsuite.el (test-redisplay-3): New test.
1291 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1293         * comint-testsuite.el: New file.
1295 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         * indent: New dir.
1299 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1301         * Version 23.2 released.
1303 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1305         * cedet/semantic-ia-utest.el
1306         (semantic-symref-test-count-hits-in-tag): Add function, from
1307         semantic-test.el.
1309         * cedet/tests/test.cpp:
1310         * cedet/tests/test.py:
1311         * cedet/tests/teststruct.cpp:
1312         * cedet/tests/testtemplates.cpp:
1313         * cedet/tests/testusing.cpp:
1314         * cedet/tests/scopetest.cpp:
1315         * cedet/tests/scopetest.java: Files deleted.
1317         * cedet/tests/test.make:
1318         * cedet/tests/test.c:
1319         * cedet/tests/testjavacomp.java:
1320         * cedet/tests/testspp.c:
1321         * cedet/tests/testsppreplace.c:
1322         * cedet/tests/testsppreplaced.c:
1323         * cedet/tests/testsubclass.cpp:
1324         * cedet/tests/testsubclass.hh:
1325         * cedet/tests/testtypedefs.cpp:
1326         * cedet/tests/testvarnames.c:
1327         * cedet/tests/test.el:
1328         * cedet/tests/testdoublens.cpp:
1329         * cedet/tests/testdoublens.hpp: Add copyright header.
1331         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1332         Remove reference to deleted files.
1334 2010-03-30  Juri Linkov  <juri@jurta.org>
1336         * occur-testsuite.el (occur-tests): Add tests for context lines.
1338 2010-03-23  Juri Linkov  <juri@jurta.org>
1340         * occur-testsuite.el: New file.
1342 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1344         * Branch for 23.2.
1346 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1348         * icalendar-testsuite.el
1349         (icalendar-testsuite--run-function-tests): Add new tests.
1350         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1351         testcase.
1352         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1353         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1354         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1355         (icalendar-testsuite--test-convert-block-to-ical): New.
1356         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1357         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1359 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1361         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1362         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1363         Fix typos in docstrings and error messages.
1364         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1366 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1368         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1369         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1370         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1372 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1374         * icalendar-testsuite.el
1375         (icalendar-testsuite--run-function-tests):
1376         Add icalendar-testsuite--test-parse-vtimezone.
1377         (icalendar-testsuite--test-parse-vtimezone): New.
1378         (icalendar-testsuite--do-test-cycle): Doc changes.
1379         (icalendar-testsuite--run-real-world-tests): Remove trailing
1380         whitespace -- see change of icalendar--add-diary-entry in
1381         icalendar.el.
1382         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1384 2009-09-30  Glenn Morris  <rgm@gnu.org>
1386         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1388 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1390         * cedet/*: New unit tests, from CEDET repository.
1392 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1394         * redisplay-testsuite.el: New file.
1396 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1398         * Branch for 23.1.
1400 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1402         * icalendar-testsuite.el
1403         (icalendar-testsuite--run-function-tests):
1404         Add icalendar-testsuite--test-diarytime-to-isotime.
1405         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1406         recent icalendar fixes.
1407         (icalendar-testsuite--test-diarytime-to-isotime): New.
1408         (icalendar-testsuite--test-create-uid): Adjust to recent
1409         icalendar changes.
1411 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1413         * bytecomp-testsuite.el: New file.
1415 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1417         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1418         Add `icalendar-testsuite--test-create-uid'.
1419         (icalendar-testsuite--test-create-uid): New.
1421 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1423         * newsticker-testsuite.el: New file.
1425 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1427         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1428         Add icalendar-testsuite--test-datestring-to-isodate,
1429         icalendar-testsuite--test-datetime-to-diary-date, and
1430         icalendar-testsuite--test-calendar-style.
1431         (icalendar-testsuite--test-format-ical-event):
1432         (icalendar-testsuite--test-parse-summary-and-rest):
1433         Doc fix.  Remove european-calendar-style.
1434         (icalendar-testsuite--get-ical-event): Doc fix.
1435         (icalendar-testsuite--test-first-weekday-of-year):
1436         (icalendar-testsuite--run-cycle-tests): Add doc string.
1437         (icalendar-testsuite--test-datestring-to-isodate):
1438         (icalendar-testsuite--test-datetime-to-diary-date):
1439         (icalendar-testsuite--test-calendar-style): New functions.
1440         (icalendar-testsuite--test-export): Handle iso date style.
1441         New arg INPUT-ISO.  Use calendar-date-style.
1442         (icalendar-testsuite--test-import): Handle iso date style.
1443         New arg EXPECTED-ISO.  Use calendar-date-style.
1444         (icalendar-testsuite--test-cycle): Handle iso date style.
1445         (icalendar-testsuite--run-import-tests):
1446         (icalendar-testsuite--run-export-tests):
1447         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1449 2008-02-29  Glenn Morris  <rgm@gnu.org>
1451         * README: New file.
1453 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1455         * icalendar-testsuite.el: New file.
1457 ;; Local Variables:
1458 ;; coding: utf-8
1459 ;; End:
1461   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1463   This file is part of GNU Emacs.
1465   GNU Emacs is free software: you can redistribute it and/or modify
1466   it under the terms of the GNU General Public License as published by
1467   the Free Software Foundation, either version 3 of the License, or
1468   (at your option) any later version.
1470   GNU Emacs is distributed in the hope that it will be useful,
1471   but WITHOUT ANY WARRANTY; without even the implied warranty of
1472   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1473   GNU General Public License for more details.
1475   You should have received a copy of the GNU General Public License
1476   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.