Cleanup cfengine3-mode so complete-symbol works again.
[emacs.git] / test / ChangeLog
blobffa12498de41a00c5193aa71a39d1b5f579263e9
1 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
3         * indent/ruby.rb: New examples.
5 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7         * automated/python-tests.el (python-indent-dedenters-2): New test.
9 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11         * automated/python-tests.el (python-indent-after-comment-1)
12         (python-indent-after-comment-2): New tests.
14 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
16         * automated/python-test.el (python-indent-block-enders-1): Rename
17         from python-indent-block-enders.
18         (python-indent-block-enders-2): New test.
20 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
22         * indent/js.js: New file.
24 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
26         * automated/dbus-tests.el: New file.
28 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * automated/regexp-tests.el: New file.
32 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
34         * automated/reftex-tests.el (reftex-parse-from-file-test):
35         Run temp-dir through file-truename, to make sure the temporary file
36         names are comparable as strings.
38         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
39         Force Unix EOLs by using 'utf-8-unix', since the default of
40         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
42 2013-11-28  Glenn Morris  <rgm@gnu.org>
44         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
46 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
48         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
49         (EMACSOPT): Use $(PATH_SEP).
51 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
53         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
54         Set to nil.
56 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
58         * automated/file-notify-tests.el
59         (file-notify-test-remote-temporary-file-directory):
60         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
61         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
62         (file-notify--deftest-remote): Cleanup connection initially.
63         (file-notify-test03-autorevert): Run also in batch mode.  Use a
64         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
65         does not work on MS Windows.  Call `accept-process-output' for
66         remote files.  Apply `string-match' instead of `string-equal', the
67         messages are different on MS Windows.
69         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
70         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
71         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
73 2013-11-23  Glenn Morris  <rgm@gnu.org>
75         * automated/python-tests.el (python-shell-make-comint-1)
76         (python-shell-make-comint-2, python-shell-get-process-1):
77         Suppress creation of some temp-files.
79         * automated/python-tests.el (python-shell-parse-command-1)
80         (python-shell-make-comint-1, python-shell-make-comint-2)
81         (python-shell-get-process-1)
82         (python-shell-internal-get-or-create-process-1):
83         Skip rather than fail if prereqs not found.
85         * automated/Makefile.in (emacs):
86         Empty EMACSLOADPATH rather than unsetting.
88 2013-11-22  Glenn Morris  <rgm@gnu.org>
90         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
91         Set expected-result.
93 2013-11-21  Glenn Morris  <rgm@gnu.org>
95         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
96         (compile-main): Pass XARGS_LIMIT to xargs.
98         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
99         (EMACSOPT): Use PATH_SEPARATOR.
101 2013-11-20  Bozhidar Batsov <bozhidar@batsov.com>
103         * test/automated/ruby-mode-tests.el (ruby-exit!-font-lock):
104         Add a failing test for Bug#15874.
105         * test/automated/ruby-mode-tests.el
106         (ruby--insert-coding-comment-ruby-style)
107         (ruby--insert-coding-comment-emacs-style)
108         (ruby--insert-coding-comment-custom-style):
109         Add a few tests for `ruby--insert-coding-comment'.
111 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
113         Improve API of recently-added bool vector functions (Bug#15912).
114         * automated/data-tests.el: Adjust to API changes.
116 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
118         * automated/tramp-tests.el (tramp-test07-file-exists-p)
119         (tramp-test08-file-local-copy)
120         (tramp-test09-insert-file-contents, tramp-test10-write-region)
121         (tramp-test11-copy-file, tramp-test12-rename-file)
122         (tramp-test13-make-directory, tramp-test14-delete-directory)
123         (tramp-test15-copy-directory, tramp-test16-directory-files)
124         (tramp-test17-insert-directory, tramp-test18-file-attributes)
125         (tramp-test19-directory-files-and-attributes)
126         (tramp-test20-file-modes, tramp-test21-file-links)
127         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
128         (tramp-test24-file-name-completion, tramp-test25-load)
129         (tramp-test26-process-file, tramp-test27-start-file-process)
130         (tramp-test28-shell-command): Cleanup connection initially.
132 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
134         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
135         connection before running the test.
137 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
139         * automated/tramp-tests.el (tramp-test15-copy-directory)
140         (tramp-test16-directory-files, tramp-test17-insert-directory)
141         (tramp-test18-file-attributes)
142         (tramp-test19-directory-files-and-attributes)
143         (tramp-test20-file-modes, tramp-test21-file-links)
144         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
145         (tramp-test24-file-name-completion, tramp-test25-load)
146         (tramp-test26-process-file, tramp-test27-start-file-process):
147         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
148         (tramp-test29-utf8): New test.
150 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
152         * automated/file-notify-tests.el (file-notify-test02-events)
153         (file-notify-test03-autorevert): Suppress messages in `write-region'.
155         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
156         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
157         (tramp-test26-process-file, tramp-test28-shell-command):
158         Ensure, that the directory is not empty when calling "ls".
160 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
162         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
163         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
164         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
165         (tramp-test09-insert-file-contents, tramp-test10-write-region):
166         (tramp-test26-process-file): Add tests.
167         (tramp-test11-copy-file): Remove debug message.
168         (tramp-test20-file-modes): Special case, if user is "root".
170 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
172         * automated/file-notify-tests.el:
173         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
174         `tramp-remote-path' when running on hydra.
175         (tramp-test07-file-exists-p): Remove instrumentation code.
176         (tramp-test26-process-file): Don't use "/bin/true" and
177         "/bin/false", these paths do not exist on hydra.
179 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
181         * automated/process-tests.el: New file.
183 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
185         * indent/ruby.rb: New examples.
187 2013-11-06  Glenn Morris  <rgm@gnu.org>
189         * automated/Makefile.in (setwins): Avoid accidental matches.
191 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
193         * automated/tramp-tests.el (tramp-test07-file-exists-p):
194         Fix docstring.  Instrument, in order to hunt failure on hydra.
196 2013-11-06  Glenn Morris  <rgm@gnu.org>
198         * automated/flymake-tests.el (warning-predicate-rx-gcc)
199         (warning-predicate-function-gcc, warning-predicate-rx-perl)
200         (warning-predicate-function-perl):
201         * automated/info-xref.el (info-xref-test-makeinfo):
202         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
203         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
205 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
207         * automated/tramp-tests.el: New file.
209 2013-11-05  Glenn Morris  <rgm@gnu.org>
211         Get rid of --chdir usage.
212         * automated/Makefile.in (EMACSOPT): Move -L here.
213         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
214         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
215         (.el.elc): No more need to pass -L here.
216         (compile-main): Get rid of sub-shell and cd.
217         (compile-clean, check): Get rid of cd.
219         Make it possible to run tests with a different working directory.
220         * automated/flymake-tests.el (flymake-tests-data-directory): New.
221         (flymake-tests--current-face): Use flymake-tests-data-directory.
222         (warning-predicate-function-gcc, warning-predicate-rx-perl)
223         (warning-predicate-function-perl): Adapt for above change.
224         * automated/zlib-tests.el (zlib-tests-data-directory): New.
225         (zlib--decompress): Use zlib-tests-data-directory.
227         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
228         Remove test that makes no sense.
230         * automated/files.el (files-test-local-variable-data):
231         Fix result typo presumably caused by interference from dir-locals.
232         (file-test--do-local-variables-test): Prevent dir-locals interfering.
234 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
236         * indent/ruby.rb: Add a statement on the line after heredoc.
237         Move a now-successful example.
239         * automated/ruby-mode-tests.el: Remove outdated comment.
241 2013-11-04  Glenn Morris  <rgm@gnu.org>
243         * automated/Makefile.in (abs_srcdir): Remove.
244         (emacs): Unset EMACSLOADPATH.
245         (.el.elc, check): Use -L to append srcdir to load-path.
247 2013-11-02  Glenn Morris  <rgm@gnu.org>
249         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
250         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
251         (abs_srcdir): New, set by configure.
252         (EMACS): Use a relative file name.
253         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
254         (lisp-compile): Remove (assume it's up-to-date).
255         (compile-main): Do not run lisp-compile.
256         (compile-main, compile-clean, compile-always, bootstrap-clean)
257         (check): Use srcdir rather than $test.  Check cd return value.
258         Use --chdir.
259         (doit, compile, compile-always): Remove stuff copied from lisp/.
260         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
262 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
264         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
265         Add a skipping test.
267 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
269         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
271         * indent/css-mode.css (.x2): Test alignement inside braces.
273 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
275         * indent/ruby.rb: New failing example.
277         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
278         Fix the test, in respect to adding the space after the curly.
280 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
282         * automated/ert-tests.el (ert-test-skip-unless): New test case.
283         (ert-test-deftest): Adapt test for changed macro expansion.
284         (ert-test-run-tests-interactively):
285         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
286         Add a skipping test.
288         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
289         (file-notify--test-local-enabled): Make it a function.  Check also
290         for `file-remote-p' of `temporary-file-directory'.
291         (file-notify--test-remote-enabled-checked): New defvar.
292         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
293         internal functions.  Cache result.
294         (file-notify--deftest-remote, file-notify-test00-availability)
295         (file-notify-test01-add-watch, file-notify-test02-events)
296         (file-notify-test03-autorevert): Add checks with `skip_unless'.
297         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
299 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
301         * indent/ruby.rb: Fix syntax error in the latest example.
303 2013-10-23  Glenn Morris  <rgm@gnu.org>
305         * automated/Makefile.in (abs_top_srcdir, top_builddir):
306         New, set by configure.
307         (top_srcdir): Remove.
308         (abs_test, abs_lispsrc): New.
309         (lisp): No longer absolute.
310         (emacs, lisp-compile, compile, compile-always):
311         Quote entities that might contain whitespace.
313 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
315         * indent/ruby.rb: Move two examples to "working" section, add one
316         more.
318 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
320         * indent/ruby.rb: New examples for indentation of blocks.
321         Example of hash inside parens that inflooped before the present commit.
323 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
325         * test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
326         allows another timer to run.
328 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
330         * indent/ruby.rb: More examples for bug#15594, both failing and
331         now passing.
333 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
335         * indent/ruby.rb: Add two more cases.
337 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
339         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
340         first use.
341         (ruby-should-indent): Use indent-according-to-mode.
342         (ruby-deftest-move-to-block): Use `declare'.
344 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
346         * indent/ruby.rb: Fix a spurious change, add more failing examples.
348 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * indent/ruby.rb: Add a few more tests; adjust some indentation.
352 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
354         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
355         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
357         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
359 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
361         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
362         Adjust indentation of continued line to the new SMIE behavior.
364 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
366         * automated/completion-tests.el:
367         * indent/css-mode.css: New files.
369 2013-10-03  Daiki Ueno  <ueno@gnu.org>
371         * automated/data/package/signed/archive-contents:
372         * automated/data/package/signed/archive-contents.sig:
373         * automated/data/package/signed/signed-good-1.0.el:
374         * automated/data/package/signed/signed-good-1.0.el.sig:
375         * automated/data/package/signed/signed-bad-1.0.el:
376         * automated/data/package/signed/signed-bad-1.0.el.sig:
377         * automated/data/package/key.pub:
378         * automated/data/package/key.sec: New files.
380         * automated/package-test.el (package-test-update-listing)
381         (package-test-update-archives, package-test-describe-package):
382         Adjust to package.el change.
383         (package-test-signed): New test.
385 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
387         * automated/package-test.el: Update all cases to use :url instead
388         of :homepage.
390         * automated/package-x-test.el
391         (package-x-test--single-archive-entry-1-3): Same.
393 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
395         * automated/package-test.el (simple-single-desc-1-4): Remove, it
396         was unused.
397         (simple-single-desc): Expect :homepage property.
398         (multi-file-desc): Same.
399         (with-package-test): Do not save previous `default-directory'
400         value, let-bind the var instead.
401         (package-test-install-single): Expect :homepage property in the
402         generated pkg file.
403         (package-test-describe-package): Expect Homepage button.
404         (package-test-describe-non-installed-package)
405         (package-test-describe-non-installed-multi-file-package): Same.
406         (package-test-describe-not-installed-package): Remove, it was a
407         duplicate.
409         * automated/package-x-test.el
410         (package-x-test--single-archive-entry-1-3): Expect :homepage
411         property.
412         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
414         * automated/data/package/simple-single-1.3.el: Add URL header.
416         * automated/data/package/archive-contents: Add :homepage
417         properties to `simple-single' and `multi-file'.
419 2013-09-22  Daniel Colascione  <dancol@dancol.org>
421         * automated/data-test.el:
422         (bool-vector-count-matches-all-0-nil)
423         (bool-vector-count-matches-all-0-t)
424         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
425         (bool-vector-count-matches-at, bool-vector-intersection-op)
426         (bool-vector-union-op, bool-vector-xor-op)
427         (bool-vector-set-difference-op)
428         (bool-vector-change-detection, bool-vector-not): New tests.
429         (mock-bool-vector-count-matches-at)
430         (test-bool-vector-bv-from-hex-string)
431         (test-bool-vector-to-hex-string)
432         (test-bool-vector-count-matches-at-tc)
433         (test-bool-vector-apply-mock-op)
434         (test-bool-vector-binop): New helper functions.
435         (bool-vector-test-vectors): New testcase data.
437 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
439         * automated/advice-tests.el (advice-test-called-interactively-p-around)
440         (advice-test-called-interactively-p-filter-args)
441         (advice-test-called-interactively-p-around): New tests.
443 2013-09-16  Glenn Morris  <rgm@gnu.org>
445         * automated/eshell.el (eshell-match-result):
446         Return a more informative failure than simply "false".  Update callers.
448         * automated/eshell.el (eshell-test/for-name-shadow-loop):
449         Test value before and after loop as well as during.
451 2013-09-15  Glenn Morris  <rgm@gnu.org>
453         * automated/eshell.el (eshell-test/for-name-shadow-loop):
454         New test.  (Bug#15372)
455         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
457 2013-09-13  Glenn Morris  <rgm@gnu.org>
459         * automated/eshell.el (with-temp-eshell):
460         Use a temp directory for eshell-directory-name.
461         (eshell-test-command-result): New, again using a temp directory.
462         Replace eshell-command-result with this throughout.
463         (eshell-test/for-loop, eshell-test/for-name-loop):
464         Ensure environment variables don't confuse us.
466 2013-09-12  Glenn Morris  <rgm@gnu.org>
468         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
469         due to "has a running process; kill it?" prompts.
471 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
473         * automated/eshell.el: Rename from eshell.el.
474         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
476 2013-09-01  Glenn Morris  <rgm@gnu.org>
478         * automated/Makefile.in (setwins): Avoid leading space in $wins.
479         Otherwise the sed command used by eg compile-main ends up
480         containing "/*.el".  (Bug#15170)
482 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
484         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
485         for portability to hosts where /bin/sh has problems.
487 2013-08-21  David Engster  <deng@randomsample.de>
489         * automated/eieio-tests.el, automated/eieio-test-persist.el:
490         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
491         upstream.  Changed to use ERT.
493 2013-08-14  Daniel Hackney  <dan@haxney.org>
495         * package-test.el: Remove tar-package-building functions.  Tar file
496         used for testing is included in the repository.
497         (package-test-install-texinfo, package-test-cleanup-built-files):
498         Remove.
500 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
502         * automated/python-tests.el (python-imenu-create-index-4)
503         (python-imenu-create-flat-index-2): New tests.
505 2013-08-05  Glenn Morris  <rgm@gnu.org>
507         * automated/mule-util.el: New file, with tests extracted from
508         lisp/international/mule-util.el.
510 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
512         * automated/advice-tests.el (advice-tests-nadvice): Test removal
513         before definition.
514         (advice-tests-macroaliases): New test.
516 2013-08-04  Glenn Morris  <rgm@gnu.org>
518         * automated/ert-tests.el: Disable failing test that no-one seems
519         to know how to fix.  (Bug#13064)
521         * automated/icalendar-tests.el (icalendar-tests--test-export)
522         (icalendar-tests--test-import): Try more precise TZ specification.
523         Remove debug messages.
525 2013-08-03  Glenn Morris  <rgm@gnu.org>
527         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
529         * automated/icalendar-tests.el (icalendar-tests--test-export)
530         (icalendar-tests--test-import):
531         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
532         (icalendar-tests--test-import): Reset zone even if error occurred.
534 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
536         * automated/core-elisp-tests.el: New file.
538 2013-08-01  Glenn Morris  <rgm@gnu.org>
540         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
541         Try to check that the remote system has a notification program.
543 2013-07-31  Glenn Morris  <rgm@gnu.org>
545         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
547 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
549         * automated/file-notify-tests.el
550         (file-notify--test-local-enabled): New defconst.  Replaces all
551         `file-notify-support' occurences.
552         (file-notify--test-remote-enabled): New defun.
553         (file-notify--deftest-remote): Use it.
554         (file-notify-test00-availability): Rewrite.
555         (file-notify-test00-availability-remote): New defun.
556         (file-notify-test01-add-watch): Rewrite first erroneous check.
558 2013-07-23  Glenn Morris  <rgm@gnu.org>
560         * automated/inotify-test.el (inotify-file-watch-simple):
561         Delete temp-file when done.
563         * automated/subword-tests.el: Require subword.
565 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
567         * automated/subword-tests.el: New file.
569 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
571         * automated/python-tests.el (python-imenu-create-index-2)
572         (python-imenu-create-index-3): New tests.
574 2013-07-11  Glenn Morris  <rgm@gnu.org>
576         * automated/ert-tests.el: Require cl-lib at runtime too.
577         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
578         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
579         (ert-test-set-functions, ert-test-gensym)
580         (ert-test-coerce-to-vector, ert-test-string-position)
581         (ert-test-mismatch): Remove tests.
582         * automated/cl-lib.el: New, split from ert-tests.el.
584         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
585         Goto point-min.
586         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
587         (ruby-move-to-block-skips-percent-literal)
588         (ruby-move-to-block-skips-heredoc)
589         (ruby-move-to-block-moves-from-else-to-if)
590         (ruby-beginning-of-defun-does-not-fold-case)
591         (ruby-end-of-defun-skips-to-next-line-after-the-method):
592         Replace goto-line with forward-line/goto-char.
593         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
595         * automated/package-test.el (makeinfo-buffer): Autoload.
596         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
597         (package-test-install-texinfo): Don't require makeinfo.
599         * automated/files.el: Stop "local variables" confusion.
601         * automated/flymake-tests.el (flymake-tests): Remove unused group.
603         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
604         Use with-current-buffer.
606         * automated/undo-tests.el (undo-test-buffer-modified)
607         (undo-test-file-modified): New tests.
609 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
611         * automated/file-notify-tests.el (file-notify-test00-availability):
612         Set :expected-result.
613         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
614         (file-notify-test02-events, file-notify-test02-events-remote)
615         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
616         Skip when `file-notify-support' is nil.  (Bug#14823)
618 2013-07-09  Glenn Morris  <rgm@gnu.org>
620         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
621         Declare.
622         (inotify-file-watch-simple): Silence compiler.
624         * automated/python-tests.el (python-indent-block-enders):
625         Make it actually test something.
627         * automated/package-x-test.el: Require package-test when compiling.
629         * automated/add-log-tests.el, automated/advice-tests.el:
630         * automated/imenu-test.el, automated/package-x-test.el:
631         * automated/python-tests.el, automated/ruby-mode-tests.el:
632         * automated/xml-parse-tests.el: Explicitly require ert.
634 2013-07-08  Kenichi Handa  <handa@gnu.org>
636         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
637         Use with-ccoding-priority to avoid side-effect (Bug#14781).
639 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
641         * automated/file-notify-tests.el
642         (file-notify-test-remote-temporary-file-directory):
643         Use `null-device' on w32.
644         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
645         (file-notify--test-results, file-notify--test-event)
646         (file-notify--deftest-remote, file-notify--event-test)
647         (file-notify--test-event-handler)
648         (file-notify--test-make-temp-name): Rename, in order to mark them
649         internal.
650         (tramp-message-show-message, tramp-read-passwd): Tweak them for
651         better fitting in noninteractive tests.
652         (file-notify-test00-availability): Rename from `file-notify-test0'.
653         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
654         Use `temporary-file-directory '.
655         (file-notify-test01-add-watch-remote): New test.
656         (file-notify-test02-events): Rename from `file-notify-test2'.
657         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
658         (file-notify-test03-autorevert): Rename from
659         `file-notify-test4'.  Use timeouts.
660         (file-notify-test03-autorevert-remote): Rename from
661         `file-notify-test5'.
663 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
665         * automated/file-notify-tests.el: New package.
667 2013-06-28  Kenichi Handa  <handa@gnu.org>
669         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
670         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
671         Callers changed.
672         (decoder-tests-filename): New function.
673         (decoder-tests-prefer-utf-8-read)
674         (decoder-tests-prefer-utf-8-write): New function.
675         (ert-test-decoder-prefer-utf-8): New test.
677 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
679         * automated/package-x-test.el: Change the commentary.
680         (package-x-test--single-archive-entry-1-3)
681         (package-x-test--single-archive-entry-1-4): Fix the tests, by
682         using the appropriate data structure.
684 2013-06-27  Daniel Hackney  <dan@haxney.org>
686         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
688         * automated/package-x-test.el: New file.
690         * automated/package-test.el: New file.
692         * automated/data/package: New directory, with test examples.
694 2013-06-27  Glenn Morris  <rgm@gnu.org>
696         * automated/python-tests.el (python-tests-with-temp-file):
697         Clean up after ourself.
699         * automated/undo-tests.el (undo-test3): Remove test that seems to
700         do nothing that the previous one doesn't, except leave a tempfile.
702 2013-06-26  Glenn Morris  <rgm@gnu.org>
704         * automated/info-xref.el: New file.
706 2013-06-25  Glenn Morris  <rgm@gnu.org>
708         * automated/occur-tests.el (occur-test-create): New function.
709         Use it to create separate tests for each element, so we run them
710         all rather than stopping at the first error.
712 2013-06-24  Glenn Morris  <rgm@gnu.org>
714         * automated/occur-tests.el (occur-tests):
715         Update for 2013-05-29 change to occur header line.
717 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
719         Test suite for flymake.
720         * automated/flymake-tests.el:
721         * automated/flymake/warnpred/Makefile
722         * automated/flymake/warnpred/test.c
723         * automated/flymake/warnpred/test.pl: New files.
725 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
727         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
729 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
731         * automated/reftex-tests.el: New test suite for reftex.
733 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
735         * automated/ruby-mode-tests.el: New tests, for percent literals
736         and expression expansion.
738 2013-05-29  Leo Liu  <sdl.web@gmail.com>
740         * indent/octave.m: Tweak.
742 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
744         * tests/eshell.el: Rewrite tests using ERT.
746 2013-05-25  Leo Liu  <sdl.web@gmail.com>
748         * indent/octave.m: Add tests for %!, # and ### comments.
750 2013-05-23  Kenichi Handa  <handa@gnu.org>
752         * automated/decoder-tests.el: New file.
754 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
756         * indent/ruby.rb: Add multiline regexp example.
758         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
759         (ruby-regexp-skips-over-interpolation)
760         (ruby-regexp-continues-till-end-when-unclosed)
761         (ruby-regexp-can-be-multiline)
762         (ruby-interpolation-inside-percent-literal): New tests.
764 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
766         * indent/ruby.rb: Fix indentation after =; add more cases.
768 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
770         * indent/pascal.pas: Add test for mis-identified comments.
772 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
774         * automated/imenu-tests.el: New file.  (Bug#14112)
776 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
778         * automated/python-tests.el (python-imenu-prev-index-position-1):
779         Remove test.
780         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
781         New tests.
783 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
785         * automated/python-tests.el (python-nav-backward-defun-2)
786         (python-nav-backward-defun-3, python-nav-forward-defun-2)
787         (python-nav-forward-defun-3): New tests.
789 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
791         * automated/python-tests.el (python-nav-backward-defun-1)
792         (python-nav-forward-defun-1): New tests.
794 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
796         * automated/add-log-tests.el: New file. (Bug#14112)
798 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
800         * automated/python-tests.el (python-indent-block-enders): New test.
801         (python-info-current-defun-2): Fix test.
803 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
805         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
807 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
809         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
810         (python-tests-with-temp-file): New macro.
811         (python-tests-shell-interpreter): New var.
812         (python-shell-get-process-name-1)
813         (python-shell-internal-get-process-name-1)
814         (python-shell-parse-command-1)
815         (python-shell-calculate-process-environment-1)
816         (python-shell-calculate-process-environment-2)
817         (python-shell-calculate-process-environment-3)
818         (python-shell-calculate-exec-path-1)
819         (python-shell-calculate-exec-path-2)
820         (python-shell-make-comint-1)
821         (python-shell-make-comint-2)
822         (python-shell-get-process-1)
823         (python-shell-get-or-create-process-1)
824         (python-shell-internal-get-or-create-process-1): New tests.
826 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
828         * automated/python-tests.el: New file.
830 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
832         * automated/ruby-mode-tests.el
833         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
834         bits inside the examples.
835         (ruby-move-to-block-skips-heredoc): New test.
836         (ruby-add-log-current-method-after-inner-class):
837         Lower expectations: move point inside a method, initially.
839 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
841         * automated/ruby-mode-tests.el
842         (ruby-move-to-block-skips-percent-literal): New test.
844 2013-02-04  Chong Yidong  <cyd@gnu.org>
846         * automated/thingatpt.el: New file.
848 2013-02-03  Chong Yidong  <cyd@gnu.org>
850         * automated/files.el (file-test--do-local-variables-test):
851         Avoid compilation warning message.
853 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
855         * automated/ruby-mode-tests.el
856         (ruby-indent-spread-args-in-parens): New test.
857         * automated/ruby-mode-tests.el (ruby-block-test-example):
858         Break indentation of the do block opener and add a line inside it.
859         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
860         Adjust line numbers.
862 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
864         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
866 2013-01-14  Glenn Morris  <rgm@gnu.org>
868         * automated/compile-tests.el (compile-tests--test-regexps-data):
869         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
871 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
873         * automated/man-tests.el: New file.
875 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
877         * automated/undo-tests.el (undo-test0): Adjust error to code change.
879 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
881         * automated/undo-tests.el: New file.
883 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
885         * automated/ruby-mode-tests.el
886         (ruby-indent-after-block-in-continued-expression): New test.
888 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
890         * automated/ruby-mode-tests.el:
891         Rename one interpolation test; add three more.
892         (ruby-with-temp-buffer): New macro, use it where appropriate.
893         (ruby-add-log-current-method-examples): Use "_" for target point.
894         Add four new tests for ruby-add-log-current-method.
896 2012-12-11  Glenn Morris  <rgm@gnu.org>
898         * automated/f90.el (f90-test-bug13138): New test.
900 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
902         * automated/inotify-test.el: New test.
904 2012-12-02  Chong Yidong  <cyd@gnu.org>
906         * automated/ruby-mode-tests.el
907         (ruby-add-log-current-method-examples): Don't use loop macro, to
908         allow automated testing to work.
910 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
912         * automated/advice-tests.el (advice-tests--data): Remove.
913         (advice-tests): Move the tests directly here instead.
914         Add called-interactively-p tests.
916 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
918         * automated/ert-x-tests.el: Use cl-lib.
919         * automated/ert-tests.el: Use lexical-binding and cl-lib.
921 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
923         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
924         (ruby-indent-inside-heredoc-after-operator)
925         (ruby-indent-inside-heredoc-after-space): New tests.
926         Change direct font-lock face references to var references.
927         (ruby-interpolation-suppresses-syntax-inside): New test.
928         (ruby-interpolation-inside-percent-literal-with-paren):
929         New failing test.
931 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
933         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
934         (ruby-singleton-class-no-heredoc-font-lock)
935         (ruby-add-log-current-method-examples): New tests.
936         (ruby-test-string): Extract from ruby-should-indent-buffer.
937         (ruby-deftest-move-to-block): New macro.
938         Add several move-to-block tests.
940 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
942         * automated/advice-tests.el: New tests.
944 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
946         * automated/compile-tests.el (compile-tests--test-regexps-data):
947         Add new data for msft's new format.
949 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
951         * automated/ruby-mode-tests.el:
952         (ruby-toggle-block-to-multiline): New test.
953         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
954         (ruby-toggle-block-to-brace): Use buffer-string.
956 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
958         * automated/ruby-mode-tests.el: New tests (Bug#11613).
960 2012-08-28  Chong Yidong  <cyd@gnu.org>
962         * automated/files.el: Test every combination of values for
963         enable-local-variables and enable-local-eval.
965 2012-08-19  Chong Yidong  <cyd@gnu.org>
967         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
969 2012-08-18  Chong Yidong  <cyd@gnu.org>
971         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
973 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
975         * indent/ruby.rb: Rearrange examples, add new ones.
977 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
979         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
980         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
982 2012-08-11  Glenn Morris  <rgm@gnu.org>
984         * automated/files.el: New file.
986         * automated/Makefile.in (all): Fix typo.
988 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
990         * automated/ruby-mode-tests.el (ruby-should-indent):
991         Add docstring, check (current-indentation) instead of (current-column).
992         (ruby-should-indent-buffer): New function.
993         Add tests for `ruby-deep-indent-paren' behavior.
994         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
996 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
998         Original tests in test_ruby_mode.rb in upstream (author).
1000 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1002         * automated/ruby-mode-tests.el (ruby-should-indent)
1003         (ruby-assert-state): New functions.
1004         Add new tests.
1006 2012-07-29  David Engster  <deng@randomsample.de>
1008         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1009         New variable to hold test data for name expansion.
1010         (xml-parse-tests): Test the two different types of name expansion.
1012 2012-07-29  Juri Linkov  <juri@jurta.org>
1014         * automated/occur-tests.el (occur-test-case): Use predefined
1015         buffer name " *test-occur*" instead of a random buffer name.
1017 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1019         * automated/ruby-mode-tests.el: New file with one test.
1021 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1023         * indent/shell.sh: Add test case for ${#VAR}.
1025         * indent/latex-mode.tex: New file.
1027 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * eshell.el: Use cl-lib.
1031 2012-07-03  Chong Yidong  <cyd@gnu.org>
1033         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1035 2012-07-02  Chong Yidong  <cyd@gnu.org>
1037         * automated/xml-parse-tests.el (xml-parse-tests--data):
1038         More testcases.
1040 2012-07-01  Chong Yidong  <cyd@gnu.org>
1042         * automated/xml-parse-tests.el: New file.
1044 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1047         Use cl-flet.
1049 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1051         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1052         Test escaped commas in TZID (Bug#11473).
1053         (icalendar-import-with-timezone): New.
1054         (icalendar-real-world): Add new testcase as given in the bugreport
1055         of Bug#11473.
1057 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1059         * automated/icalendar-tests.el (icalendar-tests--test-import):
1060         Include UID in import tests (Bug#11525).
1061         (icalendar-import-non-recurring, icalendar-import-rrule)
1062         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1063         UID-import change.
1064         (icalendar-import-with-uid): New.
1065         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1066         Include UID in cycle tests.
1067         (icalendar-cycle, icalendar-real-world): UID-import change.
1069 2012-05-21  Glenn Morris  <rgm@gnu.org>
1071         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1073 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1075         * automated/url-util-tests.el: New file to test
1076         lisp/url/url-util.el.  Only `url-build-query-string' and
1077         `url-parse-query-string' are tested right now (Bug#8706).
1079 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1081         * indent/shell.sh:
1082         * indent/shell.rc: Ad some test cases.
1084 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1086         * indent/ruby.rb: New file, to test new syntax-propertize code.
1088 2012-04-11  Glenn Morris  <rgm@gnu.org>
1090         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1092 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1094         * automated/url-future-tests.el (url-future-tests): Move from
1095         lisp/url/url-future.el and rename.
1097 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1099         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1100         Fix broken test, caused by missing trailing blank.
1102 2011-12-03  Chong Yidong  <cyd@gnu.org>
1104         * automated/compile-tests.el (compile-tests--test-regexps-data):
1105         Increase column numbers by one to reflect change in how
1106         compilation-message is recorded (Bug#10172).
1108 2011-11-22  Glenn Morris  <rgm@gnu.org>
1110         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1112 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1114         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1116 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1118         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1119         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1120         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1122 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1124         * automated/newsticker-tests.el
1125         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1126         newsticker--treeview-tree-update.
1128 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1130         * automated/newsticker-tests.el
1131         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1133         * trunk/test/automated/newsticker-tests.el
1134         (newsticker--group-manage-orphan-feeds): Prevent updating
1135         newsticker treeview. Fixed bug#9763.
1137 2011-10-20  Glenn Morris  <rgm@gnu.org>
1139         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1141         * automated/vc-bzr.el: New file.
1143 2011-10-15  Glenn Morris  <rgm@gnu.org>
1145         * automated/f90.el: New file.
1147 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1149         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1150         to automated/newsticker-tests.el. Convert to ERT.
1152 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1154         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1155         Remove, simply use string=.
1156         (icalendar--diarytime-to-isotime)
1157         (icalendar--datetime-to-diary-date)
1158         (icalendar--datestring-to-isodate)
1159         (icalendar--format-ical-event)
1160         (icalendar--parse-summary-and-rest)
1161         (icalendar-tests--do-test-import)
1162         (icalendar-tests--do-test-cycle): Change argument order of
1163         string= to EXPECTED ACTUAL.
1164         (icalendar--import-format-sample)
1165         (icalendar--format-ical-event)
1166         (icalendar-import-non-recurring)
1167         (icalendar-import-rrule)
1168         (icalendar-import-duration)
1169         (icalendar-import-bug-6766)
1170         (icalendar-real-world): Adjust to string= instead of
1171         icalendar-tests--compare-strings.
1172         (icalendar-import-multiple-vcalendars): New.
1174 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1176         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1177         Require CL.
1179 2011-05-09  Juri Linkov  <juri@jurta.org>
1181         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1182         Convert to ERT.
1184 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1186         * automated/compile-tests.el: New file.
1188 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1190         * automated/font-parse-tests.el: Don't byte-compile.
1192         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1194 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1196         * automated/lexbind-tests.el: New file.
1198 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1200         * Version 23.3 released.
1202 2011-03-05  Glenn Morris  <rgm@gnu.org>
1204         * eshell.el: Move here from lisp/eshell/esh-test.el.
1206 2011-03-03  Christian Ohler  <ohler@gnu.org>
1208         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1209         New test.
1211 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1213         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1214         convert to ERT format.
1216 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1218         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1219         convert to ERT format.
1221 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1223         * indent/shell.sh:
1224         * indent/shell.rc: New files.
1226 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1228         * automated/font-parse-tests.el: Move from
1229         font-parse-testsuite.el.
1231 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1233         * font-parse-testsuite.el (test-font-parse-data): New file.
1235 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1237         * indent/prolog.prolog: Add tokenizing tests.
1239 2011-01-13  Christian Ohler  <ohler@gnu.org>
1241         * automated: New directory for automated tests.
1243         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1245         * automated/Makefile.in: New file.
1247 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1249         * indent/modula2.mod: New file.
1251 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1253         * indent/octave.m: Add a test to ensure indentation is local.
1255 2010-10-23  Glenn Morris  <rgm@gnu.org>
1257         * comint-testsuite.el
1258         (comint-testsuite--test-comint-password-prompt-regexp):
1259         Add "Please enter the password".  (Bug#7224)
1261 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1263         * indent/prolog.prolog: Use normal spacing around !.
1265 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1267         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1269 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1271         * indent/octave.m: Remove some `fixindent' not needed any more.
1273 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1275         * indent/octave.m: New file.
1277 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1279         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1280         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1281         (icalendar-testsuite--run-internal-tests): New.
1282         (icalendar-testsuite--test-convert-ordinary-to-ical)
1283         (icalendar-testsuite--test-convert-block-to-ical)
1284         (icalendar-testsuite--test-convert-anniversary-to-ical)
1285         (icalendar-testsuite--test-parse-vtimezone)
1286         (icalendar-testsuite--do-test-export): Code formatting.
1287         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1288         (icalendar-testsuite--do-test-import)
1289         (icalendar-testsuite--do-test-cycle):
1290         Use icalendar-testsuite--compare-strings
1291         (icalendar-testsuite--run-import-tests): Comment added.
1292         (icalendar-testsuite--run-import-tests)
1293         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1295 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1297         * redisplay-testsuite.el (test-redisplay-3): New test.
1299 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1301         * comint-testsuite.el: New file.
1303 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1305         * indent: New dir.
1307 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1309         * Version 23.2 released.
1311 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1313         * cedet/semantic-ia-utest.el
1314         (semantic-symref-test-count-hits-in-tag): Add function, from
1315         semantic-test.el.
1317         * cedet/tests/test.cpp:
1318         * cedet/tests/test.py:
1319         * cedet/tests/teststruct.cpp:
1320         * cedet/tests/testtemplates.cpp:
1321         * cedet/tests/testusing.cpp:
1322         * cedet/tests/scopetest.cpp:
1323         * cedet/tests/scopetest.java: Files deleted.
1325         * cedet/tests/test.make:
1326         * cedet/tests/test.c:
1327         * cedet/tests/testjavacomp.java:
1328         * cedet/tests/testspp.c:
1329         * cedet/tests/testsppreplace.c:
1330         * cedet/tests/testsppreplaced.c:
1331         * cedet/tests/testsubclass.cpp:
1332         * cedet/tests/testsubclass.hh:
1333         * cedet/tests/testtypedefs.cpp:
1334         * cedet/tests/testvarnames.c:
1335         * cedet/tests/test.el:
1336         * cedet/tests/testdoublens.cpp:
1337         * cedet/tests/testdoublens.hpp: Add copyright header.
1339         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1340         Remove reference to deleted files.
1342 2010-03-30  Juri Linkov  <juri@jurta.org>
1344         * occur-testsuite.el (occur-tests): Add tests for context lines.
1346 2010-03-23  Juri Linkov  <juri@jurta.org>
1348         * occur-testsuite.el: New file.
1350 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1352         * Branch for 23.2.
1354 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1356         * icalendar-testsuite.el
1357         (icalendar-testsuite--run-function-tests): Add new tests.
1358         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1359         testcase.
1360         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1361         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1362         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1363         (icalendar-testsuite--test-convert-block-to-ical): New.
1364         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1365         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1367 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1369         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1370         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1371         Fix typos in docstrings and error messages.
1372         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1374 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1376         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1377         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1378         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1380 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1382         * icalendar-testsuite.el
1383         (icalendar-testsuite--run-function-tests):
1384         Add icalendar-testsuite--test-parse-vtimezone.
1385         (icalendar-testsuite--test-parse-vtimezone): New.
1386         (icalendar-testsuite--do-test-cycle): Doc changes.
1387         (icalendar-testsuite--run-real-world-tests): Remove trailing
1388         whitespace -- see change of icalendar--add-diary-entry in
1389         icalendar.el.
1390         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1392 2009-09-30  Glenn Morris  <rgm@gnu.org>
1394         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1396 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1398         * cedet/*: New unit tests, from CEDET repository.
1400 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1402         * redisplay-testsuite.el: New file.
1404 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1406         * Branch for 23.1.
1408 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1410         * icalendar-testsuite.el
1411         (icalendar-testsuite--run-function-tests):
1412         Add icalendar-testsuite--test-diarytime-to-isotime.
1413         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1414         recent icalendar fixes.
1415         (icalendar-testsuite--test-diarytime-to-isotime): New.
1416         (icalendar-testsuite--test-create-uid): Adjust to recent
1417         icalendar changes.
1419 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1421         * bytecomp-testsuite.el: New file.
1423 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1425         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1426         Add `icalendar-testsuite--test-create-uid'.
1427         (icalendar-testsuite--test-create-uid): New.
1429 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1431         * newsticker-testsuite.el: New file.
1433 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1435         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1436         Add icalendar-testsuite--test-datestring-to-isodate,
1437         icalendar-testsuite--test-datetime-to-diary-date, and
1438         icalendar-testsuite--test-calendar-style.
1439         (icalendar-testsuite--test-format-ical-event):
1440         (icalendar-testsuite--test-parse-summary-and-rest):
1441         Doc fix.  Remove european-calendar-style.
1442         (icalendar-testsuite--get-ical-event): Doc fix.
1443         (icalendar-testsuite--test-first-weekday-of-year):
1444         (icalendar-testsuite--run-cycle-tests): Add doc string.
1445         (icalendar-testsuite--test-datestring-to-isodate):
1446         (icalendar-testsuite--test-datetime-to-diary-date):
1447         (icalendar-testsuite--test-calendar-style): New functions.
1448         (icalendar-testsuite--test-export): Handle iso date style.
1449         New arg INPUT-ISO.  Use calendar-date-style.
1450         (icalendar-testsuite--test-import): Handle iso date style.
1451         New arg EXPECTED-ISO.  Use calendar-date-style.
1452         (icalendar-testsuite--test-cycle): Handle iso date style.
1453         (icalendar-testsuite--run-import-tests):
1454         (icalendar-testsuite--run-export-tests):
1455         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1457 2008-02-29  Glenn Morris  <rgm@gnu.org>
1459         * README: New file.
1461 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1463         * icalendar-testsuite.el: New file.
1465 ;; Local Variables:
1466 ;; coding: utf-8
1467 ;; End:
1469   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1471   This file is part of GNU Emacs.
1473   GNU Emacs is free software: you can redistribute it and/or modify
1474   it under the terms of the GNU General Public License as published by
1475   the Free Software Foundation, either version 3 of the License, or
1476   (at your option) any later version.
1478   GNU Emacs is distributed in the hope that it will be useful,
1479   but WITHOUT ANY WARRANTY; without even the implied warranty of
1480   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1481   GNU General Public License for more details.
1483   You should have received a copy of the GNU General Public License
1484   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.