lisp/net/eww.el (eww-render): Don't pass arg to eww-display-image
[emacs/old-mirror.git] / test / ChangeLog
blobe16e0b2128192f44ff306650217371da89708764
1 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
3         * automated/reftex-tests.el (reftex-parse-from-file-test): Run
4         temp-dir through file-truename, to make sure the temporary file
5         names are comparable as strings.
7         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
8         Force Unix EOLs by using 'utf-8-unix', since the default of
9         'utf-8' is system-dependent, while the test expects to see Unix
10         EOLs.
12 2013-11-28  Glenn Morris  <rgm@gnu.org>
14         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
16 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
18         * automated/Makefile.in (PATH_SEP): Set this instead of
19         PATH_SEPARATOR.
20         (EMACSOPT): Use $(PATH_SEP).
22 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
24         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
25         Set to nil.
27 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
29         * automated/file-notify-tests.el
30         (file-notify-test-remote-temporary-file-directory):
31         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
32         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
33         (file-notify--deftest-remote): Cleanup connection initially.
34         (file-notify-test03-autorevert): Run also in batch mode.  Use a
35         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
36         does not work on MS Windows.  Call `accept-process-output' for
37         remote files.  Apply `string-match' instead of `string-equal', the
38         messages are different on MS Windows.
40         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
41         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
42         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
44 2013-11-23  Glenn Morris  <rgm@gnu.org>
46         * automated/python-tests.el (python-shell-make-comint-1)
47         (python-shell-make-comint-2, python-shell-get-process-1):
48         Suppress creation of some temp-files.
50         * automated/python-tests.el (python-shell-parse-command-1)
51         (python-shell-make-comint-1, python-shell-make-comint-2)
52         (python-shell-get-process-1)
53         (python-shell-internal-get-or-create-process-1):
54         Skip rather than fail if prereqs not found.
56         * automated/Makefile.in (emacs):
57         Empty EMACSLOADPATH rather than unsetting.
59 2013-11-22  Glenn Morris  <rgm@gnu.org>
61         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
62         Set expected-result.
64 2013-11-21  Glenn Morris  <rgm@gnu.org>
66         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
67         (compile-main): Pass XARGS_LIMIT to xargs.
69         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
70         (EMACSOPT): Use PATH_SEPARATOR.
72 2013-11-20  Bozhidar Batsov <bozhidar@batsov.com>
74         * test/automated/ruby-mode-tests.el (ruby-exit!-font-lock):
75         Add a failing test for Bug#15874.
76         * test/automated/ruby-mode-tests.el
77         (ruby--insert-coding-comment-ruby-style)
78         (ruby--insert-coding-comment-emacs-style)
79         (ruby--insert-coding-comment-custom-style):
80         Add a few tests for `ruby--insert-coding-comment'.
82 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
84         Improve API of recently-added bool vector functions (Bug#15912).
85         * automated/data-tests.el: Adjust to API changes.
87 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
89         * automated/tramp-tests.el (tramp-test07-file-exists-p)
90         (tramp-test08-file-local-copy)
91         (tramp-test09-insert-file-contents, tramp-test10-write-region)
92         (tramp-test11-copy-file, tramp-test12-rename-file)
93         (tramp-test13-make-directory, tramp-test14-delete-directory)
94         (tramp-test15-copy-directory, tramp-test16-directory-files)
95         (tramp-test17-insert-directory, tramp-test18-file-attributes)
96         (tramp-test19-directory-files-and-attributes)
97         (tramp-test20-file-modes, tramp-test21-file-links)
98         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
99         (tramp-test24-file-name-completion, tramp-test25-load)
100         (tramp-test26-process-file, tramp-test27-start-file-process)
101         (tramp-test28-shell-command): Cleanup connection initially.
103 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
105         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
106         connection before running the test.
108 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
110         * automated/tramp-tests.el (tramp-test15-copy-directory)
111         (tramp-test16-directory-files, tramp-test17-insert-directory)
112         (tramp-test18-file-attributes)
113         (tramp-test19-directory-files-and-attributes)
114         (tramp-test20-file-modes, tramp-test21-file-links)
115         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
116         (tramp-test24-file-name-completion, tramp-test25-load)
117         (tramp-test26-process-file, tramp-test27-start-file-process):
118         (tramp-test28-shell-command): Protect unwindforms with
119         `ignore-errors'.
120         (tramp-test29-utf8): New test.
122 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
124         * automated/file-notify-tests.el (file-notify-test02-events)
125         (file-notify-test03-autorevert): Suppress messages in `write-region'.
127         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
128         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
129         (tramp-test26-process-file, tramp-test28-shell-command):
130         Ensure, that the directory is not empty when calling "ls".
132 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
134         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
135         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
136         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
137         (tramp-test09-insert-file-contents, tramp-test10-write-region):
138         (tramp-test26-process-file): Add tests.
139         (tramp-test11-copy-file): Remove debug message.
140         (tramp-test20-file-modes): Special case, if user is "root".
142 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
144         * automated/file-notify-tests.el:
145         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
146         `tramp-remote-path' when running on hydra.
147         (tramp-test07-file-exists-p): Remove instrumentation code.
148         (tramp-test26-process-file): Don't use "/bin/true" and
149         "/bin/false", these paths do not exist on hydra.
151 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
153         * automated/process-tests.el: New file.
155 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
157         * indent/ruby.rb: New examples.
159 2013-11-06  Glenn Morris  <rgm@gnu.org>
161         * automated/Makefile.in (setwins): Avoid accidental matches.
163 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
165         * automated/tramp-tests.el (tramp-test07-file-exists-p):
166         Fix docstring.  Instrument, in order to hunt failure on hydra.
168 2013-11-06  Glenn Morris  <rgm@gnu.org>
170         * automated/flymake-tests.el (warning-predicate-rx-gcc)
171         (warning-predicate-function-gcc, warning-predicate-rx-perl)
172         (warning-predicate-function-perl):
173         * automated/info-xref.el (info-xref-test-makeinfo):
174         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
175         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
177 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
179         * automated/tramp-tests.el: New file.
181 2013-11-05  Glenn Morris  <rgm@gnu.org>
183         Get rid of --chdir usage.
184         * automated/Makefile.in (EMACSOPT): Move -L here.
185         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
186         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
187         (.el.elc): No more need to pass -L here.
188         (compile-main): Get rid of sub-shell and cd.
189         (compile-clean, check): Get rid of cd.
191         Make it possible to run tests with a different working directory.
192         * automated/flymake-tests.el (flymake-tests-data-directory): New.
193         (flymake-tests--current-face): Use flymake-tests-data-directory.
194         (warning-predicate-function-gcc, warning-predicate-rx-perl)
195         (warning-predicate-function-perl): Adapt for above change.
196         * automated/zlib-tests.el (zlib-tests-data-directory): New.
197         (zlib--decompress): Use zlib-tests-data-directory.
199         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
200         Remove test that makes no sense.
202         * automated/files.el (files-test-local-variable-data):
203         Fix result typo presumably caused by interference from dir-locals.
204         (file-test--do-local-variables-test): Prevent dir-locals interfering.
206 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
208         * indent/ruby.rb: Add a statement on the line after heredoc.
209         Move a now-successful example.
211         * automated/ruby-mode-tests.el: Remove outdated comment.
213 2013-11-04  Glenn Morris  <rgm@gnu.org>
215         * automated/Makefile.in (abs_srcdir): Remove.
216         (emacs): Unset EMACSLOADPATH.
217         (.el.elc, check): Use -L to append srcdir to load-path.
219 2013-11-02  Glenn Morris  <rgm@gnu.org>
221         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
222         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
223         (abs_srcdir): New, set by configure.
224         (EMACS): Use a relative file name.
225         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
226         (lisp-compile): Remove (assume it's up-to-date).
227         (compile-main): Do not run lisp-compile.
228         (compile-main, compile-clean, compile-always, bootstrap-clean)
229         (check): Use srcdir rather than $test.  Check cd return value.
230         Use --chdir.
231         (doit, compile, compile-always): Remove stuff copied from lisp/.
232         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
234 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
236         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
237         Add a skipping test.
239 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
241         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
243         * indent/css-mode.css (.x2): Test alignement inside braces.
245 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
247         * indent/ruby.rb: New failing example.
249         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
250         Fix the test, in respect to adding the space after the curly.
252 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
254         * automated/ert-tests.el (ert-test-skip-unless): New test case.
255         (ert-test-deftest): Adapt test for changed macro expansion.
256         (ert-test-run-tests-interactively):
257         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
258         Add a skipping test.
260         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
261         (file-notify--test-local-enabled): Make it a function.  Check also
262         for `file-remote-p' of `temporary-file-directory'.
263         (file-notify--test-remote-enabled-checked): New defvar.
264         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
265         internal functions.  Cache result.
266         (file-notify--deftest-remote, file-notify-test00-availability)
267         (file-notify-test01-add-watch, file-notify-test02-events)
268         (file-notify-test03-autorevert): Add checks with `skip_unless'.
269         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
271 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
273         * indent/ruby.rb: Fix syntax error in the latest example.
275 2013-10-23  Glenn Morris  <rgm@gnu.org>
277         * automated/Makefile.in (abs_top_srcdir, top_builddir):
278         New, set by configure.
279         (top_srcdir): Remove.
280         (abs_test, abs_lispsrc): New.
281         (lisp): No longer absolute.
282         (emacs, lisp-compile, compile, compile-always):
283         Quote entities that might contain whitespace.
285 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
287         * indent/ruby.rb: Move two examples to "working" section, add one
288         more.
290 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
292         * indent/ruby.rb: New examples for indentation of blocks.
293         Example of hash inside parens that inflooped before the present commit.
295 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
297         * test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
298         allows another timer to run.
300 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
302         * indent/ruby.rb: More examples for bug#15594, both failing and
303         now passing.
305 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
307         * indent/ruby.rb: Add two more cases.
309 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
311         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
312         first use.
313         (ruby-should-indent): Use indent-according-to-mode.
314         (ruby-deftest-move-to-block): Use `declare'.
316 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
318         * indent/ruby.rb: Fix a spurious change, add more failing examples.
320 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
322         * indent/ruby.rb: Add a few more tests; adjust some indentation.
324 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
326         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
327         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
329         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
331 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
333         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
334         Adjust indentation of continued line to the new SMIE behavior.
336 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * automated/completion-tests.el:
339         * indent/css-mode.css: New files.
341 2013-10-03  Daiki Ueno  <ueno@gnu.org>
343         * automated/data/package/signed/archive-contents:
344         * automated/data/package/signed/archive-contents.sig:
345         * automated/data/package/signed/signed-good-1.0.el:
346         * automated/data/package/signed/signed-good-1.0.el.sig:
347         * automated/data/package/signed/signed-bad-1.0.el:
348         * automated/data/package/signed/signed-bad-1.0.el.sig:
349         * automated/data/package/key.pub:
350         * automated/data/package/key.sec: New files.
352         * automated/package-test.el (package-test-update-listing)
353         (package-test-update-archives, package-test-describe-package):
354         Adjust to package.el change.
355         (package-test-signed): New test.
357 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
359         * automated/package-test.el: Update all cases to use :url instead
360         of :homepage.
362         * automated/package-x-test.el
363         (package-x-test--single-archive-entry-1-3): Same.
365 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
367         * automated/package-test.el (simple-single-desc-1-4): Remove, it
368         was unused.
369         (simple-single-desc): Expect :homepage property.
370         (multi-file-desc): Same.
371         (with-package-test): Do not save previous `default-directory'
372         value, let-bind the var instead.
373         (package-test-install-single): Expect :homepage property in the
374         generated pkg file.
375         (package-test-describe-package): Expect Homepage button.
376         (package-test-describe-non-installed-package)
377         (package-test-describe-non-installed-multi-file-package): Same.
378         (package-test-describe-not-installed-package): Remove, it was a
379         duplicate.
381         * automated/package-x-test.el
382         (package-x-test--single-archive-entry-1-3): Expect :homepage
383         property.
384         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
386         * automated/data/package/simple-single-1.3.el: Add URL header.
388         * automated/data/package/archive-contents: Add :homepage
389         properties to `simple-single' and `multi-file'.
391 2013-09-22  Daniel Colascione  <dancol@dancol.org>
393         * automated/data-test.el:
394         (bool-vector-count-matches-all-0-nil)
395         (bool-vector-count-matches-all-0-t)
396         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
397         (bool-vector-count-matches-at, bool-vector-intersection-op)
398         (bool-vector-union-op, bool-vector-xor-op)
399         (bool-vector-set-difference-op)
400         (bool-vector-change-detection, bool-vector-not): New tests.
401         (mock-bool-vector-count-matches-at)
402         (test-bool-vector-bv-from-hex-string)
403         (test-bool-vector-to-hex-string)
404         (test-bool-vector-count-matches-at-tc)
405         (test-bool-vector-apply-mock-op)
406         (test-bool-vector-binop): New helper functions.
407         (bool-vector-test-vectors): New testcase data.
409 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
411         * automated/advice-tests.el (advice-test-called-interactively-p-around)
412         (advice-test-called-interactively-p-filter-args)
413         (advice-test-called-interactively-p-around): New tests.
415 2013-09-16  Glenn Morris  <rgm@gnu.org>
417         * automated/eshell.el (eshell-match-result):
418         Return a more informative failure than simply "false".  Update callers.
420         * automated/eshell.el (eshell-test/for-name-shadow-loop):
421         Test value before and after loop as well as during.
423 2013-09-15  Glenn Morris  <rgm@gnu.org>
425         * automated/eshell.el (eshell-test/for-name-shadow-loop):
426         New test.  (Bug#15372)
427         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
429 2013-09-13  Glenn Morris  <rgm@gnu.org>
431         * automated/eshell.el (with-temp-eshell):
432         Use a temp directory for eshell-directory-name.
433         (eshell-test-command-result): New, again using a temp directory.
434         Replace eshell-command-result with this throughout.
435         (eshell-test/for-loop, eshell-test/for-name-loop):
436         Ensure environment variables don't confuse us.
438 2013-09-12  Glenn Morris  <rgm@gnu.org>
440         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
441         due to "has a running process; kill it?" prompts.
443 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
445         * automated/eshell.el: Rename from eshell.el.
446         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
448 2013-09-01  Glenn Morris  <rgm@gnu.org>
450         * automated/Makefile.in (setwins): Avoid leading space in $wins.
451         Otherwise the sed command used by eg compile-main ends up
452         containing "/*.el".  (Bug#15170)
454 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
456         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
457         for portability to hosts where /bin/sh has problems.
459 2013-08-21  David Engster  <deng@randomsample.de>
461         * automated/eieio-tests.el, automated/eieio-test-persist.el:
462         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
463         upstream.  Changed to use ERT.
465 2013-08-14  Daniel Hackney  <dan@haxney.org>
467         * package-test.el: Remove tar-package-building functions.  Tar file
468         used for testing is included in the repository.
469         (package-test-install-texinfo, package-test-cleanup-built-files):
470         Remove.
472 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
474         * automated/python-tests.el (python-imenu-create-index-4)
475         (python-imenu-create-flat-index-2): New tests.
477 2013-08-05  Glenn Morris  <rgm@gnu.org>
479         * automated/mule-util.el: New file, with tests extracted from
480         lisp/international/mule-util.el.
482 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
484         * automated/advice-tests.el (advice-tests-nadvice): Test removal
485         before definition.
486         (advice-tests-macroaliases): New test.
488 2013-08-04  Glenn Morris  <rgm@gnu.org>
490         * automated/ert-tests.el: Disable failing test that no-one seems
491         to know how to fix.  (Bug#13064)
493         * automated/icalendar-tests.el (icalendar-tests--test-export)
494         (icalendar-tests--test-import): Try more precise TZ specification.
495         Remove debug messages.
497 2013-08-03  Glenn Morris  <rgm@gnu.org>
499         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
501         * automated/icalendar-tests.el (icalendar-tests--test-export)
502         (icalendar-tests--test-import):
503         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
504         (icalendar-tests--test-import): Reset zone even if error occurred.
506 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
508         * automated/core-elisp-tests.el: New file.
510 2013-08-01  Glenn Morris  <rgm@gnu.org>
512         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
513         Try to check that the remote system has a notification program.
515 2013-07-31  Glenn Morris  <rgm@gnu.org>
517         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
519 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
521         * automated/file-notify-tests.el
522         (file-notify--test-local-enabled): New defconst.  Replaces all
523         `file-notify-support' occurences.
524         (file-notify--test-remote-enabled): New defun.
525         (file-notify--deftest-remote): Use it.
526         (file-notify-test00-availability): Rewrite.
527         (file-notify-test00-availability-remote): New defun.
528         (file-notify-test01-add-watch): Rewrite first erroneous check.
530 2013-07-23  Glenn Morris  <rgm@gnu.org>
532         * automated/inotify-test.el (inotify-file-watch-simple):
533         Delete temp-file when done.
535         * automated/subword-tests.el: Require subword.
537 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
539         * automated/subword-tests.el: New file.
541 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
543         * automated/python-tests.el (python-imenu-create-index-2)
544         (python-imenu-create-index-3): New tests.
546 2013-07-11  Glenn Morris  <rgm@gnu.org>
548         * automated/ert-tests.el: Require cl-lib at runtime too.
549         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
550         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
551         (ert-test-set-functions, ert-test-gensym)
552         (ert-test-coerce-to-vector, ert-test-string-position)
553         (ert-test-mismatch): Remove tests.
554         * automated/cl-lib.el: New, split from ert-tests.el.
556         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
557         Goto point-min.
558         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
559         (ruby-move-to-block-skips-percent-literal)
560         (ruby-move-to-block-skips-heredoc)
561         (ruby-move-to-block-moves-from-else-to-if)
562         (ruby-beginning-of-defun-does-not-fold-case)
563         (ruby-end-of-defun-skips-to-next-line-after-the-method):
564         Replace goto-line with forward-line/goto-char.
565         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
567         * automated/package-test.el (makeinfo-buffer): Autoload.
568         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
569         (package-test-install-texinfo): Don't require makeinfo.
571         * automated/files.el: Stop "local variables" confusion.
573         * automated/flymake-tests.el (flymake-tests): Remove unused group.
575         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
576         Use with-current-buffer.
578         * automated/undo-tests.el (undo-test-buffer-modified)
579         (undo-test-file-modified): New tests.
581 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
583         * automated/file-notify-tests.el (file-notify-test00-availability):
584         Set :expected-result.
585         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
586         (file-notify-test02-events, file-notify-test02-events-remote)
587         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
588         Skip when `file-notify-support' is nil.  (Bug#14823)
590 2013-07-09  Glenn Morris  <rgm@gnu.org>
592         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
593         Declare.
594         (inotify-file-watch-simple): Silence compiler.
596         * automated/python-tests.el (python-indent-block-enders):
597         Make it actually test something.
599         * automated/package-x-test.el: Require package-test when compiling.
601         * automated/add-log-tests.el, automated/advice-tests.el:
602         * automated/imenu-test.el, automated/package-x-test.el:
603         * automated/python-tests.el, automated/ruby-mode-tests.el:
604         * automated/xml-parse-tests.el: Explictly require ert.
606 2013-07-08  Kenichi Handa  <handa@gnu.org>
608         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
609         Use with-ccoding-priority to avoid side-effect (Bug#14781).
611 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
613         * automated/file-notify-tests.el
614         (file-notify-test-remote-temporary-file-directory):
615         Use `null-device' on w32.
616         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
617         (file-notify--test-results, file-notify--test-event)
618         (file-notify--deftest-remote, file-notify--event-test)
619         (file-notify--test-event-handler)
620         (file-notify--test-make-temp-name): Rename, in order to mark them
621         internal.
622         (tramp-message-show-message, tramp-read-passwd): Tweak them for
623         better fitting in noninteractive tests.
624         (file-notify-test00-availability): Rename from `file-notify-test0'.
625         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
626         Use `temporary-file-directory '.
627         (file-notify-test01-add-watch-remote): New test.
628         (file-notify-test02-events): Rename from `file-notify-test2'.
629         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
630         (file-notify-test03-autorevert): Rename from
631         `file-notify-test4'.  Use timeouts.
632         (file-notify-test03-autorevert-remote): Rename from
633         `file-notify-test5'.
635 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
637         * automated/file-notify-tests.el: New package.
639 2013-06-28  Kenichi Handa  <handa@gnu.org>
641         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
642         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
643         Callers changed.
644         (decoder-tests-filename): New function.
645         (decoder-tests-prefer-utf-8-read)
646         (decoder-tests-prefer-utf-8-write): New function.
647         (ert-test-decoder-prefer-utf-8): New test.
649 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
651         * automated/package-x-test.el: Change the commentary.
652         (package-x-test--single-archive-entry-1-3)
653         (package-x-test--single-archive-entry-1-4): Fix the tests, by
654         using the appropriate data structure.
656 2013-06-27  Daniel Hackney  <dan@haxney.org>
658         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
660         * automated/package-x-test.el: New file.
662         * automated/package-test.el: New file.
664         * automated/data/package: New directory, with test examples.
666 2013-06-27  Glenn Morris  <rgm@gnu.org>
668         * automated/python-tests.el (python-tests-with-temp-file):
669         Clean up after ourself.
671         * automated/undo-tests.el (undo-test3): Remove test that seems to
672         do nothing that the previous one doesn't, except leave a tempfile.
674 2013-06-26  Glenn Morris  <rgm@gnu.org>
676         * automated/info-xref.el: New file.
678 2013-06-25  Glenn Morris  <rgm@gnu.org>
680         * automated/occur-tests.el (occur-test-create): New function.
681         Use it to create separate tests for each element, so we run them
682         all rather than stopping at the first error.
684 2013-06-24  Glenn Morris  <rgm@gnu.org>
686         * automated/occur-tests.el (occur-tests):
687         Update for 2013-05-29 change to occur header line.
689 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
691         Test suite for flymake.
692         * automated/flymake-tests.el:
693         * automated/flymake/warnpred/Makefile
694         * automated/flymake/warnpred/test.c
695         * automated/flymake/warnpred/test.pl: New files.
697 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
699         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
701 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
703         * automated/reftex-tests.el: New test suite for reftex.
705 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
707         * automated/ruby-mode-tests.el: New tests, for percent literals
708         and expression expansion.
710 2013-05-29  Leo Liu  <sdl.web@gmail.com>
712         * indent/octave.m: Tweak.
714 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
716         * tests/eshell.el: Rewrite tests using ERT.
718 2013-05-25  Leo Liu  <sdl.web@gmail.com>
720         * indent/octave.m: Add tests for %!, # and ### comments.
722 2013-05-23  Kenichi Handa  <handa@gnu.org>
724         * automated/decoder-tests.el: New file.
726 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
728         * indent/ruby.rb: Add multiline regexp example.
730         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
731         (ruby-regexp-skips-over-interpolation)
732         (ruby-regexp-continues-till-end-when-unclosed)
733         (ruby-regexp-can-be-multiline)
734         (ruby-interpolation-inside-percent-literal): New tests.
736 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
738         * indent/ruby.rb: Fix indentation after =; add more cases.
740 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
742         * indent/pascal.pas: Add test for mis-identified comments.
744 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
746         * automated/imenu-tests.el: New file.  (Bug#14112)
748 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
750         * automated/python-tests.el (python-imenu-prev-index-position-1):
751         Remove test.
752         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
753         New tests.
755 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
757         * automated/python-tests.el (python-nav-backward-defun-2)
758         (python-nav-backward-defun-3, python-nav-forward-defun-2)
759         (python-nav-forward-defun-3): New tests.
761 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
763         * automated/python-tests.el (python-nav-backward-defun-1)
764         (python-nav-forward-defun-1): New tests.
766 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
768         * automated/add-log-tests.el: New file. (Bug#14112)
770 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
772         * automated/python-tests.el (python-indent-block-enders): New test.
773         (python-info-current-defun-2): Fix test.
775 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
777         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
779 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
781         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
782         (python-tests-with-temp-file): New macro.
783         (python-tests-shell-interpreter): New var.
784         (python-shell-get-process-name-1)
785         (python-shell-internal-get-process-name-1)
786         (python-shell-parse-command-1)
787         (python-shell-calculate-process-environment-1)
788         (python-shell-calculate-process-environment-2)
789         (python-shell-calculate-process-environment-3)
790         (python-shell-calculate-exec-path-1)
791         (python-shell-calculate-exec-path-2)
792         (python-shell-make-comint-1)
793         (python-shell-make-comint-2)
794         (python-shell-get-process-1)
795         (python-shell-get-or-create-process-1)
796         (python-shell-internal-get-or-create-process-1): New tests.
798 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
800         * automated/python-tests.el: New file.
802 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
804         * automated/ruby-mode-tests.el
805         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
806         bits inside the examples.
807         (ruby-move-to-block-skips-heredoc): New test.
808         (ruby-add-log-current-method-after-inner-class):
809         Lower expectations: move point inside a method, initially.
811 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
813         * automated/ruby-mode-tests.el
814         (ruby-move-to-block-skips-percent-literal): New test.
816 2013-02-04  Chong Yidong  <cyd@gnu.org>
818         * automated/thingatpt.el: New file.
820 2013-02-03  Chong Yidong  <cyd@gnu.org>
822         * automated/files.el (file-test--do-local-variables-test):
823         Avoid compilation warning message.
825 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
827         * automated/ruby-mode-tests.el
828         (ruby-indent-spread-args-in-parens): New test.
829         * automated/ruby-mode-tests.el (ruby-block-test-example):
830         Break indentation of the do block opener and add a line inside it.
831         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
832         Adjust line numbers.
834 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
836         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
838 2013-01-14  Glenn Morris  <rgm@gnu.org>
840         * automated/compile-tests.el (compile-tests--test-regexps-data):
841         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
843 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
845         * automated/man-tests.el: New file.
847 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
849         * automated/undo-tests.el (undo-test0): Adjust error to code change.
851 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
853         * automated/undo-tests.el: New file.
855 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
857         * automated/ruby-mode-tests.el
858         (ruby-indent-after-block-in-continued-expression): New test.
860 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
862         * automated/ruby-mode-tests.el:
863         Rename one interpolation test; add three more.
864         (ruby-with-temp-buffer): New macro, use it where appropriate.
865         (ruby-add-log-current-method-examples): Use "_" for target point.
866         Add four new tests for ruby-add-log-current-method.
868 2012-12-11  Glenn Morris  <rgm@gnu.org>
870         * automated/f90.el (f90-test-bug13138): New test.
872 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
874         * automated/inotify-test.el: New test.
876 2012-12-02  Chong Yidong  <cyd@gnu.org>
878         * automated/ruby-mode-tests.el
879         (ruby-add-log-current-method-examples): Don't use loop macro, to
880         allow automated testing to work.
882 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
884         * automated/advice-tests.el (advice-tests--data): Remove.
885         (advice-tests): Move the tests directly here instead.
886         Add called-interactively-p tests.
888 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
890         * automated/ert-x-tests.el: Use cl-lib.
891         * automated/ert-tests.el: Use lexical-binding and cl-lib.
893 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
895         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
896         (ruby-indent-inside-heredoc-after-operator)
897         (ruby-indent-inside-heredoc-after-space): New tests.
898         Change direct font-lock face references to var references.
899         (ruby-interpolation-suppresses-syntax-inside): New test.
900         (ruby-interpolation-inside-percent-literal-with-paren):
901         New failing test.
903 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
905         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
906         (ruby-singleton-class-no-heredoc-font-lock)
907         (ruby-add-log-current-method-examples): New tests.
908         (ruby-test-string): Extract from ruby-should-indent-buffer.
909         (ruby-deftest-move-to-block): New macro.
910         Add several move-to-block tests.
912 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
914         * automated/advice-tests.el: New tests.
916 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
918         * automated/compile-tests.el (compile-tests--test-regexps-data):
919         Add new data for msft's new format.
921 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
923         * automated/ruby-mode-tests.el:
924         (ruby-toggle-block-to-multiline): New test.
925         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
926         (ruby-toggle-block-to-brace): Use buffer-string.
928 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
930         * automated/ruby-mode-tests.el: New tests (Bug#11613).
932 2012-08-28  Chong Yidong  <cyd@gnu.org>
934         * automated/files.el: Test every combination of values for
935         enable-local-variables and enable-local-eval.
937 2012-08-19  Chong Yidong  <cyd@gnu.org>
939         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
941 2012-08-18  Chong Yidong  <cyd@gnu.org>
943         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
945 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
947         * indent/ruby.rb: Rearrange examples, add new ones.
949 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
951         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
952         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
954 2012-08-11  Glenn Morris  <rgm@gnu.org>
956         * automated/files.el: New file.
958         * automated/Makefile.in (all): Fix typo.
960 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
962         * automated/ruby-mode-tests.el (ruby-should-indent):
963         Add docstring, check (current-indentation) instead of (current-column).
964         (ruby-should-indent-buffer): New function.
965         Add tests for `ruby-deep-indent-paren' behavior.
966         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
968 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
970         Original tests in test_ruby_mode.rb in upstream (author).
972 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
974         * automated/ruby-mode-tests.el (ruby-should-indent)
975         (ruby-assert-state): New functions.
976         Add new tests.
978 2012-07-29  David Engster  <deng@randomsample.de>
980         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
981         New variable to hold test data for name expansion.
982         (xml-parse-tests): Test the two different types of name expansion.
984 2012-07-29  Juri Linkov  <juri@jurta.org>
986         * automated/occur-tests.el (occur-test-case): Use predefined
987         buffer name " *test-occur*" instead of a random buffer name.
989 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
991         * automated/ruby-mode-tests.el: New file with one test.
993 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
995         * indent/shell.sh: Add test case for ${#VAR}.
997         * indent/latex-mode.tex: New file.
999 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * eshell.el: Use cl-lib.
1003 2012-07-03  Chong Yidong  <cyd@gnu.org>
1005         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1007 2012-07-02  Chong Yidong  <cyd@gnu.org>
1009         * automated/xml-parse-tests.el (xml-parse-tests--data):
1010         More testcases.
1012 2012-07-01  Chong Yidong  <cyd@gnu.org>
1014         * automated/xml-parse-tests.el: New file.
1016 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1018         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1019         Use cl-flet.
1021 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1023         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1024         Test escaped commas in TZID (Bug#11473).
1025         (icalendar-import-with-timezone): New.
1026         (icalendar-real-world): Add new testcase as given in the bugreport
1027         of Bug#11473.
1029 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1031         * automated/icalendar-tests.el (icalendar-tests--test-import):
1032         Include UID in import tests (Bug#11525).
1033         (icalendar-import-non-recurring, icalendar-import-rrule)
1034         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1035         UID-import change.
1036         (icalendar-import-with-uid): New.
1037         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1038         Include UID in cycle tests.
1039         (icalendar-cycle, icalendar-real-world): UID-import change.
1041 2012-05-21  Glenn Morris  <rgm@gnu.org>
1043         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1045 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1047         * automated/url-util-tests.el: New file to test
1048         lisp/url/url-util.el.  Only `url-build-query-string' and
1049         `url-parse-query-string' are tested right now (Bug#8706).
1051 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1053         * indent/shell.sh:
1054         * indent/shell.rc: Ad some test cases.
1056 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1058         * indent/ruby.rb: New file, to test new syntax-propertize code.
1060 2012-04-11  Glenn Morris  <rgm@gnu.org>
1062         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1064 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1066         * automated/url-future-tests.el (url-future-tests): Move from
1067         lisp/url/url-future.el and rename.
1069 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1071         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1072         Fix broken test, caused by missing trailing blank.
1074 2011-12-03  Chong Yidong  <cyd@gnu.org>
1076         * automated/compile-tests.el (compile-tests--test-regexps-data):
1077         Increase column numbers by one to reflect change in how
1078         compilation-message is recorded (Bug#10172).
1080 2011-11-22  Glenn Morris  <rgm@gnu.org>
1082         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1084 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1086         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1088 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1090         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1091         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1092         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1094 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1096         * automated/newsticker-tests.el
1097         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1098         newsticker--treeview-tree-update.
1100 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1102         * automated/newsticker-tests.el
1103         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1105         * trunk/test/automated/newsticker-tests.el
1106         (newsticker--group-manage-orphan-feeds): Prevent updating
1107         newsticker treeview. Fixed bug#9763.
1109 2011-10-20  Glenn Morris  <rgm@gnu.org>
1111         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1113         * automated/vc-bzr.el: New file.
1115 2011-10-15  Glenn Morris  <rgm@gnu.org>
1117         * automated/f90.el: New file.
1119 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1121         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1122         to automated/newsticker-tests.el. Convert to ERT.
1124 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1126         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1127         Remove, simply use string=.
1128         (icalendar--diarytime-to-isotime)
1129         (icalendar--datetime-to-diary-date)
1130         (icalendar--datestring-to-isodate)
1131         (icalendar--format-ical-event)
1132         (icalendar--parse-summary-and-rest)
1133         (icalendar-tests--do-test-import)
1134         (icalendar-tests--do-test-cycle): Change argument order of
1135         string= to EXPECTED ACTUAL.
1136         (icalendar--import-format-sample)
1137         (icalendar--format-ical-event)
1138         (icalendar-import-non-recurring)
1139         (icalendar-import-rrule)
1140         (icalendar-import-duration)
1141         (icalendar-import-bug-6766)
1142         (icalendar-real-world): Adjust to string= instead of
1143         icalendar-tests--compare-strings.
1144         (icalendar-import-multiple-vcalendars): New.
1146 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1148         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1149         Require CL.
1151 2011-05-09  Juri Linkov  <juri@jurta.org>
1153         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1154         Convert to ERT.
1156 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1158         * automated/compile-tests.el: New file.
1160 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1162         * automated/font-parse-tests.el: Don't byte-compile.
1164         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1166 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1168         * automated/lexbind-tests.el: New file.
1170 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1172         * Version 23.3 released.
1174 2011-03-05  Glenn Morris  <rgm@gnu.org>
1176         * eshell.el: Move here from lisp/eshell/esh-test.el.
1178 2011-03-03  Christian Ohler  <ohler@gnu.org>
1180         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1181         New test.
1183 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1185         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1186         convert to ERT format.
1188 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1190         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1191         convert to ERT format.
1193 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1195         * indent/shell.sh:
1196         * indent/shell.rc: New files.
1198 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1200         * automated/font-parse-tests.el: Move from
1201         font-parse-testsuite.el.
1203 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1205         * font-parse-testsuite.el (test-font-parse-data): New file.
1207 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1209         * indent/prolog.prolog: Add tokenizing tests.
1211 2011-01-13  Christian Ohler  <ohler@gnu.org>
1213         * automated: New directory for automated tests.
1215         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1217         * automated/Makefile.in: New file.
1219 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1221         * indent/modula2.mod: New file.
1223 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1225         * indent/octave.m: Add a test to ensure indentation is local.
1227 2010-10-23  Glenn Morris  <rgm@gnu.org>
1229         * comint-testsuite.el
1230         (comint-testsuite--test-comint-password-prompt-regexp):
1231         Add "Please enter the password".  (Bug#7224)
1233 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1235         * indent/prolog.prolog: Use normal spacing around !.
1237 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1239         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1241 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1243         * indent/octave.m: Remove some `fixindent' not needed any more.
1245 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1247         * indent/octave.m: New file.
1249 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1251         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1252         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1253         (icalendar-testsuite--run-internal-tests): New.
1254         (icalendar-testsuite--test-convert-ordinary-to-ical)
1255         (icalendar-testsuite--test-convert-block-to-ical)
1256         (icalendar-testsuite--test-convert-anniversary-to-ical)
1257         (icalendar-testsuite--test-parse-vtimezone)
1258         (icalendar-testsuite--do-test-export): Code formatting.
1259         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1260         (icalendar-testsuite--do-test-import)
1261         (icalendar-testsuite--do-test-cycle):
1262         Use icalendar-testsuite--compare-strings
1263         (icalendar-testsuite--run-import-tests): Comment added.
1264         (icalendar-testsuite--run-import-tests)
1265         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1267 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1269         * redisplay-testsuite.el (test-redisplay-3): New test.
1271 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1273         * comint-testsuite.el: New file.
1275 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         * indent: New dir.
1279 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1281         * Version 23.2 released.
1283 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1285         * cedet/semantic-ia-utest.el
1286         (semantic-symref-test-count-hits-in-tag): Add function, from
1287         semantic-test.el.
1289         * cedet/tests/test.cpp:
1290         * cedet/tests/test.py:
1291         * cedet/tests/teststruct.cpp:
1292         * cedet/tests/testtemplates.cpp:
1293         * cedet/tests/testusing.cpp:
1294         * cedet/tests/scopetest.cpp:
1295         * cedet/tests/scopetest.java: Files deleted.
1297         * cedet/tests/test.make:
1298         * cedet/tests/test.c:
1299         * cedet/tests/testjavacomp.java:
1300         * cedet/tests/testspp.c:
1301         * cedet/tests/testsppreplace.c:
1302         * cedet/tests/testsppreplaced.c:
1303         * cedet/tests/testsubclass.cpp:
1304         * cedet/tests/testsubclass.hh:
1305         * cedet/tests/testtypedefs.cpp:
1306         * cedet/tests/testvarnames.c:
1307         * cedet/tests/test.el:
1308         * cedet/tests/testdoublens.cpp:
1309         * cedet/tests/testdoublens.hpp: Add copyright header.
1311         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1312         Remove reference to deleted files.
1314 2010-03-30  Juri Linkov  <juri@jurta.org>
1316         * occur-testsuite.el (occur-tests): Add tests for context lines.
1318 2010-03-23  Juri Linkov  <juri@jurta.org>
1320         * occur-testsuite.el: New file.
1322 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1324         * Branch for 23.2.
1326 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1328         * icalendar-testsuite.el
1329         (icalendar-testsuite--run-function-tests): Add new tests.
1330         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1331         testcase.
1332         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1333         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1334         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1335         (icalendar-testsuite--test-convert-block-to-ical): New.
1336         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1337         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1339 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1341         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1342         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1343         Fix typos in docstrings and error messages.
1344         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1346 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1348         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1349         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1350         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1352 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1354         * icalendar-testsuite.el
1355         (icalendar-testsuite--run-function-tests):
1356         Add icalendar-testsuite--test-parse-vtimezone.
1357         (icalendar-testsuite--test-parse-vtimezone): New.
1358         (icalendar-testsuite--do-test-cycle): Doc changes.
1359         (icalendar-testsuite--run-real-world-tests): Remove trailing
1360         whitespace -- see change of icalendar--add-diary-entry in
1361         icalendar.el.
1362         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1364 2009-09-30  Glenn Morris  <rgm@gnu.org>
1366         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1368 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1370         * cedet/*: New unit tests, from CEDET repository.
1372 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1374         * redisplay-testsuite.el: New file.
1376 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1378         * Branch for 23.1.
1380 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1382         * icalendar-testsuite.el
1383         (icalendar-testsuite--run-function-tests):
1384         Add icalendar-testsuite--test-diarytime-to-isotime.
1385         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1386         recent icalendar fixes.
1387         (icalendar-testsuite--test-diarytime-to-isotime): New.
1388         (icalendar-testsuite--test-create-uid): Adjust to recent
1389         icalendar changes.
1391 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1393         * bytecomp-testsuite.el: New file.
1395 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1397         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1398         Add `icalendar-testsuite--test-create-uid'.
1399         (icalendar-testsuite--test-create-uid): New.
1401 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1403         * newsticker-testsuite.el: New file.
1405 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1407         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1408         Add icalendar-testsuite--test-datestring-to-isodate,
1409         icalendar-testsuite--test-datetime-to-diary-date, and
1410         icalendar-testsuite--test-calendar-style.
1411         (icalendar-testsuite--test-format-ical-event):
1412         (icalendar-testsuite--test-parse-summary-and-rest):
1413         Doc fix.  Remove european-calendar-style.
1414         (icalendar-testsuite--get-ical-event): Doc fix.
1415         (icalendar-testsuite--test-first-weekday-of-year):
1416         (icalendar-testsuite--run-cycle-tests): Add doc string.
1417         (icalendar-testsuite--test-datestring-to-isodate):
1418         (icalendar-testsuite--test-datetime-to-diary-date):
1419         (icalendar-testsuite--test-calendar-style): New functions.
1420         (icalendar-testsuite--test-export): Handle iso date style.
1421         New arg INPUT-ISO.  Use calendar-date-style.
1422         (icalendar-testsuite--test-import): Handle iso date style.
1423         New arg EXPECTED-ISO.  Use calendar-date-style.
1424         (icalendar-testsuite--test-cycle): Handle iso date style.
1425         (icalendar-testsuite--run-import-tests):
1426         (icalendar-testsuite--run-export-tests):
1427         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1429 2008-02-29  Glenn Morris  <rgm@gnu.org>
1431         * README: New file.
1433 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1435         * icalendar-testsuite.el: New file.
1437 ;; Local Variables:
1438 ;; coding: utf-8
1439 ;; End:
1441   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1443   This file is part of GNU Emacs.
1445   GNU Emacs is free software: you can redistribute it and/or modify
1446   it under the terms of the GNU General Public License as published by
1447   the Free Software Foundation, either version 3 of the License, or
1448   (at your option) any later version.
1450   GNU Emacs is distributed in the hope that it will be useful,
1451   but WITHOUT ANY WARRANTY; without even the implied warranty of
1452   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1453   GNU General Public License for more details.
1455   You should have received a copy of the GNU General Public License
1456   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.