* let-alist.el (let-alist): Enable access to deeper alists
[emacs.git] / test / ChangeLog
blob7d23b3efe1c23dad02f2588a0ecfbf32189db6be
1 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
3         * automated/let-alist.el: require `cl-lib'
4         New tests for accessing alists inside alists.
6 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
8         * automated/let-alist.el: New file.
10 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
12         * automated/seq-tests.el: New file.
14 2014-12-16  Glenn Morris  <rgm@gnu.org>
16         * automated/data/flymake/Makefile (check-syntax):
17         Prevent colorized gcc output from confusing flymake.
19         * automated/flymake-tests.el (flymake-tests-data-directory):
20         Change from flymake/warnpred to more standard data/flymake.
21         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
23 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
25         * automated/vc-tests.el (vc-test--revision-granularity-function):
26         New defun.
27         (vc-test--create-repo-function): Rename from
28         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
29         (vc-test--create-repo): Check also for revision-granularity.
30         (vc-test--unregister-function): Additional argument FILE.  Adapt
31         all callees.
32         (vc-test--working-revision): New defun.
33         (vc-test-*-working-revision): New tests.
35 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
37         * automated/vc-tests.el (vc-test--register): Check, that the file
38         still exists after register and unregister operations.
40 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
42         * automated/vc-tests.el: New file.
44 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
46         * automated/tramp-tests.el (tramp-test29-vc-registered):
47         Fallback for changed `vc-register' argument list.
49 2014-12-03  Glenn Morris  <rgm@gnu.org>
51         * automated/tramp-tests.el (tramp-test29-vc-registered):
52         Update for recent incompatible change in vc-register.
54 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
56         * automated/python-tests.el
57         (python-shell-calculate-process-environment-4)
58         (python-shell-calculate-process-environment-5): New tests.
59         (python-shell-make-comint-3): Use file-equal-p.
60         (python-shell-get-or-create-process-1)
61         (python-shell-get-or-create-process-2)
62         (python-shell-get-or-create-process-3): Fix interpreter for
63         Windows (Bug#18595).
65 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
67         * automated/libxml-tests.el
68         (libxml-tests--data-comments-preserved): Renamed from
69         'libxml-tests--data'.
70         (libxml-tests--data-comments-discarded): New.
71         (libxml-tests): Check whether 'libxml-parse-xml-region' is
72         discarding comments correctly.
74 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
76         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
77         HTML and XML now use no-break space as hard space.  Update tests.
78         (tildify-test-foreach-ignore-environments)
79         (tildify-test-foreach-ignore-environments-early-return,
80         (tildify-test-foreach-region)
81         (tildify-test-foreach-region-early-return)
82         (tildify-test-foreach-region-limit-region): New tests of
83         `tildify-foreach-ignore-environments' and
84         `tildify--foreach-region' functions.
85         (with-test-foreach): New helper macro for the above tests.
87 2014-11-17  Glenn Morris  <rgm@gnu.org>
89         * automated/occur-tests.el (occur-test-case, occur-test-create):
90         In case of failure, show the actual string, rather than just nil.
91         (occur-tests): Update for apparent change in output re control-chars.
93 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
95         * automated/icalendar-tests.el (icalendar-tests--test-export): New
96         optional parameter `alarms'.
97         (icalendar-export-alarms): New test for exporting icalendar
98         alarms.
99         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
101 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
103         * automated/icalendar-tests.el (icalendar-tests--test-import):
104         Mention timezone in doc string.  Clean up.
105         (icalendar-real-world): Add another test case for no-dst
106         timezones.
108 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
110         * automated/icalendar-tests.el (icalendar--parse-vtimezone): Add
111         testcase where offsets of standard time and daylight saving time
112         are equal.
113         (icalendar-real-world): Fix error in test case.  Expected result
114         was wrong when offsets of standard time and daylight saving time
115         were equal.
117 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
119         * automated/python-tests.el
120         (python-shell-calculate-process-environment-2): Fix test.
121         (python-shell-calculate-process-environment-1)
122         (python-shell-calculate-process-environment-3): Cleanup.
124 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
126         * automated/python-tests.el (python-indent-dedenters-8): New test
127         for Bug#18432.
129 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
131         * automated/python-tests.el (python-indent-region-1)
132         (python-indent-region-2, python-indent-region-3)
133         (python-indent-region-4, python-indent-region-5): New tests.
135 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
138         * automated/cl-lib-tests.el: Rename from cl-lib.el.
140 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
142         * automated/libxml-tests.el: New file.
144 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
146         * test/automated/process-tests.el (process-test-quoted-batfile):
147         New test.
149 2014-10-20  Glenn Morris  <rgm@gnu.org>
151         * Merge in all changes up to 24.4 release.
153 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
155         * indent/scss-mode.scss: New file.
156         * indent/css-mode.css: Add a few uneventful examples.
158 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
160         * BidiCharacterTest.txt: New file, from Unicode.
162         * biditest.el: New file.
164 2014-10-08  Leo Liu  <sdl.web@gmail.com>
166         * automated/print-tests.el: New file.
167         (terpri): Tests for terpri.  (Bug#18652)
169 2014-10-06  Glenn Morris  <rgm@gnu.org>
171         * automated/icalendar-tests.el (icalendar--calendar-style):
172         Remove test, no longer relevant.
174 2014-10-04  Glenn Morris  <rgm@gnu.org>
176         * automated/package-x-test.el: Remove file...
177         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
179 2014-10-02  Glenn Morris  <rgm@gnu.org>
181         * automated/package-test.el (with-package-test, package-test-signed):
182         Also set HOME to a temp value, in case the real one is absent (e.g.
183         hydra) or read-only.  (Bug#18575)
184         (package-test-signed): Use skip-unless rather than expected-result.
186 2014-09-26  Leo Liu  <sdl.web@gmail.com>
188         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
189         New tests.  (Bug#18557)
191 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
193         * automated/newsticker-tests.el
194         (newsticker--group-find-parent-group),
195         (newsticker--group-do-rename-group): New tests.
197 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
199         * automated/fns-tests.el (fns-tests-collate-sort):
200         Bind w32-collate-ignore-punctuation to t when sorting according to
201         UTS#10 rules.
203 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
205         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
206         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
208 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
210         * automated/fns-tests.el (fns-tests-compare-strings): In case
211         `compare-strings' shall return t, check for this.
212         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
214 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
216         * automated/python-tests.el (python-indent-electric-colon-1):
217         New test.  (Bug#18228)
219 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
221         * automated/fns-tests.el (fns-tests-sort): New test.
223 2014-08-28  Glenn Morris  <rgm@gnu.org>
225         * automated/python-tests.el (python-shell-calculate-exec-path-2):
226         Update test for today's python.el changes.
228 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
230         * automated/compile-tests.el (compile--test-error-line): Grok FILE
231         being nil.  Allows for Guile tests to pass.
232         (compile-tests--test-regexps-data): Add Guile tests.
234 2014-08-11  Glenn Morris  <rgm@gnu.org>
236         * automated/data/files-bug18141.el.gz: New file.
237         * automated/files.el (files-test-bug-18141-file):
238         New variable and test.  (Bug#18141)
240 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
242         Enumerate evaluated sexp diary entries (Bug#7911).
243         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
244         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
245         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
246         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
247         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
248         New tests.
250 2014-08-07  Glenn Morris  <rgm@gnu.org>
252         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
254 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
256         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
257         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
259 2014-08-03  Glenn Morris  <rgm@gnu.org>
261         * automated/Makefile.in (check-tar): New rule.
263 2014-08-02  Glenn Morris  <rgm@gnu.org>
265         * automated/fns-tests.el (fns-tests-compare-strings):
266         Update test.  (Bug#17903)
268         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
269         Use more precise TZ specification, as per 2013-08-04.
271 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
273         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
274         New test.
276 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
278         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
280 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
282         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
283         Work around the failures in icalendar-tests which occasionally occur on
284         hydra.nixos.org.
286 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
288         * automated/python-tests.el:
289         (python-util-clone-local-variables-1): Fix test.
291         * automated/python-tests.el (python-shell-make-comint-1):
292         (python-shell-make-comint-2): Fix indentation.
293         (python-shell-make-comint-3)
294         (python-shell-make-comint-4): New tests.
295         (python-shell-get-or-create-process-1): Fix test.
296         (python-shell-get-or-create-process-2)
297         (python-shell-get-or-create-process-3): New tests.
298         (python-shell-internal-get-or-create-process-1): Fix test.
299         (python-shell-prompt-detect-1): New test.
300         (python-shell-prompt-detect-2): New test.  (Bug#17370)
301         (python-shell-prompt-detect-3)
302         (python-shell-prompt-detect-4)
303         (python-shell-prompt-detect-5)
304         (python-shell-prompt-detect-6)
305         (python-shell-prompt-validate-regexps-1)
306         (python-shell-prompt-validate-regexps-2)
307         (python-shell-prompt-validate-regexps-3)
308         (python-shell-prompt-validate-regexps-4)
309         (python-shell-prompt-validate-regexps-5)
310         (python-shell-prompt-validate-regexps-6)
311         (python-shell-prompt-validate-regexps-7)
312         (python-shell-prompt-set-calculated-regexps-1)
313         (python-shell-prompt-set-calculated-regexps-2)
314         (python-shell-prompt-set-calculated-regexps-3)
315         (python-shell-prompt-set-calculated-regexps-4)
316         (python-shell-prompt-set-calculated-regexps-5)
317         (python-shell-prompt-set-calculated-regexps-6)
318         (python-util-valid-regexp-p-1): New tests.
320 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
322         * automated/advice-tests.el (advice-test-call-interactively): Make sure
323         the function's definition is fully restored at the end.
325 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
327         * automated/python-tests.el (python-indent-block-enders-1)
328         (python-indent-block-enders-2): Fix tests.
329         (python-indent-block-enders-3, python-indent-block-enders-4)
330         (python-indent-block-enders-5, python-indent-dedenters-1)
331         (python-indent-dedenters-2): Remove tests.
332         (python-indent-dedenters-1, python-indent-dedenters-2)
333         (python-indent-dedenters-3, python-indent-dedenters-4)
334         (python-indent-dedenters-5, python-indent-dedenters-6)
335         (python-indent-dedenters-7)
336         (python-info-dedenter-opening-block-position-1)
337         (python-info-dedenter-opening-block-position-2)
338         (python-info-dedenter-opening-block-position-3)
339         (python-info-dedenter-opening-block-positions-1)
340         (python-info-dedenter-opening-block-positions-2)
341         (python-info-dedenter-opening-block-positions-3)
342         (python-info-dedenter-opening-block-positions-4)
343         (python-info-dedenter-opening-block-positions-5)
344         (python-info-dedenter-opening-block-message-1)
345         (python-info-dedenter-opening-block-message-2)
346         (python-info-dedenter-opening-block-message-3)
347         (python-info-dedenter-opening-block-message-4)
348         (python-info-dedenter-opening-block-message-5)
349         (python-info-dedenter-statement-p-1)
350         (python-info-dedenter-statement-p-2)
351         (python-info-dedenter-statement-p-3)
352         (python-info-dedenter-statement-p-4)
353         (python-info-dedenter-statement-p-5): New tests.
355 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
357         * indent/perl.perl: Add indentation pattern for hash-table entries.
359 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
361         * automated/dbus-tests.el (dbus-test02-register-service-session)
362         (dbus-test02-register-service-system): Fix docstring.
363         (dbus-test02-register-service-own-bus)
364         (dbus-test03-peer-interface): New tests.
366 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
368         * automated/python-tests.el (python-tests-self-insert): New function.
369         (python-triple-quote-pairing): Use it.
370         (python-parens-electric-indent-1): New test. (Bug#17658)
372 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
374         * automated/subr-x-tests.el: New file.
376 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
378         * automated/tramp-tests.el (tramp--instrument-test-case):
379         Print debug buffer in any case.
381 2014-06-28  Leo Liu  <sdl.web@gmail.com>
383         * automated/calc-tests.el: New file and add tests for math-bignum.
384         (Bug#17556)
386 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
388         * automated/dbus-tests.el (dbus--test-register-service)
389         (dbus-test02-register-service-session): Replace `dbus-ping' calls
390         by `dbus-list-known-names'.  (Bug#17858)
392 2014-06-28  Glenn Morris  <rgm@gnu.org>
394         * automated/Makefile.in (GDB): New variable.
395         (emacs): Use $GDB.  (Bug#15991)
397         * automated/Makefile.in (WRITE_LOG): New variable.
398         (%.log): Use WRITE_LOG.
399         (test_template): Disable logging.
401         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
402         (test_template): New definition.  Apply to TESTS.
404 2014-06-27  Glenn Morris  <rgm@gnu.org>
406         * automated/Makefile.in (check-maybe): Rename from check.
407         (check): Re-run all the tests, every time.
408         (clean, mostlyclean): Also delete *.log~.
410 2014-06-26  Glenn Morris  <rgm@gnu.org>
412         * automated/package-x-test.el: Do not mess with load-path.
414         * automated/Makefile.in (%.log): If error, dump log to stdout.
416 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
418         * automated/package-test.el (package-test-update-listing)
419         (package-test-update-archives, package-test-describe-package):
420         Adjust tests according to new package-list-unsigned.
422 2014-06-26  Glenn Morris  <rgm@gnu.org>
424         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
426         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
428         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
429         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
430         (setwins, compile-targets, compile-main, compile-clean): Remove.
431         (GREP_OPTIONS): Unexport.
432         (.el.elc): Replace with pattern rule.
433         (%.elc, %.log): New pattern rules.
434         (ELFILES, LOGFILES): New variables.
435         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
436         (clean, mostlyclean): New rules.
437         (bootstrap-clean): Simplify.
438         (bootstrap-clean, distclean): Depend on clean.
440 2014-06-25  Glenn Morris  <rgm@gnu.org>
442         * automated/flymake-tests.el (flymake-tests--current-face):
443         Sleep for longer.  Avoid querying.
445 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
447         * automated/fns-tests.el (fns-tests-compare-string): New test.
449 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
451         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
452         according to Bug#17815.
454 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
456         * automated/python-tests.el (python-util-strip-string-1): New test.
458 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
460         Sync with Tramp 2.2.10.
462         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
463         (tramp--instrument-test-case): Extend docstring.
464         (tramp-test15-copy-directory): Skip for tramp-smb.el.
465         (tramp-test21-file-links): Use `file-truename' for directories.
466         (tramp-test27-start-file-process, tramp-test28-shell-command):
467         Retrieve process output more robustly.
468         (tramp--test-check-files): Extend test.
469         (tramp-test30-special-characters): Skip for tramp-adb.el,
470         tramp-gvfs.el and tramp-smb.el.  Add further file names.
472 2014-06-13  Glenn Morris  <rgm@gnu.org>
474         * automated/Makefile.in (compile-main):
475         GNU make automatically passes command-line arguments to sub-makes.
477 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
479         * automated/tildify-tests.el (tildify-test--test): Optimize the test
480         slightly by reusing the same temporary buffer across multiple test
481         cases.
483         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
484         (tildify-test-find-env-group-index-bug): Update to support new
485         signature of the `tildify-foreach-region-outside-env' function.
486         Namely, it now takes pairs as an argument instead of looking it up in
487         `tildify-ignored-environments-alist'.
489         * automated/tildify-tests.el (tildify-test--example-html): Add support
490         for generating XML code, so that…
491         (tildify-test-xml) …test can be added to check handling of XML
492         documents.
494         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
495         New test checking end-regex building when multiple environment pairs
496         use integers to refer to capture groups.
498         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
499         test checking end-regex building in `tildify-find-env' function when
500         integers (denoting capture groups) and strings are mixed together.
502 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
504         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
505         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
507 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
509         * automated/tramp-tests.el (tramp-test29-vc-registered):
510         Instrument failed test case.
512 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
514         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
515         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
517 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
519         * automated/tildify-tests.el: New file.
521 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
523         * indent/ruby.rb: Add one more test.
525         * indent/ps-mode.ps: New file.
527         * indent/octave.m: Add a few more tests.
529         * automated/core-elisp-tests.el
530         (core-elisp-test-window-configurations): New test.
532 2014-05-26  Glenn Morris  <rgm@gnu.org>
534         * automated/package-test.el (package-test-install-single):
535         Update for changed output.
537 2014-05-22  Glenn Morris  <rgm@gnu.org>
539         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
540         Fix handling of temporary elc files.
542         * automated/fns-tests.el (fns-tests-nreverse):
543         Update for changed string behavior.
545 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
547         * automated/fns-tests.el: New file.
548         * automated/fns-tests.el (fns-tests-nreverse)
549         (fns-tests-nreverse-bool-vector): New tests.
551 2014-05-08  Glenn Morris  <rgm@gnu.org>
553         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
554         (vc-bzr-test-faulty-bzr-autoloads):
555         Give bzr a temporary home-directory, in case the real one is missing.
557 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
559         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
560         New test.
562 2014-05-08  Glenn Morris  <rgm@gnu.org>
564         * automated/help-fns.el: New file.
566 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
568         * automated/undo-tests.el (undo-test-region-deletion): New test to
569         demonstrate bug#17235.
570         (undo-test-region-example): New test to verify example given in
571         comments for undo-make-selective-list.
573 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
575         * automated/tramp-tests.el (top):
576         * automated/file-notify-tests.el (top): Do not disable interactive
577         passwords in batch mode.
578         (password-cache-expiry): Set to nil.
580         * automated/file-notify-tests.el
581         (file-notify-test-remote-temporary-file-directory):
582         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
583         Use a mock-up method as default.
584         (tramp-test00-availability): Print the used directory name.
585         (tramp-test33-recursive-load): Fix typo.
587 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
589         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
590         (tramp-test30-special-characters): Remove test for backslash.
592 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
594         * automated/tramp-tests.el
595         (tramp-test19-directory-files-and-attributes)
596         (tramp-test22-file-times): Check for `file-attributes' equality
597         only if there is a usable timestamp.
598         (tramp--test-check-files): Do not use `copy-sequence'.
600 2014-04-22  Daniel Colascione  <dancol@dancol.org>
602         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
603         Add compile flag.
604         (test-byte-comp-macro-expansion)
605         (test-byte-comp-macro-expansion-eval-and-compile)
606         (test-byte-comp-macro-expansion-eval-when-compile)
607         (test-byte-comp-macro-expand-lexical-override): Use it.
608         (test-eager-load-macro-expansion)
609         (test-eager-load-macro-expansion-eval-and-compile)
610         (test-eager-load-macro-expansion-eval-when-compile)
611         (test-eager-load-macro-expand-lexical-override): New tests.
613         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
614         account for removal of `cl-struct-set-slot-value'. Also, move
615         the defstruct to top level.
617 2014-04-21  Daniel Colascione  <dancol@dancol.org>
619         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
620         New function.
621         (test-byte-comp-macro-expansion)
622         (test-byte-comp-macro-expansion-eval-and-compile)
623         (test-byte-comp-macro-expansion-eval-when-compile)
624         (test-byte-comp-macro-expand-lexical-override): New tests.
626         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
627         (cl-the): Fix cl-the test.
629 2014-04-20  Daniel Colascione  <dancol@dancol.org>
631         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
633 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
635         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
636         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
638 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
640         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
641         (tramp--test-make-temp-name): Optional argument LOCAL.
642         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
643         (tramp-test10-write-region): No special test for out-of-band copy
644         needed anymore.
645         (tramp-test11-copy-file, tramp-test12-rename-file)
646         (tramp-test21-file-links): Extend tests.
647         (tramp-test20-file-modes): More robust check for user "root".
648         (tramp--test-check-files): New defun.
649         (tramp-test30-special-characters, tramp-test33-recursive-load)
650         (tramp-test34-unload): New tests.
651         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
653 2014-04-11  Glenn Morris  <rgm@gnu.org>
655         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
657 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
659         * automated/electric-tests.el: Fix spelling error in test name.
660         (whitespace-skipping-for-quotes-not-outside):
661         Rename from whitespace-skipping-for-quotes-not-ouside.
663 2014-04-09  Daniel Colascione  <dancol@dancol.org>
665         * automated/syntax-tests.el: New file.
667 2014-04-09  Glenn Morris  <rgm@gnu.org>
669         * automated/python-tests.el (python-triple-quote-pairing):
670         Enable/disable electric-pair-mode as needed.
672         * automated/electric-tests.el (electric-pair-backspace-1):
673         Replace deleted function.
675 2014-04-07  João Távora  <joaotavora@gmail.com>
677         * automated/python-tests.el (python-triple-quote-pairing): New test.
678         (python-syntax-after-python-backspace): New test.
680         * automated/electric-tests.el (electric-pair-define-test-form):
681         More readable test docstrings.
682         (whitespace-skipping-for-quotes-not-ouside)
683         (whitespace-skipping-for-quotes-only-inside)
684         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
686 2014-04-04  João Távora  <joaotavora@gmail.com>
688         * automated/electric-tests.el (define-electric-pair-test):
689         Don't overtest.
690         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
691         (inhibit-in-mismatched-string-inside-c-comments): New test.
693 2014-04-02  João Távora  <joaotavora@gmail.com>
695         * automated/electric-tests.el (inhibit-if-strings-mismatched):
696         New test, change from `inhibit-only-of-next-is-mismatched'.
698 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
700         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
701         (undo-test-region-t-marker): New tests of marker adjustments.
702         (undo-test-marker-adjustment-moved):
703         (undo-test-region-mark-adjustment): New tests to demonstrate
704         bug#16818, which fail without the fix.
706 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
708         * automated/package-test.el (package-test-describe-package):
709         Fix test failure in non-graphical mode.
711 2014-03-23  Daniel Colascione  <dancol@dancol.org>
713         * automated/subword-tests.el (subword-tests2): More subword tests.
715         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
716         New test: correct parsing of keyword arguments.
718 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
720         * automated/package-test.el (package-test-describe-package):
721         Check for the "Keywords: " line.
723         * automated/data/package/archive-contents: Include the :keywords
724         field in `simple-single' data form.
726 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
728         * automated/package-test.el
729         (package-test-install-two-dependencies): New test (bug#16826).
731         * automated/data/package/simple-two-depend-1.1.el: New file.
733         * automated/data/package/archive-contents:
734         Add info about the new package.
736 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
738         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
739         (tramp-test10-write-region): Extend for out-of-band copy.
740         (tramp-test31-asynchronous-requests): New test.
742 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
744         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
745         Add new test of undo in region.
746         (undo-test-in-region-eob): Add test case described at
747         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
749 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
751         * automated/tramp-tests.el (tramp--test-enabled)
752         (tramp-test15-copy-directory): No special handling of tramp-adb.el
753         anymore.  It's fixed in that package.
755 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
757         * automated/tramp-tests.el (tramp--test-enabled): Move connection
758         cleanup into this function.  Remove respective code from all test
759         cases.
760         (tramp--instrument-test-case): Declare `indent' and `debug'.
761         Handle other errors as well.
762         (tramp-test14-delete-directory): Check for `file-error' error.
763         (tramp-test15-copy-directory): Ignore return value of
764         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
765         (tramp-test19-directory-files-and-attributes): Take care of
766         timestamp of "../".
767         (tramp-test20-file-modes, tramp-test27-start-file-process)
768         (tramp-test28-shell-command): Skip for tramp-adb.el.
769         (tramp-test21-file-links): `file-truename' shall preserve trailing
770         link of directories.
771         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
772         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
773         `kill-buffer-query-functions' to nil.
774         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
776 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
778         * automated/tramp-tests.el
779         (tramp-test19-directory-files-and-attributes): Do not include
780         directories in comparison; they might have changed their
781         timestamps already.
783 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
785         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
786         (tramp-test17-insert-directory): First line could contain more
787         text, when produced by `ls-lisp'.
788         (tramp-test19-directory-files-and-attributes): Instrument failed
789         test case.
791 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
793         * automated/tramp-tests.el (tramp-test17-insert-directory):
794         Make first line "total 123" optional.
795         (tramp-test20-file-modes, tramp-test22-file-times)
796         (tramp-test26-process-file, tramp-test27-start-file-process)
797         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
798         tramp-smb.el.
799         (tramp-test20-file-modes): Check for "root" only when there is an
800         explicit user name.
801         (tramp-test21-file-links): Handle "... not supported" error.
802         (tramp-test22-file-times): Skip for "don't know" return values.
803         (tramp-test26-process-file, tramp-test28-shell-command):
804         Remove color escape sequences.
805         (tramp-test28-shell-command): Use `accept-process-output' rather
806         than `sit-for'.
807         (tramp-test30-utf8): Set coding system `utf-8'.
809 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
811         * automated/tramp-tests.el (tramp-test28-shell-command):
812         Perform an initial `sit-for' prior the while loop.
814 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
816         Sync with Tramp 2.2.9.
818         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
819         (tramp-test28-shell-command): Make a while loop when waiting for
820         process exit.
822 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
824         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
825         and `vc-hg'.  Declare `tramp-find-executable' and
826         `tramp-get-remote-path'.
827         (tramp-test29-vc-registered): New test.
828         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
830 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
832         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
833         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
834         (tramp-test28-shell-command): Improve `shell-command' test.
835         Add `async-shell-command' tests.
837 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
839         * automated/file-notify-tests.el (file-notify--wait-for-events):
840         Use `read-event' instead of `sit-for'.
841         (file-notify-test02-events): Remove expected result, the bug is
842         fixed meanwhile.
843         (file-notify-test02-events, file-notify-test03-autorevert):
844         Use `sleep-for' instead of `sit-for'.
846 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
848         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
849         New test.
851 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
853         * automated/file-notify-tests.el (file-notify--deftest-remote):
854         Do not skip when the local test has failed.  They are unrelated.
855         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
856         `noninteractive' to nil, otherwise `sit-for' could be degraded to
857         `sleep-for'.
858         (file-notify-test02-events): Check for `file-remote-p' instead of
859         `file-notify--test-remote-enabled'.
861 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
863         * automated/file-notify-tests.el (file-notify-test02-events):
864         Let test case fail for Bug#16519.
866 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
868         * automated/file-notify-tests.el (file-notify-test02-events):
869         Hide Bug#16519, until it is solved.
871 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
873         * automated/file-notify-tests.el
874         (file-notify--test-local-enabled): Fix error in logic.
875         (file-notify--wait-for-events): New defmacro.
876         (file-notify-test02-events): Make short breaks between file operations.
877         Use `file-notify--wait-for-events'.  Check, that events have arrived.
878         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
880         * automated/comint-testsuite.el
881         (comint-testsuite-password-strings): Add localized examples.
883 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
885         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
886         case if inotify is not linked with Emacs.  Use `read-event' rather
887         than `sit-for' in order to process events.  (Bug#13662)
889 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
891         * automated/ert-tests.el (ert-test-record-backtrace):
892         Reenable test case with adapted test string.  (Bug#13064)
894 2013-12-28  Glenn Morris  <rgm@gnu.org>
896         * automated/electric-tests.el: Require 'elec-pair.
898 2013-12-26  João Távora  <joaotavora@gmail.com>
900         * automated/electric-tests.el (electric-pair-test-for):
901         Fix autowrapping tests in batch-mode by running with
902         `transient-mark-mode' set to `lambda'.
904         * automated/electric-tests.el: New file.
906 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
908         * automated/python-tests.el
909         (python-nav-lisp-forward-sexp-safe-1): Remove test.
910         (python-nav-forward-sexp-safe-1): New test.
912 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
914         * automated/ruby-mode-tests.el: Add tests for
915         `ruby-align-to-stmt-keywords'.
917         * indent/ruby.rb: Update examples to reflect the lack of change in
918         default indentation of `begin' blocks.
920 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
922         * indent/ruby.rb: Update examples according to the change
923         in `smie-indent-close'.
925 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
927         * indent/ruby.rb: New examples.
929 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
931         * automated/python-tests.el (python-indent-dedenters-2): New test.
933 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
935         * automated/python-tests.el (python-indent-after-comment-1)
936         (python-indent-after-comment-2): New tests.
938 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
940         * automated/python-tests.el (python-indent-block-enders-1):
941         Rename from python-indent-block-enders.
942         (python-indent-block-enders-2): New test.
944 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
946         * indent/js.js: New file.
948 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
950         * automated/dbus-tests.el: New file.
952 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
954         * automated/regexp-tests.el: New file.
956 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
958         * automated/reftex-tests.el (reftex-parse-from-file-test):
959         Run temp-dir through file-truename, to make sure the temporary file
960         names are comparable as strings.
962         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
963         Force Unix EOLs by using 'utf-8-unix', since the default of
964         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
966 2013-11-28  Glenn Morris  <rgm@gnu.org>
968         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
970 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
972         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
973         (EMACSOPT): Use $(PATH_SEP).
975 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
977         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
978         Set to nil.
980 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
982         * automated/file-notify-tests.el
983         (file-notify-test-remote-temporary-file-directory):
984         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
985         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
986         (file-notify--deftest-remote): Cleanup connection initially.
987         (file-notify-test03-autorevert): Run also in batch mode.  Use a
988         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
989         does not work on MS Windows.  Call `accept-process-output' for
990         remote files.  Apply `string-match' instead of `string-equal', the
991         messages are different on MS Windows.
993         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
994         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
995         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
997 2013-11-23  Glenn Morris  <rgm@gnu.org>
999         * automated/python-tests.el (python-shell-make-comint-1)
1000         (python-shell-make-comint-2, python-shell-get-process-1):
1001         Suppress creation of some temp-files.
1003         * automated/python-tests.el (python-shell-parse-command-1)
1004         (python-shell-make-comint-1, python-shell-make-comint-2)
1005         (python-shell-get-process-1)
1006         (python-shell-internal-get-or-create-process-1):
1007         Skip rather than fail if prereqs not found.
1009         * automated/Makefile.in (emacs):
1010         Empty EMACSLOADPATH rather than unsetting.
1012 2013-11-22  Glenn Morris  <rgm@gnu.org>
1014         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1015         Set expected-result.
1017 2013-11-21  Glenn Morris  <rgm@gnu.org>
1019         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1020         (compile-main): Pass XARGS_LIMIT to xargs.
1022         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1023         (EMACSOPT): Use PATH_SEPARATOR.
1025 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1027         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1028         Add a failing test for Bug#15874.
1029         (ruby--insert-coding-comment-ruby-style)
1030         (ruby--insert-coding-comment-emacs-style)
1031         (ruby--insert-coding-comment-custom-style):
1032         Add a few tests for `ruby--insert-coding-comment'.
1034 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1036         Improve API of recently-added bool vector functions (Bug#15912).
1037         * automated/data-tests.el: Adjust to API changes.
1039 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1041         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1042         (tramp-test08-file-local-copy)
1043         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1044         (tramp-test11-copy-file, tramp-test12-rename-file)
1045         (tramp-test13-make-directory, tramp-test14-delete-directory)
1046         (tramp-test15-copy-directory, tramp-test16-directory-files)
1047         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1048         (tramp-test19-directory-files-and-attributes)
1049         (tramp-test20-file-modes, tramp-test21-file-links)
1050         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1051         (tramp-test24-file-name-completion, tramp-test25-load)
1052         (tramp-test26-process-file, tramp-test27-start-file-process)
1053         (tramp-test28-shell-command): Cleanup connection initially.
1055 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1057         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1058         connection before running the test.
1060 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1062         * automated/tramp-tests.el (tramp-test15-copy-directory)
1063         (tramp-test16-directory-files, tramp-test17-insert-directory)
1064         (tramp-test18-file-attributes)
1065         (tramp-test19-directory-files-and-attributes)
1066         (tramp-test20-file-modes, tramp-test21-file-links)
1067         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1068         (tramp-test24-file-name-completion, tramp-test25-load)
1069         (tramp-test26-process-file, tramp-test27-start-file-process)
1070         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1071         (tramp-test29-utf8): New test.
1073 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1075         * automated/file-notify-tests.el (file-notify-test02-events)
1076         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1078         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1079         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1080         (tramp-test26-process-file, tramp-test28-shell-command):
1081         Ensure, that the directory is not empty when calling "ls".
1083 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1085         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1086         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1087         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1088         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1089         (tramp-test26-process-file): Add tests.
1090         (tramp-test11-copy-file): Remove debug message.
1091         (tramp-test20-file-modes): Special case, if user is "root".
1093 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1095         * automated/file-notify-tests.el:
1096         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1097         `tramp-remote-path' when running on hydra.
1098         (tramp-test07-file-exists-p): Remove instrumentation code.
1099         (tramp-test26-process-file): Don't use "/bin/true" and
1100         "/bin/false", these paths do not exist on hydra.
1102 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1104         * automated/process-tests.el: New file.
1106 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1108         * indent/ruby.rb: New examples.
1110 2013-11-06  Glenn Morris  <rgm@gnu.org>
1112         * automated/Makefile.in (setwins): Avoid accidental matches.
1114 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1116         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1117         Fix docstring.  Instrument, in order to hunt failure on hydra.
1119 2013-11-06  Glenn Morris  <rgm@gnu.org>
1121         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1122         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1123         (warning-predicate-function-perl):
1124         * automated/info-xref.el (info-xref-test-makeinfo):
1125         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1126         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1128 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1130         * automated/tramp-tests.el: New file.
1132 2013-11-05  Glenn Morris  <rgm@gnu.org>
1134         Get rid of --chdir usage.
1135         * automated/Makefile.in (EMACSOPT): Move -L here.
1136         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1137         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1138         (.el.elc): No more need to pass -L here.
1139         (compile-main): Get rid of sub-shell and cd.
1140         (compile-clean, check): Get rid of cd.
1142         Make it possible to run tests with a different working directory.
1143         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1144         (flymake-tests--current-face): Use flymake-tests-data-directory.
1145         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1146         (warning-predicate-function-perl): Adapt for above change.
1147         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1148         (zlib--decompress): Use zlib-tests-data-directory.
1150         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1151         Remove test that makes no sense.
1153         * automated/files.el (files-test-local-variable-data):
1154         Fix result typo presumably caused by interference from dir-locals.
1155         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1157 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1159         * indent/ruby.rb: Add a statement on the line after heredoc.
1160         Move a now-successful example.
1162         * automated/ruby-mode-tests.el: Remove outdated comment.
1164 2013-11-04  Glenn Morris  <rgm@gnu.org>
1166         * automated/Makefile.in (abs_srcdir): Remove.
1167         (emacs): Unset EMACSLOADPATH.
1168         (.el.elc, check): Use -L to append srcdir to load-path.
1170 2013-11-02  Glenn Morris  <rgm@gnu.org>
1172         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1173         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1174         (abs_srcdir): New, set by configure.
1175         (EMACS): Use a relative file name.
1176         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1177         (lisp-compile): Remove (assume it's up-to-date).
1178         (compile-main): Do not run lisp-compile.
1179         (compile-main, compile-clean, compile-always, bootstrap-clean)
1180         (check): Use srcdir rather than $test.  Check cd return value.
1181         Use --chdir.
1182         (doit, compile, compile-always): Remove stuff copied from lisp/.
1183         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1185 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1187         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1188         Add a skipping test.
1190 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1192         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1194         * indent/css-mode.css (.x2): Test alignement inside braces.
1196 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1198         * indent/ruby.rb: New failing example.
1200         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1201         Fix the test, in respect to adding the space after the curly.
1203 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1205         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1206         (ert-test-deftest): Adapt test for changed macro expansion.
1207         (ert-test-run-tests-interactively):
1208         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1209         Add a skipping test.
1211         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1212         (file-notify--test-local-enabled): Make it a function.  Check also
1213         for `file-remote-p' of `temporary-file-directory'.
1214         (file-notify--test-remote-enabled-checked): New defvar.
1215         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1216         internal functions.  Cache result.
1217         (file-notify--deftest-remote, file-notify-test00-availability)
1218         (file-notify-test01-add-watch, file-notify-test02-events)
1219         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1220         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1222 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1224         * indent/ruby.rb: Fix syntax error in the latest example.
1226 2013-10-23  Glenn Morris  <rgm@gnu.org>
1228         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1229         New, set by configure.
1230         (top_srcdir): Remove.
1231         (abs_test, abs_lispsrc): New.
1232         (lisp): No longer absolute.
1233         (emacs, lisp-compile, compile, compile-always):
1234         Quote entities that might contain whitespace.
1236 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1238         * indent/ruby.rb: Move two examples to "working" section, add one
1239         more.
1241 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1243         * indent/ruby.rb: New examples for indentation of blocks.
1244         Example of hash inside parens that inflooped before the present commit.
1246 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1248         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1249         allows another timer to run.
1251 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1253         * indent/ruby.rb: More examples for bug#15594, both failing and
1254         now passing.
1256 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1258         * indent/ruby.rb: Add two more cases.
1260 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1263         first use.
1264         (ruby-should-indent): Use indent-according-to-mode.
1265         (ruby-deftest-move-to-block): Use `declare'.
1267 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1269         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1271 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1273         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1275 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1277         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1278         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1280         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1282 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1284         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1285         Adjust indentation of continued line to the new SMIE behavior.
1287 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1289         * automated/completion-tests.el:
1290         * indent/css-mode.css: New files.
1292 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1294         * automated/data/package/signed/archive-contents:
1295         * automated/data/package/signed/archive-contents.sig:
1296         * automated/data/package/signed/signed-good-1.0.el:
1297         * automated/data/package/signed/signed-good-1.0.el.sig:
1298         * automated/data/package/signed/signed-bad-1.0.el:
1299         * automated/data/package/signed/signed-bad-1.0.el.sig:
1300         * automated/data/package/key.pub:
1301         * automated/data/package/key.sec: New files.
1303         * automated/package-test.el (package-test-update-listing)
1304         (package-test-update-archives, package-test-describe-package):
1305         Adjust to package.el change.
1306         (package-test-signed): New test.
1308 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1310         * automated/package-test.el: Update all cases to use :url instead
1311         of :homepage.
1313         * automated/package-x-test.el
1314         (package-x-test--single-archive-entry-1-3): Same.
1316 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1318         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1319         was unused.
1320         (simple-single-desc): Expect :homepage property.
1321         (multi-file-desc): Same.
1322         (with-package-test): Do not save previous `default-directory'
1323         value, let-bind the var instead.
1324         (package-test-install-single): Expect :homepage property in the
1325         generated pkg file.
1326         (package-test-describe-package): Expect Homepage button.
1327         (package-test-describe-non-installed-package)
1328         (package-test-describe-non-installed-multi-file-package): Same.
1329         (package-test-describe-not-installed-package): Remove, it was a
1330         duplicate.
1332         * automated/package-x-test.el
1333         (package-x-test--single-archive-entry-1-3): Expect :homepage
1334         property.
1335         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1337         * automated/data/package/simple-single-1.3.el: Add URL header.
1339         * automated/data/package/archive-contents: Add :homepage
1340         properties to `simple-single' and `multi-file'.
1342 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1344         * automated/data-tests.el:
1345         (bool-vector-count-matches-all-0-nil)
1346         (bool-vector-count-matches-all-0-t)
1347         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1348         (bool-vector-count-matches-at, bool-vector-intersection-op)
1349         (bool-vector-union-op, bool-vector-xor-op)
1350         (bool-vector-set-difference-op)
1351         (bool-vector-change-detection, bool-vector-not): New tests.
1352         (mock-bool-vector-count-matches-at)
1353         (test-bool-vector-bv-from-hex-string)
1354         (test-bool-vector-to-hex-string)
1355         (test-bool-vector-count-matches-at-tc)
1356         (test-bool-vector-apply-mock-op)
1357         (test-bool-vector-binop): New helper functions.
1358         (bool-vector-test-vectors): New testcase data.
1360 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1362         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1363         (advice-test-called-interactively-p-filter-args)
1364         (advice-test-called-interactively-p-around): New tests.
1366 2013-09-16  Glenn Morris  <rgm@gnu.org>
1368         * automated/eshell.el (eshell-match-result):
1369         Return a more informative failure than simply "false".  Update callers.
1371         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1372         Test value before and after loop as well as during.
1374 2013-09-15  Glenn Morris  <rgm@gnu.org>
1376         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1377         New test.  (Bug#15372)
1378         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1380 2013-09-13  Glenn Morris  <rgm@gnu.org>
1382         * automated/eshell.el (with-temp-eshell):
1383         Use a temp directory for eshell-directory-name.
1384         (eshell-test-command-result): New, again using a temp directory.
1385         Replace eshell-command-result with this throughout.
1386         (eshell-test/for-loop, eshell-test/for-name-loop):
1387         Ensure environment variables don't confuse us.
1389 2013-09-12  Glenn Morris  <rgm@gnu.org>
1391         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1392         due to "has a running process; kill it?" prompts.
1394 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1396         * automated/eshell.el: Rename from eshell.el.
1397         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1399 2013-09-01  Glenn Morris  <rgm@gnu.org>
1401         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1402         Otherwise the sed command used by eg compile-main ends up
1403         containing "/*.el".  (Bug#15170)
1405 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1407         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1408         for portability to hosts where /bin/sh has problems.
1410 2013-08-21  David Engster  <deng@randomsample.de>
1412         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1413         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1414         upstream.  Changed to use ERT.
1416 2013-08-14  Daniel Hackney  <dan@haxney.org>
1418         * automated/package-test.el: Remove tar-package-building functions.
1419         Tar file used for testing is included in the repository.
1420         (package-test-install-texinfo, package-test-cleanup-built-files):
1421         Remove.
1423 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1425         * automated/python-tests.el (python-imenu-create-index-4)
1426         (python-imenu-create-flat-index-2): New tests.
1428 2013-08-05  Glenn Morris  <rgm@gnu.org>
1430         * automated/mule-util.el: New file, with tests extracted from
1431         lisp/international/mule-util.el.
1433 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1435         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1436         before definition.
1437         (advice-tests-macroaliases): New test.
1439 2013-08-04  Glenn Morris  <rgm@gnu.org>
1441         * automated/ert-tests.el: Disable failing test that no-one seems
1442         to know how to fix.  (Bug#13064)
1444         * automated/icalendar-tests.el (icalendar-tests--test-export)
1445         (icalendar-tests--test-import): Try more precise TZ specification.
1446         Remove debug messages.
1448 2013-08-03  Glenn Morris  <rgm@gnu.org>
1450         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1452         * automated/icalendar-tests.el (icalendar-tests--test-export)
1453         (icalendar-tests--test-import):
1454         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1455         (icalendar-tests--test-import): Reset zone even if error occurred.
1457 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1459         * automated/core-elisp-tests.el: New file.
1461 2013-08-01  Glenn Morris  <rgm@gnu.org>
1463         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1464         Try to check that the remote system has a notification program.
1466 2013-07-31  Glenn Morris  <rgm@gnu.org>
1468         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1470 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1472         * automated/file-notify-tests.el
1473         (file-notify--test-local-enabled): New defconst.  Replaces all
1474         `file-notify-support' occurrences.
1475         (file-notify--test-remote-enabled): New defun.
1476         (file-notify--deftest-remote): Use it.
1477         (file-notify-test00-availability): Rewrite.
1478         (file-notify-test00-availability-remote): New defun.
1479         (file-notify-test01-add-watch): Rewrite first erroneous check.
1481 2013-07-23  Glenn Morris  <rgm@gnu.org>
1483         * automated/inotify-test.el (inotify-file-watch-simple):
1484         Delete temp-file when done.
1486         * automated/subword-tests.el: Require subword.
1488 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1490         * automated/subword-tests.el: New file.
1492 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1494         * automated/python-tests.el (python-imenu-create-index-2)
1495         (python-imenu-create-index-3): New tests.
1497 2013-07-11  Glenn Morris  <rgm@gnu.org>
1499         * automated/ert-tests.el: Require cl-lib at runtime too.
1500         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1501         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1502         (ert-test-set-functions, ert-test-gensym)
1503         (ert-test-coerce-to-vector, ert-test-string-position)
1504         (ert-test-mismatch): Remove tests.
1505         * automated/cl-lib.el: New, split from ert-tests.el.
1507         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1508         Goto point-min.
1509         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1510         (ruby-move-to-block-skips-percent-literal)
1511         (ruby-move-to-block-skips-heredoc)
1512         (ruby-move-to-block-moves-from-else-to-if)
1513         (ruby-beginning-of-defun-does-not-fold-case)
1514         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1515         Replace goto-line with forward-line/goto-char.
1516         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1518         * automated/package-test.el (makeinfo-buffer): Autoload.
1519         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1520         (package-test-install-texinfo): Don't require makeinfo.
1522         * automated/files.el: Stop "local variables" confusion.
1524         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1526         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1527         Use with-current-buffer.
1529         * automated/undo-tests.el (undo-test-buffer-modified)
1530         (undo-test-file-modified): New tests.
1532 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1534         * automated/file-notify-tests.el (file-notify-test00-availability):
1535         Set :expected-result.
1536         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1537         (file-notify-test02-events, file-notify-test02-events-remote)
1538         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1539         Skip when `file-notify-support' is nil.  (Bug#14823)
1541 2013-07-09  Glenn Morris  <rgm@gnu.org>
1543         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1544         Declare.
1545         (inotify-file-watch-simple): Silence compiler.
1547         * automated/python-tests.el (python-indent-block-enders):
1548         Make it actually test something.
1550         * automated/package-x-test.el: Require package-test when compiling.
1552         * automated/add-log-tests.el, automated/advice-tests.el:
1553         * automated/imenu-test.el, automated/package-x-test.el:
1554         * automated/python-tests.el, automated/ruby-mode-tests.el:
1555         * automated/xml-parse-tests.el: Explicitly require ert.
1557 2013-07-08  Kenichi Handa  <handa@gnu.org>
1559         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1560         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1562 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1564         * automated/file-notify-tests.el
1565         (file-notify-test-remote-temporary-file-directory):
1566         Use `null-device' on w32.
1567         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1568         (file-notify--test-results, file-notify--test-event)
1569         (file-notify--deftest-remote, file-notify--event-test)
1570         (file-notify--test-event-handler)
1571         (file-notify--test-make-temp-name): Rename, in order to mark them
1572         internal.
1573         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1574         better fitting in noninteractive tests.
1575         (file-notify-test00-availability): Rename from `file-notify-test0'.
1576         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1577         Use `temporary-file-directory '.
1578         (file-notify-test01-add-watch-remote): New test.
1579         (file-notify-test02-events): Rename from `file-notify-test2'.
1580         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1581         (file-notify-test03-autorevert): Rename from
1582         `file-notify-test4'.  Use timeouts.
1583         (file-notify-test03-autorevert-remote): Rename from
1584         `file-notify-test5'.
1586 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1588         * automated/file-notify-tests.el: New package.
1590 2013-06-28  Kenichi Handa  <handa@gnu.org>
1592         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1593         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1594         Callers changed.
1595         (decoder-tests-filename): New function.
1596         (decoder-tests-prefer-utf-8-read)
1597         (decoder-tests-prefer-utf-8-write): New function.
1598         (ert-test-decoder-prefer-utf-8): New test.
1600 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1602         * automated/package-x-test.el: Change the commentary.
1603         (package-x-test--single-archive-entry-1-3)
1604         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1605         using the appropriate data structure.
1607 2013-06-27  Daniel Hackney  <dan@haxney.org>
1609         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1611         * automated/package-x-test.el: New file.
1613         * automated/package-test.el: New file.
1615         * automated/data/package: New directory, with test examples.
1617 2013-06-27  Glenn Morris  <rgm@gnu.org>
1619         * automated/python-tests.el (python-tests-with-temp-file):
1620         Clean up after ourself.
1622         * automated/undo-tests.el (undo-test3): Remove test that seems to
1623         do nothing that the previous one doesn't, except leave a tempfile.
1625 2013-06-26  Glenn Morris  <rgm@gnu.org>
1627         * automated/info-xref.el: New file.
1629 2013-06-25  Glenn Morris  <rgm@gnu.org>
1631         * automated/occur-tests.el (occur-test-create): New function.
1632         Use it to create separate tests for each element, so we run them
1633         all rather than stopping at the first error.
1635 2013-06-24  Glenn Morris  <rgm@gnu.org>
1637         * automated/occur-tests.el (occur-tests):
1638         Update for 2013-05-29 change to occur header line.
1640 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1642         Test suite for flymake.
1643         * automated/flymake-tests.el:
1644         * automated/flymake/warnpred/Makefile
1645         * automated/flymake/warnpred/test.c
1646         * automated/flymake/warnpred/test.pl: New files.
1648 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1650         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1652 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1654         * automated/reftex-tests.el: New test suite for reftex.
1656 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1658         * automated/ruby-mode-tests.el: New tests, for percent literals
1659         and expression expansion.
1661 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1663         * indent/octave.m: Tweak.
1665 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1667         * eshell.el: Rewrite tests using ERT.
1669 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1671         * indent/octave.m: Add tests for %!, # and ### comments.
1673 2013-05-23  Kenichi Handa  <handa@gnu.org>
1675         * automated/decoder-tests.el: New file.
1677 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1679         * indent/ruby.rb: Add multiline regexp example.
1681         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1682         (ruby-regexp-skips-over-interpolation)
1683         (ruby-regexp-continues-till-end-when-unclosed)
1684         (ruby-regexp-can-be-multiline)
1685         (ruby-interpolation-inside-percent-literal): New tests.
1687 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1689         * indent/ruby.rb: Fix indentation after =; add more cases.
1691 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1693         * indent/pascal.pas: Add test for mis-identified comments.
1695 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1697         * automated/imenu-test.el: New file.  (Bug#14112)
1699 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1701         * automated/python-tests.el (python-imenu-prev-index-position-1):
1702         Remove test.
1703         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1704         New tests.
1706 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1708         * automated/python-tests.el (python-nav-backward-defun-2)
1709         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1710         (python-nav-forward-defun-3): New tests.
1712 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1714         * automated/python-tests.el (python-nav-backward-defun-1)
1715         (python-nav-forward-defun-1): New tests.
1717 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1719         * automated/add-log-tests.el: New file.  (Bug#14112)
1721 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1723         * automated/python-tests.el (python-indent-block-enders): New test.
1724         (python-info-current-defun-2): Fix test.
1726 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1728         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1730 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1732         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1733         (python-tests-with-temp-file): New macro.
1734         (python-tests-shell-interpreter): New var.
1735         (python-shell-get-process-name-1)
1736         (python-shell-internal-get-process-name-1)
1737         (python-shell-parse-command-1)
1738         (python-shell-calculate-process-environment-1)
1739         (python-shell-calculate-process-environment-2)
1740         (python-shell-calculate-process-environment-3)
1741         (python-shell-calculate-exec-path-1)
1742         (python-shell-calculate-exec-path-2)
1743         (python-shell-make-comint-1)
1744         (python-shell-make-comint-2)
1745         (python-shell-get-process-1)
1746         (python-shell-get-or-create-process-1)
1747         (python-shell-internal-get-or-create-process-1): New tests.
1749 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1751         * automated/python-tests.el: New file.
1753 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1755         * automated/ruby-mode-tests.el
1756         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1757         bits inside the examples.
1758         (ruby-move-to-block-skips-heredoc): New test.
1759         (ruby-add-log-current-method-after-inner-class):
1760         Lower expectations: move point inside a method, initially.
1762 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1764         * automated/ruby-mode-tests.el
1765         (ruby-move-to-block-skips-percent-literal): New test.
1767 2013-02-04  Chong Yidong  <cyd@gnu.org>
1769         * automated/thingatpt.el: New file.
1771 2013-02-03  Chong Yidong  <cyd@gnu.org>
1773         * automated/files.el (file-test--do-local-variables-test):
1774         Avoid compilation warning message.
1776 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1778         * automated/ruby-mode-tests.el
1779         (ruby-indent-spread-args-in-parens): New test.
1780         * automated/ruby-mode-tests.el (ruby-block-test-example):
1781         Break indentation of the do block opener and add a line inside it.
1782         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1783         Adjust line numbers.
1785 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1787         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1789 2013-01-14  Glenn Morris  <rgm@gnu.org>
1791         * automated/compile-tests.el (compile-tests--test-regexps-data):
1792         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1794 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1796         * automated/man-tests.el: New file.
1798 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1800         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1802 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1804         * automated/undo-tests.el: New file.
1806 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1808         * automated/ruby-mode-tests.el
1809         (ruby-indent-after-block-in-continued-expression): New test.
1811 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1813         * automated/ruby-mode-tests.el:
1814         Rename one interpolation test; add three more.
1815         (ruby-with-temp-buffer): New macro, use it where appropriate.
1816         (ruby-add-log-current-method-examples): Use "_" for target point.
1817         Add four new tests for ruby-add-log-current-method.
1819 2012-12-11  Glenn Morris  <rgm@gnu.org>
1821         * automated/f90.el (f90-test-bug13138): New test.
1823 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1825         * automated/inotify-test.el: New test.
1827 2012-12-02  Chong Yidong  <cyd@gnu.org>
1829         * automated/ruby-mode-tests.el
1830         (ruby-add-log-current-method-examples): Don't use loop macro, to
1831         allow automated testing to work.
1833 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1835         * automated/advice-tests.el (advice-tests--data): Remove.
1836         (advice-tests): Move the tests directly here instead.
1837         Add called-interactively-p tests.
1839 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1841         * automated/ert-x-tests.el: Use cl-lib.
1842         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1844 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1846         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1847         (ruby-indent-inside-heredoc-after-operator)
1848         (ruby-indent-inside-heredoc-after-space): New tests.
1849         Change direct font-lock face references to var references.
1850         (ruby-interpolation-suppresses-syntax-inside): New test.
1851         (ruby-interpolation-inside-percent-literal-with-paren):
1852         New failing test.
1854 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1856         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1857         (ruby-singleton-class-no-heredoc-font-lock)
1858         (ruby-add-log-current-method-examples): New tests.
1859         (ruby-test-string): Extract from ruby-should-indent-buffer.
1860         (ruby-deftest-move-to-block): New macro.
1861         Add several move-to-block tests.
1863 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1865         * automated/advice-tests.el: New tests.
1867 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1869         * automated/compile-tests.el (compile-tests--test-regexps-data):
1870         Add new data for msft's new format.
1872 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1874         * automated/ruby-mode-tests.el:
1875         (ruby-toggle-block-to-multiline): New test.
1876         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1877         (ruby-toggle-block-to-brace): Use buffer-string.
1879 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1881         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1883 2012-08-28  Chong Yidong  <cyd@gnu.org>
1885         * automated/files.el: Test every combination of values for
1886         enable-local-variables and enable-local-eval.
1888 2012-08-19  Chong Yidong  <cyd@gnu.org>
1890         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1892 2012-08-18  Chong Yidong  <cyd@gnu.org>
1894         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1896 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1898         * indent/ruby.rb: Rearrange examples, add new ones.
1900 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1902         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1903         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1905 2012-08-11  Glenn Morris  <rgm@gnu.org>
1907         * automated/files.el: New file.
1909         * automated/Makefile.in (all): Fix typo.
1911 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1913         * automated/ruby-mode-tests.el (ruby-should-indent):
1914         Add docstring, check (current-indentation) instead of (current-column).
1915         (ruby-should-indent-buffer): New function.
1916         Add tests for `ruby-deep-indent-paren' behavior.
1917         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1919 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1921         Original tests in test_ruby_mode.rb in upstream (author).
1923 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1925         * automated/ruby-mode-tests.el (ruby-should-indent)
1926         (ruby-assert-state): New functions.
1927         Add new tests.
1929 2012-07-29  David Engster  <deng@randomsample.de>
1931         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1932         New variable to hold test data for name expansion.
1933         (xml-parse-tests): Test the two different types of name expansion.
1935 2012-07-29  Juri Linkov  <juri@jurta.org>
1937         * automated/occur-tests.el (occur-test-case): Use predefined
1938         buffer name " *test-occur*" instead of a random buffer name.
1940 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1942         * automated/ruby-mode-tests.el: New file with one test.
1944 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1946         * indent/shell.sh: Add test case for ${#VAR}.
1948         * indent/latex-mode.tex: New file.
1950 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1952         * eshell.el: Use cl-lib.
1954 2012-07-03  Chong Yidong  <cyd@gnu.org>
1956         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1958 2012-07-02  Chong Yidong  <cyd@gnu.org>
1960         * automated/xml-parse-tests.el (xml-parse-tests--data):
1961         More testcases.
1963 2012-07-01  Chong Yidong  <cyd@gnu.org>
1965         * automated/xml-parse-tests.el: New file.
1967 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1969         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1970         Use cl-flet.
1972 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1974         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1975         Test escaped commas in TZID (Bug#11473).
1976         (icalendar-import-with-timezone): New.
1977         (icalendar-real-world): Add new testcase as given in the bugreport
1978         of Bug#11473.
1980 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1982         * automated/icalendar-tests.el (icalendar-tests--test-import):
1983         Include UID in import tests (Bug#11525).
1984         (icalendar-import-non-recurring, icalendar-import-rrule)
1985         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1986         UID-import change.
1987         (icalendar-import-with-uid): New.
1988         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1989         Include UID in cycle tests.
1990         (icalendar-cycle, icalendar-real-world): UID-import change.
1992 2012-05-21  Glenn Morris  <rgm@gnu.org>
1994         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1996 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1998         * automated/url-util-tests.el: New file to test
1999         lisp/url/url-util.el.  Only `url-build-query-string' and
2000         `url-parse-query-string' are tested right now (Bug#8706).
2002 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2004         * indent/shell.sh:
2005         * indent/shell.rc: Ad some test cases.
2007 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2009         * indent/ruby.rb: New file, to test new syntax-propertize code.
2011 2012-04-11  Glenn Morris  <rgm@gnu.org>
2013         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2015 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2017         * automated/url-future-tests.el (url-future-tests): Move from
2018         lisp/url/url-future.el and rename.
2020 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2022         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2023         Fix broken test, caused by missing trailing blank.
2025 2011-12-03  Chong Yidong  <cyd@gnu.org>
2027         * automated/compile-tests.el (compile-tests--test-regexps-data):
2028         Increase column numbers by one to reflect change in how
2029         compilation-message is recorded (Bug#10172).
2031 2011-11-22  Glenn Morris  <rgm@gnu.org>
2033         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2035 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2037         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2039 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2041         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2042         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2043         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2045 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2047         * automated/newsticker-tests.el
2048         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2049         newsticker--treeview-tree-update.
2051 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2053         * automated/newsticker-tests.el
2054         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2056         * automated/newsticker-tests.el
2057         (newsticker--group-manage-orphan-feeds): Prevent updating
2058         newsticker treeview.  Fixed bug#9763.
2060 2011-10-20  Glenn Morris  <rgm@gnu.org>
2062         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2064         * automated/vc-bzr.el: New file.
2066 2011-10-15  Glenn Morris  <rgm@gnu.org>
2068         * automated/f90.el: New file.
2070 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2072         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2073         to automated/newsticker-tests.el.  Convert to ERT.
2075 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2077         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2078         Remove, simply use string=.
2079         (icalendar--diarytime-to-isotime)
2080         (icalendar--datetime-to-diary-date)
2081         (icalendar--datestring-to-isodate)
2082         (icalendar--format-ical-event)
2083         (icalendar--parse-summary-and-rest)
2084         (icalendar-tests--do-test-import)
2085         (icalendar-tests--do-test-cycle): Change argument order of
2086         string= to EXPECTED ACTUAL.
2087         (icalendar--import-format-sample)
2088         (icalendar--format-ical-event)
2089         (icalendar-import-non-recurring)
2090         (icalendar-import-rrule)
2091         (icalendar-import-duration)
2092         (icalendar-import-bug-6766)
2093         (icalendar-real-world): Adjust to string= instead of
2094         icalendar-tests--compare-strings.
2095         (icalendar-import-multiple-vcalendars): New.
2097 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2099         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2100         Require CL.
2102 2011-05-09  Juri Linkov  <juri@jurta.org>
2104         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2105         Convert to ERT.
2107 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2109         * automated/compile-tests.el: New file.
2111 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2113         * automated/font-parse-tests.el: Don't byte-compile.
2115         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2117 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * automated/lexbind-tests.el: New file.
2121 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2123         * Version 23.3 released.
2125 2011-03-05  Glenn Morris  <rgm@gnu.org>
2127         * eshell.el: Move here from lisp/eshell/esh-test.el.
2129 2011-03-03  Christian Ohler  <ohler@gnu.org>
2131         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2132         New test.
2134 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2136         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2137         convert to ERT format.
2139 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2141         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2142         convert to ERT format.
2144 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2146         * indent/shell.sh:
2147         * indent/shell.rc: New files.
2149 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2151         * automated/font-parse-tests.el: Move from
2152         font-parse-testsuite.el.
2154 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2156         * font-parse-testsuite.el (test-font-parse-data): New file.
2158 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2160         * indent/prolog.prolog: Add tokenizing tests.
2162 2011-01-13  Christian Ohler  <ohler@gnu.org>
2164         * automated: New directory for automated tests.
2166         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2168         * automated/Makefile.in: New file.
2170 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2172         * indent/modula2.mod: New file.
2174 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2176         * indent/octave.m: Add a test to ensure indentation is local.
2178 2010-10-23  Glenn Morris  <rgm@gnu.org>
2180         * comint-testsuite.el
2181         (comint-testsuite--test-comint-password-prompt-regexp):
2182         Add "Please enter the password".  (Bug#7224)
2184 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * indent/prolog.prolog: Use normal spacing around !.
2188 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2190         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2192 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2194         * indent/octave.m: Remove some `fixindent' not needed any more.
2196 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2198         * indent/octave.m: New file.
2200 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2202         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2203         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2204         (icalendar-testsuite--run-internal-tests): New.
2205         (icalendar-testsuite--test-convert-ordinary-to-ical)
2206         (icalendar-testsuite--test-convert-block-to-ical)
2207         (icalendar-testsuite--test-convert-anniversary-to-ical)
2208         (icalendar-testsuite--test-parse-vtimezone)
2209         (icalendar-testsuite--do-test-export): Code formatting.
2210         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2211         (icalendar-testsuite--do-test-import)
2212         (icalendar-testsuite--do-test-cycle):
2213         Use icalendar-testsuite--compare-strings
2214         (icalendar-testsuite--run-import-tests): Comment added.
2215         (icalendar-testsuite--run-import-tests)
2216         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2218 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2220         * redisplay-testsuite.el (test-redisplay-3): New test.
2222 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2224         * comint-testsuite.el: New file.
2226 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2228         * indent: New dir.
2230 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2232         * Version 23.2 released.
2234 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2236         * cedet/semantic-ia-utest.el
2237         (semantic-symref-test-count-hits-in-tag): Add function, from
2238         semantic-test.el.
2240         * cedet/tests/test.cpp:
2241         * cedet/tests/test.py:
2242         * cedet/tests/teststruct.cpp:
2243         * cedet/tests/testtemplates.cpp:
2244         * cedet/tests/testusing.cpp:
2245         * cedet/tests/scopetest.cpp:
2246         * cedet/tests/scopetest.java: Files deleted.
2248         * cedet/tests/test.make:
2249         * cedet/tests/test.c:
2250         * cedet/tests/testjavacomp.java:
2251         * cedet/tests/testspp.c:
2252         * cedet/tests/testsppreplace.c:
2253         * cedet/tests/testsppreplaced.c:
2254         * cedet/tests/testsubclass.cpp:
2255         * cedet/tests/testsubclass.hh:
2256         * cedet/tests/testtypedefs.cpp:
2257         * cedet/tests/testvarnames.c:
2258         * cedet/tests/test.el:
2259         * cedet/tests/testdoublens.cpp:
2260         * cedet/tests/testdoublens.hpp: Add copyright header.
2262         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2263         Remove reference to deleted files.
2265 2010-03-30  Juri Linkov  <juri@jurta.org>
2267         * occur-testsuite.el (occur-tests): Add tests for context lines.
2269 2010-03-23  Juri Linkov  <juri@jurta.org>
2271         * occur-testsuite.el: New file.
2273 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2275         * Branch for 23.2.
2277 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2279         * icalendar-testsuite.el
2280         (icalendar-testsuite--run-function-tests): Add new tests.
2281         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2282         testcase.
2283         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2284         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2285         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2286         (icalendar-testsuite--test-convert-block-to-ical): New.
2287         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2288         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2290 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2292         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2293         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2294         Fix typos in docstrings and error messages.
2295         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2297 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2299         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2300         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2301         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2303 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2305         * icalendar-testsuite.el
2306         (icalendar-testsuite--run-function-tests):
2307         Add icalendar-testsuite--test-parse-vtimezone.
2308         (icalendar-testsuite--test-parse-vtimezone): New.
2309         (icalendar-testsuite--do-test-cycle): Doc changes.
2310         (icalendar-testsuite--run-real-world-tests): Remove trailing
2311         whitespace -- see change of icalendar--add-diary-entry in
2312         icalendar.el.
2313         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2315 2009-09-30  Glenn Morris  <rgm@gnu.org>
2317         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2319 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2321         * cedet/*: New unit tests, from CEDET repository.
2323 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2325         * redisplay-testsuite.el: New file.
2327 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2329         * Branch for 23.1.
2331 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2333         * icalendar-testsuite.el
2334         (icalendar-testsuite--run-function-tests):
2335         Add icalendar-testsuite--test-diarytime-to-isotime.
2336         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2337         recent icalendar fixes.
2338         (icalendar-testsuite--test-diarytime-to-isotime): New.
2339         (icalendar-testsuite--test-create-uid): Adjust to recent
2340         icalendar changes.
2342 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2344         * bytecomp-testsuite.el: New file.
2346 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2348         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2349         Add `icalendar-testsuite--test-create-uid'.
2350         (icalendar-testsuite--test-create-uid): New.
2352 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2354         * newsticker-testsuite.el: New file.
2356 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2358         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2359         Add icalendar-testsuite--test-datestring-to-isodate,
2360         icalendar-testsuite--test-datetime-to-diary-date, and
2361         icalendar-testsuite--test-calendar-style.
2362         (icalendar-testsuite--test-format-ical-event)
2363         (icalendar-testsuite--test-parse-summary-and-rest):
2364         Doc fix.  Remove european-calendar-style.
2365         (icalendar-testsuite--get-ical-event): Doc fix.
2366         (icalendar-testsuite--test-first-weekday-of-year)
2367         (icalendar-testsuite--run-cycle-tests): Add doc string.
2368         (icalendar-testsuite--test-datestring-to-isodate)
2369         (icalendar-testsuite--test-datetime-to-diary-date)
2370         (icalendar-testsuite--test-calendar-style): New functions.
2371         (icalendar-testsuite--test-export): Handle iso date style.
2372         New arg INPUT-ISO.  Use calendar-date-style.
2373         (icalendar-testsuite--test-import): Handle iso date style.
2374         New arg EXPECTED-ISO.  Use calendar-date-style.
2375         (icalendar-testsuite--test-cycle): Handle iso date style.
2376         (icalendar-testsuite--run-import-tests)
2377         (icalendar-testsuite--run-export-tests)
2378         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2380 2008-02-29  Glenn Morris  <rgm@gnu.org>
2382         * README: New file.
2384 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2386         * icalendar-testsuite.el: New file.
2388 ;; Local Variables:
2389 ;; coding: utf-8
2390 ;; End:
2392   Copyright (C) 2008-2014 Free Software Foundation, Inc.
2394   This file is part of GNU Emacs.
2396   GNU Emacs is free software: you can redistribute it and/or modify
2397   it under the terms of the GNU General Public License as published by
2398   the Free Software Foundation, either version 3 of the License, or
2399   (at your option) any later version.
2401   GNU Emacs is distributed in the hope that it will be useful,
2402   but WITHOUT ANY WARRANTY; without even the implied warranty of
2403   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2404   GNU General Public License for more details.
2406   You should have received a copy of the GNU General Public License
2407   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.