merge from trunk
[emacs.git] / test / ChangeLog
blob969bc3c49392b7486b5ab14592004c7f70987455
1 2013-08-21  David Engster  <deng@randomsample.de>
3         * automated/eieio-tests.el, automated/eieio-test-persist.el:
4         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
5         upstream.  Changed to use ERT.
7 2013-08-14  Daniel Hackney  <dan@haxney.org>
9         * package-test.el: Remove tar-package-building functions.  Tar file
10         used for testing is included in the repository.
11         (package-test-install-texinfo, package-test-cleanup-built-files):
12         Remove.
14 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16         * automated/python-tests.el (python-imenu-create-index-4)
17         (python-imenu-create-flat-index-2): New tests.
19 2013-08-05  Glenn Morris  <rgm@gnu.org>
21         * automated/mule-util.el: New file, with tests extracted from
22         lisp/international/mule-util.el.
24 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26         * automated/advice-tests.el (advice-tests-nadvice): Test removal
27         before definition.
28         (advice-tests-macroaliases): New test.
30 2013-08-04  Glenn Morris  <rgm@gnu.org>
32         * automated/ert-tests.el: Disable failing test that no-one seems
33         to know how to fix.  (Bug#13064)
35         * automated/icalendar-tests.el (icalendar-tests--test-export)
36         (icalendar-tests--test-import): Try more precise TZ specification.
37         Remove debug messages.
39 2013-08-03  Glenn Morris  <rgm@gnu.org>
41         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
43         * automated/icalendar-tests.el (icalendar-tests--test-export)
44         (icalendar-tests--test-import):
45         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
46         (icalendar-tests--test-import): Reset zone even if error occurred.
48 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
50         * automated/core-elisp-tests.el: New file.
52 2013-08-01  Glenn Morris  <rgm@gnu.org>
54         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
55         Try to check that the remote system has a notification program.
57 2013-07-31  Glenn Morris  <rgm@gnu.org>
59         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
61 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
63         * automated/file-notify-tests.el
64         (file-notify--test-local-enabled): New defconst.  Replaces all
65         `file-notify-support' occurences.
66         (file-notify--test-remote-enabled): New defun.
67         (file-notify--deftest-remote): Use it.
68         (file-notify-test00-availability): Rewrite.
69         (file-notify-test00-availability-remote): New defun.
70         (file-notify-test01-add-watch): Rewrite first erroneous check.
72 2013-07-23  Glenn Morris  <rgm@gnu.org>
74         * automated/inotify-test.el (inotify-file-watch-simple):
75         Delete temp-file when done.
77         * automated/subword-tests.el: Require subword.
79 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
81         * automated/subword-tests.el: New file.
83 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
85         * automated/python-tests.el (python-imenu-create-index-2)
86         (python-imenu-create-index-3): New tests.
88 2013-07-11  Glenn Morris  <rgm@gnu.org>
90         * automated/ert-tests.el: Require cl-lib at runtime too.
91         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
92         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
93         (ert-test-set-functions, ert-test-gensym)
94         (ert-test-coerce-to-vector, ert-test-string-position)
95         (ert-test-mismatch): Remove tests.
96         * automated/cl-lib.el: New, split from ert-tests.el.
98         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
99         Goto point-min.
100         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
101         (ruby-move-to-block-skips-percent-literal)
102         (ruby-move-to-block-skips-heredoc)
103         (ruby-move-to-block-moves-from-else-to-if)
104         (ruby-beginning-of-defun-does-not-fold-case)
105         (ruby-end-of-defun-skips-to-next-line-after-the-method):
106         Replace goto-line with forward-line/goto-char.
107         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
109         * automated/package-test.el (makeinfo-buffer): Autoload.
110         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
111         (package-test-install-texinfo): Don't require makeinfo.
113         * automated/files.el: Stop "local variables" confusion.
115         * automated/flymake-tests.el (flymake-tests): Remove unused group.
117         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
118         Use with-current-buffer.
120         * automated/undo-tests.el (undo-test-buffer-modified)
121         (undo-test-file-modified): New tests.
123 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
125         * automated/file-notify-tests.el (file-notify-test00-availability):
126         Set :expected-result.
127         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
128         (file-notify-test02-events, file-notify-test02-events-remote)
129         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
130         Skip when `file-notify-support' is nil.  (Bug#14823)
132 2013-07-09  Glenn Morris  <rgm@gnu.org>
134         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
135         Declare.
136         (inotify-file-watch-simple): Silence compiler.
138         * automated/python-tests.el (python-indent-block-enders):
139         Make it actually test something.
141         * automated/package-x-test.el: Require package-test when compiling.
143         * automated/add-log-tests.el, automated/advice-tests.el:
144         * automated/imenu-test.el, automated/package-x-test.el:
145         * automated/python-tests.el, automated/ruby-mode-tests.el:
146         * automated/xml-parse-tests.el: Explictly require ert.
148 2013-07-08  Kenichi Handa  <handa@gnu.org>
150         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
151         Use with-ccoding-priority to avoid side-effect (Bug#14781).
153 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
155         * automated/file-notify-tests.el
156         (file-notify-test-remote-temporary-file-directory): Use
157         `null-device' on w32.
158         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
159         (file-notify--test-results, file-notify--test-event)
160         (file-notify--deftest-remote, file-notify--event-test)
161         (file-notify--test-event-handler)
162         (file-notify--test-make-temp-name): Renamed, in order to mark them
163         internal.
164         (tramp-message-show-message, tramp-read-passwd): Tweak them for
165         better fitting in noninteractive tests.
166         (file-notify-test00-availability): Renamed from `file-notify-test0'.
167         (file-notify-test01-add-watch): Renamed from `file-notify-test1'.
168         Use `temporary-file-directory '.
169         (file-notify-test01-add-watch-remote): New test.
170         (file-notify-test02-events): Renamed from `file-notify-test2'.
171         (file-notify-test02-events-remote): Renamed from `file-notify-test3'.
172         (file-notify-test03-autorevert): Renamed from
173         `file-notify-test4'.  Use timeouts.
174         (file-notify-test03-autorevert-remote): Renamed from
175         `file-notify-test5'.
177 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
179         * automated/file-notify-tests.el: New package.
181 2013-06-28  Kenichi Handa  <handa@gnu.org>
183         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
184         (decoder-tests-ao-gen-file): Renamed from decoder-tests-filename.
185         Callers changed.
186         (decoder-tests-filename): New function.
187         (decoder-tests-prefer-utf-8-read)
188         (decoder-tests-prefer-utf-8-write): New function.
189         (ert-test-decoder-prefer-utf-8): New test.
191 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
193         * automated/package-x-test.el: Change the commentary.
194         (package-x-test--single-archive-entry-1-3)
195         (package-x-test--single-archive-entry-1-4): Fix the tests, by
196         using the appropriate data structure.
198 2013-06-27  Daniel Hackney  <dan@haxney.org>
200         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
202         * automated/package-x-test.el: New file.
204         * automated/package-test.el: New file.
206         * automated/data/package: New directory, with test examples.
208 2013-06-27  Glenn Morris  <rgm@gnu.org>
210         * automated/python-tests.el (python-tests-with-temp-file):
211         Clean up after ourself.
213         * automated/undo-tests.el (undo-test3): Remove test that seems to
214         do nothing that the previous one doesn't, except leave a tempfile.
216 2013-06-26  Glenn Morris  <rgm@gnu.org>
218         * automated/info-xref.el: New file.
220 2013-06-25  Glenn Morris  <rgm@gnu.org>
222         * automated/occur-tests.el (occur-test-create): New function.
223         Use it to create separate tests for each element, so we run them
224         all rather than stopping at the first error.
226 2013-06-24  Glenn Morris  <rgm@gnu.org>
228         * automated/occur-tests.el (occur-tests):
229         Update for 2013-05-29 change to occur header line.
231 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
233         Test suite for flymake.
234         * automated/flymake-tests.el:
235         * automated/flymake/warnpred/Makefile
236         * automated/flymake/warnpred/test.c
237         * automated/flymake/warnpred/test.pl: New files.
239 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
241         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
243 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
245         * automated/reftex-tests.el: New test suite for reftex.
247 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
249         * automated/ruby-mode-tests.el: New tests, for percent literals
250         and expression expansion.
252 2013-05-29  Leo Liu  <sdl.web@gmail.com>
254         * indent/octave.m: Tweak.
256 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
258         * tests/eshell.el: Rewrite tests using ERT.
260 2013-05-25  Leo Liu  <sdl.web@gmail.com>
262         * indent/octave.m: Add tests for %!, # and ### comments.
264 2013-05-23  Kenichi Handa  <handa@gnu.org>
266         * automated/decoder-tests.el: New file.
268 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
270         * indent/ruby.rb: Add multiline regexp example.
272         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
273         (ruby-regexp-skips-over-interpolation)
274         (ruby-regexp-continues-till-end-when-unclosed)
275         (ruby-regexp-can-be-multiline)
276         (ruby-interpolation-inside-percent-literal): New tests.
278 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
280         * indent/ruby.rb: Fix indentation after =; add more cases.
282 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
284         * indent/pascal.pas: Add test for mis-identified comments.
286 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
288         * automated/imenu-tests.el: New file.  (Bug#14112)
290 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
292         * automated/python-tests.el (python-imenu-prev-index-position-1):
293         Remove test.
294         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
295         New tests.
297 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
299         * automated/python-tests.el (python-nav-backward-defun-2)
300         (python-nav-backward-defun-3, python-nav-forward-defun-2)
301         (python-nav-forward-defun-3): New tests.
303 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
305         * automated/python-tests.el (python-nav-backward-defun-1)
306         (python-nav-forward-defun-1): New tests.
308 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
310         * automated/add-log-tests.el: New file. (Bug#14112)
312 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
314         * automated/python-tests.el (python-indent-block-enders): New test.
315         (python-info-current-defun-2): Fix test.
317 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
319         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
321 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
323         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
324         (python-tests-with-temp-file): New macro.
325         (python-tests-shell-interpreter): New var.
326         (python-shell-get-process-name-1)
327         (python-shell-internal-get-process-name-1)
328         (python-shell-parse-command-1)
329         (python-shell-calculate-process-environment-1)
330         (python-shell-calculate-process-environment-2)
331         (python-shell-calculate-process-environment-3)
332         (python-shell-calculate-exec-path-1)
333         (python-shell-calculate-exec-path-2)
334         (python-shell-make-comint-1)
335         (python-shell-make-comint-2)
336         (python-shell-get-process-1)
337         (python-shell-get-or-create-process-1)
338         (python-shell-internal-get-or-create-process-1): New tests.
340 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
342         * automated/python-tests.el: New file.
344 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
346         * automated/ruby-mode-tests.el
347         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
348         bits inside the examples.
349         (ruby-move-to-block-skips-heredoc): New test.
350         (ruby-add-log-current-method-after-inner-class):
351         Lower expectations: move point inside a method, initially.
353 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
355         * automated/ruby-mode-tests.el
356         (ruby-move-to-block-skips-percent-literal): New test.
358 2013-02-04  Chong Yidong  <cyd@gnu.org>
360         * automated/thingatpt.el: New file.
362 2013-02-03  Chong Yidong  <cyd@gnu.org>
364         * automated/files.el (file-test--do-local-variables-test):
365         Avoid compilation warning message.
367 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
369         * automated/ruby-mode-tests.el
370         (ruby-indent-spread-args-in-parens): New test.
371         * automated/ruby-mode-tests.el (ruby-block-test-example):
372         Break indentation of the do block opener and add a line inside it.
373         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
374         Adjust line numbers.
376 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
378         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
380 2013-01-14  Glenn Morris  <rgm@gnu.org>
382         * automated/compile-tests.el (compile-tests--test-regexps-data):
383         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
385 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
387         * automated/man-tests.el: New file.
389 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
391         * automated/undo-tests.el (undo-test0): Adjust error to code change.
393 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
395         * automated/undo-tests.el: New file.
397 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
399         * automated/ruby-mode-tests.el
400         (ruby-indent-after-block-in-continued-expression): New test.
402 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
404         * automated/ruby-mode-tests.el
405         Rename one interpolation test; add three more.
406         (ruby-with-temp-buffer): New macro, use it where appropriate.
407         (ruby-add-log-current-method-examples): Use "_" for target point.
408         Add four new tests for ruby-add-log-current-method.
410 2012-12-11  Glenn Morris  <rgm@gnu.org>
412         * automated/f90.el (f90-test-bug13138): New test.
414 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
416         * automated/inotify-test.el: New test.
418 2012-12-02  Chong Yidong  <cyd@gnu.org>
420         * automated/ruby-mode-tests.el
421         (ruby-add-log-current-method-examples): Don't use loop macro, to
422         allow automated testing to work.
424 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
426         * automated/advice-tests.el (advice-tests--data): Remove.
427         (advice-tests): Move the tests directly here instead.
428         Add called-interactively-p tests.
430 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
432         * automated/ert-x-tests.el: Use cl-lib.
433         * automated/ert-tests.el: Use lexical-binding and cl-lib.
435 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
437         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
438         (ruby-indent-inside-heredoc-after-operator)
439         (ruby-indent-inside-heredoc-after-space): New tests.
440         Change direct font-lock face references to var references.
441         (ruby-interpolation-suppresses-syntax-inside): New test.
442         (ruby-interpolation-inside-percent-literal-with-paren):
443         New failing test.
445 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
447         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
448         (ruby-singleton-class-no-heredoc-font-lock)
449         (ruby-add-log-current-method-examples): New tests.
450         (ruby-test-string): Extract from ruby-should-indent-buffer.
451         (ruby-deftest-move-to-block): New macro.
452         Add several move-to-block tests.
454 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
456         * automated/advice-tests.el: New tests.
458 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
460         * automated/compile-tests.el (compile-tests--test-regexps-data):
461         Add new data for msft's new format.
463 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
465         * automated/ruby-mode-tests.el:
466         (ruby-toggle-block-to-multiline): New test.
467         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
468         (ruby-toggle-block-to-brace): Use buffer-string.
470 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
472         * automated/ruby-mode-tests.el: New tests (Bug#11613).
474 2012-08-28  Chong Yidong  <cyd@gnu.org>
476         * automated/files.el: Test every combination of values for
477         enable-local-variables and enable-local-eval.
479 2012-08-19  Chong Yidong  <cyd@gnu.org>
481         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
483 2012-08-18  Chong Yidong  <cyd@gnu.org>
485         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
487 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
489         * indent/ruby.rb: Rearrange examples, add new ones.
491 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
493         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
494         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
496 2012-08-11  Glenn Morris  <rgm@gnu.org>
498         * automated/files.el: New file.
500         * automated/Makefile.in (all): Fix typo.
502 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
504         * automated/ruby-mode-tests.el (ruby-should-indent):
505         Add docstring, check (current-indentation) instead of (current-column).
506         (ruby-should-indent-buffer): New function.
507         Add tests for `ruby-deep-indent-paren' behavior.
508         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
510 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
512         Original tests in test_ruby_mode.rb in upstream (author).
514 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
516         * automated/ruby-mode-tests.el (ruby-should-indent)
517         (ruby-assert-state): New functions.
518         Add new tests.
520 2012-07-29  David Engster  <deng@randomsample.de>
522         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
523         New variable to hold test data for name expansion.
524         (xml-parse-tests): Test the two different types of name expansion.
526 2012-07-29  Juri Linkov  <juri@jurta.org>
528         * automated/occur-tests.el (occur-test-case): Use predefined
529         buffer name " *test-occur*" instead of a random buffer name.
531 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
533         * automated/ruby-mode-tests.el: New file with one test.
535 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
537         * indent/shell.sh: Add test case for ${#VAR}.
539         * indent/latex-mode.tex: New file.
541 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
543         * eshell.el: Use cl-lib.
545 2012-07-03  Chong Yidong  <cyd@gnu.org>
547         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
549 2012-07-02  Chong Yidong  <cyd@gnu.org>
551         * automated/xml-parse-tests.el (xml-parse-tests--data):
552         More testcases.
554 2012-07-01  Chong Yidong  <cyd@gnu.org>
556         * automated/xml-parse-tests.el: New file.
558 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
560         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
561         Use cl-flet.
563 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
565         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
566         Test escaped commas in TZID (Bug#11473).
567         (icalendar-import-with-timezone): New.
568         (icalendar-real-world): Add new testcase as given in the bugreport
569         of Bug#11473.
571 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
573         * automated/icalendar-tests.el (icalendar-tests--test-import):
574         Include UID in import tests (Bug#11525).
575         (icalendar-import-non-recurring, icalendar-import-rrule)
576         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
577         UID-import change.
578         (icalendar-import-with-uid): New.
579         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
580         Include UID in cycle tests.
581         (icalendar-cycle, icalendar-real-world): UID-import change.
583 2012-05-21  Glenn Morris  <rgm@gnu.org>
585         * automated/Makefile.in (setwins): Scrap superfluous subshell.
587 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
589         * automated/url-util-tests.el: New file to test
590         lisp/url/url-util.el.  Only `url-build-query-string' and
591         `url-parse-query-string' are tested right now (Bug#8706).
593 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
595         * indent/shell.sh:
596         * indent/shell.rc: Ad some test cases.
598 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * indent/ruby.rb: New file, to test new syntax-propertize code.
602 2012-04-11  Glenn Morris  <rgm@gnu.org>
604         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
606 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
608         * automated/url-future-tests.el (url-future-tests): Move from
609         lisp/url/url-future.el and rename.
611 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
613         * automated/icalendar-tests.el (icalendar-import-non-recurring):
614         Fix broken test, caused by missing trailing blank.
616 2011-12-03  Chong Yidong  <cyd@gnu.org>
618         * automated/compile-tests.el (compile-tests--test-regexps-data):
619         Increase column numbers by one to reflect change in how
620         compilation-message is recorded (Bug#10172).
622 2011-11-22  Glenn Morris  <rgm@gnu.org>
624         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
626 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
628         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
630 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
632         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
633         (icalendar-tests--test-export, icalendar-tests--do-test-export):
634         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
636 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
638         * automated/newsticker-tests.el
639         (newsticker--group-manage-orphan-feeds): Remove fsetting of
640         newsticker--treeview-tree-update.
642 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
644         * automated/newsticker-tests.el
645         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
647         * trunk/test/automated/newsticker-tests.el
648         (newsticker--group-manage-orphan-feeds): Prevent updating
649         newsticker treeview. Fixed bug#9763.
651 2011-10-20  Glenn Morris  <rgm@gnu.org>
653         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
655         * automated/vc-bzr.el: New file.
657 2011-10-15  Glenn Morris  <rgm@gnu.org>
659         * automated/f90.el: New file.
661 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
663         * automated/newsticker-tests.el: Move newsticker-testsuite.el
664         to automated/newsticker-tests.el. Convert to ERT.
666 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
668         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
669         Remove, simply use string=.
670         (icalendar--diarytime-to-isotime)
671         (icalendar--datetime-to-diary-date)
672         (icalendar--datestring-to-isodate)
673         (icalendar--format-ical-event)
674         (icalendar--parse-summary-and-rest)
675         (icalendar-tests--do-test-import)
676         (icalendar-tests--do-test-cycle): Change argument order of
677         string= to EXPECTED ACTUAL.
678         (icalendar--import-format-sample)
679         (icalendar--format-ical-event)
680         (icalendar-import-non-recurring)
681         (icalendar-import-rrule)
682         (icalendar-import-duration)
683         (icalendar-import-bug-6766)
684         (icalendar-real-world): Adjust to string= instead of
685         icalendar-tests--compare-strings.
686         (icalendar-import-multiple-vcalendars): New.
688 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
690         * automated/gnus-tests.el: Add wrapper for Gnus tests.
691         Require CL.
693 2011-05-09  Juri Linkov  <juri@jurta.org>
695         * automated/occur-tests.el: Move from test/occur-testsuite.el.
696         Convert to ERT.
698 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
700         * automated/compile-tests.el: New file.
702 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
704         * automated/font-parse-tests.el: Don't byte-compile.
706         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
708 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
710         * automated/lexbind-tests.el: New file.
712 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
714         * Version 23.3 released.
716 2011-03-05  Glenn Morris  <rgm@gnu.org>
718         * eshell.el: Move here from lisp/eshell/esh-test.el.
720 2011-03-03  Christian Ohler  <ohler@gnu.org>
722         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
723         New test.
725 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
727         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
728         convert to ERT format.
730 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
732         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
733         convert to ERT format.
735 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
737         * indent/shell.sh:
738         * indent/shell.rc: New files.
740 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
742         * automated/font-parse-tests.el: Move from
743         font-parse-testsuite.el.
745 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
747         * font-parse-testsuite.el (test-font-parse-data): New file.
749 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
751         * indent/prolog.prolog: Add tokenizing tests.
753 2011-01-13  Christian Ohler  <ohler@gnu.org>
755         * automated: New directory for automated tests.
757         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
759         * automated/Makefile.in: New file.
761 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * indent/modula2.mod: New file.
765 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
767         * indent/octave.m: Add a test to ensure indentation is local.
769 2010-10-23  Glenn Morris  <rgm@gnu.org>
771         * comint-testsuite.el
772         (comint-testsuite--test-comint-password-prompt-regexp):
773         Add "Please enter the password".  (Bug#7224)
775 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
777         * indent/prolog.prolog: Use normal spacing around !.
779 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
781         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
783 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * indent/octave.m: Remove some `fixindent' not needed any more.
787 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
789         * indent/octave.m: New file.
791 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
793         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
794         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
795         (icalendar-testsuite--run-internal-tests): New.
796         (icalendar-testsuite--test-convert-ordinary-to-ical)
797         (icalendar-testsuite--test-convert-block-to-ical)
798         (icalendar-testsuite--test-convert-anniversary-to-ical)
799         (icalendar-testsuite--test-parse-vtimezone)
800         (icalendar-testsuite--do-test-export): Code formatting.
801         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
802         (icalendar-testsuite--do-test-import)
803         (icalendar-testsuite--do-test-cycle):
804         Use icalendar-testsuite--compare-strings
805         (icalendar-testsuite--run-import-tests): Comment added.
806         (icalendar-testsuite--run-import-tests)
807         (icalendar-testsuite--run-real-world-tests): Fix expected results.
809 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
811         * redisplay-testsuite.el (test-redisplay-3): New test.
813 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
815         * comint-testsuite.el: New file.
817 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * indent: New dir.
821 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
823         * Version 23.2 released.
825 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
827         * cedet/semantic-ia-utest.el
828         (semantic-symref-test-count-hits-in-tag): Add function, from
829         semantic-test.el.
831         * cedet/tests/test.cpp:
832         * cedet/tests/test.py:
833         * cedet/tests/teststruct.cpp:
834         * cedet/tests/testtemplates.cpp:
835         * cedet/tests/testusing.cpp:
836         * cedet/tests/scopetest.cpp:
837         * cedet/tests/scopetest.java: Files deleted.
839         * cedet/tests/test.make:
840         * cedet/tests/test.c:
841         * cedet/tests/testjavacomp.java:
842         * cedet/tests/testspp.c:
843         * cedet/tests/testsppreplace.c:
844         * cedet/tests/testsppreplaced.c:
845         * cedet/tests/testsubclass.cpp:
846         * cedet/tests/testsubclass.hh:
847         * cedet/tests/testtypedefs.cpp:
848         * cedet/tests/testvarnames.c:
849         * cedet/tests/test.el:
850         * cedet/tests/testdoublens.cpp:
851         * cedet/tests/testdoublens.hpp: Add copyright header.
853         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
854         Remove reference to deleted files.
856 2010-03-30  Juri Linkov  <juri@jurta.org>
858         * occur-testsuite.el (occur-tests): Add tests for context lines.
860 2010-03-23  Juri Linkov  <juri@jurta.org>
862         * occur-testsuite.el: New file.
864 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
866         * Branch for 23.2.
868 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
870         * icalendar-testsuite.el
871         (icalendar-testsuite--run-function-tests): Add new tests.
872         (icalendar-testsuite--test-diarytime-to-isotime): Add another
873         testcase.
874         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
875         (icalendar-testsuite--test-convert-weekly-to-ical): New.
876         (icalendar-testsuite--test-convert-yearly-to-ical): New.
877         (icalendar-testsuite--test-convert-block-to-ical): New.
878         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
879         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
881 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
883         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
884         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
885         Fix typos in docstrings and error messages.
886         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
888 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
890         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
891         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
892         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
894 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
896         * icalendar-testsuite.el
897         (icalendar-testsuite--run-function-tests):
898         Add icalendar-testsuite--test-parse-vtimezone.
899         (icalendar-testsuite--test-parse-vtimezone): New.
900         (icalendar-testsuite--do-test-cycle): Doc changes.
901         (icalendar-testsuite--run-real-world-tests): Remove trailing
902         whitespace -- see change of icalendar--add-diary-entry in
903         icalendar.el.
904         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
906 2009-09-30  Glenn Morris  <rgm@gnu.org>
908         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
910 2009-06-26  Eric Ludlam  <zappo@gnu.org>
912         * cedet/*: New unit tests, from CEDET repository.
914 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
916         * redisplay-testsuite.el: New file.
918 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
920         * Branch for 23.1.
922 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
924         * icalendar-testsuite.el
925         (icalendar-testsuite--run-function-tests):
926         Add icalendar-testsuite--test-diarytime-to-isotime.
927         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
928         recent icalendar fixes.
929         (icalendar-testsuite--test-diarytime-to-isotime): New.
930         (icalendar-testsuite--test-create-uid): Adjust to recent
931         icalendar changes.
933 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
935         * bytecomp-testsuite.el: New file.
937 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
939         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
940         Add `icalendar-testsuite--test-create-uid'.
941         (icalendar-testsuite--test-create-uid): New.
943 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
945         * newsticker-testsuite.el: New file.
947 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
949         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
950         Add icalendar-testsuite--test-datestring-to-isodate,
951         icalendar-testsuite--test-datetime-to-diary-date, and
952         icalendar-testsuite--test-calendar-style.
953         (icalendar-testsuite--test-format-ical-event):
954         (icalendar-testsuite--test-parse-summary-and-rest):
955         Doc fix.  Remove european-calendar-style.
956         (icalendar-testsuite--get-ical-event): Doc fix.
957         (icalendar-testsuite--test-first-weekday-of-year):
958         (icalendar-testsuite--run-cycle-tests): Add doc string.
959         (icalendar-testsuite--test-datestring-to-isodate):
960         (icalendar-testsuite--test-datetime-to-diary-date):
961         (icalendar-testsuite--test-calendar-style): New functions.
962         (icalendar-testsuite--test-export): Handle iso date style.
963         New arg INPUT-ISO.  Use calendar-date-style.
964         (icalendar-testsuite--test-import): Handle iso date style.
965         New arg EXPECTED-ISO.  Use calendar-date-style.
966         (icalendar-testsuite--test-cycle): Handle iso date style.
967         (icalendar-testsuite--run-import-tests):
968         (icalendar-testsuite--run-export-tests):
969         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
971 2008-02-29  Glenn Morris  <rgm@gnu.org>
973         * README: New file.
975 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
977         * icalendar-testsuite.el: New file.
979 ;; Local Variables:
980 ;; coding: utf-8
981 ;; End:
983   Copyright (C) 2008-2013 Free Software Foundation, Inc.
985   This file is part of GNU Emacs.
987   GNU Emacs is free software: you can redistribute it and/or modify
988   it under the terms of the GNU General Public License as published by
989   the Free Software Foundation, either version 3 of the License, or
990   (at your option) any later version.
992   GNU Emacs is distributed in the hope that it will be useful,
993   but WITHOUT ANY WARRANTY; without even the implied warranty of
994   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
995   GNU General Public License for more details.
997   You should have received a copy of the GNU General Public License
998   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.