1 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
3 * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
4 (tramp-test30-special-characters): Remove test for backslash.
6 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
8 * automated/tramp-tests.el
9 (tramp-test19-directory-files-and-attributes)
10 (tramp-test22-file-times): Check for `file-attributes' equality
11 only if there is a usable timestamp.
12 (tramp--test-check-files): Do not use `copy-sequence'.
14 2014-04-22 Daniel Colascione <dancol@dancol.org>
16 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
18 (test-byte-comp-macro-expansion)
19 (test-byte-comp-macro-expansion-eval-and-compile)
20 (test-byte-comp-macro-expansion-eval-when-compile)
21 (test-byte-comp-macro-expand-lexical-override): Use it.
22 (test-eager-load-macro-expansion)
23 (test-eager-load-macro-expansion-eval-and-compile)
24 (test-eager-load-macro-expansion-eval-when-compile)
25 (test-eager-load-macro-expand-lexical-override): New tests.
27 * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
28 account for removal of `cl-struct-set-slot-value'. Also, move
29 the defstruct to top level.
31 2014-04-21 Daniel Colascione <dancol@dancol.org>
33 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
35 (test-byte-comp-macro-expansion)
36 (test-byte-comp-macro-expansion-eval-and-compile)
37 (test-byte-comp-macro-expansion-eval-when-compile)
38 (test-byte-comp-macro-expand-lexical-override): New tests.
40 * automated/cl-lib.el (cl-loop-destructuring-with): New test.
41 (cl-the): Fix cl-the test.
43 2014-04-20 Daniel Colascione <dancol@dancol.org>
45 * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
47 2014-04-19 Michael Albinus <michael.albinus@gmx.de>
49 * automated/tramp-tests.el (tramp--test-check-files): Extend test.
50 (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
52 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
54 * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
55 (tramp--test-make-temp-name): Optional argument LOCAL.
56 (tramp--instrument-test-case): Show messages. Catch also `quit'.
57 (tramp-test10-write-region): No special test for out-of-band copy
59 (tramp-test11-copy-file, tramp-test12-rename-file)
60 (tramp-test21-file-links): Extend tests.
61 (tramp-test20-file-modes): More robust check for user "root".
62 (tramp--test-check-files): New defun.
63 (tramp-test30-special-characters, tramp-test33-recursive-load)
64 (tramp-test34-unload): New tests.
65 (tramp-test31-utf8, tramp-test32-asynchronous-requests): Rename.
67 2014-04-11 Glenn Morris <rgm@gnu.org>
69 * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
71 2014-04-11 Paul Eggert <eggert@cs.ucla.edu>
73 * automated/electric-tests.el: Fix spelling error in test name.
74 (whitespace-skipping-for-quotes-not-outside):
75 Rename from whitespace-skipping-for-quotes-not-ouside.
77 2014-04-09 Daniel Colascione <dancol@dancol.org>
79 * automated/syntax-tests.el: New file.
81 2014-04-09 Glenn Morris <rgm@gnu.org>
83 * automated/python-tests.el (python-triple-quote-pairing):
84 Enable/disable electric-pair-mode as needed.
86 * automated/electric-tests.el (electric-pair-backspace-1):
87 Replace deleted function.
89 2014-04-07 João Távora <joaotavora@gmail.com>
91 * automated/python-tests.el (python-triple-quote-pairing): New test.
92 (python-syntax-after-python-backspace): New test.
94 * automated/electric-tests.el (electric-pair-define-test-form):
95 More readable test docstrings.
96 (whitespace-skipping-for-quotes-not-ouside)
97 (whitespace-skipping-for-quotes-only-inside)
98 (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
100 2014-04-04 João Távora <joaotavora@gmail.com>
102 * automated/electric-tests.el (define-electric-pair-test):
104 (inhibit-in-mismatched-string-inside-ruby-comments): New test.
105 (inhibit-in-mismatched-string-inside-c-comments): New test.
107 2014-04-02 João Távora <joaotavora@gmail.com>
109 * automated/electric-tests.el (inhibit-if-strings-mismatched):
110 New test, change from `inhibit-only-of-next-is-mismatched'.
112 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
114 * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
115 (undo-test-region-t-marker): New tests of marker adjustments.
116 (undo-test-marker-adjustment-moved):
117 (undo-test-region-mark-adjustment): New tests to demonstrate
118 bug#16818, which fail without the fix.
120 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
122 * automated/package-test.el (package-test-describe-package):
123 Fix test failure in non-graphical mode.
125 2014-03-23 Daniel Colascione <dancol@dancol.org>
127 * automated/subword-tests.el (subword-tests2): More subword tests.
129 * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
130 test: correct parsing of keyword arguments.
132 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
134 * automated/package-test.el (package-test-describe-package):
135 Check for the "Keywords: " line.
137 * automated/data/package/archive-contents: Include the :keywords
138 field in `simple-single' data form.
140 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
142 * automated/package-test.el
143 (package-test-install-two-dependencies): New test (bug#16826).
145 * automated/data/package/simple-two-depend-1.1.el: New file.
147 * automated/data/package/archive-contents:
148 Add info about the new package.
150 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
152 * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
153 (tramp-test10-write-region): Extend for out-of-band copy.
154 (tramp-test31-asynchronous-requests): New test.
156 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
158 * automated/undo-tests.el (undo-test-in-region-not-most-recent):
159 Add new test of undo in region.
160 (undo-test-in-region-eob): Add test case described at
161 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
163 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
165 * automated/tramp-tests.el (tramp--test-enabled)
166 (tramp-test15-copy-directory): No special handling of tramp-adb.el
167 anymore. It's fixed in that package.
169 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
171 * automated/tramp-tests.el (tramp--test-enabled): Move connection
172 cleanup into this function. Remove respective code from all test
174 (tramp--instrument-test-case): Declare `indent' and `debug'.
175 Handle other errors as well.
176 (tramp-test14-delete-directory): Check for `file-error' error.
177 (tramp-test15-copy-directory): Ignore return value of
178 `copy-directory'. It's too much hassle to handle it for tramp-adb.el.
179 (tramp-test19-directory-files-and-attributes): Take care of
181 (tramp-test20-file-modes, tramp-test27-start-file-process)
182 (tramp-test28-shell-command): Skip for tramp-adb.el.
183 (tramp-test21-file-links): `file-truename' shall preserve trailing
185 (tramp-test22-file-times): Skip if `set-file-times' returns nil.
186 (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
187 `kill-buffer-query-functions' to nil.
188 (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
190 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
192 * automated/tramp-tests.el
193 (tramp-test19-directory-files-and-attributes): Do not include
194 directories in comparison; they might have changed their
197 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
199 * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
200 (tramp-test17-insert-directory): First line could contain more
201 text, when produced by `ls-lisp'.
202 (tramp-test19-directory-files-and-attributes): Instrument failed
205 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
207 * automated/tramp-tests.el (tramp-test17-insert-directory):
208 Make first line "total 123" optional.
209 (tramp-test20-file-modes, tramp-test22-file-times)
210 (tramp-test26-process-file, tramp-test27-start-file-process)
211 (tramp-test28-shell-command): Skip for tramp-gvfs.el and
213 (tramp-test20-file-modes): Check for "root" only when there is an
215 (tramp-test21-file-links): Handle "... not supported" error.
216 (tramp-test22-file-times): Skip for "don't know" return values.
217 (tramp-test26-process-file, tramp-test28-shell-command):
218 Remove color escape sequences.
219 (tramp-test28-shell-command): Use `accept-process-output' rather
221 (tramp-test30-utf8): Set coding system `utf-8'.
223 2014-02-17 Michael Albinus <michael.albinus@gmx.de>
225 * automated/tramp-tests.el (tramp-test28-shell-command): Perform
226 an initial `sit-for' prior the while loop.
228 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
230 Sync with Tramp 2.2.9.
232 * automated/tramp-tests.el (password-cache-expiry): Set to nil.
233 (tramp-test28-shell-command): Make a while loop when waiting for
236 2014-02-11 Michael Albinus <michael.albinus@gmx.de>
238 * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
239 and `vc-hg'. Declare `tramp-find-executable' and
240 `tramp-get-remote-path'.
241 (tramp-test29-vc-registered): New test.
242 (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
244 2014-02-07 Michael Albinus <michael.albinus@gmx.de>
246 * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
247 (tramp-test27-start-file-process): Use "_p" as argument of lambda.
248 (tramp-test28-shell-command): Improve `shell-command' test. Add
249 `async-shell-command' tests.
251 2014-02-04 Michael Albinus <michael.albinus@gmx.de>
253 * automated/file-notify-tests.el (file-notify--wait-for-events):
254 Use `read-event' instead of `sit-for'.
255 (file-notify-test02-events): Remove expected result, the bug is
257 (file-notify-test02-events, file-notify-test03-autorevert):
258 Use `sleep-for' instead of `sit-for'.
260 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
262 * automated/ruby-mode-tests.el (ruby-align-chained-calls):
265 2014-01-27 Michael Albinus <michael.albinus@gmx.de>
267 * automated/file-notify-tests.el (file-notify--deftest-remote):
268 Do not skip when the local test has failed. They are unrelated.
269 (file-notify--wait-for-events): Use `sit-for'. Let-bind
270 `noninteractive' to nil, otherwise `sit-for' could be degraded to
272 (file-notify-test02-events): Check for `file-remote-p' instead of
273 `file-notify--test-remote-enabled'.
275 2014-01-26 Michael Albinus <michael.albinus@gmx.de>
277 * automated/file-notify-tests.el (file-notify-test02-events):
278 Let test case fail for Bug#16519.
280 2014-01-22 Michael Albinus <michael.albinus@gmx.de>
282 * automated/file-notify-tests.el (file-notify-test02-events):
283 Hide Bug#16519, until it is solved.
285 2014-01-21 Michael Albinus <michael.albinus@gmx.de>
287 * automated/file-notify-tests.el
288 (file-notify--test-local-enabled): Fix error in logic.
289 (file-notify--wait-for-events): New defmacro.
290 (file-notify-test02-events): Make short breaks between file operations.
291 Use `file-notify--wait-for-events'. Check, that events have arrived.
292 (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
294 * automated/comint-testsuite.el
295 (comint-testsuite-password-strings): Add localized examples.
297 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
299 * automated/inotify-test.el (inotify-file-watch-simple): Skip test
300 case if inotify is not linked with Emacs. Use `read-event' rather
301 than `sit-for' in order to process events. (Bug#13662)
303 2014-01-13 Michael Albinus <michael.albinus@gmx.de>
305 * automated/ert-tests.el (ert-test-record-backtrace): Reenable
306 test case with adapted test string. (Bug#13064)
308 2013-12-28 Glenn Morris <rgm@gnu.org>
310 * automated/electric-tests.el: Require 'elec-pair.
312 2013-12-26 João Távora <joaotavora@gmail.com>
314 * automated/electric-tests.el (electric-pair-test-for):
315 Fix autowrapping tests in batch-mode by running with
316 `transient-mark-mode' set to `lambda'.
318 * automated/electric-tests.el: New file.
320 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
322 * automated/python-tests.el
323 (python-nav-lisp-forward-sexp-safe-1): Remove test.
324 (python-nav-forward-sexp-safe-1): New test.
326 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
328 * automated/ruby-mode-tests.el: Add tests for
329 `ruby-align-to-stmt-keywords'.
331 * indent/ruby.rb: Update examples to reflect the lack of change in
332 default indentation of `begin' blocks.
334 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
336 * indent/ruby.rb: Update examples according to the change
337 in `smie-indent-close'.
339 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
341 * indent/ruby.rb: New examples.
343 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
345 * automated/python-tests.el (python-indent-dedenters-2): New test.
347 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
349 * automated/python-tests.el (python-indent-after-comment-1)
350 (python-indent-after-comment-2): New tests.
352 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com>
354 * automated/python-tests.el (python-indent-block-enders-1):
355 Rename from python-indent-block-enders.
356 (python-indent-block-enders-2): New test.
358 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
360 * indent/js.js: New file.
362 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
364 * automated/dbus-tests.el: New file.
366 2013-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
368 * automated/regexp-tests.el: New file.
370 2013-11-29 Eli Zaretskii <eliz@gnu.org>
372 * automated/reftex-tests.el (reftex-parse-from-file-test):
373 Run temp-dir through file-truename, to make sure the temporary file
374 names are comparable as strings.
376 * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
377 Force Unix EOLs by using 'utf-8-unix', since the default of
378 'utf-8' is system-dependent, while the test expects to see Unix EOLs.
380 2013-11-28 Glenn Morris <rgm@gnu.org>
382 * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
384 2013-11-28 Eli Zaretskii <eliz@gnu.org>
386 * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
387 (EMACSOPT): Use $(PATH_SEP).
389 2013-11-28 Michael Albinus <michael.albinus@gmx.de>
391 * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
394 2013-11-27 Michael Albinus <michael.albinus@gmx.de>
396 * automated/file-notify-tests.el
397 (file-notify-test-remote-temporary-file-directory):
398 Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
399 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
400 (file-notify--deftest-remote): Cleanup connection initially.
401 (file-notify-test03-autorevert): Run also in batch mode. Use a
402 larger timeout for remote files. `sit-for' 1 second; 0.1 second
403 does not work on MS Windows. Call `accept-process-output' for
404 remote files. Apply `string-match' instead of `string-equal', the
405 messages are different on MS Windows.
407 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
408 Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
409 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
411 2013-11-23 Glenn Morris <rgm@gnu.org>
413 * automated/python-tests.el (python-shell-make-comint-1)
414 (python-shell-make-comint-2, python-shell-get-process-1):
415 Suppress creation of some temp-files.
417 * automated/python-tests.el (python-shell-parse-command-1)
418 (python-shell-make-comint-1, python-shell-make-comint-2)
419 (python-shell-get-process-1)
420 (python-shell-internal-get-or-create-process-1):
421 Skip rather than fail if prereqs not found.
423 * automated/Makefile.in (emacs):
424 Empty EMACSLOADPATH rather than unsetting.
426 2013-11-22 Glenn Morris <rgm@gnu.org>
428 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
431 2013-11-21 Glenn Morris <rgm@gnu.org>
433 * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
434 (compile-main): Pass XARGS_LIMIT to xargs.
436 * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
437 (EMACSOPT): Use PATH_SEPARATOR.
439 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
441 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
442 Add a failing test for Bug#15874.
443 (ruby--insert-coding-comment-ruby-style)
444 (ruby--insert-coding-comment-emacs-style)
445 (ruby--insert-coding-comment-custom-style):
446 Add a few tests for `ruby--insert-coding-comment'.
448 2013-11-18 Paul Eggert <eggert@cs.ucla.edu>
450 Improve API of recently-added bool vector functions (Bug#15912).
451 * automated/data-tests.el: Adjust to API changes.
453 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
455 * automated/tramp-tests.el (tramp-test07-file-exists-p)
456 (tramp-test08-file-local-copy)
457 (tramp-test09-insert-file-contents, tramp-test10-write-region)
458 (tramp-test11-copy-file, tramp-test12-rename-file)
459 (tramp-test13-make-directory, tramp-test14-delete-directory)
460 (tramp-test15-copy-directory, tramp-test16-directory-files)
461 (tramp-test17-insert-directory, tramp-test18-file-attributes)
462 (tramp-test19-directory-files-and-attributes)
463 (tramp-test20-file-modes, tramp-test21-file-links)
464 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
465 (tramp-test24-file-name-completion, tramp-test25-load)
466 (tramp-test26-process-file, tramp-test27-start-file-process)
467 (tramp-test28-shell-command): Cleanup connection initially.
469 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
471 * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
472 connection before running the test.
474 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
476 * automated/tramp-tests.el (tramp-test15-copy-directory)
477 (tramp-test16-directory-files, tramp-test17-insert-directory)
478 (tramp-test18-file-attributes)
479 (tramp-test19-directory-files-and-attributes)
480 (tramp-test20-file-modes, tramp-test21-file-links)
481 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
482 (tramp-test24-file-name-completion, tramp-test25-load)
483 (tramp-test26-process-file, tramp-test27-start-file-process)
484 (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
485 (tramp-test29-utf8): New test.
487 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
489 * automated/file-notify-tests.el (file-notify-test02-events)
490 (file-notify-test03-autorevert): Suppress messages in `write-region'.
492 * automated/tramp-tests.el (tramp-test02-file-name-dissect)
493 (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
494 (tramp-test26-process-file, tramp-test28-shell-command):
495 Ensure, that the directory is not empty when calling "ls".
497 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
499 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
500 Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
501 (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
502 (tramp-test09-insert-file-contents, tramp-test10-write-region)
503 (tramp-test26-process-file): Add tests.
504 (tramp-test11-copy-file): Remove debug message.
505 (tramp-test20-file-modes): Special case, if user is "root".
507 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
509 * automated/file-notify-tests.el:
510 * automated/tramp-tests.el: Add `tramp-own-remote-path' to
511 `tramp-remote-path' when running on hydra.
512 (tramp-test07-file-exists-p): Remove instrumentation code.
513 (tramp-test26-process-file): Don't use "/bin/true" and
514 "/bin/false", these paths do not exist on hydra.
516 2013-11-08 Helmut Eller <eller.helmut@gmail.com>
518 * automated/process-tests.el: New file.
520 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
522 * indent/ruby.rb: New examples.
524 2013-11-06 Glenn Morris <rgm@gnu.org>
526 * automated/Makefile.in (setwins): Avoid accidental matches.
528 2013-11-06 Michael Albinus <michael.albinus@gmx.de>
530 * automated/tramp-tests.el (tramp-test07-file-exists-p):
531 Fix docstring. Instrument, in order to hunt failure on hydra.
533 2013-11-06 Glenn Morris <rgm@gnu.org>
535 * automated/flymake-tests.el (warning-predicate-rx-gcc)
536 (warning-predicate-function-gcc, warning-predicate-rx-perl)
537 (warning-predicate-function-perl):
538 * automated/info-xref.el (info-xref-test-makeinfo):
539 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
540 (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
542 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
544 * automated/tramp-tests.el: New file.
546 2013-11-05 Glenn Morris <rgm@gnu.org>
548 Get rid of --chdir usage.
549 * automated/Makefile.in (EMACSOPT): Move -L here.
550 (emacs): Set EMACS_TEST_DIRECTORY in the environment.
551 (setwins): Don't assume called from srcdir. Remove legacy stuff.
552 (.el.elc): No more need to pass -L here.
553 (compile-main): Get rid of sub-shell and cd.
554 (compile-clean, check): Get rid of cd.
556 Make it possible to run tests with a different working directory.
557 * automated/flymake-tests.el (flymake-tests-data-directory): New.
558 (flymake-tests--current-face): Use flymake-tests-data-directory.
559 (warning-predicate-function-gcc, warning-predicate-rx-perl)
560 (warning-predicate-function-perl): Adapt for above change.
561 * automated/zlib-tests.el (zlib-tests-data-directory): New.
562 (zlib--decompress): Use zlib-tests-data-directory.
564 * automated/eieio-tests.el (eieio-test-37-persistent-classes):
565 Remove test that makes no sense.
567 * automated/files.el (files-test-local-variable-data):
568 Fix result typo presumably caused by interference from dir-locals.
569 (file-test--do-local-variables-test): Prevent dir-locals interfering.
571 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
573 * indent/ruby.rb: Add a statement on the line after heredoc.
574 Move a now-successful example.
576 * automated/ruby-mode-tests.el: Remove outdated comment.
578 2013-11-04 Glenn Morris <rgm@gnu.org>
580 * automated/Makefile.in (abs_srcdir): Remove.
581 (emacs): Unset EMACSLOADPATH.
582 (.el.elc, check): Use -L to append srcdir to load-path.
584 2013-11-02 Glenn Morris <rgm@gnu.org>
586 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
587 (test, abs_top_srcdir, abs_top_builddir): Remove variables.
588 (abs_srcdir): New, set by configure.
589 (EMACS): Use a relative file name.
590 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
591 (lisp-compile): Remove (assume it's up-to-date).
592 (compile-main): Do not run lisp-compile.
593 (compile-main, compile-clean, compile-always, bootstrap-clean)
594 (check): Use srcdir rather than $test. Check cd return value.
596 (doit, compile, compile-always): Remove stuff copied from lisp/.
597 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
599 2013-10-31 Michael Albinus <michael.albinus@gmx.de>
601 * automated/ert-tests.el (ert-test-stats-set-test-and-result):
604 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
606 * indent/prolog.prolog: Test alignment of ->; with operator at bol.
608 * indent/css-mode.css (.x2): Test alignement inside braces.
610 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
612 * indent/ruby.rb: New failing example.
614 * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
615 Fix the test, in respect to adding the space after the curly.
617 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
619 * automated/ert-tests.el (ert-test-skip-unless): New test case.
620 (ert-test-deftest): Adapt test for changed macro expansion.
621 (ert-test-run-tests-interactively):
622 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
625 * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
626 (file-notify--test-local-enabled): Make it a function. Check also
627 for `file-remote-p' of `temporary-file-directory'.
628 (file-notify--test-remote-enabled-checked): New defvar.
629 (file-notify--test-remote-enabled): Rewrite. Do not use Tramp
630 internal functions. Cache result.
631 (file-notify--deftest-remote, file-notify-test00-availability)
632 (file-notify-test01-add-watch, file-notify-test02-events)
633 (file-notify-test03-autorevert): Add checks with `skip_unless'.
634 (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
636 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
638 * indent/ruby.rb: Fix syntax error in the latest example.
640 2013-10-23 Glenn Morris <rgm@gnu.org>
642 * automated/Makefile.in (abs_top_srcdir, top_builddir):
643 New, set by configure.
644 (top_srcdir): Remove.
645 (abs_test, abs_lispsrc): New.
646 (lisp): No longer absolute.
647 (emacs, lisp-compile, compile, compile-always):
648 Quote entities that might contain whitespace.
650 2013-10-22 Dmitry Gutov <dgutov@yandex.ru>
652 * indent/ruby.rb: Move two examples to "working" section, add one
655 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
657 * indent/ruby.rb: New examples for indentation of blocks.
658 Example of hash inside parens that inflooped before the present commit.
660 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
662 * automated/timer-tests.el: New file. Tests that (sit-for 0)
663 allows another timer to run.
665 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
667 * indent/ruby.rb: More examples for bug#15594, both failing and
670 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
672 * indent/ruby.rb: Add two more cases.
674 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
676 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
678 (ruby-should-indent): Use indent-according-to-mode.
679 (ruby-deftest-move-to-block): Use `declare'.
681 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
683 * indent/ruby.rb: Fix a spurious change, add more failing examples.
685 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
687 * indent/ruby.rb: Add a few more tests; adjust some indentation.
689 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
691 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
692 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
694 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
696 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
698 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
699 Adjust indentation of continued line to the new SMIE behavior.
701 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
703 * automated/completion-tests.el:
704 * indent/css-mode.css: New files.
706 2013-10-03 Daiki Ueno <ueno@gnu.org>
708 * automated/data/package/signed/archive-contents:
709 * automated/data/package/signed/archive-contents.sig:
710 * automated/data/package/signed/signed-good-1.0.el:
711 * automated/data/package/signed/signed-good-1.0.el.sig:
712 * automated/data/package/signed/signed-bad-1.0.el:
713 * automated/data/package/signed/signed-bad-1.0.el.sig:
714 * automated/data/package/key.pub:
715 * automated/data/package/key.sec: New files.
717 * automated/package-test.el (package-test-update-listing)
718 (package-test-update-archives, package-test-describe-package):
719 Adjust to package.el change.
720 (package-test-signed): New test.
722 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
724 * automated/package-test.el: Update all cases to use :url instead
727 * automated/package-x-test.el
728 (package-x-test--single-archive-entry-1-3): Same.
730 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
732 * automated/package-test.el (simple-single-desc-1-4): Remove, it
734 (simple-single-desc): Expect :homepage property.
735 (multi-file-desc): Same.
736 (with-package-test): Do not save previous `default-directory'
737 value, let-bind the var instead.
738 (package-test-install-single): Expect :homepage property in the
740 (package-test-describe-package): Expect Homepage button.
741 (package-test-describe-non-installed-package)
742 (package-test-describe-non-installed-multi-file-package): Same.
743 (package-test-describe-not-installed-package): Remove, it was a
746 * automated/package-x-test.el
747 (package-x-test--single-archive-entry-1-3): Expect :homepage
749 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
751 * automated/data/package/simple-single-1.3.el: Add URL header.
753 * automated/data/package/archive-contents: Add :homepage
754 properties to `simple-single' and `multi-file'.
756 2013-09-22 Daniel Colascione <dancol@dancol.org>
758 * automated/data-tests.el:
759 (bool-vector-count-matches-all-0-nil)
760 (bool-vector-count-matches-all-0-t)
761 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
762 (bool-vector-count-matches-at, bool-vector-intersection-op)
763 (bool-vector-union-op, bool-vector-xor-op)
764 (bool-vector-set-difference-op)
765 (bool-vector-change-detection, bool-vector-not): New tests.
766 (mock-bool-vector-count-matches-at)
767 (test-bool-vector-bv-from-hex-string)
768 (test-bool-vector-to-hex-string)
769 (test-bool-vector-count-matches-at-tc)
770 (test-bool-vector-apply-mock-op)
771 (test-bool-vector-binop): New helper functions.
772 (bool-vector-test-vectors): New testcase data.
774 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
776 * automated/advice-tests.el (advice-test-called-interactively-p-around)
777 (advice-test-called-interactively-p-filter-args)
778 (advice-test-called-interactively-p-around): New tests.
780 2013-09-16 Glenn Morris <rgm@gnu.org>
782 * automated/eshell.el (eshell-match-result):
783 Return a more informative failure than simply "false". Update callers.
785 * automated/eshell.el (eshell-test/for-name-shadow-loop):
786 Test value before and after loop as well as during.
788 2013-09-15 Glenn Morris <rgm@gnu.org>
790 * automated/eshell.el (eshell-test/for-name-shadow-loop):
791 New test. (Bug#15372)
792 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
794 2013-09-13 Glenn Morris <rgm@gnu.org>
796 * automated/eshell.el (with-temp-eshell):
797 Use a temp directory for eshell-directory-name.
798 (eshell-test-command-result): New, again using a temp directory.
799 Replace eshell-command-result with this throughout.
800 (eshell-test/for-loop, eshell-test/for-name-loop):
801 Ensure environment variables don't confuse us.
803 2013-09-12 Glenn Morris <rgm@gnu.org>
805 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
806 due to "has a running process; kill it?" prompts.
808 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
810 * automated/eshell.el: Rename from eshell.el.
811 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
813 2013-09-01 Glenn Morris <rgm@gnu.org>
815 * automated/Makefile.in (setwins): Avoid leading space in $wins.
816 Otherwise the sed command used by eg compile-main ends up
817 containing "/*.el". (Bug#15170)
819 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
821 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
822 for portability to hosts where /bin/sh has problems.
824 2013-08-21 David Engster <deng@randomsample.de>
826 * automated/eieio-tests.el, automated/eieio-test-persist.el:
827 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
828 upstream. Changed to use ERT.
830 2013-08-14 Daniel Hackney <dan@haxney.org>
832 * automated/package-test.el: Remove tar-package-building functions.
833 Tar file used for testing is included in the repository.
834 (package-test-install-texinfo, package-test-cleanup-built-files):
837 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
839 * automated/python-tests.el (python-imenu-create-index-4)
840 (python-imenu-create-flat-index-2): New tests.
842 2013-08-05 Glenn Morris <rgm@gnu.org>
844 * automated/mule-util.el: New file, with tests extracted from
845 lisp/international/mule-util.el.
847 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
849 * automated/advice-tests.el (advice-tests-nadvice): Test removal
851 (advice-tests-macroaliases): New test.
853 2013-08-04 Glenn Morris <rgm@gnu.org>
855 * automated/ert-tests.el: Disable failing test that no-one seems
856 to know how to fix. (Bug#13064)
858 * automated/icalendar-tests.el (icalendar-tests--test-export)
859 (icalendar-tests--test-import): Try more precise TZ specification.
860 Remove debug messages.
862 2013-08-03 Glenn Morris <rgm@gnu.org>
864 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
866 * automated/icalendar-tests.el (icalendar-tests--test-export)
867 (icalendar-tests--test-import):
868 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
869 (icalendar-tests--test-import): Reset zone even if error occurred.
871 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
873 * automated/core-elisp-tests.el: New file.
875 2013-08-01 Glenn Morris <rgm@gnu.org>
877 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
878 Try to check that the remote system has a notification program.
880 2013-07-31 Glenn Morris <rgm@gnu.org>
882 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
884 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
886 * automated/file-notify-tests.el
887 (file-notify--test-local-enabled): New defconst. Replaces all
888 `file-notify-support' occurrences.
889 (file-notify--test-remote-enabled): New defun.
890 (file-notify--deftest-remote): Use it.
891 (file-notify-test00-availability): Rewrite.
892 (file-notify-test00-availability-remote): New defun.
893 (file-notify-test01-add-watch): Rewrite first erroneous check.
895 2013-07-23 Glenn Morris <rgm@gnu.org>
897 * automated/inotify-test.el (inotify-file-watch-simple):
898 Delete temp-file when done.
900 * automated/subword-tests.el: Require subword.
902 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
904 * automated/subword-tests.el: New file.
906 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
908 * automated/python-tests.el (python-imenu-create-index-2)
909 (python-imenu-create-index-3): New tests.
911 2013-07-11 Glenn Morris <rgm@gnu.org>
913 * automated/ert-tests.el: Require cl-lib at runtime too.
914 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
915 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
916 (ert-test-set-functions, ert-test-gensym)
917 (ert-test-coerce-to-vector, ert-test-string-position)
918 (ert-test-mismatch): Remove tests.
919 * automated/cl-lib.el: New, split from ert-tests.el.
921 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
923 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
924 (ruby-move-to-block-skips-percent-literal)
925 (ruby-move-to-block-skips-heredoc)
926 (ruby-move-to-block-moves-from-else-to-if)
927 (ruby-beginning-of-defun-does-not-fold-case)
928 (ruby-end-of-defun-skips-to-next-line-after-the-method):
929 Replace goto-line with forward-line/goto-char.
930 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
932 * automated/package-test.el (makeinfo-buffer): Autoload.
933 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
934 (package-test-install-texinfo): Don't require makeinfo.
936 * automated/files.el: Stop "local variables" confusion.
938 * automated/flymake-tests.el (flymake-tests): Remove unused group.
940 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
941 Use with-current-buffer.
943 * automated/undo-tests.el (undo-test-buffer-modified)
944 (undo-test-file-modified): New tests.
946 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
948 * automated/file-notify-tests.el (file-notify-test00-availability):
949 Set :expected-result.
950 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
951 (file-notify-test02-events, file-notify-test02-events-remote)
952 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
953 Skip when `file-notify-support' is nil. (Bug#14823)
955 2013-07-09 Glenn Morris <rgm@gnu.org>
957 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
959 (inotify-file-watch-simple): Silence compiler.
961 * automated/python-tests.el (python-indent-block-enders):
962 Make it actually test something.
964 * automated/package-x-test.el: Require package-test when compiling.
966 * automated/add-log-tests.el, automated/advice-tests.el:
967 * automated/imenu-test.el, automated/package-x-test.el:
968 * automated/python-tests.el, automated/ruby-mode-tests.el:
969 * automated/xml-parse-tests.el: Explicitly require ert.
971 2013-07-08 Kenichi Handa <handa@gnu.org>
973 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
974 Use with-ccoding-priority to avoid side-effect (Bug#14781).
976 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
978 * automated/file-notify-tests.el
979 (file-notify-test-remote-temporary-file-directory):
980 Use `null-device' on w32.
981 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
982 (file-notify--test-results, file-notify--test-event)
983 (file-notify--deftest-remote, file-notify--event-test)
984 (file-notify--test-event-handler)
985 (file-notify--test-make-temp-name): Rename, in order to mark them
987 (tramp-message-show-message, tramp-read-passwd): Tweak them for
988 better fitting in noninteractive tests.
989 (file-notify-test00-availability): Rename from `file-notify-test0'.
990 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
991 Use `temporary-file-directory '.
992 (file-notify-test01-add-watch-remote): New test.
993 (file-notify-test02-events): Rename from `file-notify-test2'.
994 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
995 (file-notify-test03-autorevert): Rename from
996 `file-notify-test4'. Use timeouts.
997 (file-notify-test03-autorevert-remote): Rename from
1000 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
1002 * automated/file-notify-tests.el: New package.
1004 2013-06-28 Kenichi Handa <handa@gnu.org>
1006 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1007 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1009 (decoder-tests-filename): New function.
1010 (decoder-tests-prefer-utf-8-read)
1011 (decoder-tests-prefer-utf-8-write): New function.
1012 (ert-test-decoder-prefer-utf-8): New test.
1014 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
1016 * automated/package-x-test.el: Change the commentary.
1017 (package-x-test--single-archive-entry-1-3)
1018 (package-x-test--single-archive-entry-1-4): Fix the tests, by
1019 using the appropriate data structure.
1021 2013-06-27 Daniel Hackney <dan@haxney.org>
1023 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1025 * automated/package-x-test.el: New file.
1027 * automated/package-test.el: New file.
1029 * automated/data/package: New directory, with test examples.
1031 2013-06-27 Glenn Morris <rgm@gnu.org>
1033 * automated/python-tests.el (python-tests-with-temp-file):
1034 Clean up after ourself.
1036 * automated/undo-tests.el (undo-test3): Remove test that seems to
1037 do nothing that the previous one doesn't, except leave a tempfile.
1039 2013-06-26 Glenn Morris <rgm@gnu.org>
1041 * automated/info-xref.el: New file.
1043 2013-06-25 Glenn Morris <rgm@gnu.org>
1045 * automated/occur-tests.el (occur-test-create): New function.
1046 Use it to create separate tests for each element, so we run them
1047 all rather than stopping at the first error.
1049 2013-06-24 Glenn Morris <rgm@gnu.org>
1051 * automated/occur-tests.el (occur-tests):
1052 Update for 2013-05-29 change to occur header line.
1054 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1056 Test suite for flymake.
1057 * automated/flymake-tests.el:
1058 * automated/flymake/warnpred/Makefile
1059 * automated/flymake/warnpred/test.c
1060 * automated/flymake/warnpred/test.pl: New files.
1062 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1064 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1066 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1068 * automated/reftex-tests.el: New test suite for reftex.
1070 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1072 * automated/ruby-mode-tests.el: New tests, for percent literals
1073 and expression expansion.
1075 2013-05-29 Leo Liu <sdl.web@gmail.com>
1077 * indent/octave.m: Tweak.
1079 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
1081 * eshell.el: Rewrite tests using ERT.
1083 2013-05-25 Leo Liu <sdl.web@gmail.com>
1085 * indent/octave.m: Add tests for %!, # and ### comments.
1087 2013-05-23 Kenichi Handa <handa@gnu.org>
1089 * automated/decoder-tests.el: New file.
1091 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
1093 * indent/ruby.rb: Add multiline regexp example.
1095 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1096 (ruby-regexp-skips-over-interpolation)
1097 (ruby-regexp-continues-till-end-when-unclosed)
1098 (ruby-regexp-can-be-multiline)
1099 (ruby-interpolation-inside-percent-literal): New tests.
1101 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1103 * indent/ruby.rb: Fix indentation after =; add more cases.
1105 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1107 * indent/pascal.pas: Add test for mis-identified comments.
1109 2013-04-01 Masatake YAMATO <yamato@redhat.com>
1111 * automated/imenu-test.el: New file. (Bug#14112)
1113 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
1115 * automated/python-tests.el (python-imenu-prev-index-position-1):
1117 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1120 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1122 * automated/python-tests.el (python-nav-backward-defun-2)
1123 (python-nav-backward-defun-3, python-nav-forward-defun-2)
1124 (python-nav-forward-defun-3): New tests.
1126 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1128 * automated/python-tests.el (python-nav-backward-defun-1)
1129 (python-nav-forward-defun-1): New tests.
1131 2013-04-09 Masatake YAMATO <yamato@redhat.com>
1133 * automated/add-log-tests.el: New file. (Bug#14112)
1135 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
1137 * automated/python-tests.el (python-indent-block-enders): New test.
1138 (python-info-current-defun-2): Fix test.
1140 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
1142 * indent/octave.m: Fix encoding error in comment. Add coding tag.
1144 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
1146 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1147 (python-tests-with-temp-file): New macro.
1148 (python-tests-shell-interpreter): New var.
1149 (python-shell-get-process-name-1)
1150 (python-shell-internal-get-process-name-1)
1151 (python-shell-parse-command-1)
1152 (python-shell-calculate-process-environment-1)
1153 (python-shell-calculate-process-environment-2)
1154 (python-shell-calculate-process-environment-3)
1155 (python-shell-calculate-exec-path-1)
1156 (python-shell-calculate-exec-path-2)
1157 (python-shell-make-comint-1)
1158 (python-shell-make-comint-2)
1159 (python-shell-get-process-1)
1160 (python-shell-get-or-create-process-1)
1161 (python-shell-internal-get-or-create-process-1): New tests.
1163 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1165 * automated/python-tests.el: New file.
1167 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1169 * automated/ruby-mode-tests.el
1170 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1171 bits inside the examples.
1172 (ruby-move-to-block-skips-heredoc): New test.
1173 (ruby-add-log-current-method-after-inner-class):
1174 Lower expectations: move point inside a method, initially.
1176 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1178 * automated/ruby-mode-tests.el
1179 (ruby-move-to-block-skips-percent-literal): New test.
1181 2013-02-04 Chong Yidong <cyd@gnu.org>
1183 * automated/thingatpt.el: New file.
1185 2013-02-03 Chong Yidong <cyd@gnu.org>
1187 * automated/files.el (file-test--do-local-variables-test):
1188 Avoid compilation warning message.
1190 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
1192 * automated/ruby-mode-tests.el
1193 (ruby-indent-spread-args-in-parens): New test.
1194 * automated/ruby-mode-tests.el (ruby-block-test-example):
1195 Break indentation of the do block opener and add a line inside it.
1196 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1197 Adjust line numbers.
1199 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1201 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
1203 2013-01-14 Glenn Morris <rgm@gnu.org>
1205 * automated/compile-tests.el (compile-tests--test-regexps-data):
1206 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
1208 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1210 * automated/man-tests.el: New file.
1212 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1214 * automated/undo-tests.el (undo-test0): Adjust error to code change.
1216 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1218 * automated/undo-tests.el: New file.
1220 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1222 * automated/ruby-mode-tests.el
1223 (ruby-indent-after-block-in-continued-expression): New test.
1225 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1227 * automated/ruby-mode-tests.el:
1228 Rename one interpolation test; add three more.
1229 (ruby-with-temp-buffer): New macro, use it where appropriate.
1230 (ruby-add-log-current-method-examples): Use "_" for target point.
1231 Add four new tests for ruby-add-log-current-method.
1233 2012-12-11 Glenn Morris <rgm@gnu.org>
1235 * automated/f90.el (f90-test-bug13138): New test.
1237 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1239 * automated/inotify-test.el: New test.
1241 2012-12-02 Chong Yidong <cyd@gnu.org>
1243 * automated/ruby-mode-tests.el
1244 (ruby-add-log-current-method-examples): Don't use loop macro, to
1245 allow automated testing to work.
1247 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1249 * automated/advice-tests.el (advice-tests--data): Remove.
1250 (advice-tests): Move the tests directly here instead.
1251 Add called-interactively-p tests.
1253 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1255 * automated/ert-x-tests.el: Use cl-lib.
1256 * automated/ert-tests.el: Use lexical-binding and cl-lib.
1258 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
1260 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1261 (ruby-indent-inside-heredoc-after-operator)
1262 (ruby-indent-inside-heredoc-after-space): New tests.
1263 Change direct font-lock face references to var references.
1264 (ruby-interpolation-suppresses-syntax-inside): New test.
1265 (ruby-interpolation-inside-percent-literal-with-paren):
1268 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1270 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1271 (ruby-singleton-class-no-heredoc-font-lock)
1272 (ruby-add-log-current-method-examples): New tests.
1273 (ruby-test-string): Extract from ruby-should-indent-buffer.
1274 (ruby-deftest-move-to-block): New macro.
1275 Add several move-to-block tests.
1277 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1279 * automated/advice-tests.el: New tests.
1281 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1283 * automated/compile-tests.el (compile-tests--test-regexps-data):
1284 Add new data for msft's new format.
1286 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
1288 * automated/ruby-mode-tests.el:
1289 (ruby-toggle-block-to-multiline): New test.
1290 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1291 (ruby-toggle-block-to-brace): Use buffer-string.
1293 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1295 * automated/ruby-mode-tests.el: New tests (Bug#11613).
1297 2012-08-28 Chong Yidong <cyd@gnu.org>
1299 * automated/files.el: Test every combination of values for
1300 enable-local-variables and enable-local-eval.
1302 2012-08-19 Chong Yidong <cyd@gnu.org>
1304 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1306 2012-08-18 Chong Yidong <cyd@gnu.org>
1308 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1310 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1312 * indent/ruby.rb: Rearrange examples, add new ones.
1314 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
1316 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1317 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1319 2012-08-11 Glenn Morris <rgm@gnu.org>
1321 * automated/files.el: New file.
1323 * automated/Makefile.in (all): Fix typo.
1325 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
1327 * automated/ruby-mode-tests.el (ruby-should-indent):
1328 Add docstring, check (current-indentation) instead of (current-column).
1329 (ruby-should-indent-buffer): New function.
1330 Add tests for `ruby-deep-indent-paren' behavior.
1331 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1333 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
1335 Original tests in test_ruby_mode.rb in upstream (author).
1337 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
1339 * automated/ruby-mode-tests.el (ruby-should-indent)
1340 (ruby-assert-state): New functions.
1343 2012-07-29 David Engster <deng@randomsample.de>
1345 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1346 New variable to hold test data for name expansion.
1347 (xml-parse-tests): Test the two different types of name expansion.
1349 2012-07-29 Juri Linkov <juri@jurta.org>
1351 * automated/occur-tests.el (occur-test-case): Use predefined
1352 buffer name " *test-occur*" instead of a random buffer name.
1354 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
1356 * automated/ruby-mode-tests.el: New file with one test.
1358 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1360 * indent/shell.sh: Add test case for ${#VAR}.
1362 * indent/latex-mode.tex: New file.
1364 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1366 * eshell.el: Use cl-lib.
1368 2012-07-03 Chong Yidong <cyd@gnu.org>
1370 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1372 2012-07-02 Chong Yidong <cyd@gnu.org>
1374 * automated/xml-parse-tests.el (xml-parse-tests--data):
1377 2012-07-01 Chong Yidong <cyd@gnu.org>
1379 * automated/xml-parse-tests.el: New file.
1381 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1383 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1386 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
1388 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1389 Test escaped commas in TZID (Bug#11473).
1390 (icalendar-import-with-timezone): New.
1391 (icalendar-real-world): Add new testcase as given in the bugreport
1394 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
1396 * automated/icalendar-tests.el (icalendar-tests--test-import):
1397 Include UID in import tests (Bug#11525).
1398 (icalendar-import-non-recurring, icalendar-import-rrule)
1399 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1401 (icalendar-import-with-uid): New.
1402 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1403 Include UID in cycle tests.
1404 (icalendar-cycle, icalendar-real-world): UID-import change.
1406 2012-05-21 Glenn Morris <rgm@gnu.org>
1408 * automated/Makefile.in (setwins): Scrap superfluous subshell.
1410 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
1412 * automated/url-util-tests.el: New file to test
1413 lisp/url/url-util.el. Only `url-build-query-string' and
1414 `url-parse-query-string' are tested right now (Bug#8706).
1416 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1419 * indent/shell.rc: Ad some test cases.
1421 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1423 * indent/ruby.rb: New file, to test new syntax-propertize code.
1425 2012-04-11 Glenn Morris <rgm@gnu.org>
1427 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1429 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1431 * automated/url-future-tests.el (url-future-tests): Move from
1432 lisp/url/url-future.el and rename.
1434 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
1436 * automated/icalendar-tests.el (icalendar-import-non-recurring):
1437 Fix broken test, caused by missing trailing blank.
1439 2011-12-03 Chong Yidong <cyd@gnu.org>
1441 * automated/compile-tests.el (compile-tests--test-regexps-data):
1442 Increase column numbers by one to reflect change in how
1443 compilation-message is recorded (Bug#10172).
1445 2011-11-22 Glenn Morris <rgm@gnu.org>
1447 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1449 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1451 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1453 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1455 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1456 (icalendar-tests--test-export, icalendar-tests--do-test-export):
1457 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1459 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
1461 * automated/newsticker-tests.el
1462 (newsticker--group-manage-orphan-feeds): Remove fsetting of
1463 newsticker--treeview-tree-update.
1465 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
1467 * automated/newsticker-tests.el
1468 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1470 * automated/newsticker-tests.el
1471 (newsticker--group-manage-orphan-feeds): Prevent updating
1472 newsticker treeview. Fixed bug#9763.
1474 2011-10-20 Glenn Morris <rgm@gnu.org>
1476 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1478 * automated/vc-bzr.el: New file.
1480 2011-10-15 Glenn Morris <rgm@gnu.org>
1482 * automated/f90.el: New file.
1484 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
1486 * automated/newsticker-tests.el: Move newsticker-testsuite.el
1487 to automated/newsticker-tests.el. Convert to ERT.
1489 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
1491 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1492 Remove, simply use string=.
1493 (icalendar--diarytime-to-isotime)
1494 (icalendar--datetime-to-diary-date)
1495 (icalendar--datestring-to-isodate)
1496 (icalendar--format-ical-event)
1497 (icalendar--parse-summary-and-rest)
1498 (icalendar-tests--do-test-import)
1499 (icalendar-tests--do-test-cycle): Change argument order of
1500 string= to EXPECTED ACTUAL.
1501 (icalendar--import-format-sample)
1502 (icalendar--format-ical-event)
1503 (icalendar-import-non-recurring)
1504 (icalendar-import-rrule)
1505 (icalendar-import-duration)
1506 (icalendar-import-bug-6766)
1507 (icalendar-real-world): Adjust to string= instead of
1508 icalendar-tests--compare-strings.
1509 (icalendar-import-multiple-vcalendars): New.
1511 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
1513 * automated/gnus-tests.el: Add wrapper for Gnus tests.
1516 2011-05-09 Juri Linkov <juri@jurta.org>
1518 * automated/occur-tests.el: Move from test/occur-testsuite.el.
1521 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
1523 * automated/compile-tests.el: New file.
1525 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
1527 * automated/font-parse-tests.el: Don't byte-compile.
1529 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
1531 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1533 * automated/lexbind-tests.el: New file.
1535 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1537 * Version 23.3 released.
1539 2011-03-05 Glenn Morris <rgm@gnu.org>
1541 * eshell.el: Move here from lisp/eshell/esh-test.el.
1543 2011-03-03 Christian Ohler <ohler@gnu.org>
1545 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1548 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
1550 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1551 convert to ERT format.
1553 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
1555 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1556 convert to ERT format.
1558 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1561 * indent/shell.rc: New files.
1563 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
1565 * automated/font-parse-tests.el: Move from
1566 font-parse-testsuite.el.
1568 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
1570 * font-parse-testsuite.el (test-font-parse-data): New file.
1572 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1574 * indent/prolog.prolog: Add tokenizing tests.
1576 2011-01-13 Christian Ohler <ohler@gnu.org>
1578 * automated: New directory for automated tests.
1580 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1582 * automated/Makefile.in: New file.
1584 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1586 * indent/modula2.mod: New file.
1588 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1590 * indent/octave.m: Add a test to ensure indentation is local.
1592 2010-10-23 Glenn Morris <rgm@gnu.org>
1594 * comint-testsuite.el
1595 (comint-testsuite--test-comint-password-prompt-regexp):
1596 Add "Please enter the password". (Bug#7224)
1598 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1600 * indent/prolog.prolog: Use normal spacing around !.
1602 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1604 * indent/octave.m: Remove one more `fixindent'. Use `end'.
1606 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1608 * indent/octave.m: Remove some `fixindent' not needed any more.
1610 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1612 * indent/octave.m: New file.
1614 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
1616 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1617 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1618 (icalendar-testsuite--run-internal-tests): New.
1619 (icalendar-testsuite--test-convert-ordinary-to-ical)
1620 (icalendar-testsuite--test-convert-block-to-ical)
1621 (icalendar-testsuite--test-convert-anniversary-to-ical)
1622 (icalendar-testsuite--test-parse-vtimezone)
1623 (icalendar-testsuite--do-test-export): Code formatting.
1624 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1625 (icalendar-testsuite--do-test-import)
1626 (icalendar-testsuite--do-test-cycle):
1627 Use icalendar-testsuite--compare-strings
1628 (icalendar-testsuite--run-import-tests): Comment added.
1629 (icalendar-testsuite--run-import-tests)
1630 (icalendar-testsuite--run-real-world-tests): Fix expected results.
1632 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
1634 * redisplay-testsuite.el (test-redisplay-3): New test.
1636 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1638 * comint-testsuite.el: New file.
1640 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1644 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1646 * Version 23.2 released.
1648 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
1650 * cedet/semantic-ia-utest.el
1651 (semantic-symref-test-count-hits-in-tag): Add function, from
1654 * cedet/tests/test.cpp:
1655 * cedet/tests/test.py:
1656 * cedet/tests/teststruct.cpp:
1657 * cedet/tests/testtemplates.cpp:
1658 * cedet/tests/testusing.cpp:
1659 * cedet/tests/scopetest.cpp:
1660 * cedet/tests/scopetest.java: Files deleted.
1662 * cedet/tests/test.make:
1663 * cedet/tests/test.c:
1664 * cedet/tests/testjavacomp.java:
1665 * cedet/tests/testspp.c:
1666 * cedet/tests/testsppreplace.c:
1667 * cedet/tests/testsppreplaced.c:
1668 * cedet/tests/testsubclass.cpp:
1669 * cedet/tests/testsubclass.hh:
1670 * cedet/tests/testtypedefs.cpp:
1671 * cedet/tests/testvarnames.c:
1672 * cedet/tests/test.el:
1673 * cedet/tests/testdoublens.cpp:
1674 * cedet/tests/testdoublens.hpp: Add copyright header.
1676 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1677 Remove reference to deleted files.
1679 2010-03-30 Juri Linkov <juri@jurta.org>
1681 * occur-testsuite.el (occur-tests): Add tests for context lines.
1683 2010-03-23 Juri Linkov <juri@jurta.org>
1685 * occur-testsuite.el: New file.
1687 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1691 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1693 * icalendar-testsuite.el
1694 (icalendar-testsuite--run-function-tests): Add new tests.
1695 (icalendar-testsuite--test-diarytime-to-isotime): Add another
1697 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1698 (icalendar-testsuite--test-convert-weekly-to-ical): New.
1699 (icalendar-testsuite--test-convert-yearly-to-ical): New.
1700 (icalendar-testsuite--test-convert-block-to-ical): New.
1701 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1702 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1704 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1706 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1707 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1708 Fix typos in docstrings and error messages.
1709 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1711 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1713 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1714 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1715 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1717 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1719 * icalendar-testsuite.el
1720 (icalendar-testsuite--run-function-tests):
1721 Add icalendar-testsuite--test-parse-vtimezone.
1722 (icalendar-testsuite--test-parse-vtimezone): New.
1723 (icalendar-testsuite--do-test-cycle): Doc changes.
1724 (icalendar-testsuite--run-real-world-tests): Remove trailing
1725 whitespace -- see change of icalendar--add-diary-entry in
1727 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1729 2009-09-30 Glenn Morris <rgm@gnu.org>
1731 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1733 2009-06-26 Eric Ludlam <zappo@gnu.org>
1735 * cedet/*: New unit tests, from CEDET repository.
1737 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
1739 * redisplay-testsuite.el: New file.
1741 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1745 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1747 * icalendar-testsuite.el
1748 (icalendar-testsuite--run-function-tests):
1749 Add icalendar-testsuite--test-diarytime-to-isotime.
1750 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1751 recent icalendar fixes.
1752 (icalendar-testsuite--test-diarytime-to-isotime): New.
1753 (icalendar-testsuite--test-create-uid): Adjust to recent
1756 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1758 * bytecomp-testsuite.el: New file.
1760 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1762 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1763 Add `icalendar-testsuite--test-create-uid'.
1764 (icalendar-testsuite--test-create-uid): New.
1766 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
1768 * newsticker-testsuite.el: New file.
1770 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
1772 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1773 Add icalendar-testsuite--test-datestring-to-isodate,
1774 icalendar-testsuite--test-datetime-to-diary-date, and
1775 icalendar-testsuite--test-calendar-style.
1776 (icalendar-testsuite--test-format-ical-event)
1777 (icalendar-testsuite--test-parse-summary-and-rest):
1778 Doc fix. Remove european-calendar-style.
1779 (icalendar-testsuite--get-ical-event): Doc fix.
1780 (icalendar-testsuite--test-first-weekday-of-year)
1781 (icalendar-testsuite--run-cycle-tests): Add doc string.
1782 (icalendar-testsuite--test-datestring-to-isodate)
1783 (icalendar-testsuite--test-datetime-to-diary-date)
1784 (icalendar-testsuite--test-calendar-style): New functions.
1785 (icalendar-testsuite--test-export): Handle iso date style.
1786 New arg INPUT-ISO. Use calendar-date-style.
1787 (icalendar-testsuite--test-import): Handle iso date style.
1788 New arg EXPECTED-ISO. Use calendar-date-style.
1789 (icalendar-testsuite--test-cycle): Handle iso date style.
1790 (icalendar-testsuite--run-import-tests)
1791 (icalendar-testsuite--run-export-tests)
1792 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1794 2008-02-29 Glenn Morris <rgm@gnu.org>
1798 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
1800 * icalendar-testsuite.el: New file.
1806 Copyright (C) 2008-2014 Free Software Foundation, Inc.
1808 This file is part of GNU Emacs.
1810 GNU Emacs is free software: you can redistribute it and/or modify
1811 it under the terms of the GNU General Public License as published by
1812 the Free Software Foundation, either version 3 of the License, or
1813 (at your option) any later version.
1815 GNU Emacs is distributed in the hope that it will be useful,
1816 but WITHOUT ANY WARRANTY; without even the implied warranty of
1817 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1818 GNU General Public License for more details.
1820 You should have received a copy of the GNU General Public License
1821 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.