* automated/tramp-tests.el (tramp-test-temporary-file-directory):
[emacs.git] / test / ChangeLog
blobeb307a04102e5235f499e1620a066f6eab78ec02
1 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
3         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
4         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
5         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
6         (tramp-test09-insert-file-contents, tramp-test10-write-region):
7         (tramp-test26-process-file): Add tests.
8         (tramp-test11-copy-file): Remove debug message.
9         (tramp-test20-file-modes): Special case, if user is "root".
11 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
13         * automated/file-notify-tests.el:
14         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
15         `tramp-remote-path' when running on hydra.
16         (tramp-test07-file-exists-p): Remove instrumentation code.
17         (tramp-test26-process-file): Don't use "/bin/true" and
18         "/bin/false", these paths do not exist on hydra.
20 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
22         * automated/process-tests.el: New file.
24 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
26         * indent/ruby.rb: New examples.
28 2013-11-06  Glenn Morris  <rgm@gnu.org>
30         * automated/Makefile.in (setwins): Avoid accidental matches.
32 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
34         * automated/tramp-tests.el (tramp-test07-file-exists-p):
35         Fix docstring.  Instrument, in order to hunt failure on hydra.
37 2013-11-06  Glenn Morris  <rgm@gnu.org>
39         * automated/flymake-tests.el (warning-predicate-rx-gcc)
40         (warning-predicate-function-gcc, warning-predicate-rx-perl)
41         (warning-predicate-function-perl):
42         * automated/info-xref.el (info-xref-test-makeinfo):
43         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
44         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
46 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
48         * automated/tramp-tests.el: New file.
50 2013-11-05  Glenn Morris  <rgm@gnu.org>
52         Get rid of --chdir usage.
53         * automated/Makefile.in (EMACSOPT): Move -L here.
54         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
55         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
56         (.el.elc): No more need to pass -L here.
57         (compile-main): Get rid of sub-shell and cd.
58         (compile-clean, check): Get rid of cd.
60         Make it possible to run tests with a different working directory.
61         * automated/flymake-tests.el (flymake-tests-data-directory): New.
62         (flymake-tests--current-face): Use flymake-tests-data-directory.
63         (warning-predicate-function-gcc, warning-predicate-rx-perl)
64         (warning-predicate-function-perl): Adapt for above change.
65         * automated/zlib-tests.el (zlib-tests-data-directory): New.
66         (zlib--decompress): Use zlib-tests-data-directory.
68         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
69         Remove test that makes no sense.
71         * automated/files.el (files-test-local-variable-data):
72         Fix result typo presumably caused by interference from dir-locals.
73         (file-test--do-local-variables-test): Prevent dir-locals interfering.
75 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
77         * indent/ruby.rb: Add a statement on the line after heredoc.
78         Move a now-successful example.
80         * automated/ruby-mode-tests.el: Remove outdated comment.
82 2013-11-04  Glenn Morris  <rgm@gnu.org>
84         * automated/Makefile.in (abs_srcdir): Remove.
85         (emacs): Unset EMACSLOADPATH.
86         (.el.elc, check): Use -L to append srcdir to load-path.
88 2013-11-02  Glenn Morris  <rgm@gnu.org>
90         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
91         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
92         (abs_srcdir): New, set by configure.
93         (EMACS): Use a relative file name.
94         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
95         (lisp-compile): Remove (assume it's up-to-date).
96         (compile-main): Do not run lisp-compile.
97         (compile-main, compile-clean, compile-always, bootstrap-clean)
98         (check): Use srcdir rather than $test.  Check cd return value.
99         Use --chdir.
100         (doit, compile, compile-always): Remove stuff copied from lisp/.
101         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
103 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
105         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
106         Add a skipping test.
108 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
110         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
112         * indent/css-mode.css (.x2): Test alignement inside braces.
114 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
116         * indent/ruby.rb: New failing example.
118         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
119         Fix the test, in respect to adding the space after the curly.
121 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
123         * automated/ert-tests.el (ert-test-skip-unless): New test case.
124         (ert-test-deftest): Adapt test for changed macro expansion.
125         (ert-test-run-tests-interactively):
126         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
127         Add a skipping test.
129         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
130         (file-notify--test-local-enabled): Make it a function.  Check also
131         for `file-remote-p' of `temporary-file-directory'.
132         (file-notify--test-remote-enabled-checked): New defvar.
133         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
134         internal functions.  Cache result.
135         (file-notify--deftest-remote, file-notify-test00-availability)
136         (file-notify-test01-add-watch, file-notify-test02-events)
137         (file-notify-test03-autorevert): Add checks with `skip_unless'.
138         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
140 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
142         * indent/ruby.rb: Fix syntax error in the latest example.
144 2013-10-23  Glenn Morris  <rgm@gnu.org>
146         * automated/Makefile.in (abs_top_srcdir, top_builddir):
147         New, set by configure.
148         (top_srcdir): Remove.
149         (abs_test, abs_lispsrc): New.
150         (lisp): No longer absolute.
151         (emacs, lisp-compile, compile, compile-always):
152         Quote entities that might contain whitespace.
154 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
156         * indent/ruby.rb: Move two examples to "working" section, add one
157         more.
159 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
161         * indent/ruby.rb: New examples for indentation of blocks.
162         Example of hash inside parens that inflooped before the present commit.
164 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
166         * test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
167         allows another timer to run.
169 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
171         * indent/ruby.rb: More examples for bug#15594, both failing and
172         now passing.
174 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
176         * indent/ruby.rb: Add two more cases.
178 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
180         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
181         first use.
182         (ruby-should-indent): Use indent-according-to-mode.
183         (ruby-deftest-move-to-block): Use `declare'.
185 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
187         * indent/ruby.rb: Fix a spurious change, add more failing examples.
189 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
191         * indent/ruby.rb: Add a few more tests; adjust some indentation.
193 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
195         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
196         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
198         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
200 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
202         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
203         Adjust indentation of continued line to the new SMIE behavior.
205 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
207         * automated/completion-tests.el:
208         * indent/css-mode.css: New files.
210 2013-10-03  Daiki Ueno  <ueno@gnu.org>
212         * automated/data/package/signed/archive-contents:
213         * automated/data/package/signed/archive-contents.sig:
214         * automated/data/package/signed/signed-good-1.0.el:
215         * automated/data/package/signed/signed-good-1.0.el.sig:
216         * automated/data/package/signed/signed-bad-1.0.el:
217         * automated/data/package/signed/signed-bad-1.0.el.sig:
218         * automated/data/package/key.pub:
219         * automated/data/package/key.sec: New files.
221         * automated/package-test.el (package-test-update-listing)
222         (package-test-update-archives, package-test-describe-package):
223         Adjust to package.el change.
224         (package-test-signed): New test.
226 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
228         * automated/package-test.el: Update all cases to use :url instead
229         of :homepage.
231         * automated/package-x-test.el
232         (package-x-test--single-archive-entry-1-3): Same.
234 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
236         * automated/package-test.el (simple-single-desc-1-4): Remove, it
237         was unused.
238         (simple-single-desc): Expect :homepage property.
239         (multi-file-desc): Same.
240         (with-package-test): Do not save previous `default-directory'
241         value, let-bind the var instead.
242         (package-test-install-single): Expect :homepage property in the
243         generated pkg file.
244         (package-test-describe-package): Expect Homepage button.
245         (package-test-describe-non-installed-package)
246         (package-test-describe-non-installed-multi-file-package): Same.
247         (package-test-describe-not-installed-package): Remove, it was a
248         duplicate.
250         * automated/package-x-test.el
251         (package-x-test--single-archive-entry-1-3): Expect :homepage
252         property.
253         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
255         * automated/data/package/simple-single-1.3.el: Add URL header.
257         * automated/data/package/archive-contents: Add :homepage
258         properties to `simple-single' and `multi-file'.
260 2013-09-22  Daniel Colascione  <dancol@dancol.org>
262         * automated/data-test.el:
263         (bool-vector-count-matches-all-0-nil)
264         (bool-vector-count-matches-all-0-t)
265         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
266         (bool-vector-count-matches-at, bool-vector-intersection-op)
267         (bool-vector-union-op, bool-vector-xor-op)
268         (bool-vector-set-difference-op)
269         (bool-vector-change-detection, bool-vector-not): New tests.
270         (mock-bool-vector-count-matches-at)
271         (test-bool-vector-bv-from-hex-string)
272         (test-bool-vector-to-hex-string)
273         (test-bool-vector-count-matches-at-tc)
274         (test-bool-vector-apply-mock-op)
275         (test-bool-vector-binop): New helper functions.
276         (bool-vector-test-vectors): New testcase data.
278 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
280         * automated/advice-tests.el (advice-test-called-interactively-p-around)
281         (advice-test-called-interactively-p-filter-args)
282         (advice-test-called-interactively-p-around): New tests.
284 2013-09-16  Glenn Morris  <rgm@gnu.org>
286         * automated/eshell.el (eshell-match-result):
287         Return a more informative failure than simply "false".  Update callers.
289         * automated/eshell.el (eshell-test/for-name-shadow-loop):
290         Test value before and after loop as well as during.
292 2013-09-15  Glenn Morris  <rgm@gnu.org>
294         * automated/eshell.el (eshell-test/for-name-shadow-loop):
295         New test.  (Bug#15372)
296         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
298 2013-09-13  Glenn Morris  <rgm@gnu.org>
300         * automated/eshell.el (with-temp-eshell):
301         Use a temp directory for eshell-directory-name.
302         (eshell-test-command-result): New, again using a temp directory.
303         Replace eshell-command-result with this throughout.
304         (eshell-test/for-loop, eshell-test/for-name-loop):
305         Ensure environment variables don't confuse us.
307 2013-09-12  Glenn Morris  <rgm@gnu.org>
309         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
310         due to "has a running process; kill it?" prompts.
312 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
314         * automated/eshell.el: Rename from eshell.el.
315         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
317 2013-09-01  Glenn Morris  <rgm@gnu.org>
319         * automated/Makefile.in (setwins): Avoid leading space in $wins.
320         Otherwise the sed command used by eg compile-main ends up
321         containing "/*.el".  (Bug#15170)
323 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
325         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
326         for portability to hosts where /bin/sh has problems.
328 2013-08-21  David Engster  <deng@randomsample.de>
330         * automated/eieio-tests.el, automated/eieio-test-persist.el:
331         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
332         upstream.  Changed to use ERT.
334 2013-08-14  Daniel Hackney  <dan@haxney.org>
336         * package-test.el: Remove tar-package-building functions.  Tar file
337         used for testing is included in the repository.
338         (package-test-install-texinfo, package-test-cleanup-built-files):
339         Remove.
341 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
343         * automated/python-tests.el (python-imenu-create-index-4)
344         (python-imenu-create-flat-index-2): New tests.
346 2013-08-05  Glenn Morris  <rgm@gnu.org>
348         * automated/mule-util.el: New file, with tests extracted from
349         lisp/international/mule-util.el.
351 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
353         * automated/advice-tests.el (advice-tests-nadvice): Test removal
354         before definition.
355         (advice-tests-macroaliases): New test.
357 2013-08-04  Glenn Morris  <rgm@gnu.org>
359         * automated/ert-tests.el: Disable failing test that no-one seems
360         to know how to fix.  (Bug#13064)
362         * automated/icalendar-tests.el (icalendar-tests--test-export)
363         (icalendar-tests--test-import): Try more precise TZ specification.
364         Remove debug messages.
366 2013-08-03  Glenn Morris  <rgm@gnu.org>
368         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
370         * automated/icalendar-tests.el (icalendar-tests--test-export)
371         (icalendar-tests--test-import):
372         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
373         (icalendar-tests--test-import): Reset zone even if error occurred.
375 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
377         * automated/core-elisp-tests.el: New file.
379 2013-08-01  Glenn Morris  <rgm@gnu.org>
381         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
382         Try to check that the remote system has a notification program.
384 2013-07-31  Glenn Morris  <rgm@gnu.org>
386         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
388 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
390         * automated/file-notify-tests.el
391         (file-notify--test-local-enabled): New defconst.  Replaces all
392         `file-notify-support' occurences.
393         (file-notify--test-remote-enabled): New defun.
394         (file-notify--deftest-remote): Use it.
395         (file-notify-test00-availability): Rewrite.
396         (file-notify-test00-availability-remote): New defun.
397         (file-notify-test01-add-watch): Rewrite first erroneous check.
399 2013-07-23  Glenn Morris  <rgm@gnu.org>
401         * automated/inotify-test.el (inotify-file-watch-simple):
402         Delete temp-file when done.
404         * automated/subword-tests.el: Require subword.
406 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
408         * automated/subword-tests.el: New file.
410 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
412         * automated/python-tests.el (python-imenu-create-index-2)
413         (python-imenu-create-index-3): New tests.
415 2013-07-11  Glenn Morris  <rgm@gnu.org>
417         * automated/ert-tests.el: Require cl-lib at runtime too.
418         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
419         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
420         (ert-test-set-functions, ert-test-gensym)
421         (ert-test-coerce-to-vector, ert-test-string-position)
422         (ert-test-mismatch): Remove tests.
423         * automated/cl-lib.el: New, split from ert-tests.el.
425         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
426         Goto point-min.
427         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
428         (ruby-move-to-block-skips-percent-literal)
429         (ruby-move-to-block-skips-heredoc)
430         (ruby-move-to-block-moves-from-else-to-if)
431         (ruby-beginning-of-defun-does-not-fold-case)
432         (ruby-end-of-defun-skips-to-next-line-after-the-method):
433         Replace goto-line with forward-line/goto-char.
434         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
436         * automated/package-test.el (makeinfo-buffer): Autoload.
437         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
438         (package-test-install-texinfo): Don't require makeinfo.
440         * automated/files.el: Stop "local variables" confusion.
442         * automated/flymake-tests.el (flymake-tests): Remove unused group.
444         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
445         Use with-current-buffer.
447         * automated/undo-tests.el (undo-test-buffer-modified)
448         (undo-test-file-modified): New tests.
450 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
452         * automated/file-notify-tests.el (file-notify-test00-availability):
453         Set :expected-result.
454         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
455         (file-notify-test02-events, file-notify-test02-events-remote)
456         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
457         Skip when `file-notify-support' is nil.  (Bug#14823)
459 2013-07-09  Glenn Morris  <rgm@gnu.org>
461         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
462         Declare.
463         (inotify-file-watch-simple): Silence compiler.
465         * automated/python-tests.el (python-indent-block-enders):
466         Make it actually test something.
468         * automated/package-x-test.el: Require package-test when compiling.
470         * automated/add-log-tests.el, automated/advice-tests.el:
471         * automated/imenu-test.el, automated/package-x-test.el:
472         * automated/python-tests.el, automated/ruby-mode-tests.el:
473         * automated/xml-parse-tests.el: Explictly require ert.
475 2013-07-08  Kenichi Handa  <handa@gnu.org>
477         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
478         Use with-ccoding-priority to avoid side-effect (Bug#14781).
480 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
482         * automated/file-notify-tests.el
483         (file-notify-test-remote-temporary-file-directory):
484         Use `null-device' on w32.
485         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
486         (file-notify--test-results, file-notify--test-event)
487         (file-notify--deftest-remote, file-notify--event-test)
488         (file-notify--test-event-handler)
489         (file-notify--test-make-temp-name): Rename, in order to mark them
490         internal.
491         (tramp-message-show-message, tramp-read-passwd): Tweak them for
492         better fitting in noninteractive tests.
493         (file-notify-test00-availability): Rename from `file-notify-test0'.
494         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
495         Use `temporary-file-directory '.
496         (file-notify-test01-add-watch-remote): New test.
497         (file-notify-test02-events): Rename from `file-notify-test2'.
498         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
499         (file-notify-test03-autorevert): Rename from
500         `file-notify-test4'.  Use timeouts.
501         (file-notify-test03-autorevert-remote): Rename from
502         `file-notify-test5'.
504 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
506         * automated/file-notify-tests.el: New package.
508 2013-06-28  Kenichi Handa  <handa@gnu.org>
510         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
511         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
512         Callers changed.
513         (decoder-tests-filename): New function.
514         (decoder-tests-prefer-utf-8-read)
515         (decoder-tests-prefer-utf-8-write): New function.
516         (ert-test-decoder-prefer-utf-8): New test.
518 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
520         * automated/package-x-test.el: Change the commentary.
521         (package-x-test--single-archive-entry-1-3)
522         (package-x-test--single-archive-entry-1-4): Fix the tests, by
523         using the appropriate data structure.
525 2013-06-27  Daniel Hackney  <dan@haxney.org>
527         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
529         * automated/package-x-test.el: New file.
531         * automated/package-test.el: New file.
533         * automated/data/package: New directory, with test examples.
535 2013-06-27  Glenn Morris  <rgm@gnu.org>
537         * automated/python-tests.el (python-tests-with-temp-file):
538         Clean up after ourself.
540         * automated/undo-tests.el (undo-test3): Remove test that seems to
541         do nothing that the previous one doesn't, except leave a tempfile.
543 2013-06-26  Glenn Morris  <rgm@gnu.org>
545         * automated/info-xref.el: New file.
547 2013-06-25  Glenn Morris  <rgm@gnu.org>
549         * automated/occur-tests.el (occur-test-create): New function.
550         Use it to create separate tests for each element, so we run them
551         all rather than stopping at the first error.
553 2013-06-24  Glenn Morris  <rgm@gnu.org>
555         * automated/occur-tests.el (occur-tests):
556         Update for 2013-05-29 change to occur header line.
558 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
560         Test suite for flymake.
561         * automated/flymake-tests.el:
562         * automated/flymake/warnpred/Makefile
563         * automated/flymake/warnpred/test.c
564         * automated/flymake/warnpred/test.pl: New files.
566 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
568         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
570 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
572         * automated/reftex-tests.el: New test suite for reftex.
574 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
576         * automated/ruby-mode-tests.el: New tests, for percent literals
577         and expression expansion.
579 2013-05-29  Leo Liu  <sdl.web@gmail.com>
581         * indent/octave.m: Tweak.
583 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
585         * tests/eshell.el: Rewrite tests using ERT.
587 2013-05-25  Leo Liu  <sdl.web@gmail.com>
589         * indent/octave.m: Add tests for %!, # and ### comments.
591 2013-05-23  Kenichi Handa  <handa@gnu.org>
593         * automated/decoder-tests.el: New file.
595 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
597         * indent/ruby.rb: Add multiline regexp example.
599         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
600         (ruby-regexp-skips-over-interpolation)
601         (ruby-regexp-continues-till-end-when-unclosed)
602         (ruby-regexp-can-be-multiline)
603         (ruby-interpolation-inside-percent-literal): New tests.
605 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
607         * indent/ruby.rb: Fix indentation after =; add more cases.
609 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
611         * indent/pascal.pas: Add test for mis-identified comments.
613 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
615         * automated/imenu-tests.el: New file.  (Bug#14112)
617 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
619         * automated/python-tests.el (python-imenu-prev-index-position-1):
620         Remove test.
621         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
622         New tests.
624 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
626         * automated/python-tests.el (python-nav-backward-defun-2)
627         (python-nav-backward-defun-3, python-nav-forward-defun-2)
628         (python-nav-forward-defun-3): New tests.
630 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
632         * automated/python-tests.el (python-nav-backward-defun-1)
633         (python-nav-forward-defun-1): New tests.
635 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
637         * automated/add-log-tests.el: New file. (Bug#14112)
639 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
641         * automated/python-tests.el (python-indent-block-enders): New test.
642         (python-info-current-defun-2): Fix test.
644 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
646         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
648 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
650         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
651         (python-tests-with-temp-file): New macro.
652         (python-tests-shell-interpreter): New var.
653         (python-shell-get-process-name-1)
654         (python-shell-internal-get-process-name-1)
655         (python-shell-parse-command-1)
656         (python-shell-calculate-process-environment-1)
657         (python-shell-calculate-process-environment-2)
658         (python-shell-calculate-process-environment-3)
659         (python-shell-calculate-exec-path-1)
660         (python-shell-calculate-exec-path-2)
661         (python-shell-make-comint-1)
662         (python-shell-make-comint-2)
663         (python-shell-get-process-1)
664         (python-shell-get-or-create-process-1)
665         (python-shell-internal-get-or-create-process-1): New tests.
667 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
669         * automated/python-tests.el: New file.
671 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
673         * automated/ruby-mode-tests.el
674         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
675         bits inside the examples.
676         (ruby-move-to-block-skips-heredoc): New test.
677         (ruby-add-log-current-method-after-inner-class):
678         Lower expectations: move point inside a method, initially.
680 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
682         * automated/ruby-mode-tests.el
683         (ruby-move-to-block-skips-percent-literal): New test.
685 2013-02-04  Chong Yidong  <cyd@gnu.org>
687         * automated/thingatpt.el: New file.
689 2013-02-03  Chong Yidong  <cyd@gnu.org>
691         * automated/files.el (file-test--do-local-variables-test):
692         Avoid compilation warning message.
694 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
696         * automated/ruby-mode-tests.el
697         (ruby-indent-spread-args-in-parens): New test.
698         * automated/ruby-mode-tests.el (ruby-block-test-example):
699         Break indentation of the do block opener and add a line inside it.
700         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
701         Adjust line numbers.
703 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
705         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
707 2013-01-14  Glenn Morris  <rgm@gnu.org>
709         * automated/compile-tests.el (compile-tests--test-regexps-data):
710         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
712 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
714         * automated/man-tests.el: New file.
716 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
718         * automated/undo-tests.el (undo-test0): Adjust error to code change.
720 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
722         * automated/undo-tests.el: New file.
724 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
726         * automated/ruby-mode-tests.el
727         (ruby-indent-after-block-in-continued-expression): New test.
729 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
731         * automated/ruby-mode-tests.el:
732         Rename one interpolation test; add three more.
733         (ruby-with-temp-buffer): New macro, use it where appropriate.
734         (ruby-add-log-current-method-examples): Use "_" for target point.
735         Add four new tests for ruby-add-log-current-method.
737 2012-12-11  Glenn Morris  <rgm@gnu.org>
739         * automated/f90.el (f90-test-bug13138): New test.
741 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
743         * automated/inotify-test.el: New test.
745 2012-12-02  Chong Yidong  <cyd@gnu.org>
747         * automated/ruby-mode-tests.el
748         (ruby-add-log-current-method-examples): Don't use loop macro, to
749         allow automated testing to work.
751 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
753         * automated/advice-tests.el (advice-tests--data): Remove.
754         (advice-tests): Move the tests directly here instead.
755         Add called-interactively-p tests.
757 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
759         * automated/ert-x-tests.el: Use cl-lib.
760         * automated/ert-tests.el: Use lexical-binding and cl-lib.
762 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
764         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
765         (ruby-indent-inside-heredoc-after-operator)
766         (ruby-indent-inside-heredoc-after-space): New tests.
767         Change direct font-lock face references to var references.
768         (ruby-interpolation-suppresses-syntax-inside): New test.
769         (ruby-interpolation-inside-percent-literal-with-paren):
770         New failing test.
772 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
774         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
775         (ruby-singleton-class-no-heredoc-font-lock)
776         (ruby-add-log-current-method-examples): New tests.
777         (ruby-test-string): Extract from ruby-should-indent-buffer.
778         (ruby-deftest-move-to-block): New macro.
779         Add several move-to-block tests.
781 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * automated/advice-tests.el: New tests.
785 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
787         * automated/compile-tests.el (compile-tests--test-regexps-data):
788         Add new data for msft's new format.
790 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
792         * automated/ruby-mode-tests.el:
793         (ruby-toggle-block-to-multiline): New test.
794         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
795         (ruby-toggle-block-to-brace): Use buffer-string.
797 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
799         * automated/ruby-mode-tests.el: New tests (Bug#11613).
801 2012-08-28  Chong Yidong  <cyd@gnu.org>
803         * automated/files.el: Test every combination of values for
804         enable-local-variables and enable-local-eval.
806 2012-08-19  Chong Yidong  <cyd@gnu.org>
808         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
810 2012-08-18  Chong Yidong  <cyd@gnu.org>
812         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
814 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
816         * indent/ruby.rb: Rearrange examples, add new ones.
818 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
820         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
821         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
823 2012-08-11  Glenn Morris  <rgm@gnu.org>
825         * automated/files.el: New file.
827         * automated/Makefile.in (all): Fix typo.
829 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
831         * automated/ruby-mode-tests.el (ruby-should-indent):
832         Add docstring, check (current-indentation) instead of (current-column).
833         (ruby-should-indent-buffer): New function.
834         Add tests for `ruby-deep-indent-paren' behavior.
835         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
837 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
839         Original tests in test_ruby_mode.rb in upstream (author).
841 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
843         * automated/ruby-mode-tests.el (ruby-should-indent)
844         (ruby-assert-state): New functions.
845         Add new tests.
847 2012-07-29  David Engster  <deng@randomsample.de>
849         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
850         New variable to hold test data for name expansion.
851         (xml-parse-tests): Test the two different types of name expansion.
853 2012-07-29  Juri Linkov  <juri@jurta.org>
855         * automated/occur-tests.el (occur-test-case): Use predefined
856         buffer name " *test-occur*" instead of a random buffer name.
858 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
860         * automated/ruby-mode-tests.el: New file with one test.
862 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
864         * indent/shell.sh: Add test case for ${#VAR}.
866         * indent/latex-mode.tex: New file.
868 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
870         * eshell.el: Use cl-lib.
872 2012-07-03  Chong Yidong  <cyd@gnu.org>
874         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
876 2012-07-02  Chong Yidong  <cyd@gnu.org>
878         * automated/xml-parse-tests.el (xml-parse-tests--data):
879         More testcases.
881 2012-07-01  Chong Yidong  <cyd@gnu.org>
883         * automated/xml-parse-tests.el: New file.
885 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
887         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
888         Use cl-flet.
890 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
892         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
893         Test escaped commas in TZID (Bug#11473).
894         (icalendar-import-with-timezone): New.
895         (icalendar-real-world): Add new testcase as given in the bugreport
896         of Bug#11473.
898 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
900         * automated/icalendar-tests.el (icalendar-tests--test-import):
901         Include UID in import tests (Bug#11525).
902         (icalendar-import-non-recurring, icalendar-import-rrule)
903         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
904         UID-import change.
905         (icalendar-import-with-uid): New.
906         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
907         Include UID in cycle tests.
908         (icalendar-cycle, icalendar-real-world): UID-import change.
910 2012-05-21  Glenn Morris  <rgm@gnu.org>
912         * automated/Makefile.in (setwins): Scrap superfluous subshell.
914 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
916         * automated/url-util-tests.el: New file to test
917         lisp/url/url-util.el.  Only `url-build-query-string' and
918         `url-parse-query-string' are tested right now (Bug#8706).
920 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
922         * indent/shell.sh:
923         * indent/shell.rc: Ad some test cases.
925 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
927         * indent/ruby.rb: New file, to test new syntax-propertize code.
929 2012-04-11  Glenn Morris  <rgm@gnu.org>
931         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
933 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
935         * automated/url-future-tests.el (url-future-tests): Move from
936         lisp/url/url-future.el and rename.
938 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
940         * automated/icalendar-tests.el (icalendar-import-non-recurring):
941         Fix broken test, caused by missing trailing blank.
943 2011-12-03  Chong Yidong  <cyd@gnu.org>
945         * automated/compile-tests.el (compile-tests--test-regexps-data):
946         Increase column numbers by one to reflect change in how
947         compilation-message is recorded (Bug#10172).
949 2011-11-22  Glenn Morris  <rgm@gnu.org>
951         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
953 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
955         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
957 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
959         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
960         (icalendar-tests--test-export, icalendar-tests--do-test-export):
961         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
963 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
965         * automated/newsticker-tests.el
966         (newsticker--group-manage-orphan-feeds): Remove fsetting of
967         newsticker--treeview-tree-update.
969 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
971         * automated/newsticker-tests.el
972         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
974         * trunk/test/automated/newsticker-tests.el
975         (newsticker--group-manage-orphan-feeds): Prevent updating
976         newsticker treeview. Fixed bug#9763.
978 2011-10-20  Glenn Morris  <rgm@gnu.org>
980         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
982         * automated/vc-bzr.el: New file.
984 2011-10-15  Glenn Morris  <rgm@gnu.org>
986         * automated/f90.el: New file.
988 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
990         * automated/newsticker-tests.el: Move newsticker-testsuite.el
991         to automated/newsticker-tests.el. Convert to ERT.
993 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
995         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
996         Remove, simply use string=.
997         (icalendar--diarytime-to-isotime)
998         (icalendar--datetime-to-diary-date)
999         (icalendar--datestring-to-isodate)
1000         (icalendar--format-ical-event)
1001         (icalendar--parse-summary-and-rest)
1002         (icalendar-tests--do-test-import)
1003         (icalendar-tests--do-test-cycle): Change argument order of
1004         string= to EXPECTED ACTUAL.
1005         (icalendar--import-format-sample)
1006         (icalendar--format-ical-event)
1007         (icalendar-import-non-recurring)
1008         (icalendar-import-rrule)
1009         (icalendar-import-duration)
1010         (icalendar-import-bug-6766)
1011         (icalendar-real-world): Adjust to string= instead of
1012         icalendar-tests--compare-strings.
1013         (icalendar-import-multiple-vcalendars): New.
1015 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1017         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1018         Require CL.
1020 2011-05-09  Juri Linkov  <juri@jurta.org>
1022         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1023         Convert to ERT.
1025 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1027         * automated/compile-tests.el: New file.
1029 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1031         * automated/font-parse-tests.el: Don't byte-compile.
1033         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1035 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1037         * automated/lexbind-tests.el: New file.
1039 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1041         * Version 23.3 released.
1043 2011-03-05  Glenn Morris  <rgm@gnu.org>
1045         * eshell.el: Move here from lisp/eshell/esh-test.el.
1047 2011-03-03  Christian Ohler  <ohler@gnu.org>
1049         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1050         New test.
1052 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1054         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1055         convert to ERT format.
1057 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1059         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1060         convert to ERT format.
1062 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1064         * indent/shell.sh:
1065         * indent/shell.rc: New files.
1067 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1069         * automated/font-parse-tests.el: Move from
1070         font-parse-testsuite.el.
1072 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1074         * font-parse-testsuite.el (test-font-parse-data): New file.
1076 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1078         * indent/prolog.prolog: Add tokenizing tests.
1080 2011-01-13  Christian Ohler  <ohler@gnu.org>
1082         * automated: New directory for automated tests.
1084         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1086         * automated/Makefile.in: New file.
1088 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1090         * indent/modula2.mod: New file.
1092 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1094         * indent/octave.m: Add a test to ensure indentation is local.
1096 2010-10-23  Glenn Morris  <rgm@gnu.org>
1098         * comint-testsuite.el
1099         (comint-testsuite--test-comint-password-prompt-regexp):
1100         Add "Please enter the password".  (Bug#7224)
1102 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1104         * indent/prolog.prolog: Use normal spacing around !.
1106 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1108         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1110 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1112         * indent/octave.m: Remove some `fixindent' not needed any more.
1114 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1116         * indent/octave.m: New file.
1118 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1120         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1121         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1122         (icalendar-testsuite--run-internal-tests): New.
1123         (icalendar-testsuite--test-convert-ordinary-to-ical)
1124         (icalendar-testsuite--test-convert-block-to-ical)
1125         (icalendar-testsuite--test-convert-anniversary-to-ical)
1126         (icalendar-testsuite--test-parse-vtimezone)
1127         (icalendar-testsuite--do-test-export): Code formatting.
1128         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1129         (icalendar-testsuite--do-test-import)
1130         (icalendar-testsuite--do-test-cycle):
1131         Use icalendar-testsuite--compare-strings
1132         (icalendar-testsuite--run-import-tests): Comment added.
1133         (icalendar-testsuite--run-import-tests)
1134         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1136 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1138         * redisplay-testsuite.el (test-redisplay-3): New test.
1140 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1142         * comint-testsuite.el: New file.
1144 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1146         * indent: New dir.
1148 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1150         * Version 23.2 released.
1152 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1154         * cedet/semantic-ia-utest.el
1155         (semantic-symref-test-count-hits-in-tag): Add function, from
1156         semantic-test.el.
1158         * cedet/tests/test.cpp:
1159         * cedet/tests/test.py:
1160         * cedet/tests/teststruct.cpp:
1161         * cedet/tests/testtemplates.cpp:
1162         * cedet/tests/testusing.cpp:
1163         * cedet/tests/scopetest.cpp:
1164         * cedet/tests/scopetest.java: Files deleted.
1166         * cedet/tests/test.make:
1167         * cedet/tests/test.c:
1168         * cedet/tests/testjavacomp.java:
1169         * cedet/tests/testspp.c:
1170         * cedet/tests/testsppreplace.c:
1171         * cedet/tests/testsppreplaced.c:
1172         * cedet/tests/testsubclass.cpp:
1173         * cedet/tests/testsubclass.hh:
1174         * cedet/tests/testtypedefs.cpp:
1175         * cedet/tests/testvarnames.c:
1176         * cedet/tests/test.el:
1177         * cedet/tests/testdoublens.cpp:
1178         * cedet/tests/testdoublens.hpp: Add copyright header.
1180         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1181         Remove reference to deleted files.
1183 2010-03-30  Juri Linkov  <juri@jurta.org>
1185         * occur-testsuite.el (occur-tests): Add tests for context lines.
1187 2010-03-23  Juri Linkov  <juri@jurta.org>
1189         * occur-testsuite.el: New file.
1191 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1193         * Branch for 23.2.
1195 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1197         * icalendar-testsuite.el
1198         (icalendar-testsuite--run-function-tests): Add new tests.
1199         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1200         testcase.
1201         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1202         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1203         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1204         (icalendar-testsuite--test-convert-block-to-ical): New.
1205         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1206         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1208 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1210         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1211         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1212         Fix typos in docstrings and error messages.
1213         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1215 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1217         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1218         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1219         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1221 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1223         * icalendar-testsuite.el
1224         (icalendar-testsuite--run-function-tests):
1225         Add icalendar-testsuite--test-parse-vtimezone.
1226         (icalendar-testsuite--test-parse-vtimezone): New.
1227         (icalendar-testsuite--do-test-cycle): Doc changes.
1228         (icalendar-testsuite--run-real-world-tests): Remove trailing
1229         whitespace -- see change of icalendar--add-diary-entry in
1230         icalendar.el.
1231         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1233 2009-09-30  Glenn Morris  <rgm@gnu.org>
1235         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1237 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1239         * cedet/*: New unit tests, from CEDET repository.
1241 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1243         * redisplay-testsuite.el: New file.
1245 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1247         * Branch for 23.1.
1249 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1251         * icalendar-testsuite.el
1252         (icalendar-testsuite--run-function-tests):
1253         Add icalendar-testsuite--test-diarytime-to-isotime.
1254         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1255         recent icalendar fixes.
1256         (icalendar-testsuite--test-diarytime-to-isotime): New.
1257         (icalendar-testsuite--test-create-uid): Adjust to recent
1258         icalendar changes.
1260 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1262         * bytecomp-testsuite.el: New file.
1264 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1266         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1267         Add `icalendar-testsuite--test-create-uid'.
1268         (icalendar-testsuite--test-create-uid): New.
1270 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1272         * newsticker-testsuite.el: New file.
1274 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1276         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1277         Add icalendar-testsuite--test-datestring-to-isodate,
1278         icalendar-testsuite--test-datetime-to-diary-date, and
1279         icalendar-testsuite--test-calendar-style.
1280         (icalendar-testsuite--test-format-ical-event):
1281         (icalendar-testsuite--test-parse-summary-and-rest):
1282         Doc fix.  Remove european-calendar-style.
1283         (icalendar-testsuite--get-ical-event): Doc fix.
1284         (icalendar-testsuite--test-first-weekday-of-year):
1285         (icalendar-testsuite--run-cycle-tests): Add doc string.
1286         (icalendar-testsuite--test-datestring-to-isodate):
1287         (icalendar-testsuite--test-datetime-to-diary-date):
1288         (icalendar-testsuite--test-calendar-style): New functions.
1289         (icalendar-testsuite--test-export): Handle iso date style.
1290         New arg INPUT-ISO.  Use calendar-date-style.
1291         (icalendar-testsuite--test-import): Handle iso date style.
1292         New arg EXPECTED-ISO.  Use calendar-date-style.
1293         (icalendar-testsuite--test-cycle): Handle iso date style.
1294         (icalendar-testsuite--run-import-tests):
1295         (icalendar-testsuite--run-export-tests):
1296         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1298 2008-02-29  Glenn Morris  <rgm@gnu.org>
1300         * README: New file.
1302 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1304         * icalendar-testsuite.el: New file.
1306 ;; Local Variables:
1307 ;; coding: utf-8
1308 ;; End:
1310   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1312   This file is part of GNU Emacs.
1314   GNU Emacs is free software: you can redistribute it and/or modify
1315   it under the terms of the GNU General Public License as published by
1316   the Free Software Foundation, either version 3 of the License, or
1317   (at your option) any later version.
1319   GNU Emacs is distributed in the hope that it will be useful,
1320   but WITHOUT ANY WARRANTY; without even the implied warranty of
1321   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1322   GNU General Public License for more details.
1324   You should have received a copy of the GNU General Public License
1325   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.