* lisp/emacs-lisp/eieio*.el: Use class objects in `parent' field.
[emacs.git] / test / ChangeLog
blob8e3b83efbb066ada31c5427a4a2e51abfa16c4ca
1 2015-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * automated/eieio-tests.el (eieio-test-04-static-method)
4         (eieio-test-05-static-method-2): Use oref-default to access
5         class slots.
6         (eieio-test-23-inheritance-check): Don't assume that
7         eieio-class-parents returns class names, or that a class can only have
8         a single name.
10         * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
11         Move from eieio-core.el.  Rename from eieio-attribute-to-initarg.
12         Change arg to be a class object.  Update all callers.
14 2014-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
17         Adjust to new semantics of eieio--scoped-class.
18         (eieio-test-match): Improve error feedback.
20 2014-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22         * automated/eieio-tests.el: Remove dummy object names.
24         * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
25         The type FOO-child is the same as FOO.
27 2014-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
30         Remove use of eieio-generic-call-methodname.
31         (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
32         (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
33         Adjust the expected result accordingly.
35 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
37         * automated/let-alist.el: require `cl-lib'
38         New tests for accessing alists inside alists.
40 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
42         * automated/let-alist.el: New file.
44 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
46         * automated/seq-tests.el: New file.
48 2014-12-16  Glenn Morris  <rgm@gnu.org>
50         * automated/data/flymake/Makefile (check-syntax):
51         Prevent colorized gcc output from confusing flymake.
53         * automated/flymake-tests.el (flymake-tests-data-directory):
54         Change from flymake/warnpred to more standard data/flymake.
55         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
57 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
59         * automated/vc-tests.el (vc-test--revision-granularity-function):
60         New defun.
61         (vc-test--create-repo-function): Rename from
62         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
63         (vc-test--create-repo): Check also for revision-granularity.
64         (vc-test--unregister-function): Additional argument FILE.
65         Adapt all callees.
66         (vc-test--working-revision): New defun.
67         (vc-test-*-working-revision): New tests.
69 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
71         * automated/vc-tests.el (vc-test--register): Check, that the file
72         still exists after register and unregister operations.
74 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
76         * automated/vc-tests.el: New file.
78 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
80         * automated/tramp-tests.el (tramp-test29-vc-registered):
81         Fallback for changed `vc-register' argument list.
83 2014-12-03  Glenn Morris  <rgm@gnu.org>
85         * automated/tramp-tests.el (tramp-test29-vc-registered):
86         Update for recent incompatible change in vc-register.
88 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
90         * automated/python-tests.el
91         (python-shell-calculate-process-environment-4)
92         (python-shell-calculate-process-environment-5): New tests.
93         (python-shell-make-comint-3): Use file-equal-p.
94         (python-shell-get-or-create-process-1)
95         (python-shell-get-or-create-process-2)
96         (python-shell-get-or-create-process-3): Fix interpreter for
97         Windows (Bug#18595).
99 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
101         * automated/libxml-tests.el
102         (libxml-tests--data-comments-preserved): Rename from
103         'libxml-tests--data'.
104         (libxml-tests--data-comments-discarded): New.
105         (libxml-tests): Check whether 'libxml-parse-xml-region' is
106         discarding comments correctly.
108 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
110         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
111         HTML and XML now use no-break space as hard space.  Update tests.
112         (tildify-test-foreach-ignore-environments)
113         (tildify-test-foreach-ignore-environments-early-return,
114         (tildify-test-foreach-region)
115         (tildify-test-foreach-region-early-return)
116         (tildify-test-foreach-region-limit-region): New tests of
117         `tildify-foreach-ignore-environments' and
118         `tildify--foreach-region' functions.
119         (with-test-foreach): New helper macro for the above tests.
121 2014-11-17  Glenn Morris  <rgm@gnu.org>
123         * automated/occur-tests.el (occur-test-case, occur-test-create):
124         In case of failure, show the actual string, rather than just nil.
125         (occur-tests): Update for apparent change in output re control-chars.
127 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
129         * automated/icalendar-tests.el (icalendar-tests--test-export):
130         New optional parameter `alarms'.
131         (icalendar-export-alarms): New test for exporting icalendar
132         alarms.
133         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
135 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
137         * automated/icalendar-tests.el (icalendar-tests--test-import):
138         Mention timezone in doc string.  Clean up.
139         (icalendar-real-world): Add another test case for no-dst
140         timezones.
142 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
144         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
145         Add testcase where offsets of standard time and daylight saving time
146         are equal.
147         (icalendar-real-world): Fix error in test case.  Expected result
148         was wrong when offsets of standard time and daylight saving time
149         were equal.
151 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
153         * automated/python-tests.el
154         (python-shell-calculate-process-environment-2): Fix test.
155         (python-shell-calculate-process-environment-1)
156         (python-shell-calculate-process-environment-3): Cleanup.
158 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
160         * automated/python-tests.el (python-indent-dedenters-8): New test
161         for Bug#18432.
163 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
165         * automated/python-tests.el (python-indent-region-1)
166         (python-indent-region-2, python-indent-region-3)
167         (python-indent-region-4, python-indent-region-5): New tests.
169 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
172         * automated/cl-lib-tests.el: Rename from cl-lib.el.
174 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
176         * automated/libxml-tests.el: New file.
178 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
180         * test/automated/process-tests.el (process-test-quoted-batfile):
181         New test.
183 2014-10-20  Glenn Morris  <rgm@gnu.org>
185         * Merge in all changes up to 24.4 release.
187 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
189         * indent/scss-mode.scss: New file.
190         * indent/css-mode.css: Add a few uneventful examples.
192 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
194         * BidiCharacterTest.txt: New file, from Unicode.
196         * biditest.el: New file.
198 2014-10-08  Leo Liu  <sdl.web@gmail.com>
200         * automated/print-tests.el: New file.
201         (terpri): Tests for terpri.  (Bug#18652)
203 2014-10-06  Glenn Morris  <rgm@gnu.org>
205         * automated/icalendar-tests.el (icalendar--calendar-style):
206         Remove test, no longer relevant.
208 2014-10-04  Glenn Morris  <rgm@gnu.org>
210         * automated/package-x-test.el: Remove file...
211         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
213 2014-10-02  Glenn Morris  <rgm@gnu.org>
215         * automated/package-test.el (with-package-test, package-test-signed):
216         Also set HOME to a temp value, in case the real one is absent (e.g.
217         hydra) or read-only.  (Bug#18575)
218         (package-test-signed): Use skip-unless rather than expected-result.
220 2014-09-26  Leo Liu  <sdl.web@gmail.com>
222         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
223         New tests.  (Bug#18557)
225 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
227         * automated/newsticker-tests.el
228         (newsticker--group-find-parent-group),
229         (newsticker--group-do-rename-group): New tests.
231 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
233         * automated/fns-tests.el (fns-tests-collate-sort):
234         Bind w32-collate-ignore-punctuation to t when sorting according to
235         UTS#10 rules.
237 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
239         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
240         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
242 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
244         * automated/fns-tests.el (fns-tests-compare-strings): In case
245         `compare-strings' shall return t, check for this.
246         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
248 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
250         * automated/python-tests.el (python-indent-electric-colon-1):
251         New test.  (Bug#18228)
253 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
255         * automated/fns-tests.el (fns-tests-sort): New test.
257 2014-08-28  Glenn Morris  <rgm@gnu.org>
259         * automated/python-tests.el (python-shell-calculate-exec-path-2):
260         Update test for today's python.el changes.
262 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
264         * automated/compile-tests.el (compile--test-error-line): Grok FILE
265         being nil.  Allows for Guile tests to pass.
266         (compile-tests--test-regexps-data): Add Guile tests.
268 2014-08-11  Glenn Morris  <rgm@gnu.org>
270         * automated/data/files-bug18141.el.gz: New file.
271         * automated/files.el (files-test-bug-18141-file):
272         New variable and test.  (Bug#18141)
274 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
276         Enumerate evaluated sexp diary entries (Bug#7911).
277         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
278         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
279         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
280         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
281         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
282         New tests.
284 2014-08-07  Glenn Morris  <rgm@gnu.org>
286         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
288 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
290         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
291         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
293 2014-08-03  Glenn Morris  <rgm@gnu.org>
295         * automated/Makefile.in (check-tar): New rule.
297 2014-08-02  Glenn Morris  <rgm@gnu.org>
299         * automated/fns-tests.el (fns-tests-compare-strings):
300         Update test.  (Bug#17903)
302         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
303         Use more precise TZ specification, as per 2013-08-04.
305 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
307         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
308         New test.
310 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
312         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
314 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
316         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
317         Work around the failures in icalendar-tests which occasionally occur on
318         hydra.nixos.org.
320 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
322         * automated/python-tests.el:
323         (python-util-clone-local-variables-1): Fix test.
325         * automated/python-tests.el (python-shell-make-comint-1):
326         (python-shell-make-comint-2): Fix indentation.
327         (python-shell-make-comint-3)
328         (python-shell-make-comint-4): New tests.
329         (python-shell-get-or-create-process-1): Fix test.
330         (python-shell-get-or-create-process-2)
331         (python-shell-get-or-create-process-3): New tests.
332         (python-shell-internal-get-or-create-process-1): Fix test.
333         (python-shell-prompt-detect-1): New test.
334         (python-shell-prompt-detect-2): New test.  (Bug#17370)
335         (python-shell-prompt-detect-3)
336         (python-shell-prompt-detect-4)
337         (python-shell-prompt-detect-5)
338         (python-shell-prompt-detect-6)
339         (python-shell-prompt-validate-regexps-1)
340         (python-shell-prompt-validate-regexps-2)
341         (python-shell-prompt-validate-regexps-3)
342         (python-shell-prompt-validate-regexps-4)
343         (python-shell-prompt-validate-regexps-5)
344         (python-shell-prompt-validate-regexps-6)
345         (python-shell-prompt-validate-regexps-7)
346         (python-shell-prompt-set-calculated-regexps-1)
347         (python-shell-prompt-set-calculated-regexps-2)
348         (python-shell-prompt-set-calculated-regexps-3)
349         (python-shell-prompt-set-calculated-regexps-4)
350         (python-shell-prompt-set-calculated-regexps-5)
351         (python-shell-prompt-set-calculated-regexps-6)
352         (python-util-valid-regexp-p-1): New tests.
354 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
356         * automated/advice-tests.el (advice-test-call-interactively): Make sure
357         the function's definition is fully restored at the end.
359 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
361         * automated/python-tests.el (python-indent-block-enders-1)
362         (python-indent-block-enders-2): Fix tests.
363         (python-indent-block-enders-3, python-indent-block-enders-4)
364         (python-indent-block-enders-5, python-indent-dedenters-1)
365         (python-indent-dedenters-2): Remove tests.
366         (python-indent-dedenters-1, python-indent-dedenters-2)
367         (python-indent-dedenters-3, python-indent-dedenters-4)
368         (python-indent-dedenters-5, python-indent-dedenters-6)
369         (python-indent-dedenters-7)
370         (python-info-dedenter-opening-block-position-1)
371         (python-info-dedenter-opening-block-position-2)
372         (python-info-dedenter-opening-block-position-3)
373         (python-info-dedenter-opening-block-positions-1)
374         (python-info-dedenter-opening-block-positions-2)
375         (python-info-dedenter-opening-block-positions-3)
376         (python-info-dedenter-opening-block-positions-4)
377         (python-info-dedenter-opening-block-positions-5)
378         (python-info-dedenter-opening-block-message-1)
379         (python-info-dedenter-opening-block-message-2)
380         (python-info-dedenter-opening-block-message-3)
381         (python-info-dedenter-opening-block-message-4)
382         (python-info-dedenter-opening-block-message-5)
383         (python-info-dedenter-statement-p-1)
384         (python-info-dedenter-statement-p-2)
385         (python-info-dedenter-statement-p-3)
386         (python-info-dedenter-statement-p-4)
387         (python-info-dedenter-statement-p-5): New tests.
389 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
391         * indent/perl.perl: Add indentation pattern for hash-table entries.
393 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
395         * automated/dbus-tests.el (dbus-test02-register-service-session)
396         (dbus-test02-register-service-system): Fix docstring.
397         (dbus-test02-register-service-own-bus)
398         (dbus-test03-peer-interface): New tests.
400 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
402         * automated/python-tests.el (python-tests-self-insert): New function.
403         (python-triple-quote-pairing): Use it.
404         (python-parens-electric-indent-1): New test. (Bug#17658)
406 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
408         * automated/subr-x-tests.el: New file.
410 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
412         * automated/tramp-tests.el (tramp--instrument-test-case):
413         Print debug buffer in any case.
415 2014-06-28  Leo Liu  <sdl.web@gmail.com>
417         * automated/calc-tests.el: New file and add tests for math-bignum.
418         (Bug#17556)
420 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
422         * automated/dbus-tests.el (dbus--test-register-service)
423         (dbus-test02-register-service-session): Replace `dbus-ping' calls
424         by `dbus-list-known-names'.  (Bug#17858)
426 2014-06-28  Glenn Morris  <rgm@gnu.org>
428         * automated/Makefile.in (GDB): New variable.
429         (emacs): Use $GDB.  (Bug#15991)
431         * automated/Makefile.in (WRITE_LOG): New variable.
432         (%.log): Use WRITE_LOG.
433         (test_template): Disable logging.
435         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
436         (test_template): New definition.  Apply to TESTS.
438 2014-06-27  Glenn Morris  <rgm@gnu.org>
440         * automated/Makefile.in (check-maybe): Rename from check.
441         (check): Re-run all the tests, every time.
442         (clean, mostlyclean): Also delete *.log~.
444 2014-06-26  Glenn Morris  <rgm@gnu.org>
446         * automated/package-x-test.el: Do not mess with load-path.
448         * automated/Makefile.in (%.log): If error, dump log to stdout.
450 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
452         * automated/package-test.el (package-test-update-listing)
453         (package-test-update-archives, package-test-describe-package):
454         Adjust tests according to new package-list-unsigned.
456 2014-06-26  Glenn Morris  <rgm@gnu.org>
458         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
460         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
462         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
463         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
464         (setwins, compile-targets, compile-main, compile-clean): Remove.
465         (GREP_OPTIONS): Unexport.
466         (.el.elc): Replace with pattern rule.
467         (%.elc, %.log): New pattern rules.
468         (ELFILES, LOGFILES): New variables.
469         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
470         (clean, mostlyclean): New rules.
471         (bootstrap-clean): Simplify.
472         (bootstrap-clean, distclean): Depend on clean.
474 2014-06-25  Glenn Morris  <rgm@gnu.org>
476         * automated/flymake-tests.el (flymake-tests--current-face):
477         Sleep for longer.  Avoid querying.
479 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
481         * automated/fns-tests.el (fns-tests-compare-string): New test.
483 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
485         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
486         according to Bug#17815.
488 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
490         * automated/python-tests.el (python-util-strip-string-1): New test.
492 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
494         Sync with Tramp 2.2.10.
496         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
497         (tramp--instrument-test-case): Extend docstring.
498         (tramp-test15-copy-directory): Skip for tramp-smb.el.
499         (tramp-test21-file-links): Use `file-truename' for directories.
500         (tramp-test27-start-file-process, tramp-test28-shell-command):
501         Retrieve process output more robustly.
502         (tramp--test-check-files): Extend test.
503         (tramp-test30-special-characters): Skip for tramp-adb.el,
504         tramp-gvfs.el and tramp-smb.el.  Add further file names.
506 2014-06-13  Glenn Morris  <rgm@gnu.org>
508         * automated/Makefile.in (compile-main):
509         GNU make automatically passes command-line arguments to sub-makes.
511 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
513         * automated/tildify-tests.el (tildify-test--test): Optimize the test
514         slightly by reusing the same temporary buffer across multiple test
515         cases.
517         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
518         (tildify-test-find-env-group-index-bug): Update to support new
519         signature of the `tildify-foreach-region-outside-env' function.
520         Namely, it now takes pairs as an argument instead of looking it up in
521         `tildify-ignored-environments-alist'.
523         * automated/tildify-tests.el (tildify-test--example-html): Add support
524         for generating XML code, so that…
525         (tildify-test-xml) …test can be added to check handling of XML
526         documents.
528         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
529         New test checking end-regex building when multiple environment pairs
530         use integers to refer to capture groups.
532         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
533         test checking end-regex building in `tildify-find-env' function when
534         integers (denoting capture groups) and strings are mixed together.
536 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
538         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
539         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
541 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
543         * automated/tramp-tests.el (tramp-test29-vc-registered):
544         Instrument failed test case.
546 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
548         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
549         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
551 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
553         * automated/tildify-tests.el: New file.
555 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
557         * indent/ruby.rb: Add one more test.
559         * indent/ps-mode.ps: New file.
561         * indent/octave.m: Add a few more tests.
563         * automated/core-elisp-tests.el
564         (core-elisp-test-window-configurations): New test.
566 2014-05-26  Glenn Morris  <rgm@gnu.org>
568         * automated/package-test.el (package-test-install-single):
569         Update for changed output.
571 2014-05-22  Glenn Morris  <rgm@gnu.org>
573         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
574         Fix handling of temporary elc files.
576         * automated/fns-tests.el (fns-tests-nreverse):
577         Update for changed string behavior.
579 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
581         * automated/fns-tests.el: New file.
582         * automated/fns-tests.el (fns-tests-nreverse)
583         (fns-tests-nreverse-bool-vector): New tests.
585 2014-05-08  Glenn Morris  <rgm@gnu.org>
587         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
588         (vc-bzr-test-faulty-bzr-autoloads):
589         Give bzr a temporary home-directory, in case the real one is missing.
591 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
593         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
594         New test.
596 2014-05-08  Glenn Morris  <rgm@gnu.org>
598         * automated/help-fns.el: New file.
600 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
602         * automated/undo-tests.el (undo-test-region-deletion): New test to
603         demonstrate bug#17235.
604         (undo-test-region-example): New test to verify example given in
605         comments for undo-make-selective-list.
607 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
609         * automated/tramp-tests.el (top):
610         * automated/file-notify-tests.el (top): Do not disable interactive
611         passwords in batch mode.
612         (password-cache-expiry): Set to nil.
614         * automated/file-notify-tests.el
615         (file-notify-test-remote-temporary-file-directory):
616         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
617         Use a mock-up method as default.
618         (tramp-test00-availability): Print the used directory name.
619         (tramp-test33-recursive-load): Fix typo.
621 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
623         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
624         (tramp-test30-special-characters): Remove test for backslash.
626 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
628         * automated/tramp-tests.el
629         (tramp-test19-directory-files-and-attributes)
630         (tramp-test22-file-times): Check for `file-attributes' equality
631         only if there is a usable timestamp.
632         (tramp--test-check-files): Do not use `copy-sequence'.
634 2014-04-22  Daniel Colascione  <dancol@dancol.org>
636         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
637         Add compile flag.
638         (test-byte-comp-macro-expansion)
639         (test-byte-comp-macro-expansion-eval-and-compile)
640         (test-byte-comp-macro-expansion-eval-when-compile)
641         (test-byte-comp-macro-expand-lexical-override): Use it.
642         (test-eager-load-macro-expansion)
643         (test-eager-load-macro-expansion-eval-and-compile)
644         (test-eager-load-macro-expansion-eval-when-compile)
645         (test-eager-load-macro-expand-lexical-override): New tests.
647         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
648         account for removal of `cl-struct-set-slot-value'. Also, move
649         the defstruct to top level.
651 2014-04-21  Daniel Colascione  <dancol@dancol.org>
653         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
654         New function.
655         (test-byte-comp-macro-expansion)
656         (test-byte-comp-macro-expansion-eval-and-compile)
657         (test-byte-comp-macro-expansion-eval-when-compile)
658         (test-byte-comp-macro-expand-lexical-override): New tests.
660         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
661         (cl-the): Fix cl-the test.
663 2014-04-20  Daniel Colascione  <dancol@dancol.org>
665         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
667 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
669         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
670         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
672 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
674         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
675         (tramp--test-make-temp-name): Optional argument LOCAL.
676         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
677         (tramp-test10-write-region): No special test for out-of-band copy
678         needed anymore.
679         (tramp-test11-copy-file, tramp-test12-rename-file)
680         (tramp-test21-file-links): Extend tests.
681         (tramp-test20-file-modes): More robust check for user "root".
682         (tramp--test-check-files): New defun.
683         (tramp-test30-special-characters, tramp-test33-recursive-load)
684         (tramp-test34-unload): New tests.
685         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
687 2014-04-11  Glenn Morris  <rgm@gnu.org>
689         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
691 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
693         * automated/electric-tests.el: Fix spelling error in test name.
694         (whitespace-skipping-for-quotes-not-outside):
695         Rename from whitespace-skipping-for-quotes-not-ouside.
697 2014-04-09  Daniel Colascione  <dancol@dancol.org>
699         * automated/syntax-tests.el: New file.
701 2014-04-09  Glenn Morris  <rgm@gnu.org>
703         * automated/python-tests.el (python-triple-quote-pairing):
704         Enable/disable electric-pair-mode as needed.
706         * automated/electric-tests.el (electric-pair-backspace-1):
707         Replace deleted function.
709 2014-04-07  João Távora  <joaotavora@gmail.com>
711         * automated/python-tests.el (python-triple-quote-pairing): New test.
712         (python-syntax-after-python-backspace): New test.
714         * automated/electric-tests.el (electric-pair-define-test-form):
715         More readable test docstrings.
716         (whitespace-skipping-for-quotes-not-ouside)
717         (whitespace-skipping-for-quotes-only-inside)
718         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
720 2014-04-04  João Távora  <joaotavora@gmail.com>
722         * automated/electric-tests.el (define-electric-pair-test):
723         Don't overtest.
724         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
725         (inhibit-in-mismatched-string-inside-c-comments): New test.
727 2014-04-02  João Távora  <joaotavora@gmail.com>
729         * automated/electric-tests.el (inhibit-if-strings-mismatched):
730         New test, change from `inhibit-only-of-next-is-mismatched'.
732 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
734         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
735         (undo-test-region-t-marker): New tests of marker adjustments.
736         (undo-test-marker-adjustment-moved):
737         (undo-test-region-mark-adjustment): New tests to demonstrate
738         bug#16818, which fail without the fix.
740 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
742         * automated/package-test.el (package-test-describe-package):
743         Fix test failure in non-graphical mode.
745 2014-03-23  Daniel Colascione  <dancol@dancol.org>
747         * automated/subword-tests.el (subword-tests2): More subword tests.
749         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
750         New test: correct parsing of keyword arguments.
752 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
754         * automated/package-test.el (package-test-describe-package):
755         Check for the "Keywords: " line.
757         * automated/data/package/archive-contents: Include the :keywords
758         field in `simple-single' data form.
760 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
762         * automated/package-test.el
763         (package-test-install-two-dependencies): New test (bug#16826).
765         * automated/data/package/simple-two-depend-1.1.el: New file.
767         * automated/data/package/archive-contents:
768         Add info about the new package.
770 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
772         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
773         (tramp-test10-write-region): Extend for out-of-band copy.
774         (tramp-test31-asynchronous-requests): New test.
776 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
778         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
779         Add new test of undo in region.
780         (undo-test-in-region-eob): Add test case described at
781         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
783 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
785         * automated/tramp-tests.el (tramp--test-enabled)
786         (tramp-test15-copy-directory): No special handling of tramp-adb.el
787         anymore.  It's fixed in that package.
789 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
791         * automated/tramp-tests.el (tramp--test-enabled): Move connection
792         cleanup into this function.  Remove respective code from all test
793         cases.
794         (tramp--instrument-test-case): Declare `indent' and `debug'.
795         Handle other errors as well.
796         (tramp-test14-delete-directory): Check for `file-error' error.
797         (tramp-test15-copy-directory): Ignore return value of
798         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
799         (tramp-test19-directory-files-and-attributes): Take care of
800         timestamp of "../".
801         (tramp-test20-file-modes, tramp-test27-start-file-process)
802         (tramp-test28-shell-command): Skip for tramp-adb.el.
803         (tramp-test21-file-links): `file-truename' shall preserve trailing
804         link of directories.
805         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
806         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
807         `kill-buffer-query-functions' to nil.
808         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
810 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
812         * automated/tramp-tests.el
813         (tramp-test19-directory-files-and-attributes): Do not include
814         directories in comparison; they might have changed their
815         timestamps already.
817 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
819         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
820         (tramp-test17-insert-directory): First line could contain more
821         text, when produced by `ls-lisp'.
822         (tramp-test19-directory-files-and-attributes): Instrument failed
823         test case.
825 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
827         * automated/tramp-tests.el (tramp-test17-insert-directory):
828         Make first line "total 123" optional.
829         (tramp-test20-file-modes, tramp-test22-file-times)
830         (tramp-test26-process-file, tramp-test27-start-file-process)
831         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
832         tramp-smb.el.
833         (tramp-test20-file-modes): Check for "root" only when there is an
834         explicit user name.
835         (tramp-test21-file-links): Handle "... not supported" error.
836         (tramp-test22-file-times): Skip for "don't know" return values.
837         (tramp-test26-process-file, tramp-test28-shell-command):
838         Remove color escape sequences.
839         (tramp-test28-shell-command): Use `accept-process-output' rather
840         than `sit-for'.
841         (tramp-test30-utf8): Set coding system `utf-8'.
843 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
845         * automated/tramp-tests.el (tramp-test28-shell-command):
846         Perform an initial `sit-for' prior the while loop.
848 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
850         Sync with Tramp 2.2.9.
852         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
853         (tramp-test28-shell-command): Make a while loop when waiting for
854         process exit.
856 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
858         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
859         and `vc-hg'.  Declare `tramp-find-executable' and
860         `tramp-get-remote-path'.
861         (tramp-test29-vc-registered): New test.
862         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
864 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
866         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
867         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
868         (tramp-test28-shell-command): Improve `shell-command' test.
869         Add `async-shell-command' tests.
871 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
873         * automated/file-notify-tests.el (file-notify--wait-for-events):
874         Use `read-event' instead of `sit-for'.
875         (file-notify-test02-events): Remove expected result, the bug is
876         fixed meanwhile.
877         (file-notify-test02-events, file-notify-test03-autorevert):
878         Use `sleep-for' instead of `sit-for'.
880 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
882         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
883         New test.
885 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
887         * automated/file-notify-tests.el (file-notify--deftest-remote):
888         Do not skip when the local test has failed.  They are unrelated.
889         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
890         `noninteractive' to nil, otherwise `sit-for' could be degraded to
891         `sleep-for'.
892         (file-notify-test02-events): Check for `file-remote-p' instead of
893         `file-notify--test-remote-enabled'.
895 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
897         * automated/file-notify-tests.el (file-notify-test02-events):
898         Let test case fail for Bug#16519.
900 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
902         * automated/file-notify-tests.el (file-notify-test02-events):
903         Hide Bug#16519, until it is solved.
905 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
907         * automated/file-notify-tests.el
908         (file-notify--test-local-enabled): Fix error in logic.
909         (file-notify--wait-for-events): New defmacro.
910         (file-notify-test02-events): Make short breaks between file operations.
911         Use `file-notify--wait-for-events'.  Check, that events have arrived.
912         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
914         * automated/comint-testsuite.el
915         (comint-testsuite-password-strings): Add localized examples.
917 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
919         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
920         case if inotify is not linked with Emacs.  Use `read-event' rather
921         than `sit-for' in order to process events.  (Bug#13662)
923 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
925         * automated/ert-tests.el (ert-test-record-backtrace):
926         Reenable test case with adapted test string.  (Bug#13064)
928 2013-12-28  Glenn Morris  <rgm@gnu.org>
930         * automated/electric-tests.el: Require 'elec-pair.
932 2013-12-26  João Távora  <joaotavora@gmail.com>
934         * automated/electric-tests.el (electric-pair-test-for):
935         Fix autowrapping tests in batch-mode by running with
936         `transient-mark-mode' set to `lambda'.
938         * automated/electric-tests.el: New file.
940 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
942         * automated/python-tests.el
943         (python-nav-lisp-forward-sexp-safe-1): Remove test.
944         (python-nav-forward-sexp-safe-1): New test.
946 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
948         * automated/ruby-mode-tests.el: Add tests for
949         `ruby-align-to-stmt-keywords'.
951         * indent/ruby.rb: Update examples to reflect the lack of change in
952         default indentation of `begin' blocks.
954 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
956         * indent/ruby.rb: Update examples according to the change
957         in `smie-indent-close'.
959 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
961         * indent/ruby.rb: New examples.
963 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
965         * automated/python-tests.el (python-indent-dedenters-2): New test.
967 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
969         * automated/python-tests.el (python-indent-after-comment-1)
970         (python-indent-after-comment-2): New tests.
972 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
974         * automated/python-tests.el (python-indent-block-enders-1):
975         Rename from python-indent-block-enders.
976         (python-indent-block-enders-2): New test.
978 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
980         * indent/js.js: New file.
982 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
984         * automated/dbus-tests.el: New file.
986 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
988         * automated/regexp-tests.el: New file.
990 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
992         * automated/reftex-tests.el (reftex-parse-from-file-test):
993         Run temp-dir through file-truename, to make sure the temporary file
994         names are comparable as strings.
996         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
997         Force Unix EOLs by using 'utf-8-unix', since the default of
998         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1000 2013-11-28  Glenn Morris  <rgm@gnu.org>
1002         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1004 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
1006         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1007         (EMACSOPT): Use $(PATH_SEP).
1009 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
1011         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1012         Set to nil.
1014 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
1016         * automated/file-notify-tests.el
1017         (file-notify-test-remote-temporary-file-directory):
1018         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1019         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1020         (file-notify--deftest-remote): Cleanup connection initially.
1021         (file-notify-test03-autorevert): Run also in batch mode.  Use a
1022         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
1023         does not work on MS Windows.  Call `accept-process-output' for
1024         remote files.  Apply `string-match' instead of `string-equal', the
1025         messages are different on MS Windows.
1027         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1028         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1029         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1031 2013-11-23  Glenn Morris  <rgm@gnu.org>
1033         * automated/python-tests.el (python-shell-make-comint-1)
1034         (python-shell-make-comint-2, python-shell-get-process-1):
1035         Suppress creation of some temp-files.
1037         * automated/python-tests.el (python-shell-parse-command-1)
1038         (python-shell-make-comint-1, python-shell-make-comint-2)
1039         (python-shell-get-process-1)
1040         (python-shell-internal-get-or-create-process-1):
1041         Skip rather than fail if prereqs not found.
1043         * automated/Makefile.in (emacs):
1044         Empty EMACSLOADPATH rather than unsetting.
1046 2013-11-22  Glenn Morris  <rgm@gnu.org>
1048         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1049         Set expected-result.
1051 2013-11-21  Glenn Morris  <rgm@gnu.org>
1053         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1054         (compile-main): Pass XARGS_LIMIT to xargs.
1056         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1057         (EMACSOPT): Use PATH_SEPARATOR.
1059 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1061         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1062         Add a failing test for Bug#15874.
1063         (ruby--insert-coding-comment-ruby-style)
1064         (ruby--insert-coding-comment-emacs-style)
1065         (ruby--insert-coding-comment-custom-style):
1066         Add a few tests for `ruby--insert-coding-comment'.
1068 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1070         Improve API of recently-added bool vector functions (Bug#15912).
1071         * automated/data-tests.el: Adjust to API changes.
1073 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1075         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1076         (tramp-test08-file-local-copy)
1077         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1078         (tramp-test11-copy-file, tramp-test12-rename-file)
1079         (tramp-test13-make-directory, tramp-test14-delete-directory)
1080         (tramp-test15-copy-directory, tramp-test16-directory-files)
1081         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1082         (tramp-test19-directory-files-and-attributes)
1083         (tramp-test20-file-modes, tramp-test21-file-links)
1084         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1085         (tramp-test24-file-name-completion, tramp-test25-load)
1086         (tramp-test26-process-file, tramp-test27-start-file-process)
1087         (tramp-test28-shell-command): Cleanup connection initially.
1089 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1091         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1092         connection before running the test.
1094 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1096         * automated/tramp-tests.el (tramp-test15-copy-directory)
1097         (tramp-test16-directory-files, tramp-test17-insert-directory)
1098         (tramp-test18-file-attributes)
1099         (tramp-test19-directory-files-and-attributes)
1100         (tramp-test20-file-modes, tramp-test21-file-links)
1101         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1102         (tramp-test24-file-name-completion, tramp-test25-load)
1103         (tramp-test26-process-file, tramp-test27-start-file-process)
1104         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1105         (tramp-test29-utf8): New test.
1107 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1109         * automated/file-notify-tests.el (file-notify-test02-events)
1110         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1112         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1113         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1114         (tramp-test26-process-file, tramp-test28-shell-command):
1115         Ensure, that the directory is not empty when calling "ls".
1117 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1119         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1120         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1121         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1122         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1123         (tramp-test26-process-file): Add tests.
1124         (tramp-test11-copy-file): Remove debug message.
1125         (tramp-test20-file-modes): Special case, if user is "root".
1127 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1129         * automated/file-notify-tests.el:
1130         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1131         `tramp-remote-path' when running on hydra.
1132         (tramp-test07-file-exists-p): Remove instrumentation code.
1133         (tramp-test26-process-file): Don't use "/bin/true" and
1134         "/bin/false", these paths do not exist on hydra.
1136 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1138         * automated/process-tests.el: New file.
1140 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1142         * indent/ruby.rb: New examples.
1144 2013-11-06  Glenn Morris  <rgm@gnu.org>
1146         * automated/Makefile.in (setwins): Avoid accidental matches.
1148 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1150         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1151         Fix docstring.  Instrument, in order to hunt failure on hydra.
1153 2013-11-06  Glenn Morris  <rgm@gnu.org>
1155         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1156         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1157         (warning-predicate-function-perl):
1158         * automated/info-xref.el (info-xref-test-makeinfo):
1159         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1160         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1162 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1164         * automated/tramp-tests.el: New file.
1166 2013-11-05  Glenn Morris  <rgm@gnu.org>
1168         Get rid of --chdir usage.
1169         * automated/Makefile.in (EMACSOPT): Move -L here.
1170         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1171         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1172         (.el.elc): No more need to pass -L here.
1173         (compile-main): Get rid of sub-shell and cd.
1174         (compile-clean, check): Get rid of cd.
1176         Make it possible to run tests with a different working directory.
1177         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1178         (flymake-tests--current-face): Use flymake-tests-data-directory.
1179         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1180         (warning-predicate-function-perl): Adapt for above change.
1181         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1182         (zlib--decompress): Use zlib-tests-data-directory.
1184         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1185         Remove test that makes no sense.
1187         * automated/files.el (files-test-local-variable-data):
1188         Fix result typo presumably caused by interference from dir-locals.
1189         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1191 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1193         * indent/ruby.rb: Add a statement on the line after heredoc.
1194         Move a now-successful example.
1196         * automated/ruby-mode-tests.el: Remove outdated comment.
1198 2013-11-04  Glenn Morris  <rgm@gnu.org>
1200         * automated/Makefile.in (abs_srcdir): Remove.
1201         (emacs): Unset EMACSLOADPATH.
1202         (.el.elc, check): Use -L to append srcdir to load-path.
1204 2013-11-02  Glenn Morris  <rgm@gnu.org>
1206         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1207         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1208         (abs_srcdir): New, set by configure.
1209         (EMACS): Use a relative file name.
1210         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1211         (lisp-compile): Remove (assume it's up-to-date).
1212         (compile-main): Do not run lisp-compile.
1213         (compile-main, compile-clean, compile-always, bootstrap-clean)
1214         (check): Use srcdir rather than $test.  Check cd return value.
1215         Use --chdir.
1216         (doit, compile, compile-always): Remove stuff copied from lisp/.
1217         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1219 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1221         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1222         Add a skipping test.
1224 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1226         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1228         * indent/css-mode.css (.x2): Test alignement inside braces.
1230 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1232         * indent/ruby.rb: New failing example.
1234         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1235         Fix the test, in respect to adding the space after the curly.
1237 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1239         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1240         (ert-test-deftest): Adapt test for changed macro expansion.
1241         (ert-test-run-tests-interactively):
1242         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1243         Add a skipping test.
1245         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1246         (file-notify--test-local-enabled): Make it a function.  Check also
1247         for `file-remote-p' of `temporary-file-directory'.
1248         (file-notify--test-remote-enabled-checked): New defvar.
1249         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1250         internal functions.  Cache result.
1251         (file-notify--deftest-remote, file-notify-test00-availability)
1252         (file-notify-test01-add-watch, file-notify-test02-events)
1253         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1254         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1256 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1258         * indent/ruby.rb: Fix syntax error in the latest example.
1260 2013-10-23  Glenn Morris  <rgm@gnu.org>
1262         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1263         New, set by configure.
1264         (top_srcdir): Remove.
1265         (abs_test, abs_lispsrc): New.
1266         (lisp): No longer absolute.
1267         (emacs, lisp-compile, compile, compile-always):
1268         Quote entities that might contain whitespace.
1270 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1272         * indent/ruby.rb: Move two examples to "working" section, add one
1273         more.
1275 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1277         * indent/ruby.rb: New examples for indentation of blocks.
1278         Example of hash inside parens that inflooped before the present commit.
1280 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1282         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1283         allows another timer to run.
1285 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1287         * indent/ruby.rb: More examples for bug#15594, both failing and
1288         now passing.
1290 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1292         * indent/ruby.rb: Add two more cases.
1294 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1296         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1297         first use.
1298         (ruby-should-indent): Use indent-according-to-mode.
1299         (ruby-deftest-move-to-block): Use `declare'.
1301 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1303         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1305 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1307         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1309 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1311         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1312         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1314         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1316 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1318         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1319         Adjust indentation of continued line to the new SMIE behavior.
1321 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1323         * automated/completion-tests.el:
1324         * indent/css-mode.css: New files.
1326 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1328         * automated/data/package/signed/archive-contents:
1329         * automated/data/package/signed/archive-contents.sig:
1330         * automated/data/package/signed/signed-good-1.0.el:
1331         * automated/data/package/signed/signed-good-1.0.el.sig:
1332         * automated/data/package/signed/signed-bad-1.0.el:
1333         * automated/data/package/signed/signed-bad-1.0.el.sig:
1334         * automated/data/package/key.pub:
1335         * automated/data/package/key.sec: New files.
1337         * automated/package-test.el (package-test-update-listing)
1338         (package-test-update-archives, package-test-describe-package):
1339         Adjust to package.el change.
1340         (package-test-signed): New test.
1342 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1344         * automated/package-test.el: Update all cases to use :url instead
1345         of :homepage.
1347         * automated/package-x-test.el
1348         (package-x-test--single-archive-entry-1-3): Same.
1350 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1352         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1353         was unused.
1354         (simple-single-desc): Expect :homepage property.
1355         (multi-file-desc): Same.
1356         (with-package-test): Do not save previous `default-directory'
1357         value, let-bind the var instead.
1358         (package-test-install-single): Expect :homepage property in the
1359         generated pkg file.
1360         (package-test-describe-package): Expect Homepage button.
1361         (package-test-describe-non-installed-package)
1362         (package-test-describe-non-installed-multi-file-package): Same.
1363         (package-test-describe-not-installed-package): Remove, it was a
1364         duplicate.
1366         * automated/package-x-test.el
1367         (package-x-test--single-archive-entry-1-3): Expect :homepage
1368         property.
1369         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1371         * automated/data/package/simple-single-1.3.el: Add URL header.
1373         * automated/data/package/archive-contents: Add :homepage
1374         properties to `simple-single' and `multi-file'.
1376 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1378         * automated/data-tests.el:
1379         (bool-vector-count-matches-all-0-nil)
1380         (bool-vector-count-matches-all-0-t)
1381         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1382         (bool-vector-count-matches-at, bool-vector-intersection-op)
1383         (bool-vector-union-op, bool-vector-xor-op)
1384         (bool-vector-set-difference-op)
1385         (bool-vector-change-detection, bool-vector-not): New tests.
1386         (mock-bool-vector-count-matches-at)
1387         (test-bool-vector-bv-from-hex-string)
1388         (test-bool-vector-to-hex-string)
1389         (test-bool-vector-count-matches-at-tc)
1390         (test-bool-vector-apply-mock-op)
1391         (test-bool-vector-binop): New helper functions.
1392         (bool-vector-test-vectors): New testcase data.
1394 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1396         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1397         (advice-test-called-interactively-p-filter-args)
1398         (advice-test-called-interactively-p-around): New tests.
1400 2013-09-16  Glenn Morris  <rgm@gnu.org>
1402         * automated/eshell.el (eshell-match-result):
1403         Return a more informative failure than simply "false".  Update callers.
1405         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1406         Test value before and after loop as well as during.
1408 2013-09-15  Glenn Morris  <rgm@gnu.org>
1410         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1411         New test.  (Bug#15372)
1412         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1414 2013-09-13  Glenn Morris  <rgm@gnu.org>
1416         * automated/eshell.el (with-temp-eshell):
1417         Use a temp directory for eshell-directory-name.
1418         (eshell-test-command-result): New, again using a temp directory.
1419         Replace eshell-command-result with this throughout.
1420         (eshell-test/for-loop, eshell-test/for-name-loop):
1421         Ensure environment variables don't confuse us.
1423 2013-09-12  Glenn Morris  <rgm@gnu.org>
1425         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1426         due to "has a running process; kill it?" prompts.
1428 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1430         * automated/eshell.el: Rename from eshell.el.
1431         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1433 2013-09-01  Glenn Morris  <rgm@gnu.org>
1435         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1436         Otherwise the sed command used by eg compile-main ends up
1437         containing "/*.el".  (Bug#15170)
1439 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1441         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1442         for portability to hosts where /bin/sh has problems.
1444 2013-08-21  David Engster  <deng@randomsample.de>
1446         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1447         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1448         upstream.  Changed to use ERT.
1450 2013-08-14  Daniel Hackney  <dan@haxney.org>
1452         * automated/package-test.el: Remove tar-package-building functions.
1453         Tar file used for testing is included in the repository.
1454         (package-test-install-texinfo, package-test-cleanup-built-files):
1455         Remove.
1457 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1459         * automated/python-tests.el (python-imenu-create-index-4)
1460         (python-imenu-create-flat-index-2): New tests.
1462 2013-08-05  Glenn Morris  <rgm@gnu.org>
1464         * automated/mule-util.el: New file, with tests extracted from
1465         lisp/international/mule-util.el.
1467 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1469         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1470         before definition.
1471         (advice-tests-macroaliases): New test.
1473 2013-08-04  Glenn Morris  <rgm@gnu.org>
1475         * automated/ert-tests.el: Disable failing test that no-one seems
1476         to know how to fix.  (Bug#13064)
1478         * automated/icalendar-tests.el (icalendar-tests--test-export)
1479         (icalendar-tests--test-import): Try more precise TZ specification.
1480         Remove debug messages.
1482 2013-08-03  Glenn Morris  <rgm@gnu.org>
1484         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1486         * automated/icalendar-tests.el (icalendar-tests--test-export)
1487         (icalendar-tests--test-import):
1488         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1489         (icalendar-tests--test-import): Reset zone even if error occurred.
1491 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1493         * automated/core-elisp-tests.el: New file.
1495 2013-08-01  Glenn Morris  <rgm@gnu.org>
1497         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1498         Try to check that the remote system has a notification program.
1500 2013-07-31  Glenn Morris  <rgm@gnu.org>
1502         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1504 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1506         * automated/file-notify-tests.el
1507         (file-notify--test-local-enabled): New defconst.  Replaces all
1508         `file-notify-support' occurrences.
1509         (file-notify--test-remote-enabled): New defun.
1510         (file-notify--deftest-remote): Use it.
1511         (file-notify-test00-availability): Rewrite.
1512         (file-notify-test00-availability-remote): New defun.
1513         (file-notify-test01-add-watch): Rewrite first erroneous check.
1515 2013-07-23  Glenn Morris  <rgm@gnu.org>
1517         * automated/inotify-test.el (inotify-file-watch-simple):
1518         Delete temp-file when done.
1520         * automated/subword-tests.el: Require subword.
1522 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1524         * automated/subword-tests.el: New file.
1526 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1528         * automated/python-tests.el (python-imenu-create-index-2)
1529         (python-imenu-create-index-3): New tests.
1531 2013-07-11  Glenn Morris  <rgm@gnu.org>
1533         * automated/ert-tests.el: Require cl-lib at runtime too.
1534         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1535         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1536         (ert-test-set-functions, ert-test-gensym)
1537         (ert-test-coerce-to-vector, ert-test-string-position)
1538         (ert-test-mismatch): Remove tests.
1539         * automated/cl-lib.el: New, split from ert-tests.el.
1541         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1542         Goto point-min.
1543         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1544         (ruby-move-to-block-skips-percent-literal)
1545         (ruby-move-to-block-skips-heredoc)
1546         (ruby-move-to-block-moves-from-else-to-if)
1547         (ruby-beginning-of-defun-does-not-fold-case)
1548         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1549         Replace goto-line with forward-line/goto-char.
1550         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1552         * automated/package-test.el (makeinfo-buffer): Autoload.
1553         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1554         (package-test-install-texinfo): Don't require makeinfo.
1556         * automated/files.el: Stop "local variables" confusion.
1558         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1560         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1561         Use with-current-buffer.
1563         * automated/undo-tests.el (undo-test-buffer-modified)
1564         (undo-test-file-modified): New tests.
1566 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1568         * automated/file-notify-tests.el (file-notify-test00-availability):
1569         Set :expected-result.
1570         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1571         (file-notify-test02-events, file-notify-test02-events-remote)
1572         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1573         Skip when `file-notify-support' is nil.  (Bug#14823)
1575 2013-07-09  Glenn Morris  <rgm@gnu.org>
1577         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1578         Declare.
1579         (inotify-file-watch-simple): Silence compiler.
1581         * automated/python-tests.el (python-indent-block-enders):
1582         Make it actually test something.
1584         * automated/package-x-test.el: Require package-test when compiling.
1586         * automated/add-log-tests.el, automated/advice-tests.el:
1587         * automated/imenu-test.el, automated/package-x-test.el:
1588         * automated/python-tests.el, automated/ruby-mode-tests.el:
1589         * automated/xml-parse-tests.el: Explicitly require ert.
1591 2013-07-08  Kenichi Handa  <handa@gnu.org>
1593         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1594         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1596 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1598         * automated/file-notify-tests.el
1599         (file-notify-test-remote-temporary-file-directory):
1600         Use `null-device' on w32.
1601         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1602         (file-notify--test-results, file-notify--test-event)
1603         (file-notify--deftest-remote, file-notify--event-test)
1604         (file-notify--test-event-handler)
1605         (file-notify--test-make-temp-name): Rename, in order to mark them
1606         internal.
1607         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1608         better fitting in noninteractive tests.
1609         (file-notify-test00-availability): Rename from `file-notify-test0'.
1610         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1611         Use `temporary-file-directory '.
1612         (file-notify-test01-add-watch-remote): New test.
1613         (file-notify-test02-events): Rename from `file-notify-test2'.
1614         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1615         (file-notify-test03-autorevert): Rename from
1616         `file-notify-test4'.  Use timeouts.
1617         (file-notify-test03-autorevert-remote): Rename from
1618         `file-notify-test5'.
1620 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1622         * automated/file-notify-tests.el: New package.
1624 2013-06-28  Kenichi Handa  <handa@gnu.org>
1626         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1627         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1628         Callers changed.
1629         (decoder-tests-filename): New function.
1630         (decoder-tests-prefer-utf-8-read)
1631         (decoder-tests-prefer-utf-8-write): New function.
1632         (ert-test-decoder-prefer-utf-8): New test.
1634 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1636         * automated/package-x-test.el: Change the commentary.
1637         (package-x-test--single-archive-entry-1-3)
1638         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1639         using the appropriate data structure.
1641 2013-06-27  Daniel Hackney  <dan@haxney.org>
1643         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1645         * automated/package-x-test.el: New file.
1647         * automated/package-test.el: New file.
1649         * automated/data/package: New directory, with test examples.
1651 2013-06-27  Glenn Morris  <rgm@gnu.org>
1653         * automated/python-tests.el (python-tests-with-temp-file):
1654         Clean up after ourself.
1656         * automated/undo-tests.el (undo-test3): Remove test that seems to
1657         do nothing that the previous one doesn't, except leave a tempfile.
1659 2013-06-26  Glenn Morris  <rgm@gnu.org>
1661         * automated/info-xref.el: New file.
1663 2013-06-25  Glenn Morris  <rgm@gnu.org>
1665         * automated/occur-tests.el (occur-test-create): New function.
1666         Use it to create separate tests for each element, so we run them
1667         all rather than stopping at the first error.
1669 2013-06-24  Glenn Morris  <rgm@gnu.org>
1671         * automated/occur-tests.el (occur-tests):
1672         Update for 2013-05-29 change to occur header line.
1674 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1676         Test suite for flymake.
1677         * automated/flymake-tests.el:
1678         * automated/flymake/warnpred/Makefile
1679         * automated/flymake/warnpred/test.c
1680         * automated/flymake/warnpred/test.pl: New files.
1682 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1684         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1686 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1688         * automated/reftex-tests.el: New test suite for reftex.
1690 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1692         * automated/ruby-mode-tests.el: New tests, for percent literals
1693         and expression expansion.
1695 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1697         * indent/octave.m: Tweak.
1699 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1701         * eshell.el: Rewrite tests using ERT.
1703 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1705         * indent/octave.m: Add tests for %!, # and ### comments.
1707 2013-05-23  Kenichi Handa  <handa@gnu.org>
1709         * automated/decoder-tests.el: New file.
1711 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1713         * indent/ruby.rb: Add multiline regexp example.
1715         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1716         (ruby-regexp-skips-over-interpolation)
1717         (ruby-regexp-continues-till-end-when-unclosed)
1718         (ruby-regexp-can-be-multiline)
1719         (ruby-interpolation-inside-percent-literal): New tests.
1721 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1723         * indent/ruby.rb: Fix indentation after =; add more cases.
1725 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1727         * indent/pascal.pas: Add test for mis-identified comments.
1729 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1731         * automated/imenu-test.el: New file.  (Bug#14112)
1733 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1735         * automated/python-tests.el (python-imenu-prev-index-position-1):
1736         Remove test.
1737         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1738         New tests.
1740 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1742         * automated/python-tests.el (python-nav-backward-defun-2)
1743         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1744         (python-nav-forward-defun-3): New tests.
1746 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1748         * automated/python-tests.el (python-nav-backward-defun-1)
1749         (python-nav-forward-defun-1): New tests.
1751 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1753         * automated/add-log-tests.el: New file.  (Bug#14112)
1755 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1757         * automated/python-tests.el (python-indent-block-enders): New test.
1758         (python-info-current-defun-2): Fix test.
1760 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1762         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1764 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1766         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1767         (python-tests-with-temp-file): New macro.
1768         (python-tests-shell-interpreter): New var.
1769         (python-shell-get-process-name-1)
1770         (python-shell-internal-get-process-name-1)
1771         (python-shell-parse-command-1)
1772         (python-shell-calculate-process-environment-1)
1773         (python-shell-calculate-process-environment-2)
1774         (python-shell-calculate-process-environment-3)
1775         (python-shell-calculate-exec-path-1)
1776         (python-shell-calculate-exec-path-2)
1777         (python-shell-make-comint-1)
1778         (python-shell-make-comint-2)
1779         (python-shell-get-process-1)
1780         (python-shell-get-or-create-process-1)
1781         (python-shell-internal-get-or-create-process-1): New tests.
1783 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1785         * automated/python-tests.el: New file.
1787 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1789         * automated/ruby-mode-tests.el
1790         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1791         bits inside the examples.
1792         (ruby-move-to-block-skips-heredoc): New test.
1793         (ruby-add-log-current-method-after-inner-class):
1794         Lower expectations: move point inside a method, initially.
1796 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1798         * automated/ruby-mode-tests.el
1799         (ruby-move-to-block-skips-percent-literal): New test.
1801 2013-02-04  Chong Yidong  <cyd@gnu.org>
1803         * automated/thingatpt.el: New file.
1805 2013-02-03  Chong Yidong  <cyd@gnu.org>
1807         * automated/files.el (file-test--do-local-variables-test):
1808         Avoid compilation warning message.
1810 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1812         * automated/ruby-mode-tests.el
1813         (ruby-indent-spread-args-in-parens): New test.
1814         * automated/ruby-mode-tests.el (ruby-block-test-example):
1815         Break indentation of the do block opener and add a line inside it.
1816         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1817         Adjust line numbers.
1819 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1821         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1823 2013-01-14  Glenn Morris  <rgm@gnu.org>
1825         * automated/compile-tests.el (compile-tests--test-regexps-data):
1826         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1828 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1830         * automated/man-tests.el: New file.
1832 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1834         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1836 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1838         * automated/undo-tests.el: New file.
1840 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1842         * automated/ruby-mode-tests.el
1843         (ruby-indent-after-block-in-continued-expression): New test.
1845 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1847         * automated/ruby-mode-tests.el:
1848         Rename one interpolation test; add three more.
1849         (ruby-with-temp-buffer): New macro, use it where appropriate.
1850         (ruby-add-log-current-method-examples): Use "_" for target point.
1851         Add four new tests for ruby-add-log-current-method.
1853 2012-12-11  Glenn Morris  <rgm@gnu.org>
1855         * automated/f90.el (f90-test-bug13138): New test.
1857 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1859         * automated/inotify-test.el: New test.
1861 2012-12-02  Chong Yidong  <cyd@gnu.org>
1863         * automated/ruby-mode-tests.el
1864         (ruby-add-log-current-method-examples): Don't use loop macro, to
1865         allow automated testing to work.
1867 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1869         * automated/advice-tests.el (advice-tests--data): Remove.
1870         (advice-tests): Move the tests directly here instead.
1871         Add called-interactively-p tests.
1873 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1875         * automated/ert-x-tests.el: Use cl-lib.
1876         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1878 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1880         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1881         (ruby-indent-inside-heredoc-after-operator)
1882         (ruby-indent-inside-heredoc-after-space): New tests.
1883         Change direct font-lock face references to var references.
1884         (ruby-interpolation-suppresses-syntax-inside): New test.
1885         (ruby-interpolation-inside-percent-literal-with-paren):
1886         New failing test.
1888 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1890         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1891         (ruby-singleton-class-no-heredoc-font-lock)
1892         (ruby-add-log-current-method-examples): New tests.
1893         (ruby-test-string): Extract from ruby-should-indent-buffer.
1894         (ruby-deftest-move-to-block): New macro.
1895         Add several move-to-block tests.
1897 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1899         * automated/advice-tests.el: New tests.
1901 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1903         * automated/compile-tests.el (compile-tests--test-regexps-data):
1904         Add new data for msft's new format.
1906 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1908         * automated/ruby-mode-tests.el:
1909         (ruby-toggle-block-to-multiline): New test.
1910         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1911         (ruby-toggle-block-to-brace): Use buffer-string.
1913 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1915         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1917 2012-08-28  Chong Yidong  <cyd@gnu.org>
1919         * automated/files.el: Test every combination of values for
1920         enable-local-variables and enable-local-eval.
1922 2012-08-19  Chong Yidong  <cyd@gnu.org>
1924         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1926 2012-08-18  Chong Yidong  <cyd@gnu.org>
1928         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1930 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1932         * indent/ruby.rb: Rearrange examples, add new ones.
1934 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1936         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1937         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1939 2012-08-11  Glenn Morris  <rgm@gnu.org>
1941         * automated/files.el: New file.
1943         * automated/Makefile.in (all): Fix typo.
1945 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1947         * automated/ruby-mode-tests.el (ruby-should-indent):
1948         Add docstring, check (current-indentation) instead of (current-column).
1949         (ruby-should-indent-buffer): New function.
1950         Add tests for `ruby-deep-indent-paren' behavior.
1951         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1953 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1955         Original tests in test_ruby_mode.rb in upstream (author).
1957 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1959         * automated/ruby-mode-tests.el (ruby-should-indent)
1960         (ruby-assert-state): New functions.
1961         Add new tests.
1963 2012-07-29  David Engster  <deng@randomsample.de>
1965         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1966         New variable to hold test data for name expansion.
1967         (xml-parse-tests): Test the two different types of name expansion.
1969 2012-07-29  Juri Linkov  <juri@jurta.org>
1971         * automated/occur-tests.el (occur-test-case): Use predefined
1972         buffer name " *test-occur*" instead of a random buffer name.
1974 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1976         * automated/ruby-mode-tests.el: New file with one test.
1978 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1980         * indent/shell.sh: Add test case for ${#VAR}.
1982         * indent/latex-mode.tex: New file.
1984 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1986         * eshell.el: Use cl-lib.
1988 2012-07-03  Chong Yidong  <cyd@gnu.org>
1990         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1992 2012-07-02  Chong Yidong  <cyd@gnu.org>
1994         * automated/xml-parse-tests.el (xml-parse-tests--data):
1995         More testcases.
1997 2012-07-01  Chong Yidong  <cyd@gnu.org>
1999         * automated/xml-parse-tests.el: New file.
2001 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2003         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2004         Use cl-flet.
2006 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
2008         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2009         Test escaped commas in TZID (Bug#11473).
2010         (icalendar-import-with-timezone): New.
2011         (icalendar-real-world): Add new testcase as given in the bugreport
2012         of Bug#11473.
2014 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2016         * automated/icalendar-tests.el (icalendar-tests--test-import):
2017         Include UID in import tests (Bug#11525).
2018         (icalendar-import-non-recurring, icalendar-import-rrule)
2019         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2020         UID-import change.
2021         (icalendar-import-with-uid): New.
2022         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2023         Include UID in cycle tests.
2024         (icalendar-cycle, icalendar-real-world): UID-import change.
2026 2012-05-21  Glenn Morris  <rgm@gnu.org>
2028         * automated/Makefile.in (setwins): Scrap superfluous subshell.
2030 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2032         * automated/url-util-tests.el: New file to test
2033         lisp/url/url-util.el.  Only `url-build-query-string' and
2034         `url-parse-query-string' are tested right now (Bug#8706).
2036 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2038         * indent/shell.sh:
2039         * indent/shell.rc: Ad some test cases.
2041 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2043         * indent/ruby.rb: New file, to test new syntax-propertize code.
2045 2012-04-11  Glenn Morris  <rgm@gnu.org>
2047         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2049 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2051         * automated/url-future-tests.el (url-future-tests): Move from
2052         lisp/url/url-future.el and rename.
2054 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2056         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2057         Fix broken test, caused by missing trailing blank.
2059 2011-12-03  Chong Yidong  <cyd@gnu.org>
2061         * automated/compile-tests.el (compile-tests--test-regexps-data):
2062         Increase column numbers by one to reflect change in how
2063         compilation-message is recorded (Bug#10172).
2065 2011-11-22  Glenn Morris  <rgm@gnu.org>
2067         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2069 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2071         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2073 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2075         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2076         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2077         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2079 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2081         * automated/newsticker-tests.el
2082         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2083         newsticker--treeview-tree-update.
2085 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2087         * automated/newsticker-tests.el
2088         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2090         * automated/newsticker-tests.el
2091         (newsticker--group-manage-orphan-feeds): Prevent updating
2092         newsticker treeview.  Fixed bug#9763.
2094 2011-10-20  Glenn Morris  <rgm@gnu.org>
2096         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2098         * automated/vc-bzr.el: New file.
2100 2011-10-15  Glenn Morris  <rgm@gnu.org>
2102         * automated/f90.el: New file.
2104 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2106         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2107         to automated/newsticker-tests.el.  Convert to ERT.
2109 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2111         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2112         Remove, simply use string=.
2113         (icalendar--diarytime-to-isotime)
2114         (icalendar--datetime-to-diary-date)
2115         (icalendar--datestring-to-isodate)
2116         (icalendar--format-ical-event)
2117         (icalendar--parse-summary-and-rest)
2118         (icalendar-tests--do-test-import)
2119         (icalendar-tests--do-test-cycle): Change argument order of
2120         string= to EXPECTED ACTUAL.
2121         (icalendar--import-format-sample)
2122         (icalendar--format-ical-event)
2123         (icalendar-import-non-recurring)
2124         (icalendar-import-rrule)
2125         (icalendar-import-duration)
2126         (icalendar-import-bug-6766)
2127         (icalendar-real-world): Adjust to string= instead of
2128         icalendar-tests--compare-strings.
2129         (icalendar-import-multiple-vcalendars): New.
2131 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2133         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2134         Require CL.
2136 2011-05-09  Juri Linkov  <juri@jurta.org>
2138         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2139         Convert to ERT.
2141 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2143         * automated/compile-tests.el: New file.
2145 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2147         * automated/font-parse-tests.el: Don't byte-compile.
2149         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2151 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2153         * automated/lexbind-tests.el: New file.
2155 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2157         * Version 23.3 released.
2159 2011-03-05  Glenn Morris  <rgm@gnu.org>
2161         * eshell.el: Move here from lisp/eshell/esh-test.el.
2163 2011-03-03  Christian Ohler  <ohler@gnu.org>
2165         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2166         New test.
2168 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2170         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2171         convert to ERT format.
2173 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2175         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2176         convert to ERT format.
2178 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * indent/shell.sh:
2181         * indent/shell.rc: New files.
2183 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2185         * automated/font-parse-tests.el: Move from
2186         font-parse-testsuite.el.
2188 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2190         * font-parse-testsuite.el (test-font-parse-data): New file.
2192 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2194         * indent/prolog.prolog: Add tokenizing tests.
2196 2011-01-13  Christian Ohler  <ohler@gnu.org>
2198         * automated: New directory for automated tests.
2200         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2202         * automated/Makefile.in: New file.
2204 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2206         * indent/modula2.mod: New file.
2208 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2210         * indent/octave.m: Add a test to ensure indentation is local.
2212 2010-10-23  Glenn Morris  <rgm@gnu.org>
2214         * comint-testsuite.el
2215         (comint-testsuite--test-comint-password-prompt-regexp):
2216         Add "Please enter the password".  (Bug#7224)
2218 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2220         * indent/prolog.prolog: Use normal spacing around !.
2222 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2224         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2226 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2228         * indent/octave.m: Remove some `fixindent' not needed any more.
2230 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2232         * indent/octave.m: New file.
2234 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2236         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2237         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2238         (icalendar-testsuite--run-internal-tests): New.
2239         (icalendar-testsuite--test-convert-ordinary-to-ical)
2240         (icalendar-testsuite--test-convert-block-to-ical)
2241         (icalendar-testsuite--test-convert-anniversary-to-ical)
2242         (icalendar-testsuite--test-parse-vtimezone)
2243         (icalendar-testsuite--do-test-export): Code formatting.
2244         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2245         (icalendar-testsuite--do-test-import)
2246         (icalendar-testsuite--do-test-cycle):
2247         Use icalendar-testsuite--compare-strings
2248         (icalendar-testsuite--run-import-tests): Comment added.
2249         (icalendar-testsuite--run-import-tests)
2250         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2252 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2254         * redisplay-testsuite.el (test-redisplay-3): New test.
2256 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2258         * comint-testsuite.el: New file.
2260 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2262         * indent: New dir.
2264 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2266         * Version 23.2 released.
2268 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2270         * cedet/semantic-ia-utest.el
2271         (semantic-symref-test-count-hits-in-tag): Add function, from
2272         semantic-test.el.
2274         * cedet/tests/test.cpp:
2275         * cedet/tests/test.py:
2276         * cedet/tests/teststruct.cpp:
2277         * cedet/tests/testtemplates.cpp:
2278         * cedet/tests/testusing.cpp:
2279         * cedet/tests/scopetest.cpp:
2280         * cedet/tests/scopetest.java: Files deleted.
2282         * cedet/tests/test.make:
2283         * cedet/tests/test.c:
2284         * cedet/tests/testjavacomp.java:
2285         * cedet/tests/testspp.c:
2286         * cedet/tests/testsppreplace.c:
2287         * cedet/tests/testsppreplaced.c:
2288         * cedet/tests/testsubclass.cpp:
2289         * cedet/tests/testsubclass.hh:
2290         * cedet/tests/testtypedefs.cpp:
2291         * cedet/tests/testvarnames.c:
2292         * cedet/tests/test.el:
2293         * cedet/tests/testdoublens.cpp:
2294         * cedet/tests/testdoublens.hpp: Add copyright header.
2296         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2297         Remove reference to deleted files.
2299 2010-03-30  Juri Linkov  <juri@jurta.org>
2301         * occur-testsuite.el (occur-tests): Add tests for context lines.
2303 2010-03-23  Juri Linkov  <juri@jurta.org>
2305         * occur-testsuite.el: New file.
2307 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2309         * Branch for 23.2.
2311 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2313         * icalendar-testsuite.el
2314         (icalendar-testsuite--run-function-tests): Add new tests.
2315         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2316         testcase.
2317         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2318         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2319         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2320         (icalendar-testsuite--test-convert-block-to-ical): New.
2321         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2322         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2324 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2326         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2327         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2328         Fix typos in docstrings and error messages.
2329         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2331 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2333         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2334         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2335         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2337 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2339         * icalendar-testsuite.el
2340         (icalendar-testsuite--run-function-tests):
2341         Add icalendar-testsuite--test-parse-vtimezone.
2342         (icalendar-testsuite--test-parse-vtimezone): New.
2343         (icalendar-testsuite--do-test-cycle): Doc changes.
2344         (icalendar-testsuite--run-real-world-tests): Remove trailing
2345         whitespace -- see change of icalendar--add-diary-entry in
2346         icalendar.el.
2347         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2349 2009-09-30  Glenn Morris  <rgm@gnu.org>
2351         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2353 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2355         * cedet/*: New unit tests, from CEDET repository.
2357 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2359         * redisplay-testsuite.el: New file.
2361 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2363         * Branch for 23.1.
2365 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2367         * icalendar-testsuite.el
2368         (icalendar-testsuite--run-function-tests):
2369         Add icalendar-testsuite--test-diarytime-to-isotime.
2370         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2371         recent icalendar fixes.
2372         (icalendar-testsuite--test-diarytime-to-isotime): New.
2373         (icalendar-testsuite--test-create-uid): Adjust to recent
2374         icalendar changes.
2376 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2378         * bytecomp-testsuite.el: New file.
2380 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2382         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2383         Add `icalendar-testsuite--test-create-uid'.
2384         (icalendar-testsuite--test-create-uid): New.
2386 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2388         * newsticker-testsuite.el: New file.
2390 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2392         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2393         Add icalendar-testsuite--test-datestring-to-isodate,
2394         icalendar-testsuite--test-datetime-to-diary-date, and
2395         icalendar-testsuite--test-calendar-style.
2396         (icalendar-testsuite--test-format-ical-event)
2397         (icalendar-testsuite--test-parse-summary-and-rest):
2398         Doc fix.  Remove european-calendar-style.
2399         (icalendar-testsuite--get-ical-event): Doc fix.
2400         (icalendar-testsuite--test-first-weekday-of-year)
2401         (icalendar-testsuite--run-cycle-tests): Add doc string.
2402         (icalendar-testsuite--test-datestring-to-isodate)
2403         (icalendar-testsuite--test-datetime-to-diary-date)
2404         (icalendar-testsuite--test-calendar-style): New functions.
2405         (icalendar-testsuite--test-export): Handle iso date style.
2406         New arg INPUT-ISO.  Use calendar-date-style.
2407         (icalendar-testsuite--test-import): Handle iso date style.
2408         New arg EXPECTED-ISO.  Use calendar-date-style.
2409         (icalendar-testsuite--test-cycle): Handle iso date style.
2410         (icalendar-testsuite--run-import-tests)
2411         (icalendar-testsuite--run-export-tests)
2412         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2414 2008-02-29  Glenn Morris  <rgm@gnu.org>
2416         * README: New file.
2418 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2420         * icalendar-testsuite.el: New file.
2422 ;; Local Variables:
2423 ;; coding: utf-8
2424 ;; End:
2426   Copyright (C) 2008-2014 Free Software Foundation, Inc.
2428   This file is part of GNU Emacs.
2430   GNU Emacs is free software: you can redistribute it and/or modify
2431   it under the terms of the GNU General Public License as published by
2432   the Free Software Foundation, either version 3 of the License, or
2433   (at your option) any later version.
2435   GNU Emacs is distributed in the hope that it will be useful,
2436   but WITHOUT ANY WARRANTY; without even the implied warranty of
2437   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2438   GNU General Public License for more details.
2440   You should have received a copy of the GNU General Public License
2441   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.