* lisp/emacs-lisp/byte-run.el (function-put): New function.
[emacs.git] / test / ChangeLog
blob1caf0b3eb85fa43e9855e1daac2ecc275a07da08
1 2014-04-22  Daniel Colascione  <dancol@dancol.org>
3         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
4         Add compile flag.
5         (test-byte-comp-macro-expansion)
6         (test-byte-comp-macro-expansion-eval-and-compile)
7         (test-byte-comp-macro-expansion-eval-when-compile)
8         (test-byte-comp-macro-expand-lexical-override): Use it.
9         (test-eager-load-macro-expansion)
10         (test-eager-load-macro-expansion-eval-and-compile)
11         (test-eager-load-macro-expansion-eval-when-compile)
12         (test-eager-load-macro-expand-lexical-override): New tests.
14         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
15         account for removal of `cl-struct-set-slot-value'. Also, move
16         the defstruct to top level.
18 2014-04-21  Daniel Colascione  <dancol@dancol.org>
20         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
21         New function.
22         (test-byte-comp-macro-expansion)
23         (test-byte-comp-macro-expansion-eval-and-compile)
24         (test-byte-comp-macro-expansion-eval-when-compile)
25         (test-byte-comp-macro-expand-lexical-override): New tests.
27         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
28         (cl-the): Fix cl-the test.
30 2014-04-20  Daniel Colascione  <dancol@dancol.org>
32         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
34 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
36         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
37         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
39 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
41         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
42         (tramp--test-make-temp-name): Optional argument LOCAL.
43         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
44         (tramp-test10-write-region): No special test for out-of-band copy
45         needed anymore.
46         (tramp-test11-copy-file, tramp-test12-rename-file)
47         (tramp-test21-file-links): Extend tests.
48         (tramp-test20-file-modes): More robust check for user "root".
49         (tramp--test-check-files): New defun.
50         (tramp-test30-special-characters, tramp-test33-recursive-load)
51         (tramp-test34-unload): New tests.
52         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
54 2014-04-11  Glenn Morris  <rgm@gnu.org>
56         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
58 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
60         * automated/electric-tests.el: Fix spelling error in test name.
61         (whitespace-skipping-for-quotes-not-outside):
62         Rename from whitespace-skipping-for-quotes-not-ouside.
64 2014-04-09  Daniel Colascione  <dancol@dancol.org>
66         * automated/syntax-tests.el: New file.
68 2014-04-09  Glenn Morris  <rgm@gnu.org>
70         * automated/python-tests.el (python-triple-quote-pairing):
71         Enable/disable electric-pair-mode as needed.
73         * automated/electric-tests.el (electric-pair-backspace-1):
74         Replace deleted function.
76 2014-04-07  João Távora  <joaotavora@gmail.com>
78         * automated/python-tests.el (python-triple-quote-pairing): New test.
79         (python-syntax-after-python-backspace): New test.
81         * automated/electric-tests.el (electric-pair-define-test-form):
82         More readable test docstrings.
83         (whitespace-skipping-for-quotes-not-ouside)
84         (whitespace-skipping-for-quotes-only-inside)
85         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
87 2014-04-04  João Távora  <joaotavora@gmail.com>
89         * automated/electric-tests.el (define-electric-pair-test):
90         Don't overtest.
91         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
92         (inhibit-in-mismatched-string-inside-c-comments): New test.
94 2014-04-02  João Távora  <joaotavora@gmail.com>
96         * automated/electric-tests.el (inhibit-if-strings-mismatched):
97         New test, change from `inhibit-only-of-next-is-mismatched'.
99 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
101         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
102         (undo-test-region-t-marker): New tests of marker adjustments.
103         (undo-test-marker-adjustment-moved):
104         (undo-test-region-mark-adjustment): New tests to demonstrate
105         bug#16818, which fail without the fix.
107 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
109         * automated/package-test.el (package-test-describe-package):
110         Fix test failure in non-graphical mode.
112 2014-03-23  Daniel Colascione  <dancol@dancol.org>
114         * automated/subword-tests.el (subword-tests2): More subword tests.
116         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
117         test: correct parsing of keyword arguments.
119 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
121         * automated/package-test.el (package-test-describe-package):
122         Check for the "Keywords: " line.
124         * automated/data/package/archive-contents: Include the :keywords
125         field in `simple-single' data form.
127 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
129         * automated/package-test.el
130         (package-test-install-two-dependencies): New test (bug#16826).
132         * automated/data/package/simple-two-depend-1.1.el: New file.
134         * automated/data/package/archive-contents:
135         Add info about the new package.
137 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
139         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
140         (tramp-test10-write-region): Extend for out-of-band copy.
141         (tramp-test31-asynchronous-requests): New test.
143 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
145         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
146         Add new test of undo in region.
147         (undo-test-in-region-eob): Add test case described at
148         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
150 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
152         * automated/tramp-tests.el (tramp--test-enabled)
153         (tramp-test15-copy-directory): No special handling of tramp-adb.el
154         anymore.  It's fixed in that package.
156 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
158         * automated/tramp-tests.el (tramp--test-enabled): Move connection
159         cleanup into this function.  Remove respective code from all test
160         cases.
161         (tramp--instrument-test-case): Declare `indent' and `debug'.
162         Handle other errors as well.
163         (tramp-test14-delete-directory): Check for `file-error' error.
164         (tramp-test15-copy-directory): Ignore return value of
165         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
166         (tramp-test19-directory-files-and-attributes): Take care of
167         timestamp of "../".
168         (tramp-test20-file-modes, tramp-test27-start-file-process)
169         (tramp-test28-shell-command): Skip for tramp-adb.el.
170         (tramp-test21-file-links): `file-truename' shall preserve trailing
171         link of directories.
172         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
173         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
174         `kill-buffer-query-functions' to nil.
175         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
177 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
179         * automated/tramp-tests.el
180         (tramp-test19-directory-files-and-attributes): Do not include
181         directories in comparison; they might have changed their
182         timestamps already.
184 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
186         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
187         (tramp-test17-insert-directory): First line could contain more
188         text, when produced by `ls-lisp'.
189         (tramp-test19-directory-files-and-attributes): Instrument failed
190         test case.
192 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
194         * automated/tramp-tests.el (tramp-test17-insert-directory):
195         Make first line "total 123" optional.
196         (tramp-test20-file-modes, tramp-test22-file-times)
197         (tramp-test26-process-file, tramp-test27-start-file-process)
198         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
199         tramp-smb.el.
200         (tramp-test20-file-modes): Check for "root" only when there is an
201         explicit user name.
202         (tramp-test21-file-links): Handle "... not supported" error.
203         (tramp-test22-file-times): Skip for "don't know" return values.
204         (tramp-test26-process-file, tramp-test28-shell-command):
205         Remove color escape sequences.
206         (tramp-test28-shell-command): Use `accept-process-output' rather
207         than `sit-for'.
208         (tramp-test30-utf8): Set coding system `utf-8'.
210 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
212         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
213         an initial `sit-for' prior the while loop.
215 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
217         Sync with Tramp 2.2.9.
219         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
220         (tramp-test28-shell-command): Make a while loop when waiting for
221         process exit.
223 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
225         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
226         and `vc-hg'.  Declare `tramp-find-executable' and
227         `tramp-get-remote-path'.
228         (tramp-test29-vc-registered): New test.
229         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
231 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
233         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
234         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
235         (tramp-test28-shell-command): Improve `shell-command' test.  Add
236         `async-shell-command' tests.
238 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
240         * automated/file-notify-tests.el (file-notify--wait-for-events):
241         Use `read-event' instead of `sit-for'.
242         (file-notify-test02-events): Remove expected result, the bug is
243         fixed meanwhile.
244         (file-notify-test02-events, file-notify-test03-autorevert):
245         Use `sleep-for' instead of `sit-for'.
247 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
249         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
250         New test.
252 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
254         * automated/file-notify-tests.el (file-notify--deftest-remote):
255         Do not skip when the local test has failed.  They are unrelated.
256         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
257         `noninteractive' to nil, otherwise `sit-for' could be degraded to
258         `sleep-for'.
259         (file-notify-test02-events): Check for `file-remote-p' instead of
260         `file-notify--test-remote-enabled'.
262 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
264         * automated/file-notify-tests.el (file-notify-test02-events):
265         Let test case fail for Bug#16519.
267 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
269         * automated/file-notify-tests.el (file-notify-test02-events):
270         Hide Bug#16519, until it is solved.
272 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
274         * automated/file-notify-tests.el
275         (file-notify--test-local-enabled): Fix error in logic.
276         (file-notify--wait-for-events): New defmacro.
277         (file-notify-test02-events): Make short breaks between file operations.
278         Use `file-notify--wait-for-events'.  Check, that events have arrived.
279         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
281         * automated/comint-testsuite.el
282         (comint-testsuite-password-strings): Add localized examples.
284 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
286         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
287         case if inotify is not linked with Emacs.  Use `read-event' rather
288         than `sit-for' in order to process events.  (Bug#13662)
290 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
292         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
293         test case with adapted test string.  (Bug#13064)
295 2013-12-28  Glenn Morris  <rgm@gnu.org>
297         * automated/electric-tests.el: Require 'elec-pair.
299 2013-12-26  João Távora  <joaotavora@gmail.com>
301         * automated/electric-tests.el (electric-pair-test-for):
302         Fix autowrapping tests in batch-mode by running with
303         `transient-mark-mode' set to `lambda'.
305         * automated/electric-tests.el: New file.
307 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
309         * automated/python-tests.el
310         (python-nav-lisp-forward-sexp-safe-1): Remove test.
311         (python-nav-forward-sexp-safe-1): New test.
313 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
315         * automated/ruby-mode-tests.el: Add tests for
316         `ruby-align-to-stmt-keywords'.
318         * indent/ruby.rb: Update examples to reflect the lack of change in
319         default indentation of `begin' blocks.
321 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
323         * indent/ruby.rb: Update examples according to the change
324         in `smie-indent-close'.
326 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
328         * indent/ruby.rb: New examples.
330 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
332         * automated/python-tests.el (python-indent-dedenters-2): New test.
334 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
336         * automated/python-tests.el (python-indent-after-comment-1)
337         (python-indent-after-comment-2): New tests.
339 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
341         * automated/python-tests.el (python-indent-block-enders-1):
342         Rename from python-indent-block-enders.
343         (python-indent-block-enders-2): New test.
345 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
347         * indent/js.js: New file.
349 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
351         * automated/dbus-tests.el: New file.
353 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
355         * automated/regexp-tests.el: New file.
357 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
359         * automated/reftex-tests.el (reftex-parse-from-file-test):
360         Run temp-dir through file-truename, to make sure the temporary file
361         names are comparable as strings.
363         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
364         Force Unix EOLs by using 'utf-8-unix', since the default of
365         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
367 2013-11-28  Glenn Morris  <rgm@gnu.org>
369         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
371 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
373         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
374         (EMACSOPT): Use $(PATH_SEP).
376 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
378         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
379         Set to nil.
381 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
383         * automated/file-notify-tests.el
384         (file-notify-test-remote-temporary-file-directory):
385         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
386         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
387         (file-notify--deftest-remote): Cleanup connection initially.
388         (file-notify-test03-autorevert): Run also in batch mode.  Use a
389         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
390         does not work on MS Windows.  Call `accept-process-output' for
391         remote files.  Apply `string-match' instead of `string-equal', the
392         messages are different on MS Windows.
394         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
395         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
396         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
398 2013-11-23  Glenn Morris  <rgm@gnu.org>
400         * automated/python-tests.el (python-shell-make-comint-1)
401         (python-shell-make-comint-2, python-shell-get-process-1):
402         Suppress creation of some temp-files.
404         * automated/python-tests.el (python-shell-parse-command-1)
405         (python-shell-make-comint-1, python-shell-make-comint-2)
406         (python-shell-get-process-1)
407         (python-shell-internal-get-or-create-process-1):
408         Skip rather than fail if prereqs not found.
410         * automated/Makefile.in (emacs):
411         Empty EMACSLOADPATH rather than unsetting.
413 2013-11-22  Glenn Morris  <rgm@gnu.org>
415         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
416         Set expected-result.
418 2013-11-21  Glenn Morris  <rgm@gnu.org>
420         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
421         (compile-main): Pass XARGS_LIMIT to xargs.
423         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
424         (EMACSOPT): Use PATH_SEPARATOR.
426 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
428         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
429         Add a failing test for Bug#15874.
430         (ruby--insert-coding-comment-ruby-style)
431         (ruby--insert-coding-comment-emacs-style)
432         (ruby--insert-coding-comment-custom-style):
433         Add a few tests for `ruby--insert-coding-comment'.
435 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
437         Improve API of recently-added bool vector functions (Bug#15912).
438         * automated/data-tests.el: Adjust to API changes.
440 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
442         * automated/tramp-tests.el (tramp-test07-file-exists-p)
443         (tramp-test08-file-local-copy)
444         (tramp-test09-insert-file-contents, tramp-test10-write-region)
445         (tramp-test11-copy-file, tramp-test12-rename-file)
446         (tramp-test13-make-directory, tramp-test14-delete-directory)
447         (tramp-test15-copy-directory, tramp-test16-directory-files)
448         (tramp-test17-insert-directory, tramp-test18-file-attributes)
449         (tramp-test19-directory-files-and-attributes)
450         (tramp-test20-file-modes, tramp-test21-file-links)
451         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
452         (tramp-test24-file-name-completion, tramp-test25-load)
453         (tramp-test26-process-file, tramp-test27-start-file-process)
454         (tramp-test28-shell-command): Cleanup connection initially.
456 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
458         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
459         connection before running the test.
461 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
463         * automated/tramp-tests.el (tramp-test15-copy-directory)
464         (tramp-test16-directory-files, tramp-test17-insert-directory)
465         (tramp-test18-file-attributes)
466         (tramp-test19-directory-files-and-attributes)
467         (tramp-test20-file-modes, tramp-test21-file-links)
468         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
469         (tramp-test24-file-name-completion, tramp-test25-load)
470         (tramp-test26-process-file, tramp-test27-start-file-process)
471         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
472         (tramp-test29-utf8): New test.
474 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
476         * automated/file-notify-tests.el (file-notify-test02-events)
477         (file-notify-test03-autorevert): Suppress messages in `write-region'.
479         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
480         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
481         (tramp-test26-process-file, tramp-test28-shell-command):
482         Ensure, that the directory is not empty when calling "ls".
484 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
486         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
487         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
488         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
489         (tramp-test09-insert-file-contents, tramp-test10-write-region)
490         (tramp-test26-process-file): Add tests.
491         (tramp-test11-copy-file): Remove debug message.
492         (tramp-test20-file-modes): Special case, if user is "root".
494 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
496         * automated/file-notify-tests.el:
497         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
498         `tramp-remote-path' when running on hydra.
499         (tramp-test07-file-exists-p): Remove instrumentation code.
500         (tramp-test26-process-file): Don't use "/bin/true" and
501         "/bin/false", these paths do not exist on hydra.
503 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
505         * automated/process-tests.el: New file.
507 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
509         * indent/ruby.rb: New examples.
511 2013-11-06  Glenn Morris  <rgm@gnu.org>
513         * automated/Makefile.in (setwins): Avoid accidental matches.
515 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
517         * automated/tramp-tests.el (tramp-test07-file-exists-p):
518         Fix docstring.  Instrument, in order to hunt failure on hydra.
520 2013-11-06  Glenn Morris  <rgm@gnu.org>
522         * automated/flymake-tests.el (warning-predicate-rx-gcc)
523         (warning-predicate-function-gcc, warning-predicate-rx-perl)
524         (warning-predicate-function-perl):
525         * automated/info-xref.el (info-xref-test-makeinfo):
526         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
527         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
529 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
531         * automated/tramp-tests.el: New file.
533 2013-11-05  Glenn Morris  <rgm@gnu.org>
535         Get rid of --chdir usage.
536         * automated/Makefile.in (EMACSOPT): Move -L here.
537         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
538         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
539         (.el.elc): No more need to pass -L here.
540         (compile-main): Get rid of sub-shell and cd.
541         (compile-clean, check): Get rid of cd.
543         Make it possible to run tests with a different working directory.
544         * automated/flymake-tests.el (flymake-tests-data-directory): New.
545         (flymake-tests--current-face): Use flymake-tests-data-directory.
546         (warning-predicate-function-gcc, warning-predicate-rx-perl)
547         (warning-predicate-function-perl): Adapt for above change.
548         * automated/zlib-tests.el (zlib-tests-data-directory): New.
549         (zlib--decompress): Use zlib-tests-data-directory.
551         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
552         Remove test that makes no sense.
554         * automated/files.el (files-test-local-variable-data):
555         Fix result typo presumably caused by interference from dir-locals.
556         (file-test--do-local-variables-test): Prevent dir-locals interfering.
558 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
560         * indent/ruby.rb: Add a statement on the line after heredoc.
561         Move a now-successful example.
563         * automated/ruby-mode-tests.el: Remove outdated comment.
565 2013-11-04  Glenn Morris  <rgm@gnu.org>
567         * automated/Makefile.in (abs_srcdir): Remove.
568         (emacs): Unset EMACSLOADPATH.
569         (.el.elc, check): Use -L to append srcdir to load-path.
571 2013-11-02  Glenn Morris  <rgm@gnu.org>
573         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
574         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
575         (abs_srcdir): New, set by configure.
576         (EMACS): Use a relative file name.
577         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
578         (lisp-compile): Remove (assume it's up-to-date).
579         (compile-main): Do not run lisp-compile.
580         (compile-main, compile-clean, compile-always, bootstrap-clean)
581         (check): Use srcdir rather than $test.  Check cd return value.
582         Use --chdir.
583         (doit, compile, compile-always): Remove stuff copied from lisp/.
584         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
586 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
588         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
589         Add a skipping test.
591 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
593         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
595         * indent/css-mode.css (.x2): Test alignement inside braces.
597 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
599         * indent/ruby.rb: New failing example.
601         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
602         Fix the test, in respect to adding the space after the curly.
604 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
606         * automated/ert-tests.el (ert-test-skip-unless): New test case.
607         (ert-test-deftest): Adapt test for changed macro expansion.
608         (ert-test-run-tests-interactively):
609         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
610         Add a skipping test.
612         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
613         (file-notify--test-local-enabled): Make it a function.  Check also
614         for `file-remote-p' of `temporary-file-directory'.
615         (file-notify--test-remote-enabled-checked): New defvar.
616         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
617         internal functions.  Cache result.
618         (file-notify--deftest-remote, file-notify-test00-availability)
619         (file-notify-test01-add-watch, file-notify-test02-events)
620         (file-notify-test03-autorevert): Add checks with `skip_unless'.
621         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
623 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
625         * indent/ruby.rb: Fix syntax error in the latest example.
627 2013-10-23  Glenn Morris  <rgm@gnu.org>
629         * automated/Makefile.in (abs_top_srcdir, top_builddir):
630         New, set by configure.
631         (top_srcdir): Remove.
632         (abs_test, abs_lispsrc): New.
633         (lisp): No longer absolute.
634         (emacs, lisp-compile, compile, compile-always):
635         Quote entities that might contain whitespace.
637 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
639         * indent/ruby.rb: Move two examples to "working" section, add one
640         more.
642 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
644         * indent/ruby.rb: New examples for indentation of blocks.
645         Example of hash inside parens that inflooped before the present commit.
647 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
649         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
650         allows another timer to run.
652 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
654         * indent/ruby.rb: More examples for bug#15594, both failing and
655         now passing.
657 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
659         * indent/ruby.rb: Add two more cases.
661 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
663         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
664         first use.
665         (ruby-should-indent): Use indent-according-to-mode.
666         (ruby-deftest-move-to-block): Use `declare'.
668 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
670         * indent/ruby.rb: Fix a spurious change, add more failing examples.
672 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
674         * indent/ruby.rb: Add a few more tests; adjust some indentation.
676 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
678         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
679         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
681         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
683 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
685         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
686         Adjust indentation of continued line to the new SMIE behavior.
688 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
690         * automated/completion-tests.el:
691         * indent/css-mode.css: New files.
693 2013-10-03  Daiki Ueno  <ueno@gnu.org>
695         * automated/data/package/signed/archive-contents:
696         * automated/data/package/signed/archive-contents.sig:
697         * automated/data/package/signed/signed-good-1.0.el:
698         * automated/data/package/signed/signed-good-1.0.el.sig:
699         * automated/data/package/signed/signed-bad-1.0.el:
700         * automated/data/package/signed/signed-bad-1.0.el.sig:
701         * automated/data/package/key.pub:
702         * automated/data/package/key.sec: New files.
704         * automated/package-test.el (package-test-update-listing)
705         (package-test-update-archives, package-test-describe-package):
706         Adjust to package.el change.
707         (package-test-signed): New test.
709 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
711         * automated/package-test.el: Update all cases to use :url instead
712         of :homepage.
714         * automated/package-x-test.el
715         (package-x-test--single-archive-entry-1-3): Same.
717 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
719         * automated/package-test.el (simple-single-desc-1-4): Remove, it
720         was unused.
721         (simple-single-desc): Expect :homepage property.
722         (multi-file-desc): Same.
723         (with-package-test): Do not save previous `default-directory'
724         value, let-bind the var instead.
725         (package-test-install-single): Expect :homepage property in the
726         generated pkg file.
727         (package-test-describe-package): Expect Homepage button.
728         (package-test-describe-non-installed-package)
729         (package-test-describe-non-installed-multi-file-package): Same.
730         (package-test-describe-not-installed-package): Remove, it was a
731         duplicate.
733         * automated/package-x-test.el
734         (package-x-test--single-archive-entry-1-3): Expect :homepage
735         property.
736         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
738         * automated/data/package/simple-single-1.3.el: Add URL header.
740         * automated/data/package/archive-contents: Add :homepage
741         properties to `simple-single' and `multi-file'.
743 2013-09-22  Daniel Colascione  <dancol@dancol.org>
745         * automated/data-tests.el:
746         (bool-vector-count-matches-all-0-nil)
747         (bool-vector-count-matches-all-0-t)
748         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
749         (bool-vector-count-matches-at, bool-vector-intersection-op)
750         (bool-vector-union-op, bool-vector-xor-op)
751         (bool-vector-set-difference-op)
752         (bool-vector-change-detection, bool-vector-not): New tests.
753         (mock-bool-vector-count-matches-at)
754         (test-bool-vector-bv-from-hex-string)
755         (test-bool-vector-to-hex-string)
756         (test-bool-vector-count-matches-at-tc)
757         (test-bool-vector-apply-mock-op)
758         (test-bool-vector-binop): New helper functions.
759         (bool-vector-test-vectors): New testcase data.
761 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
763         * automated/advice-tests.el (advice-test-called-interactively-p-around)
764         (advice-test-called-interactively-p-filter-args)
765         (advice-test-called-interactively-p-around): New tests.
767 2013-09-16  Glenn Morris  <rgm@gnu.org>
769         * automated/eshell.el (eshell-match-result):
770         Return a more informative failure than simply "false".  Update callers.
772         * automated/eshell.el (eshell-test/for-name-shadow-loop):
773         Test value before and after loop as well as during.
775 2013-09-15  Glenn Morris  <rgm@gnu.org>
777         * automated/eshell.el (eshell-test/for-name-shadow-loop):
778         New test.  (Bug#15372)
779         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
781 2013-09-13  Glenn Morris  <rgm@gnu.org>
783         * automated/eshell.el (with-temp-eshell):
784         Use a temp directory for eshell-directory-name.
785         (eshell-test-command-result): New, again using a temp directory.
786         Replace eshell-command-result with this throughout.
787         (eshell-test/for-loop, eshell-test/for-name-loop):
788         Ensure environment variables don't confuse us.
790 2013-09-12  Glenn Morris  <rgm@gnu.org>
792         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
793         due to "has a running process; kill it?" prompts.
795 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
797         * automated/eshell.el: Rename from eshell.el.
798         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
800 2013-09-01  Glenn Morris  <rgm@gnu.org>
802         * automated/Makefile.in (setwins): Avoid leading space in $wins.
803         Otherwise the sed command used by eg compile-main ends up
804         containing "/*.el".  (Bug#15170)
806 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
808         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
809         for portability to hosts where /bin/sh has problems.
811 2013-08-21  David Engster  <deng@randomsample.de>
813         * automated/eieio-tests.el, automated/eieio-test-persist.el:
814         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
815         upstream.  Changed to use ERT.
817 2013-08-14  Daniel Hackney  <dan@haxney.org>
819         * automated/package-test.el: Remove tar-package-building functions.
820         Tar file used for testing is included in the repository.
821         (package-test-install-texinfo, package-test-cleanup-built-files):
822         Remove.
824 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
826         * automated/python-tests.el (python-imenu-create-index-4)
827         (python-imenu-create-flat-index-2): New tests.
829 2013-08-05  Glenn Morris  <rgm@gnu.org>
831         * automated/mule-util.el: New file, with tests extracted from
832         lisp/international/mule-util.el.
834 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
836         * automated/advice-tests.el (advice-tests-nadvice): Test removal
837         before definition.
838         (advice-tests-macroaliases): New test.
840 2013-08-04  Glenn Morris  <rgm@gnu.org>
842         * automated/ert-tests.el: Disable failing test that no-one seems
843         to know how to fix.  (Bug#13064)
845         * automated/icalendar-tests.el (icalendar-tests--test-export)
846         (icalendar-tests--test-import): Try more precise TZ specification.
847         Remove debug messages.
849 2013-08-03  Glenn Morris  <rgm@gnu.org>
851         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
853         * automated/icalendar-tests.el (icalendar-tests--test-export)
854         (icalendar-tests--test-import):
855         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
856         (icalendar-tests--test-import): Reset zone even if error occurred.
858 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
860         * automated/core-elisp-tests.el: New file.
862 2013-08-01  Glenn Morris  <rgm@gnu.org>
864         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
865         Try to check that the remote system has a notification program.
867 2013-07-31  Glenn Morris  <rgm@gnu.org>
869         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
871 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
873         * automated/file-notify-tests.el
874         (file-notify--test-local-enabled): New defconst.  Replaces all
875         `file-notify-support' occurrences.
876         (file-notify--test-remote-enabled): New defun.
877         (file-notify--deftest-remote): Use it.
878         (file-notify-test00-availability): Rewrite.
879         (file-notify-test00-availability-remote): New defun.
880         (file-notify-test01-add-watch): Rewrite first erroneous check.
882 2013-07-23  Glenn Morris  <rgm@gnu.org>
884         * automated/inotify-test.el (inotify-file-watch-simple):
885         Delete temp-file when done.
887         * automated/subword-tests.el: Require subword.
889 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
891         * automated/subword-tests.el: New file.
893 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
895         * automated/python-tests.el (python-imenu-create-index-2)
896         (python-imenu-create-index-3): New tests.
898 2013-07-11  Glenn Morris  <rgm@gnu.org>
900         * automated/ert-tests.el: Require cl-lib at runtime too.
901         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
902         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
903         (ert-test-set-functions, ert-test-gensym)
904         (ert-test-coerce-to-vector, ert-test-string-position)
905         (ert-test-mismatch): Remove tests.
906         * automated/cl-lib.el: New, split from ert-tests.el.
908         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
909         Goto point-min.
910         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
911         (ruby-move-to-block-skips-percent-literal)
912         (ruby-move-to-block-skips-heredoc)
913         (ruby-move-to-block-moves-from-else-to-if)
914         (ruby-beginning-of-defun-does-not-fold-case)
915         (ruby-end-of-defun-skips-to-next-line-after-the-method):
916         Replace goto-line with forward-line/goto-char.
917         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
919         * automated/package-test.el (makeinfo-buffer): Autoload.
920         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
921         (package-test-install-texinfo): Don't require makeinfo.
923         * automated/files.el: Stop "local variables" confusion.
925         * automated/flymake-tests.el (flymake-tests): Remove unused group.
927         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
928         Use with-current-buffer.
930         * automated/undo-tests.el (undo-test-buffer-modified)
931         (undo-test-file-modified): New tests.
933 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
935         * automated/file-notify-tests.el (file-notify-test00-availability):
936         Set :expected-result.
937         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
938         (file-notify-test02-events, file-notify-test02-events-remote)
939         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
940         Skip when `file-notify-support' is nil.  (Bug#14823)
942 2013-07-09  Glenn Morris  <rgm@gnu.org>
944         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
945         Declare.
946         (inotify-file-watch-simple): Silence compiler.
948         * automated/python-tests.el (python-indent-block-enders):
949         Make it actually test something.
951         * automated/package-x-test.el: Require package-test when compiling.
953         * automated/add-log-tests.el, automated/advice-tests.el:
954         * automated/imenu-test.el, automated/package-x-test.el:
955         * automated/python-tests.el, automated/ruby-mode-tests.el:
956         * automated/xml-parse-tests.el: Explicitly require ert.
958 2013-07-08  Kenichi Handa  <handa@gnu.org>
960         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
961         Use with-ccoding-priority to avoid side-effect (Bug#14781).
963 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
965         * automated/file-notify-tests.el
966         (file-notify-test-remote-temporary-file-directory):
967         Use `null-device' on w32.
968         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
969         (file-notify--test-results, file-notify--test-event)
970         (file-notify--deftest-remote, file-notify--event-test)
971         (file-notify--test-event-handler)
972         (file-notify--test-make-temp-name): Rename, in order to mark them
973         internal.
974         (tramp-message-show-message, tramp-read-passwd): Tweak them for
975         better fitting in noninteractive tests.
976         (file-notify-test00-availability): Rename from `file-notify-test0'.
977         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
978         Use `temporary-file-directory '.
979         (file-notify-test01-add-watch-remote): New test.
980         (file-notify-test02-events): Rename from `file-notify-test2'.
981         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
982         (file-notify-test03-autorevert): Rename from
983         `file-notify-test4'.  Use timeouts.
984         (file-notify-test03-autorevert-remote): Rename from
985         `file-notify-test5'.
987 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
989         * automated/file-notify-tests.el: New package.
991 2013-06-28  Kenichi Handa  <handa@gnu.org>
993         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
994         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
995         Callers changed.
996         (decoder-tests-filename): New function.
997         (decoder-tests-prefer-utf-8-read)
998         (decoder-tests-prefer-utf-8-write): New function.
999         (ert-test-decoder-prefer-utf-8): New test.
1001 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1003         * automated/package-x-test.el: Change the commentary.
1004         (package-x-test--single-archive-entry-1-3)
1005         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1006         using the appropriate data structure.
1008 2013-06-27  Daniel Hackney  <dan@haxney.org>
1010         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1012         * automated/package-x-test.el: New file.
1014         * automated/package-test.el: New file.
1016         * automated/data/package: New directory, with test examples.
1018 2013-06-27  Glenn Morris  <rgm@gnu.org>
1020         * automated/python-tests.el (python-tests-with-temp-file):
1021         Clean up after ourself.
1023         * automated/undo-tests.el (undo-test3): Remove test that seems to
1024         do nothing that the previous one doesn't, except leave a tempfile.
1026 2013-06-26  Glenn Morris  <rgm@gnu.org>
1028         * automated/info-xref.el: New file.
1030 2013-06-25  Glenn Morris  <rgm@gnu.org>
1032         * automated/occur-tests.el (occur-test-create): New function.
1033         Use it to create separate tests for each element, so we run them
1034         all rather than stopping at the first error.
1036 2013-06-24  Glenn Morris  <rgm@gnu.org>
1038         * automated/occur-tests.el (occur-tests):
1039         Update for 2013-05-29 change to occur header line.
1041 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1043         Test suite for flymake.
1044         * automated/flymake-tests.el:
1045         * automated/flymake/warnpred/Makefile
1046         * automated/flymake/warnpred/test.c
1047         * automated/flymake/warnpred/test.pl: New files.
1049 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1051         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1053 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1055         * automated/reftex-tests.el: New test suite for reftex.
1057 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1059         * automated/ruby-mode-tests.el: New tests, for percent literals
1060         and expression expansion.
1062 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1064         * indent/octave.m: Tweak.
1066 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1068         * eshell.el: Rewrite tests using ERT.
1070 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1072         * indent/octave.m: Add tests for %!, # and ### comments.
1074 2013-05-23  Kenichi Handa  <handa@gnu.org>
1076         * automated/decoder-tests.el: New file.
1078 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1080         * indent/ruby.rb: Add multiline regexp example.
1082         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1083         (ruby-regexp-skips-over-interpolation)
1084         (ruby-regexp-continues-till-end-when-unclosed)
1085         (ruby-regexp-can-be-multiline)
1086         (ruby-interpolation-inside-percent-literal): New tests.
1088 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1090         * indent/ruby.rb: Fix indentation after =; add more cases.
1092 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1094         * indent/pascal.pas: Add test for mis-identified comments.
1096 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1098         * automated/imenu-test.el: New file.  (Bug#14112)
1100 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1102         * automated/python-tests.el (python-imenu-prev-index-position-1):
1103         Remove test.
1104         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1105         New tests.
1107 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1109         * automated/python-tests.el (python-nav-backward-defun-2)
1110         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1111         (python-nav-forward-defun-3): New tests.
1113 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1115         * automated/python-tests.el (python-nav-backward-defun-1)
1116         (python-nav-forward-defun-1): New tests.
1118 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1120         * automated/add-log-tests.el: New file.  (Bug#14112)
1122 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1124         * automated/python-tests.el (python-indent-block-enders): New test.
1125         (python-info-current-defun-2): Fix test.
1127 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1129         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1131 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1133         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1134         (python-tests-with-temp-file): New macro.
1135         (python-tests-shell-interpreter): New var.
1136         (python-shell-get-process-name-1)
1137         (python-shell-internal-get-process-name-1)
1138         (python-shell-parse-command-1)
1139         (python-shell-calculate-process-environment-1)
1140         (python-shell-calculate-process-environment-2)
1141         (python-shell-calculate-process-environment-3)
1142         (python-shell-calculate-exec-path-1)
1143         (python-shell-calculate-exec-path-2)
1144         (python-shell-make-comint-1)
1145         (python-shell-make-comint-2)
1146         (python-shell-get-process-1)
1147         (python-shell-get-or-create-process-1)
1148         (python-shell-internal-get-or-create-process-1): New tests.
1150 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1152         * automated/python-tests.el: New file.
1154 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1156         * automated/ruby-mode-tests.el
1157         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1158         bits inside the examples.
1159         (ruby-move-to-block-skips-heredoc): New test.
1160         (ruby-add-log-current-method-after-inner-class):
1161         Lower expectations: move point inside a method, initially.
1163 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1165         * automated/ruby-mode-tests.el
1166         (ruby-move-to-block-skips-percent-literal): New test.
1168 2013-02-04  Chong Yidong  <cyd@gnu.org>
1170         * automated/thingatpt.el: New file.
1172 2013-02-03  Chong Yidong  <cyd@gnu.org>
1174         * automated/files.el (file-test--do-local-variables-test):
1175         Avoid compilation warning message.
1177 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1179         * automated/ruby-mode-tests.el
1180         (ruby-indent-spread-args-in-parens): New test.
1181         * automated/ruby-mode-tests.el (ruby-block-test-example):
1182         Break indentation of the do block opener and add a line inside it.
1183         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1184         Adjust line numbers.
1186 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1190 2013-01-14  Glenn Morris  <rgm@gnu.org>
1192         * automated/compile-tests.el (compile-tests--test-regexps-data):
1193         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1195 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1197         * automated/man-tests.el: New file.
1199 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1201         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1203 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1205         * automated/undo-tests.el: New file.
1207 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1209         * automated/ruby-mode-tests.el
1210         (ruby-indent-after-block-in-continued-expression): New test.
1212 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1214         * automated/ruby-mode-tests.el:
1215         Rename one interpolation test; add three more.
1216         (ruby-with-temp-buffer): New macro, use it where appropriate.
1217         (ruby-add-log-current-method-examples): Use "_" for target point.
1218         Add four new tests for ruby-add-log-current-method.
1220 2012-12-11  Glenn Morris  <rgm@gnu.org>
1222         * automated/f90.el (f90-test-bug13138): New test.
1224 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1226         * automated/inotify-test.el: New test.
1228 2012-12-02  Chong Yidong  <cyd@gnu.org>
1230         * automated/ruby-mode-tests.el
1231         (ruby-add-log-current-method-examples): Don't use loop macro, to
1232         allow automated testing to work.
1234 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1236         * automated/advice-tests.el (advice-tests--data): Remove.
1237         (advice-tests): Move the tests directly here instead.
1238         Add called-interactively-p tests.
1240 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1242         * automated/ert-x-tests.el: Use cl-lib.
1243         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1245 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1247         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1248         (ruby-indent-inside-heredoc-after-operator)
1249         (ruby-indent-inside-heredoc-after-space): New tests.
1250         Change direct font-lock face references to var references.
1251         (ruby-interpolation-suppresses-syntax-inside): New test.
1252         (ruby-interpolation-inside-percent-literal-with-paren):
1253         New failing test.
1255 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1257         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1258         (ruby-singleton-class-no-heredoc-font-lock)
1259         (ruby-add-log-current-method-examples): New tests.
1260         (ruby-test-string): Extract from ruby-should-indent-buffer.
1261         (ruby-deftest-move-to-block): New macro.
1262         Add several move-to-block tests.
1264 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1266         * automated/advice-tests.el: New tests.
1268 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1270         * automated/compile-tests.el (compile-tests--test-regexps-data):
1271         Add new data for msft's new format.
1273 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1275         * automated/ruby-mode-tests.el:
1276         (ruby-toggle-block-to-multiline): New test.
1277         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1278         (ruby-toggle-block-to-brace): Use buffer-string.
1280 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1282         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1284 2012-08-28  Chong Yidong  <cyd@gnu.org>
1286         * automated/files.el: Test every combination of values for
1287         enable-local-variables and enable-local-eval.
1289 2012-08-19  Chong Yidong  <cyd@gnu.org>
1291         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1293 2012-08-18  Chong Yidong  <cyd@gnu.org>
1295         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1297 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1299         * indent/ruby.rb: Rearrange examples, add new ones.
1301 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1303         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1304         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1306 2012-08-11  Glenn Morris  <rgm@gnu.org>
1308         * automated/files.el: New file.
1310         * automated/Makefile.in (all): Fix typo.
1312 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1314         * automated/ruby-mode-tests.el (ruby-should-indent):
1315         Add docstring, check (current-indentation) instead of (current-column).
1316         (ruby-should-indent-buffer): New function.
1317         Add tests for `ruby-deep-indent-paren' behavior.
1318         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1320 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1322         Original tests in test_ruby_mode.rb in upstream (author).
1324 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1326         * automated/ruby-mode-tests.el (ruby-should-indent)
1327         (ruby-assert-state): New functions.
1328         Add new tests.
1330 2012-07-29  David Engster  <deng@randomsample.de>
1332         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1333         New variable to hold test data for name expansion.
1334         (xml-parse-tests): Test the two different types of name expansion.
1336 2012-07-29  Juri Linkov  <juri@jurta.org>
1338         * automated/occur-tests.el (occur-test-case): Use predefined
1339         buffer name " *test-occur*" instead of a random buffer name.
1341 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1343         * automated/ruby-mode-tests.el: New file with one test.
1345 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1347         * indent/shell.sh: Add test case for ${#VAR}.
1349         * indent/latex-mode.tex: New file.
1351 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1353         * eshell.el: Use cl-lib.
1355 2012-07-03  Chong Yidong  <cyd@gnu.org>
1357         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1359 2012-07-02  Chong Yidong  <cyd@gnu.org>
1361         * automated/xml-parse-tests.el (xml-parse-tests--data):
1362         More testcases.
1364 2012-07-01  Chong Yidong  <cyd@gnu.org>
1366         * automated/xml-parse-tests.el: New file.
1368 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1370         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1371         Use cl-flet.
1373 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1375         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1376         Test escaped commas in TZID (Bug#11473).
1377         (icalendar-import-with-timezone): New.
1378         (icalendar-real-world): Add new testcase as given in the bugreport
1379         of Bug#11473.
1381 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1383         * automated/icalendar-tests.el (icalendar-tests--test-import):
1384         Include UID in import tests (Bug#11525).
1385         (icalendar-import-non-recurring, icalendar-import-rrule)
1386         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1387         UID-import change.
1388         (icalendar-import-with-uid): New.
1389         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1390         Include UID in cycle tests.
1391         (icalendar-cycle, icalendar-real-world): UID-import change.
1393 2012-05-21  Glenn Morris  <rgm@gnu.org>
1395         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1397 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1399         * automated/url-util-tests.el: New file to test
1400         lisp/url/url-util.el.  Only `url-build-query-string' and
1401         `url-parse-query-string' are tested right now (Bug#8706).
1403 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1405         * indent/shell.sh:
1406         * indent/shell.rc: Ad some test cases.
1408 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1410         * indent/ruby.rb: New file, to test new syntax-propertize code.
1412 2012-04-11  Glenn Morris  <rgm@gnu.org>
1414         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1416 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1418         * automated/url-future-tests.el (url-future-tests): Move from
1419         lisp/url/url-future.el and rename.
1421 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1423         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1424         Fix broken test, caused by missing trailing blank.
1426 2011-12-03  Chong Yidong  <cyd@gnu.org>
1428         * automated/compile-tests.el (compile-tests--test-regexps-data):
1429         Increase column numbers by one to reflect change in how
1430         compilation-message is recorded (Bug#10172).
1432 2011-11-22  Glenn Morris  <rgm@gnu.org>
1434         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1436 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1438         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1440 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1442         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1443         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1444         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1446 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1448         * automated/newsticker-tests.el
1449         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1450         newsticker--treeview-tree-update.
1452 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1454         * automated/newsticker-tests.el
1455         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1457         * automated/newsticker-tests.el
1458         (newsticker--group-manage-orphan-feeds): Prevent updating
1459         newsticker treeview.  Fixed bug#9763.
1461 2011-10-20  Glenn Morris  <rgm@gnu.org>
1463         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1465         * automated/vc-bzr.el: New file.
1467 2011-10-15  Glenn Morris  <rgm@gnu.org>
1469         * automated/f90.el: New file.
1471 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1473         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1474         to automated/newsticker-tests.el.  Convert to ERT.
1476 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1478         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1479         Remove, simply use string=.
1480         (icalendar--diarytime-to-isotime)
1481         (icalendar--datetime-to-diary-date)
1482         (icalendar--datestring-to-isodate)
1483         (icalendar--format-ical-event)
1484         (icalendar--parse-summary-and-rest)
1485         (icalendar-tests--do-test-import)
1486         (icalendar-tests--do-test-cycle): Change argument order of
1487         string= to EXPECTED ACTUAL.
1488         (icalendar--import-format-sample)
1489         (icalendar--format-ical-event)
1490         (icalendar-import-non-recurring)
1491         (icalendar-import-rrule)
1492         (icalendar-import-duration)
1493         (icalendar-import-bug-6766)
1494         (icalendar-real-world): Adjust to string= instead of
1495         icalendar-tests--compare-strings.
1496         (icalendar-import-multiple-vcalendars): New.
1498 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1500         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1501         Require CL.
1503 2011-05-09  Juri Linkov  <juri@jurta.org>
1505         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1506         Convert to ERT.
1508 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1510         * automated/compile-tests.el: New file.
1512 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1514         * automated/font-parse-tests.el: Don't byte-compile.
1516         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1518 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1520         * automated/lexbind-tests.el: New file.
1522 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1524         * Version 23.3 released.
1526 2011-03-05  Glenn Morris  <rgm@gnu.org>
1528         * eshell.el: Move here from lisp/eshell/esh-test.el.
1530 2011-03-03  Christian Ohler  <ohler@gnu.org>
1532         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1533         New test.
1535 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1537         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1538         convert to ERT format.
1540 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1542         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1543         convert to ERT format.
1545 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1547         * indent/shell.sh:
1548         * indent/shell.rc: New files.
1550 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1552         * automated/font-parse-tests.el: Move from
1553         font-parse-testsuite.el.
1555 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1557         * font-parse-testsuite.el (test-font-parse-data): New file.
1559 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1561         * indent/prolog.prolog: Add tokenizing tests.
1563 2011-01-13  Christian Ohler  <ohler@gnu.org>
1565         * automated: New directory for automated tests.
1567         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1569         * automated/Makefile.in: New file.
1571 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1573         * indent/modula2.mod: New file.
1575 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1577         * indent/octave.m: Add a test to ensure indentation is local.
1579 2010-10-23  Glenn Morris  <rgm@gnu.org>
1581         * comint-testsuite.el
1582         (comint-testsuite--test-comint-password-prompt-regexp):
1583         Add "Please enter the password".  (Bug#7224)
1585 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * indent/prolog.prolog: Use normal spacing around !.
1589 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1593 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1595         * indent/octave.m: Remove some `fixindent' not needed any more.
1597 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1599         * indent/octave.m: New file.
1601 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1603         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1604         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1605         (icalendar-testsuite--run-internal-tests): New.
1606         (icalendar-testsuite--test-convert-ordinary-to-ical)
1607         (icalendar-testsuite--test-convert-block-to-ical)
1608         (icalendar-testsuite--test-convert-anniversary-to-ical)
1609         (icalendar-testsuite--test-parse-vtimezone)
1610         (icalendar-testsuite--do-test-export): Code formatting.
1611         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1612         (icalendar-testsuite--do-test-import)
1613         (icalendar-testsuite--do-test-cycle):
1614         Use icalendar-testsuite--compare-strings
1615         (icalendar-testsuite--run-import-tests): Comment added.
1616         (icalendar-testsuite--run-import-tests)
1617         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1619 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1621         * redisplay-testsuite.el (test-redisplay-3): New test.
1623 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1625         * comint-testsuite.el: New file.
1627 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1629         * indent: New dir.
1631 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1633         * Version 23.2 released.
1635 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1637         * cedet/semantic-ia-utest.el
1638         (semantic-symref-test-count-hits-in-tag): Add function, from
1639         semantic-test.el.
1641         * cedet/tests/test.cpp:
1642         * cedet/tests/test.py:
1643         * cedet/tests/teststruct.cpp:
1644         * cedet/tests/testtemplates.cpp:
1645         * cedet/tests/testusing.cpp:
1646         * cedet/tests/scopetest.cpp:
1647         * cedet/tests/scopetest.java: Files deleted.
1649         * cedet/tests/test.make:
1650         * cedet/tests/test.c:
1651         * cedet/tests/testjavacomp.java:
1652         * cedet/tests/testspp.c:
1653         * cedet/tests/testsppreplace.c:
1654         * cedet/tests/testsppreplaced.c:
1655         * cedet/tests/testsubclass.cpp:
1656         * cedet/tests/testsubclass.hh:
1657         * cedet/tests/testtypedefs.cpp:
1658         * cedet/tests/testvarnames.c:
1659         * cedet/tests/test.el:
1660         * cedet/tests/testdoublens.cpp:
1661         * cedet/tests/testdoublens.hpp: Add copyright header.
1663         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1664         Remove reference to deleted files.
1666 2010-03-30  Juri Linkov  <juri@jurta.org>
1668         * occur-testsuite.el (occur-tests): Add tests for context lines.
1670 2010-03-23  Juri Linkov  <juri@jurta.org>
1672         * occur-testsuite.el: New file.
1674 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1676         * Branch for 23.2.
1678 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1680         * icalendar-testsuite.el
1681         (icalendar-testsuite--run-function-tests): Add new tests.
1682         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1683         testcase.
1684         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1685         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1686         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1687         (icalendar-testsuite--test-convert-block-to-ical): New.
1688         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1689         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1691 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1693         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1694         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1695         Fix typos in docstrings and error messages.
1696         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1698 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1700         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1701         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1702         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1704 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1706         * icalendar-testsuite.el
1707         (icalendar-testsuite--run-function-tests):
1708         Add icalendar-testsuite--test-parse-vtimezone.
1709         (icalendar-testsuite--test-parse-vtimezone): New.
1710         (icalendar-testsuite--do-test-cycle): Doc changes.
1711         (icalendar-testsuite--run-real-world-tests): Remove trailing
1712         whitespace -- see change of icalendar--add-diary-entry in
1713         icalendar.el.
1714         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1716 2009-09-30  Glenn Morris  <rgm@gnu.org>
1718         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1720 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1722         * cedet/*: New unit tests, from CEDET repository.
1724 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1726         * redisplay-testsuite.el: New file.
1728 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1730         * Branch for 23.1.
1732 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1734         * icalendar-testsuite.el
1735         (icalendar-testsuite--run-function-tests):
1736         Add icalendar-testsuite--test-diarytime-to-isotime.
1737         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1738         recent icalendar fixes.
1739         (icalendar-testsuite--test-diarytime-to-isotime): New.
1740         (icalendar-testsuite--test-create-uid): Adjust to recent
1741         icalendar changes.
1743 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1745         * bytecomp-testsuite.el: New file.
1747 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1749         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1750         Add `icalendar-testsuite--test-create-uid'.
1751         (icalendar-testsuite--test-create-uid): New.
1753 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1755         * newsticker-testsuite.el: New file.
1757 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1759         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1760         Add icalendar-testsuite--test-datestring-to-isodate,
1761         icalendar-testsuite--test-datetime-to-diary-date, and
1762         icalendar-testsuite--test-calendar-style.
1763         (icalendar-testsuite--test-format-ical-event)
1764         (icalendar-testsuite--test-parse-summary-and-rest):
1765         Doc fix.  Remove european-calendar-style.
1766         (icalendar-testsuite--get-ical-event): Doc fix.
1767         (icalendar-testsuite--test-first-weekday-of-year)
1768         (icalendar-testsuite--run-cycle-tests): Add doc string.
1769         (icalendar-testsuite--test-datestring-to-isodate)
1770         (icalendar-testsuite--test-datetime-to-diary-date)
1771         (icalendar-testsuite--test-calendar-style): New functions.
1772         (icalendar-testsuite--test-export): Handle iso date style.
1773         New arg INPUT-ISO.  Use calendar-date-style.
1774         (icalendar-testsuite--test-import): Handle iso date style.
1775         New arg EXPECTED-ISO.  Use calendar-date-style.
1776         (icalendar-testsuite--test-cycle): Handle iso date style.
1777         (icalendar-testsuite--run-import-tests)
1778         (icalendar-testsuite--run-export-tests)
1779         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1781 2008-02-29  Glenn Morris  <rgm@gnu.org>
1783         * README: New file.
1785 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1787         * icalendar-testsuite.el: New file.
1789 ;; Local Variables:
1790 ;; coding: utf-8
1791 ;; End:
1793   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1795   This file is part of GNU Emacs.
1797   GNU Emacs is free software: you can redistribute it and/or modify
1798   it under the terms of the GNU General Public License as published by
1799   the Free Software Foundation, either version 3 of the License, or
1800   (at your option) any later version.
1802   GNU Emacs is distributed in the hope that it will be useful,
1803   but WITHOUT ANY WARRANTY; without even the implied warranty of
1804   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1805   GNU General Public License for more details.
1807   You should have received a copy of the GNU General Public License
1808   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.