* test/automated/icalendar-tests.el (icalendar-tests--test-export)
[emacs.git] / test / ChangeLog
blob7407f1fe7255d483d1128cd5baba3ccfb5b02881
1 2013-08-03  Glenn Morris  <rgm@gnu.org>
3         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
5         * automated/icalendar-tests.el (icalendar-tests--test-export)
6         (icalendar-tests--test-import):
7         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
8         (icalendar-tests--test-import): Reset zone even if error occurred.
10 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * automated/core-elisp-tests.el: New file.
14 2013-08-01  Glenn Morris  <rgm@gnu.org>
16         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
17         Try to check that the remote system has a notification program.
19 2013-07-31  Glenn Morris  <rgm@gnu.org>
21         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
23 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
25         * automated/file-notify-tests.el
26         (file-notify--test-local-enabled): New defconst.  Replaces all
27         `file-notify-support' occurences.
28         (file-notify--test-remote-enabled): New defun.
29         (file-notify--deftest-remote): Use it.
30         (file-notify-test00-availability): Rewrite.
31         (file-notify-test00-availability-remote): New defun.
32         (file-notify-test01-add-watch): Rewrite first erroneous check.
34 2013-07-23  Glenn Morris  <rgm@gnu.org>
36         * automated/inotify-test.el (inotify-file-watch-simple):
37         Delete temp-file when done.
39         * automated/subword-tests.el: Require subword.
41 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * automated/subword-tests.el: New file.
45 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
47         * automated/python-tests.el (python-imenu-create-index-2)
48         (python-imenu-create-index-3): New tests.
50 2013-07-11  Glenn Morris  <rgm@gnu.org>
52         * automated/ert-tests.el: Require cl-lib at runtime too.
53         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
54         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
55         (ert-test-set-functions, ert-test-gensym)
56         (ert-test-coerce-to-vector, ert-test-string-position)
57         (ert-test-mismatch): Remove tests.
58         * automated/cl-lib.el: New, split from ert-tests.el.
60         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
61         Goto point-min.
62         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
63         (ruby-move-to-block-skips-percent-literal)
64         (ruby-move-to-block-skips-heredoc)
65         (ruby-move-to-block-moves-from-else-to-if)
66         (ruby-beginning-of-defun-does-not-fold-case)
67         (ruby-end-of-defun-skips-to-next-line-after-the-method):
68         Replace goto-line with forward-line/goto-char.
69         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
71         * automated/package-test.el (makeinfo-buffer): Autoload.
72         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
73         (package-test-install-texinfo): Don't require makeinfo.
75         * automated/files.el: Stop "local variables" confusion.
77         * automated/flymake-tests.el (flymake-tests): Remove unused group.
79         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
80         Use with-current-buffer.
82         * automated/undo-tests.el (undo-test-buffer-modified)
83         (undo-test-file-modified): New tests.
85 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
87         * automated/file-notify-tests.el (file-notify-test00-availability):
88         Set :expected-result.
89         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
90         (file-notify-test02-events, file-notify-test02-events-remote)
91         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
92         Skip when `file-notify-support' is nil.  (Bug#14823)
94 2013-07-09  Glenn Morris  <rgm@gnu.org>
96         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
97         Declare.
98         (inotify-file-watch-simple): Silence compiler.
100         * automated/python-tests.el (python-indent-block-enders):
101         Make it actually test something.
103         * automated/package-x-test.el: Require package-test when compiling.
105         * automated/add-log-tests.el, automated/advice-tests.el:
106         * automated/imenu-test.el, automated/package-x-test.el:
107         * automated/python-tests.el, automated/ruby-mode-tests.el:
108         * automated/xml-parse-tests.el: Explictly require ert.
110 2013-07-08  Kenichi Handa  <handa@gnu.org>
112         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
113         Use with-ccoding-priority to avoid side-effect (Bug#14781).
115 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
117         * automated/file-notify-tests.el
118         (file-notify-test-remote-temporary-file-directory): Use
119         `null-device' on w32.
120         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
121         (file-notify--test-results, file-notify--test-event)
122         (file-notify--deftest-remote, file-notify--event-test)
123         (file-notify--test-event-handler)
124         (file-notify--test-make-temp-name): Renamed, in order to mark them
125         internal.
126         (tramp-message-show-message, tramp-read-passwd): Tweak them for
127         better fitting in noninteractive tests.
128         (file-notify-test00-availability): Renamed from `file-notify-test0'.
129         (file-notify-test01-add-watch): Renamed from `file-notify-test1'.
130         Use `temporary-file-directory '.
131         (file-notify-test01-add-watch-remote): New test.
132         (file-notify-test02-events): Renamed from `file-notify-test2'.
133         (file-notify-test02-events-remote): Renamed from `file-notify-test3'.
134         (file-notify-test03-autorevert): Renamed from
135         `file-notify-test4'.  Use timeouts.
136         (file-notify-test03-autorevert-remote): Renamed from
137         `file-notify-test5'.
139 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
141         * automated/file-notify-tests.el: New package.
143 2013-06-28  Kenichi Handa  <handa@gnu.org>
145         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
146         (decoder-tests-ao-gen-file): Renamed from decoder-tests-filename.
147         Callers changed.
148         (decoder-tests-filename): New function.
149         (decoder-tests-prefer-utf-8-read)
150         (decoder-tests-prefer-utf-8-write): New function.
151         (ert-test-decoder-prefer-utf-8): New test.
153 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
155         * automated/package-x-test.el: Change the commentary.
156         (package-x-test--single-archive-entry-1-3)
157         (package-x-test--single-archive-entry-1-4): Fix the tests, by
158         using the appropriate data structure.
160 2013-06-27  Daniel Hackney  <dan@haxney.org>
162         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
164         * automated/package-x-test.el: New file.
166         * automated/package-test.el: New file.
168         * automated/data/package: New directory, with test examples.
170 2013-06-27  Glenn Morris  <rgm@gnu.org>
172         * automated/python-tests.el (python-tests-with-temp-file):
173         Clean up after ourself.
175         * automated/undo-tests.el (undo-test3): Remove test that seems to
176         do nothing that the previous one doesn't, except leave a tempfile.
178 2013-06-26  Glenn Morris  <rgm@gnu.org>
180         * automated/info-xref.el: New file.
182 2013-06-25  Glenn Morris  <rgm@gnu.org>
184         * automated/occur-tests.el (occur-test-create): New function.
185         Use it to create separate tests for each element, so we run them
186         all rather than stopping at the first error.
188 2013-06-24  Glenn Morris  <rgm@gnu.org>
190         * automated/occur-tests.el (occur-tests):
191         Update for 2013-05-29 change to occur header line.
193 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
195         Test suite for flymake.
196         * automated/flymake-tests.el:
197         * automated/flymake/warnpred/Makefile
198         * automated/flymake/warnpred/test.c
199         * automated/flymake/warnpred/test.pl: New files.
201 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
203         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
205 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
207         * automated/reftex-tests.el: New test suite for reftex.
209 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
211         * automated/ruby-mode-tests.el: New tests, for percent literals
212         and expression expansion.
214 2013-05-29  Leo Liu  <sdl.web@gmail.com>
216         * indent/octave.m: Tweak.
218 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
220         * tests/eshell.el: Rewrite tests using ERT.
222 2013-05-25  Leo Liu  <sdl.web@gmail.com>
224         * indent/octave.m: Add tests for %!, # and ### comments.
226 2013-05-23  Kenichi Handa  <handa@gnu.org>
228         * automated/decoder-tests.el: New file.
230 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
232         * indent/ruby.rb: Add multiline regexp example.
234         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
235         (ruby-regexp-skips-over-interpolation)
236         (ruby-regexp-continues-till-end-when-unclosed)
237         (ruby-regexp-can-be-multiline)
238         (ruby-interpolation-inside-percent-literal): New tests.
240 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
242         * indent/ruby.rb: Fix indentation after =; add more cases.
244 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
246         * indent/pascal.pas: Add test for mis-identified comments.
248 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
250         * automated/imenu-tests.el: New file.  (Bug#14112)
252 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
254         * automated/python-tests.el (python-imenu-prev-index-position-1):
255         Remove test.
256         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
257         New tests.
259 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
261         * automated/python-tests.el (python-nav-backward-defun-2)
262         (python-nav-backward-defun-3, python-nav-forward-defun-2)
263         (python-nav-forward-defun-3): New tests.
265 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
267         * automated/python-tests.el (python-nav-backward-defun-1)
268         (python-nav-forward-defun-1): New tests.
270 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
272         * automated/add-log-tests.el: New file. (Bug#14112)
274 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
276         * automated/python-tests.el (python-indent-block-enders): New test.
277         (python-info-current-defun-2): Fix test.
279 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
281         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
283 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
285         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
286         (python-tests-with-temp-file): New macro.
287         (python-tests-shell-interpreter): New var.
288         (python-shell-get-process-name-1)
289         (python-shell-internal-get-process-name-1)
290         (python-shell-parse-command-1)
291         (python-shell-calculate-process-environment-1)
292         (python-shell-calculate-process-environment-2)
293         (python-shell-calculate-process-environment-3)
294         (python-shell-calculate-exec-path-1)
295         (python-shell-calculate-exec-path-2)
296         (python-shell-make-comint-1)
297         (python-shell-make-comint-2)
298         (python-shell-get-process-1)
299         (python-shell-get-or-create-process-1)
300         (python-shell-internal-get-or-create-process-1): New tests.
302 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
304         * automated/python-tests.el: New file.
306 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
308         * automated/ruby-mode-tests.el
309         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
310         bits inside the examples.
311         (ruby-move-to-block-skips-heredoc): New test.
312         (ruby-add-log-current-method-after-inner-class):
313         Lower expectations: move point inside a method, initially.
315 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
317         * automated/ruby-mode-tests.el
318         (ruby-move-to-block-skips-percent-literal): New test.
320 2013-02-04  Chong Yidong  <cyd@gnu.org>
322         * automated/thingatpt.el: New file.
324 2013-02-03  Chong Yidong  <cyd@gnu.org>
326         * automated/files.el (file-test--do-local-variables-test):
327         Avoid compilation warning message.
329 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
331         * automated/ruby-mode-tests.el
332         (ruby-indent-spread-args-in-parens): New test.
333         * automated/ruby-mode-tests.el (ruby-block-test-example):
334         Break indentation of the do block opener and add a line inside it.
335         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
336         Adjust line numbers.
338 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
340         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
342 2013-01-14  Glenn Morris  <rgm@gnu.org>
344         * automated/compile-tests.el (compile-tests--test-regexps-data):
345         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
347 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
349         * automated/man-tests.el: New file.
351 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
353         * automated/undo-tests.el (undo-test0): Adjust error to code change.
355 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
357         * automated/undo-tests.el: New file.
359 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
361         * automated/ruby-mode-tests.el
362         (ruby-indent-after-block-in-continued-expression): New test.
364 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
366         * automated/ruby-mode-tests.el
367         Rename one interpolation test; add three more.
368         (ruby-with-temp-buffer): New macro, use it where appropriate.
369         (ruby-add-log-current-method-examples): Use "_" for target point.
370         Add four new tests for ruby-add-log-current-method.
372 2012-12-11  Glenn Morris  <rgm@gnu.org>
374         * automated/f90.el (f90-test-bug13138): New test.
376 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
378         * automated/inotify-test.el: New test.
380 2012-12-02  Chong Yidong  <cyd@gnu.org>
382         * automated/ruby-mode-tests.el
383         (ruby-add-log-current-method-examples): Don't use loop macro, to
384         allow automated testing to work.
386 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
388         * automated/advice-tests.el (advice-tests--data): Remove.
389         (advice-tests): Move the tests directly here instead.
390         Add called-interactively-p tests.
392 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
394         * automated/ert-x-tests.el: Use cl-lib.
395         * automated/ert-tests.el: Use lexical-binding and cl-lib.
397 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
399         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
400         (ruby-indent-inside-heredoc-after-operator)
401         (ruby-indent-inside-heredoc-after-space): New tests.
402         Change direct font-lock face references to var references.
403         (ruby-interpolation-suppresses-syntax-inside): New test.
404         (ruby-interpolation-inside-percent-literal-with-paren):
405         New failing test.
407 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
409         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
410         (ruby-singleton-class-no-heredoc-font-lock)
411         (ruby-add-log-current-method-examples): New tests.
412         (ruby-test-string): Extract from ruby-should-indent-buffer.
413         (ruby-deftest-move-to-block): New macro.
414         Add several move-to-block tests.
416 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
418         * automated/advice-tests.el: New tests.
420 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
422         * automated/compile-tests.el (compile-tests--test-regexps-data):
423         Add new data for msft's new format.
425 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
427         * automated/ruby-mode-tests.el:
428         (ruby-toggle-block-to-multiline): New test.
429         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
430         (ruby-toggle-block-to-brace): Use buffer-string.
432 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
434         * automated/ruby-mode-tests.el: New tests (Bug#11613).
436 2012-08-28  Chong Yidong  <cyd@gnu.org>
438         * automated/files.el: Test every combination of values for
439         enable-local-variables and enable-local-eval.
441 2012-08-19  Chong Yidong  <cyd@gnu.org>
443         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
445 2012-08-18  Chong Yidong  <cyd@gnu.org>
447         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
449 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
451         * indent/ruby.rb: Rearrange examples, add new ones.
453 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
455         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
456         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
458 2012-08-11  Glenn Morris  <rgm@gnu.org>
460         * automated/files.el: New file.
462         * automated/Makefile.in (all): Fix typo.
464 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
466         * automated/ruby-mode-tests.el (ruby-should-indent):
467         Add docstring, check (current-indentation) instead of (current-column).
468         (ruby-should-indent-buffer): New function.
469         Add tests for `ruby-deep-indent-paren' behavior.
470         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
472 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
474         Original tests in test_ruby_mode.rb in upstream (author).
476 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
478         * automated/ruby-mode-tests.el (ruby-should-indent)
479         (ruby-assert-state): New functions.
480         Add new tests.
482 2012-07-29  David Engster  <deng@randomsample.de>
484         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
485         New variable to hold test data for name expansion.
486         (xml-parse-tests): Test the two different types of name expansion.
488 2012-07-29  Juri Linkov  <juri@jurta.org>
490         * automated/occur-tests.el (occur-test-case): Use predefined
491         buffer name " *test-occur*" instead of a random buffer name.
493 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
495         * automated/ruby-mode-tests.el: New file with one test.
497 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
499         * indent/shell.sh: Add test case for ${#VAR}.
501         * indent/latex-mode.tex: New file.
503 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
505         * eshell.el: Use cl-lib.
507 2012-07-03  Chong Yidong  <cyd@gnu.org>
509         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
511 2012-07-02  Chong Yidong  <cyd@gnu.org>
513         * automated/xml-parse-tests.el (xml-parse-tests--data):
514         More testcases.
516 2012-07-01  Chong Yidong  <cyd@gnu.org>
518         * automated/xml-parse-tests.el: New file.
520 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
522         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
523         Use cl-flet.
525 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
527         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
528         Test escaped commas in TZID (Bug#11473).
529         (icalendar-import-with-timezone): New.
530         (icalendar-real-world): Add new testcase as given in the bugreport
531         of Bug#11473.
533 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
535         * automated/icalendar-tests.el (icalendar-tests--test-import):
536         Include UID in import tests (Bug#11525).
537         (icalendar-import-non-recurring, icalendar-import-rrule)
538         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
539         UID-import change.
540         (icalendar-import-with-uid): New.
541         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
542         Include UID in cycle tests.
543         (icalendar-cycle, icalendar-real-world): UID-import change.
545 2012-05-21  Glenn Morris  <rgm@gnu.org>
547         * automated/Makefile.in (setwins): Scrap superfluous subshell.
549 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
551         * automated/url-util-tests.el: New file to test
552         lisp/url/url-util.el.  Only `url-build-query-string' and
553         `url-parse-query-string' are tested right now (Bug#8706).
555 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
557         * indent/shell.sh:
558         * indent/shell.rc: Ad some test cases.
560 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
562         * indent/ruby.rb: New file, to test new syntax-propertize code.
564 2012-04-11  Glenn Morris  <rgm@gnu.org>
566         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
568 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
570         * automated/url-future-tests.el (url-future-tests): Move from
571         lisp/url/url-future.el and rename.
573 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
575         * automated/icalendar-tests.el (icalendar-import-non-recurring):
576         Fix broken test, caused by missing trailing blank.
578 2011-12-03  Chong Yidong  <cyd@gnu.org>
580         * automated/compile-tests.el (compile-tests--test-regexps-data):
581         Increase column numbers by one to reflect change in how
582         compilation-message is recorded (Bug#10172).
584 2011-11-22  Glenn Morris  <rgm@gnu.org>
586         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
588 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
590         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
592 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
594         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
595         (icalendar-tests--test-export, icalendar-tests--do-test-export):
596         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
598 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
600         * automated/newsticker-tests.el
601         (newsticker--group-manage-orphan-feeds): Remove fsetting of
602         newsticker--treeview-tree-update.
604 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
606         * automated/newsticker-tests.el
607         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
609         * trunk/test/automated/newsticker-tests.el
610         (newsticker--group-manage-orphan-feeds): Prevent updating
611         newsticker treeview. Fixed bug#9763.
613 2011-10-20  Glenn Morris  <rgm@gnu.org>
615         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
617         * automated/vc-bzr.el: New file.
619 2011-10-15  Glenn Morris  <rgm@gnu.org>
621         * automated/f90.el: New file.
623 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
625         * automated/newsticker-tests.el: Move newsticker-testsuite.el
626         to automated/newsticker-tests.el. Convert to ERT.
628 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
630         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
631         Remove, simply use string=.
632         (icalendar--diarytime-to-isotime)
633         (icalendar--datetime-to-diary-date)
634         (icalendar--datestring-to-isodate)
635         (icalendar--format-ical-event)
636         (icalendar--parse-summary-and-rest)
637         (icalendar-tests--do-test-import)
638         (icalendar-tests--do-test-cycle): Change argument order of
639         string= to EXPECTED ACTUAL.
640         (icalendar--import-format-sample)
641         (icalendar--format-ical-event)
642         (icalendar-import-non-recurring)
643         (icalendar-import-rrule)
644         (icalendar-import-duration)
645         (icalendar-import-bug-6766)
646         (icalendar-real-world): Adjust to string= instead of
647         icalendar-tests--compare-strings.
648         (icalendar-import-multiple-vcalendars): New.
650 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
652         * automated/gnus-tests.el: Add wrapper for Gnus tests.
653         Require CL.
655 2011-05-09  Juri Linkov  <juri@jurta.org>
657         * automated/occur-tests.el: Move from test/occur-testsuite.el.
658         Convert to ERT.
660 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
662         * automated/compile-tests.el: New file.
664 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
666         * automated/font-parse-tests.el: Don't byte-compile.
668         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
670 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
672         * automated/lexbind-tests.el: New file.
674 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
676         * Version 23.3 released.
678 2011-03-05  Glenn Morris  <rgm@gnu.org>
680         * eshell.el: Move here from lisp/eshell/esh-test.el.
682 2011-03-03  Christian Ohler  <ohler@gnu.org>
684         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
685         New test.
687 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
689         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
690         convert to ERT format.
692 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
694         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
695         convert to ERT format.
697 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
699         * indent/shell.sh:
700         * indent/shell.rc: New files.
702 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
704         * automated/font-parse-tests.el: Move from
705         font-parse-testsuite.el.
707 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
709         * font-parse-testsuite.el (test-font-parse-data): New file.
711 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
713         * indent/prolog.prolog: Add tokenizing tests.
715 2011-01-13  Christian Ohler  <ohler@gnu.org>
717         * automated: New directory for automated tests.
719         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
721         * automated/Makefile.in: New file.
723 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
725         * indent/modula2.mod: New file.
727 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
729         * indent/octave.m: Add a test to ensure indentation is local.
731 2010-10-23  Glenn Morris  <rgm@gnu.org>
733         * comint-testsuite.el
734         (comint-testsuite--test-comint-password-prompt-regexp):
735         Add "Please enter the password".  (Bug#7224)
737 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
739         * indent/prolog.prolog: Use normal spacing around !.
741 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
743         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
745 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
747         * indent/octave.m: Remove some `fixindent' not needed any more.
749 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
751         * indent/octave.m: New file.
753 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
755         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
756         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
757         (icalendar-testsuite--run-internal-tests): New.
758         (icalendar-testsuite--test-convert-ordinary-to-ical)
759         (icalendar-testsuite--test-convert-block-to-ical)
760         (icalendar-testsuite--test-convert-anniversary-to-ical)
761         (icalendar-testsuite--test-parse-vtimezone)
762         (icalendar-testsuite--do-test-export): Code formatting.
763         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
764         (icalendar-testsuite--do-test-import)
765         (icalendar-testsuite--do-test-cycle):
766         Use icalendar-testsuite--compare-strings
767         (icalendar-testsuite--run-import-tests): Comment added.
768         (icalendar-testsuite--run-import-tests)
769         (icalendar-testsuite--run-real-world-tests): Fix expected results.
771 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
773         * redisplay-testsuite.el (test-redisplay-3): New test.
775 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
777         * comint-testsuite.el: New file.
779 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
781         * indent: New dir.
783 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
785         * Version 23.2 released.
787 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
789         * cedet/semantic-ia-utest.el
790         (semantic-symref-test-count-hits-in-tag): Add function, from
791         semantic-test.el.
793         * cedet/tests/test.cpp:
794         * cedet/tests/test.py:
795         * cedet/tests/teststruct.cpp:
796         * cedet/tests/testtemplates.cpp:
797         * cedet/tests/testusing.cpp:
798         * cedet/tests/scopetest.cpp:
799         * cedet/tests/scopetest.java: Files deleted.
801         * cedet/tests/test.make:
802         * cedet/tests/test.c:
803         * cedet/tests/testjavacomp.java:
804         * cedet/tests/testspp.c:
805         * cedet/tests/testsppreplace.c:
806         * cedet/tests/testsppreplaced.c:
807         * cedet/tests/testsubclass.cpp:
808         * cedet/tests/testsubclass.hh:
809         * cedet/tests/testtypedefs.cpp:
810         * cedet/tests/testvarnames.c:
811         * cedet/tests/test.el:
812         * cedet/tests/testdoublens.cpp:
813         * cedet/tests/testdoublens.hpp: Add copyright header.
815         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
816         Remove reference to deleted files.
818 2010-03-30  Juri Linkov  <juri@jurta.org>
820         * occur-testsuite.el (occur-tests): Add tests for context lines.
822 2010-03-23  Juri Linkov  <juri@jurta.org>
824         * occur-testsuite.el: New file.
826 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
828         * Branch for 23.2.
830 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
832         * icalendar-testsuite.el
833         (icalendar-testsuite--run-function-tests): Add new tests.
834         (icalendar-testsuite--test-diarytime-to-isotime): Add another
835         testcase.
836         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
837         (icalendar-testsuite--test-convert-weekly-to-ical): New.
838         (icalendar-testsuite--test-convert-yearly-to-ical): New.
839         (icalendar-testsuite--test-convert-block-to-ical): New.
840         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
841         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
843 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
845         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
846         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
847         Fix typos in docstrings and error messages.
848         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
850 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
852         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
853         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
854         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
856 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
858         * icalendar-testsuite.el
859         (icalendar-testsuite--run-function-tests):
860         Add icalendar-testsuite--test-parse-vtimezone.
861         (icalendar-testsuite--test-parse-vtimezone): New.
862         (icalendar-testsuite--do-test-cycle): Doc changes.
863         (icalendar-testsuite--run-real-world-tests): Remove trailing
864         whitespace -- see change of icalendar--add-diary-entry in
865         icalendar.el.
866         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
868 2009-09-30  Glenn Morris  <rgm@gnu.org>
870         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
872 2009-06-26  Eric Ludlam  <zappo@gnu.org>
874         * cedet/*: New unit tests, from CEDET repository.
876 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
878         * redisplay-testsuite.el: New file.
880 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
882         * Branch for 23.1.
884 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
886         * icalendar-testsuite.el
887         (icalendar-testsuite--run-function-tests):
888         Add icalendar-testsuite--test-diarytime-to-isotime.
889         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
890         recent icalendar fixes.
891         (icalendar-testsuite--test-diarytime-to-isotime): New.
892         (icalendar-testsuite--test-create-uid): Adjust to recent
893         icalendar changes.
895 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
897         * bytecomp-testsuite.el: New file.
899 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
901         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
902         Add `icalendar-testsuite--test-create-uid'.
903         (icalendar-testsuite--test-create-uid): New.
905 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
907         * newsticker-testsuite.el: New file.
909 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
911         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
912         Add icalendar-testsuite--test-datestring-to-isodate,
913         icalendar-testsuite--test-datetime-to-diary-date, and
914         icalendar-testsuite--test-calendar-style.
915         (icalendar-testsuite--test-format-ical-event):
916         (icalendar-testsuite--test-parse-summary-and-rest):
917         Doc fix.  Remove european-calendar-style.
918         (icalendar-testsuite--get-ical-event): Doc fix.
919         (icalendar-testsuite--test-first-weekday-of-year):
920         (icalendar-testsuite--run-cycle-tests): Add doc string.
921         (icalendar-testsuite--test-datestring-to-isodate):
922         (icalendar-testsuite--test-datetime-to-diary-date):
923         (icalendar-testsuite--test-calendar-style): New functions.
924         (icalendar-testsuite--test-export): Handle iso date style.
925         New arg INPUT-ISO.  Use calendar-date-style.
926         (icalendar-testsuite--test-import): Handle iso date style.
927         New arg EXPECTED-ISO.  Use calendar-date-style.
928         (icalendar-testsuite--test-cycle): Handle iso date style.
929         (icalendar-testsuite--run-import-tests):
930         (icalendar-testsuite--run-export-tests):
931         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
933 2008-02-29  Glenn Morris  <rgm@gnu.org>
935         * README: New file.
937 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
939         * icalendar-testsuite.el: New file.
941 ;; Local Variables:
942 ;; coding: utf-8
943 ;; End:
945   Copyright (C) 2008-2013 Free Software Foundation, Inc.
947   This file is part of GNU Emacs.
949   GNU Emacs is free software: you can redistribute it and/or modify
950   it under the terms of the GNU General Public License as published by
951   the Free Software Foundation, either version 3 of the License, or
952   (at your option) any later version.
954   GNU Emacs is distributed in the hope that it will be useful,
955   but WITHOUT ANY WARRANTY; without even the implied warranty of
956   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
957   GNU General Public License for more details.
959   You should have received a copy of the GNU General Public License
960   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.