* shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
[emacs.git] / test / ChangeLog
blobd69155a27ff09d34c8c845250220ab7e2dceceba
1 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3         * automated/python-tests.el (python-imenu-create-index-2)
4         (python-imenu-create-index-3): New tests.
6 2013-07-11  Glenn Morris  <rgm@gnu.org>
8         * automated/ert-tests.el: Require cl-lib at runtime too.
9         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
10         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
11         (ert-test-set-functions, ert-test-gensym)
12         (ert-test-coerce-to-vector, ert-test-string-position)
13         (ert-test-mismatch): Remove tests.
14         * automated/cl-lib.el: New, split from ert-tests.el.
16         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
17         Goto point-min.
18         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
19         (ruby-move-to-block-skips-percent-literal)
20         (ruby-move-to-block-skips-heredoc)
21         (ruby-move-to-block-moves-from-else-to-if)
22         (ruby-beginning-of-defun-does-not-fold-case)
23         (ruby-end-of-defun-skips-to-next-line-after-the-method):
24         Replace goto-line with forward-line/goto-char.
25         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
27         * automated/package-test.el (makeinfo-buffer): Autoload.
28         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
29         (package-test-install-texinfo): Don't require makeinfo.
31         * automated/files.el: Stop "local variables" confusion.
33         * automated/flymake-tests.el (flymake-tests): Remove unused group.
35         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
36         Use with-current-buffer.
38         * automated/undo-tests.el (undo-test-buffer-modified)
39         (undo-test-file-modified): New tests.
41 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
43         * automated/file-notify-tests.el (file-notify-test00-availability):
44         Set :expected-result.
45         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
46         (file-notify-test02-events, file-notify-test02-events-remote)
47         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
48         Skip when `file-notify-support' is nil.  (Bug#14823)
50 2013-07-09  Glenn Morris  <rgm@gnu.org>
52         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
53         Declare.
54         (inotify-file-watch-simple): Silence compiler.
56         * automated/python-tests.el (python-indent-block-enders):
57         Make it actually test something.
59         * automated/package-x-test.el: Require package-test when compiling.
61         * automated/add-log-tests.el, automated/advice-tests.el:
62         * automated/imenu-test.el, automated/package-x-test.el:
63         * automated/python-tests.el, automated/ruby-mode-tests.el:
64         * automated/xml-parse-tests.el: Explictly require ert.
66 2013-07-08  Kenichi Handa  <handa@gnu.org>
68         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
69         Use with-ccoding-priority to avoid side-effect (Bug#14781).
71 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
73         * automated/file-notify-tests.el
74         (file-notify-test-remote-temporary-file-directory): Use
75         `null-device' on w32.
76         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
77         (file-notify--test-results, file-notify--test-event)
78         (file-notify--deftest-remote, file-notify--event-test)
79         (file-notify--test-event-handler)
80         (file-notify--test-make-temp-name): Renamed, in order to mark them
81         internal.
82         (tramp-message-show-message, tramp-read-passwd): Tweak them for
83         better fitting in noninteractive tests.
84         (file-notify-test00-availability): Renamed from `file-notify-test0'.
85         (file-notify-test01-add-watch): Renamed from `file-notify-test1'.
86         Use `temporary-file-directory '.
87         (file-notify-test01-add-watch-remote): New test.
88         (file-notify-test02-events): Renamed from `file-notify-test2'.
89         (file-notify-test02-events-remote): Renamed from `file-notify-test3'.
90         (file-notify-test03-autorevert): Renamed from
91         `file-notify-test4'.  Use timeouts.
92         (file-notify-test03-autorevert-remote): Renamed from
93         `file-notify-test5'.
95 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
97         * automated/file-notify-tests.el: New package.
99 2013-06-28  Kenichi Handa  <handa@gnu.org>
101         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
102         (decoder-tests-ao-gen-file): Renamed from decoder-tests-filename.
103         Callers changed.
104         (decoder-tests-filename): New function.
105         (decoder-tests-prefer-utf-8-read)
106         (decoder-tests-prefer-utf-8-write): New function.
107         (ert-test-decoder-prefer-utf-8): New test.
109 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
111         * automated/package-x-test.el: Change the commentary.
112         (package-x-test--single-archive-entry-1-3)
113         (package-x-test--single-archive-entry-1-4): Fix the tests, by
114         using the appropriate data structure.
116 2013-06-27  Daniel Hackney  <dan@haxney.org>
118         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
120         * automated/package-x-test.el: New file.
122         * automated/package-test.el: New file.
124         * automated/data/package: New directory, with test examples.
126 2013-06-27  Glenn Morris  <rgm@gnu.org>
128         * automated/python-tests.el (python-tests-with-temp-file):
129         Clean up after ourself.
131         * automated/undo-tests.el (undo-test3): Remove test that seems to
132         do nothing that the previous one doesn't, except leave a tempfile.
134 2013-06-26  Glenn Morris  <rgm@gnu.org>
136         * automated/info-xref.el: New file.
138 2013-06-25  Glenn Morris  <rgm@gnu.org>
140         * automated/occur-tests.el (occur-test-create): New function.
141         Use it to create separate tests for each element, so we run them
142         all rather than stopping at the first error.
144 2013-06-24  Glenn Morris  <rgm@gnu.org>
146         * automated/occur-tests.el (occur-tests):
147         Update for 2013-05-29 change to occur header line.
149 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
151         Test suite for flymake.
152         * automated/flymake-tests.el:
153         * automated/flymake/warnpred/Makefile
154         * automated/flymake/warnpred/test.c
155         * automated/flymake/warnpred/test.pl: New files.
157 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
159         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
161 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
163         * automated/reftex-tests.el: New test suite for reftex.
165 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
167         * automated/ruby-mode-tests.el: New tests, for percent literals
168         and expression expansion.
170 2013-05-29  Leo Liu  <sdl.web@gmail.com>
172         * indent/octave.m: Tweak.
174 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
176         * tests/eshell.el: Rewrite tests using ERT.
178 2013-05-25  Leo Liu  <sdl.web@gmail.com>
180         * indent/octave.m: Add tests for %!, # and ### comments.
182 2013-05-23  Kenichi Handa  <handa@gnu.org>
184         * automated/decoder-tests.el: New file.
186 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
188         * indent/ruby.rb: Add multiline regexp example.
190         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
191         (ruby-regexp-skips-over-interpolation)
192         (ruby-regexp-continues-till-end-when-unclosed)
193         (ruby-regexp-can-be-multiline)
194         (ruby-interpolation-inside-percent-literal): New tests.
196 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
198         * indent/ruby.rb: Fix indentation after =; add more cases.
200 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
202         * indent/pascal.pas: Add test for mis-identified comments.
204 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
206         * automated/imenu-tests.el: New file.  (Bug#14112)
208 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
210         * automated/python-tests.el (python-imenu-prev-index-position-1):
211         Remove test.
212         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
213         New tests.
215 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
217         * automated/python-tests.el (python-nav-backward-defun-2)
218         (python-nav-backward-defun-3, python-nav-forward-defun-2)
219         (python-nav-forward-defun-3): New tests.
221 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
223         * automated/python-tests.el (python-nav-backward-defun-1)
224         (python-nav-forward-defun-1): New tests.
226 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
228         * automated/add-log-tests.el: New file. (Bug#14112)
230 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
232         * automated/python-tests.el (python-indent-block-enders): New test.
233         (python-info-current-defun-2): Fix test.
235 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
237         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
239 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
241         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
242         (python-tests-with-temp-file): New macro.
243         (python-tests-shell-interpreter): New var.
244         (python-shell-get-process-name-1)
245         (python-shell-internal-get-process-name-1)
246         (python-shell-parse-command-1)
247         (python-shell-calculate-process-environment-1)
248         (python-shell-calculate-process-environment-2)
249         (python-shell-calculate-process-environment-3)
250         (python-shell-calculate-exec-path-1)
251         (python-shell-calculate-exec-path-2)
252         (python-shell-make-comint-1)
253         (python-shell-make-comint-2)
254         (python-shell-get-process-1)
255         (python-shell-get-or-create-process-1)
256         (python-shell-internal-get-or-create-process-1): New tests.
258 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
260         * automated/python-tests.el: New file.
262 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
264         * automated/ruby-mode-tests.el
265         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
266         bits inside the examples.
267         (ruby-move-to-block-skips-heredoc): New test.
268         (ruby-add-log-current-method-after-inner-class):
269         Lower expectations: move point inside a method, initially.
271 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
273         * automated/ruby-mode-tests.el
274         (ruby-move-to-block-skips-percent-literal): New test.
276 2013-02-04  Chong Yidong  <cyd@gnu.org>
278         * automated/thingatpt.el: New file.
280 2013-02-03  Chong Yidong  <cyd@gnu.org>
282         * automated/files.el (file-test--do-local-variables-test):
283         Avoid compilation warning message.
285 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
287         * automated/ruby-mode-tests.el
288         (ruby-indent-spread-args-in-parens): New test.
289         * automated/ruby-mode-tests.el (ruby-block-test-example):
290         Break indentation of the do block opener and add a line inside it.
291         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
292         Adjust line numbers.
294 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
296         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
298 2013-01-14  Glenn Morris  <rgm@gnu.org>
300         * automated/compile-tests.el (compile-tests--test-regexps-data):
301         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
303 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
305         * automated/man-tests.el: New file.
307 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
309         * automated/undo-tests.el (undo-test0): Adjust error to code change.
311 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
313         * automated/undo-tests.el: New file.
315 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
317         * automated/ruby-mode-tests.el
318         (ruby-indent-after-block-in-continued-expression): New test.
320 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
322         * automated/ruby-mode-tests.el
323         Rename one interpolation test; add three more.
324         (ruby-with-temp-buffer): New macro, use it where appropriate.
325         (ruby-add-log-current-method-examples): Use "_" for target point.
326         Add four new tests for ruby-add-log-current-method.
328 2012-12-11  Glenn Morris  <rgm@gnu.org>
330         * automated/f90.el (f90-test-bug13138): New test.
332 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
334         * automated/inotify-test.el: New test.
336 2012-12-02  Chong Yidong  <cyd@gnu.org>
338         * automated/ruby-mode-tests.el
339         (ruby-add-log-current-method-examples): Don't use loop macro, to
340         allow automated testing to work.
342 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
344         * automated/advice-tests.el (advice-tests--data): Remove.
345         (advice-tests): Move the tests directly here instead.
346         Add called-interactively-p tests.
348 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * automated/ert-x-tests.el: Use cl-lib.
351         * automated/ert-tests.el: Use lexical-binding and cl-lib.
353 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
355         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
356         (ruby-indent-inside-heredoc-after-operator)
357         (ruby-indent-inside-heredoc-after-space): New tests.
358         Change direct font-lock face references to var references.
359         (ruby-interpolation-suppresses-syntax-inside): New test.
360         (ruby-interpolation-inside-percent-literal-with-paren):
361         New failing test.
363 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
365         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
366         (ruby-singleton-class-no-heredoc-font-lock)
367         (ruby-add-log-current-method-examples): New tests.
368         (ruby-test-string): Extract from ruby-should-indent-buffer.
369         (ruby-deftest-move-to-block): New macro.
370         Add several move-to-block tests.
372 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
374         * automated/advice-tests.el: New tests.
376 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
378         * automated/compile-tests.el (compile-tests--test-regexps-data):
379         Add new data for msft's new format.
381 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
383         * automated/ruby-mode-tests.el:
384         (ruby-toggle-block-to-multiline): New test.
385         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
386         (ruby-toggle-block-to-brace): Use buffer-string.
388 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
390         * automated/ruby-mode-tests.el: New tests (Bug#11613).
392 2012-08-28  Chong Yidong  <cyd@gnu.org>
394         * automated/files.el: Test every combination of values for
395         enable-local-variables and enable-local-eval.
397 2012-08-19  Chong Yidong  <cyd@gnu.org>
399         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
401 2012-08-18  Chong Yidong  <cyd@gnu.org>
403         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
405 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
407         * indent/ruby.rb: Rearrange examples, add new ones.
409 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
411         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
412         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
414 2012-08-11  Glenn Morris  <rgm@gnu.org>
416         * automated/files.el: New file.
418         * automated/Makefile.in (all): Fix typo.
420 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
422         * automated/ruby-mode-tests.el (ruby-should-indent):
423         Add docstring, check (current-indentation) instead of (current-column).
424         (ruby-should-indent-buffer): New function.
425         Add tests for `ruby-deep-indent-paren' behavior.
426         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
428 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
430         Original tests in test_ruby_mode.rb in upstream (author).
432 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
434         * automated/ruby-mode-tests.el (ruby-should-indent)
435         (ruby-assert-state): New functions.
436         Add new tests.
438 2012-07-29  David Engster  <deng@randomsample.de>
440         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
441         New variable to hold test data for name expansion.
442         (xml-parse-tests): Test the two different types of name expansion.
444 2012-07-29  Juri Linkov  <juri@jurta.org>
446         * automated/occur-tests.el (occur-test-case): Use predefined
447         buffer name " *test-occur*" instead of a random buffer name.
449 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
451         * automated/ruby-mode-tests.el: New file with one test.
453 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
455         * indent/shell.sh: Add test case for ${#VAR}.
457         * indent/latex-mode.tex: New file.
459 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
461         * eshell.el: Use cl-lib.
463 2012-07-03  Chong Yidong  <cyd@gnu.org>
465         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
467 2012-07-02  Chong Yidong  <cyd@gnu.org>
469         * automated/xml-parse-tests.el (xml-parse-tests--data):
470         More testcases.
472 2012-07-01  Chong Yidong  <cyd@gnu.org>
474         * automated/xml-parse-tests.el: New file.
476 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
478         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
479         Use cl-flet.
481 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
483         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
484         Test escaped commas in TZID (Bug#11473).
485         (icalendar-import-with-timezone): New.
486         (icalendar-real-world): Add new testcase as given in the bugreport
487         of Bug#11473.
489 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
491         * automated/icalendar-tests.el (icalendar-tests--test-import):
492         Include UID in import tests (Bug#11525).
493         (icalendar-import-non-recurring, icalendar-import-rrule)
494         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
495         UID-import change.
496         (icalendar-import-with-uid): New.
497         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
498         Include UID in cycle tests.
499         (icalendar-cycle, icalendar-real-world): UID-import change.
501 2012-05-21  Glenn Morris  <rgm@gnu.org>
503         * automated/Makefile.in (setwins): Scrap superfluous subshell.
505 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
507         * automated/url-util-tests.el: New file to test
508         lisp/url/url-util.el.  Only `url-build-query-string' and
509         `url-parse-query-string' are tested right now (Bug#8706).
511 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
513         * indent/shell.sh:
514         * indent/shell.rc: Ad some test cases.
516 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
518         * indent/ruby.rb: New file, to test new syntax-propertize code.
520 2012-04-11  Glenn Morris  <rgm@gnu.org>
522         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
524 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
526         * automated/url-future-tests.el (url-future-tests): Move from
527         lisp/url/url-future.el and rename.
529 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
531         * automated/icalendar-tests.el (icalendar-import-non-recurring):
532         Fix broken test, caused by missing trailing blank.
534 2011-12-03  Chong Yidong  <cyd@gnu.org>
536         * automated/compile-tests.el (compile-tests--test-regexps-data):
537         Increase column numbers by one to reflect change in how
538         compilation-message is recorded (Bug#10172).
540 2011-11-22  Glenn Morris  <rgm@gnu.org>
542         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
544 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
546         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
548 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
550         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
551         (icalendar-tests--test-export, icalendar-tests--do-test-export):
552         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
554 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
556         * automated/newsticker-tests.el
557         (newsticker--group-manage-orphan-feeds): Remove fsetting of
558         newsticker--treeview-tree-update.
560 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
562         * automated/newsticker-tests.el
563         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
565         * trunk/test/automated/newsticker-tests.el
566         (newsticker--group-manage-orphan-feeds): Prevent updating
567         newsticker treeview. Fixed bug#9763.
569 2011-10-20  Glenn Morris  <rgm@gnu.org>
571         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
573         * automated/vc-bzr.el: New file.
575 2011-10-15  Glenn Morris  <rgm@gnu.org>
577         * automated/f90.el: New file.
579 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
581         * automated/newsticker-tests.el: Move newsticker-testsuite.el
582         to automated/newsticker-tests.el. Convert to ERT.
584 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
586         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
587         Remove, simply use string=.
588         (icalendar--diarytime-to-isotime)
589         (icalendar--datetime-to-diary-date)
590         (icalendar--datestring-to-isodate)
591         (icalendar--format-ical-event)
592         (icalendar--parse-summary-and-rest)
593         (icalendar-tests--do-test-import)
594         (icalendar-tests--do-test-cycle): Change argument order of
595         string= to EXPECTED ACTUAL.
596         (icalendar--import-format-sample)
597         (icalendar--format-ical-event)
598         (icalendar-import-non-recurring)
599         (icalendar-import-rrule)
600         (icalendar-import-duration)
601         (icalendar-import-bug-6766)
602         (icalendar-real-world): Adjust to string= instead of
603         icalendar-tests--compare-strings.
604         (icalendar-import-multiple-vcalendars): New.
606 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
608         * automated/gnus-tests.el: Add wrapper for Gnus tests.
609         Require CL.
611 2011-05-09  Juri Linkov  <juri@jurta.org>
613         * automated/occur-tests.el: Move from test/occur-testsuite.el.
614         Convert to ERT.
616 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
618         * automated/compile-tests.el: New file.
620 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
622         * automated/font-parse-tests.el: Don't byte-compile.
624         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
626 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
628         * automated/lexbind-tests.el: New file.
630 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
632         * Version 23.3 released.
634 2011-03-05  Glenn Morris  <rgm@gnu.org>
636         * eshell.el: Move here from lisp/eshell/esh-test.el.
638 2011-03-03  Christian Ohler  <ohler@gnu.org>
640         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
641         New test.
643 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
645         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
646         convert to ERT format.
648 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
650         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
651         convert to ERT format.
653 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
655         * indent/shell.sh:
656         * indent/shell.rc: New files.
658 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
660         * automated/font-parse-tests.el: Move from
661         font-parse-testsuite.el.
663 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
665         * font-parse-testsuite.el (test-font-parse-data): New file.
667 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
669         * indent/prolog.prolog: Add tokenizing tests.
671 2011-01-13  Christian Ohler  <ohler@gnu.org>
673         * automated: New directory for automated tests.
675         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
677         * automated/Makefile.in: New file.
679 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
681         * indent/modula2.mod: New file.
683 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
685         * indent/octave.m: Add a test to ensure indentation is local.
687 2010-10-23  Glenn Morris  <rgm@gnu.org>
689         * comint-testsuite.el
690         (comint-testsuite--test-comint-password-prompt-regexp):
691         Add "Please enter the password".  (Bug#7224)
693 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
695         * indent/prolog.prolog: Use normal spacing around !.
697 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
699         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
701 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
703         * indent/octave.m: Remove some `fixindent' not needed any more.
705 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
707         * indent/octave.m: New file.
709 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
711         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
712         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
713         (icalendar-testsuite--run-internal-tests): New.
714         (icalendar-testsuite--test-convert-ordinary-to-ical)
715         (icalendar-testsuite--test-convert-block-to-ical)
716         (icalendar-testsuite--test-convert-anniversary-to-ical)
717         (icalendar-testsuite--test-parse-vtimezone)
718         (icalendar-testsuite--do-test-export): Code formatting.
719         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
720         (icalendar-testsuite--do-test-import)
721         (icalendar-testsuite--do-test-cycle):
722         Use icalendar-testsuite--compare-strings
723         (icalendar-testsuite--run-import-tests): Comment added.
724         (icalendar-testsuite--run-import-tests)
725         (icalendar-testsuite--run-real-world-tests): Fix expected results.
727 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
729         * redisplay-testsuite.el (test-redisplay-3): New test.
731 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
733         * comint-testsuite.el: New file.
735 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
737         * indent: New dir.
739 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
741         * Version 23.2 released.
743 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
745         * cedet/semantic-ia-utest.el
746         (semantic-symref-test-count-hits-in-tag): Add function, from
747         semantic-test.el.
749         * cedet/tests/test.cpp:
750         * cedet/tests/test.py:
751         * cedet/tests/teststruct.cpp:
752         * cedet/tests/testtemplates.cpp:
753         * cedet/tests/testusing.cpp:
754         * cedet/tests/scopetest.cpp:
755         * cedet/tests/scopetest.java: Files deleted.
757         * cedet/tests/test.make:
758         * cedet/tests/test.c:
759         * cedet/tests/testjavacomp.java:
760         * cedet/tests/testspp.c:
761         * cedet/tests/testsppreplace.c:
762         * cedet/tests/testsppreplaced.c:
763         * cedet/tests/testsubclass.cpp:
764         * cedet/tests/testsubclass.hh:
765         * cedet/tests/testtypedefs.cpp:
766         * cedet/tests/testvarnames.c:
767         * cedet/tests/test.el:
768         * cedet/tests/testdoublens.cpp:
769         * cedet/tests/testdoublens.hpp: Add copyright header.
771         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
772         Remove reference to deleted files.
774 2010-03-30  Juri Linkov  <juri@jurta.org>
776         * occur-testsuite.el (occur-tests): Add tests for context lines.
778 2010-03-23  Juri Linkov  <juri@jurta.org>
780         * occur-testsuite.el: New file.
782 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
784         * Branch for 23.2.
786 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
788         * icalendar-testsuite.el
789         (icalendar-testsuite--run-function-tests): Add new tests.
790         (icalendar-testsuite--test-diarytime-to-isotime): Add another
791         testcase.
792         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
793         (icalendar-testsuite--test-convert-weekly-to-ical): New.
794         (icalendar-testsuite--test-convert-yearly-to-ical): New.
795         (icalendar-testsuite--test-convert-block-to-ical): New.
796         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
797         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
799 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
801         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
802         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
803         Fix typos in docstrings and error messages.
804         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
806 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
808         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
809         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
810         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
812 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
814         * icalendar-testsuite.el
815         (icalendar-testsuite--run-function-tests):
816         Add icalendar-testsuite--test-parse-vtimezone.
817         (icalendar-testsuite--test-parse-vtimezone): New.
818         (icalendar-testsuite--do-test-cycle): Doc changes.
819         (icalendar-testsuite--run-real-world-tests): Remove trailing
820         whitespace -- see change of icalendar--add-diary-entry in
821         icalendar.el.
822         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
824 2009-09-30  Glenn Morris  <rgm@gnu.org>
826         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
828 2009-06-26  Eric Ludlam  <zappo@gnu.org>
830         * cedet/*: New unit tests, from CEDET repository.
832 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
834         * redisplay-testsuite.el: New file.
836 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
838         * Branch for 23.1.
840 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
842         * icalendar-testsuite.el
843         (icalendar-testsuite--run-function-tests):
844         Add icalendar-testsuite--test-diarytime-to-isotime.
845         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
846         recent icalendar fixes.
847         (icalendar-testsuite--test-diarytime-to-isotime): New.
848         (icalendar-testsuite--test-create-uid): Adjust to recent
849         icalendar changes.
851 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
853         * bytecomp-testsuite.el: New file.
855 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
857         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
858         Add `icalendar-testsuite--test-create-uid'.
859         (icalendar-testsuite--test-create-uid): New.
861 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
863         * newsticker-testsuite.el: New file.
865 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
867         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
868         Add icalendar-testsuite--test-datestring-to-isodate,
869         icalendar-testsuite--test-datetime-to-diary-date, and
870         icalendar-testsuite--test-calendar-style.
871         (icalendar-testsuite--test-format-ical-event):
872         (icalendar-testsuite--test-parse-summary-and-rest):
873         Doc fix.  Remove european-calendar-style.
874         (icalendar-testsuite--get-ical-event): Doc fix.
875         (icalendar-testsuite--test-first-weekday-of-year):
876         (icalendar-testsuite--run-cycle-tests): Add doc string.
877         (icalendar-testsuite--test-datestring-to-isodate):
878         (icalendar-testsuite--test-datetime-to-diary-date):
879         (icalendar-testsuite--test-calendar-style): New functions.
880         (icalendar-testsuite--test-export): Handle iso date style.
881         New arg INPUT-ISO.  Use calendar-date-style.
882         (icalendar-testsuite--test-import): Handle iso date style.
883         New arg EXPECTED-ISO.  Use calendar-date-style.
884         (icalendar-testsuite--test-cycle): Handle iso date style.
885         (icalendar-testsuite--run-import-tests):
886         (icalendar-testsuite--run-export-tests):
887         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
889 2008-02-29  Glenn Morris  <rgm@gnu.org>
891         * README: New file.
893 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
895         * icalendar-testsuite.el: New file.
897 ;; Local Variables:
898 ;; coding: utf-8
899 ;; End:
901   Copyright (C) 2008-2013 Free Software Foundation, Inc.
903   This file is part of GNU Emacs.
905   GNU Emacs is free software: you can redistribute it and/or modify
906   it under the terms of the GNU General Public License as published by
907   the Free Software Foundation, either version 3 of the License, or
908   (at your option) any later version.
910   GNU Emacs is distributed in the hope that it will be useful,
911   but WITHOUT ANY WARRANTY; without even the implied warranty of
912   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
913   GNU General Public License for more details.
915   You should have received a copy of the GNU General Public License
916   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.