* net/tramp.el (tramp-check-proper-method-and-host): Rename it from
[emacs.git] / test / ChangeLog
blobde1676341e529497c5f16d2276539ec8ca0bd184
1 2013-09-13  Glenn Morris  <rgm@gnu.org>
3         * automated/eshell.el (with-temp-eshell):
4         Use a temp directory for eshell-directory-name.
6 2013-09-12  Glenn Morris  <rgm@gnu.org>
8         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
9         due to "has a running process; kill it?" prompts.
11 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * automated/eshell.el: Rename from eshell.el.
14         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
16 2013-09-01  Glenn Morris  <rgm@gnu.org>
18         * automated/Makefile.in (setwins): Avoid leading space in $wins.
19         Otherwise the sed command used by eg compile-main ends up
20         containing "/*.el".  (Bug#15170)
22 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
25         for portability to hosts where /bin/sh has problems.
27 2013-08-21  David Engster  <deng@randomsample.de>
29         * automated/eieio-tests.el, automated/eieio-test-persist.el:
30         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
31         upstream.  Changed to use ERT.
33 2013-08-14  Daniel Hackney  <dan@haxney.org>
35         * package-test.el: Remove tar-package-building functions.  Tar file
36         used for testing is included in the repository.
37         (package-test-install-texinfo, package-test-cleanup-built-files):
38         Remove.
40 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
42         * automated/python-tests.el (python-imenu-create-index-4)
43         (python-imenu-create-flat-index-2): New tests.
45 2013-08-05  Glenn Morris  <rgm@gnu.org>
47         * automated/mule-util.el: New file, with tests extracted from
48         lisp/international/mule-util.el.
50 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
52         * automated/advice-tests.el (advice-tests-nadvice): Test removal
53         before definition.
54         (advice-tests-macroaliases): New test.
56 2013-08-04  Glenn Morris  <rgm@gnu.org>
58         * automated/ert-tests.el: Disable failing test that no-one seems
59         to know how to fix.  (Bug#13064)
61         * automated/icalendar-tests.el (icalendar-tests--test-export)
62         (icalendar-tests--test-import): Try more precise TZ specification.
63         Remove debug messages.
65 2013-08-03  Glenn Morris  <rgm@gnu.org>
67         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
69         * automated/icalendar-tests.el (icalendar-tests--test-export)
70         (icalendar-tests--test-import):
71         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
72         (icalendar-tests--test-import): Reset zone even if error occurred.
74 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
76         * automated/core-elisp-tests.el: New file.
78 2013-08-01  Glenn Morris  <rgm@gnu.org>
80         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
81         Try to check that the remote system has a notification program.
83 2013-07-31  Glenn Morris  <rgm@gnu.org>
85         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
87 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
89         * automated/file-notify-tests.el
90         (file-notify--test-local-enabled): New defconst.  Replaces all
91         `file-notify-support' occurences.
92         (file-notify--test-remote-enabled): New defun.
93         (file-notify--deftest-remote): Use it.
94         (file-notify-test00-availability): Rewrite.
95         (file-notify-test00-availability-remote): New defun.
96         (file-notify-test01-add-watch): Rewrite first erroneous check.
98 2013-07-23  Glenn Morris  <rgm@gnu.org>
100         * automated/inotify-test.el (inotify-file-watch-simple):
101         Delete temp-file when done.
103         * automated/subword-tests.el: Require subword.
105 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * automated/subword-tests.el: New file.
109 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
111         * automated/python-tests.el (python-imenu-create-index-2)
112         (python-imenu-create-index-3): New tests.
114 2013-07-11  Glenn Morris  <rgm@gnu.org>
116         * automated/ert-tests.el: Require cl-lib at runtime too.
117         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
118         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
119         (ert-test-set-functions, ert-test-gensym)
120         (ert-test-coerce-to-vector, ert-test-string-position)
121         (ert-test-mismatch): Remove tests.
122         * automated/cl-lib.el: New, split from ert-tests.el.
124         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
125         Goto point-min.
126         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
127         (ruby-move-to-block-skips-percent-literal)
128         (ruby-move-to-block-skips-heredoc)
129         (ruby-move-to-block-moves-from-else-to-if)
130         (ruby-beginning-of-defun-does-not-fold-case)
131         (ruby-end-of-defun-skips-to-next-line-after-the-method):
132         Replace goto-line with forward-line/goto-char.
133         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
135         * automated/package-test.el (makeinfo-buffer): Autoload.
136         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
137         (package-test-install-texinfo): Don't require makeinfo.
139         * automated/files.el: Stop "local variables" confusion.
141         * automated/flymake-tests.el (flymake-tests): Remove unused group.
143         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
144         Use with-current-buffer.
146         * automated/undo-tests.el (undo-test-buffer-modified)
147         (undo-test-file-modified): New tests.
149 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
151         * automated/file-notify-tests.el (file-notify-test00-availability):
152         Set :expected-result.
153         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
154         (file-notify-test02-events, file-notify-test02-events-remote)
155         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
156         Skip when `file-notify-support' is nil.  (Bug#14823)
158 2013-07-09  Glenn Morris  <rgm@gnu.org>
160         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
161         Declare.
162         (inotify-file-watch-simple): Silence compiler.
164         * automated/python-tests.el (python-indent-block-enders):
165         Make it actually test something.
167         * automated/package-x-test.el: Require package-test when compiling.
169         * automated/add-log-tests.el, automated/advice-tests.el:
170         * automated/imenu-test.el, automated/package-x-test.el:
171         * automated/python-tests.el, automated/ruby-mode-tests.el:
172         * automated/xml-parse-tests.el: Explictly require ert.
174 2013-07-08  Kenichi Handa  <handa@gnu.org>
176         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
177         Use with-ccoding-priority to avoid side-effect (Bug#14781).
179 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
181         * automated/file-notify-tests.el
182         (file-notify-test-remote-temporary-file-directory):
183         Use `null-device' on w32.
184         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
185         (file-notify--test-results, file-notify--test-event)
186         (file-notify--deftest-remote, file-notify--event-test)
187         (file-notify--test-event-handler)
188         (file-notify--test-make-temp-name): Rename, in order to mark them
189         internal.
190         (tramp-message-show-message, tramp-read-passwd): Tweak them for
191         better fitting in noninteractive tests.
192         (file-notify-test00-availability): Rename from `file-notify-test0'.
193         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
194         Use `temporary-file-directory '.
195         (file-notify-test01-add-watch-remote): New test.
196         (file-notify-test02-events): Rename from `file-notify-test2'.
197         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
198         (file-notify-test03-autorevert): Rename from
199         `file-notify-test4'.  Use timeouts.
200         (file-notify-test03-autorevert-remote): Rename from
201         `file-notify-test5'.
203 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
205         * automated/file-notify-tests.el: New package.
207 2013-06-28  Kenichi Handa  <handa@gnu.org>
209         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
210         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
211         Callers changed.
212         (decoder-tests-filename): New function.
213         (decoder-tests-prefer-utf-8-read)
214         (decoder-tests-prefer-utf-8-write): New function.
215         (ert-test-decoder-prefer-utf-8): New test.
217 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
219         * automated/package-x-test.el: Change the commentary.
220         (package-x-test--single-archive-entry-1-3)
221         (package-x-test--single-archive-entry-1-4): Fix the tests, by
222         using the appropriate data structure.
224 2013-06-27  Daniel Hackney  <dan@haxney.org>
226         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
228         * automated/package-x-test.el: New file.
230         * automated/package-test.el: New file.
232         * automated/data/package: New directory, with test examples.
234 2013-06-27  Glenn Morris  <rgm@gnu.org>
236         * automated/python-tests.el (python-tests-with-temp-file):
237         Clean up after ourself.
239         * automated/undo-tests.el (undo-test3): Remove test that seems to
240         do nothing that the previous one doesn't, except leave a tempfile.
242 2013-06-26  Glenn Morris  <rgm@gnu.org>
244         * automated/info-xref.el: New file.
246 2013-06-25  Glenn Morris  <rgm@gnu.org>
248         * automated/occur-tests.el (occur-test-create): New function.
249         Use it to create separate tests for each element, so we run them
250         all rather than stopping at the first error.
252 2013-06-24  Glenn Morris  <rgm@gnu.org>
254         * automated/occur-tests.el (occur-tests):
255         Update for 2013-05-29 change to occur header line.
257 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
259         Test suite for flymake.
260         * automated/flymake-tests.el:
261         * automated/flymake/warnpred/Makefile
262         * automated/flymake/warnpred/test.c
263         * automated/flymake/warnpred/test.pl: New files.
265 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
267         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
269 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
271         * automated/reftex-tests.el: New test suite for reftex.
273 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
275         * automated/ruby-mode-tests.el: New tests, for percent literals
276         and expression expansion.
278 2013-05-29  Leo Liu  <sdl.web@gmail.com>
280         * indent/octave.m: Tweak.
282 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
284         * tests/eshell.el: Rewrite tests using ERT.
286 2013-05-25  Leo Liu  <sdl.web@gmail.com>
288         * indent/octave.m: Add tests for %!, # and ### comments.
290 2013-05-23  Kenichi Handa  <handa@gnu.org>
292         * automated/decoder-tests.el: New file.
294 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
296         * indent/ruby.rb: Add multiline regexp example.
298         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
299         (ruby-regexp-skips-over-interpolation)
300         (ruby-regexp-continues-till-end-when-unclosed)
301         (ruby-regexp-can-be-multiline)
302         (ruby-interpolation-inside-percent-literal): New tests.
304 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
306         * indent/ruby.rb: Fix indentation after =; add more cases.
308 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
310         * indent/pascal.pas: Add test for mis-identified comments.
312 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
314         * automated/imenu-tests.el: New file.  (Bug#14112)
316 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
318         * automated/python-tests.el (python-imenu-prev-index-position-1):
319         Remove test.
320         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
321         New tests.
323 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
325         * automated/python-tests.el (python-nav-backward-defun-2)
326         (python-nav-backward-defun-3, python-nav-forward-defun-2)
327         (python-nav-forward-defun-3): New tests.
329 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
331         * automated/python-tests.el (python-nav-backward-defun-1)
332         (python-nav-forward-defun-1): New tests.
334 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
336         * automated/add-log-tests.el: New file. (Bug#14112)
338 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
340         * automated/python-tests.el (python-indent-block-enders): New test.
341         (python-info-current-defun-2): Fix test.
343 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
345         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
347 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
349         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
350         (python-tests-with-temp-file): New macro.
351         (python-tests-shell-interpreter): New var.
352         (python-shell-get-process-name-1)
353         (python-shell-internal-get-process-name-1)
354         (python-shell-parse-command-1)
355         (python-shell-calculate-process-environment-1)
356         (python-shell-calculate-process-environment-2)
357         (python-shell-calculate-process-environment-3)
358         (python-shell-calculate-exec-path-1)
359         (python-shell-calculate-exec-path-2)
360         (python-shell-make-comint-1)
361         (python-shell-make-comint-2)
362         (python-shell-get-process-1)
363         (python-shell-get-or-create-process-1)
364         (python-shell-internal-get-or-create-process-1): New tests.
366 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
368         * automated/python-tests.el: New file.
370 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
372         * automated/ruby-mode-tests.el
373         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
374         bits inside the examples.
375         (ruby-move-to-block-skips-heredoc): New test.
376         (ruby-add-log-current-method-after-inner-class):
377         Lower expectations: move point inside a method, initially.
379 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
381         * automated/ruby-mode-tests.el
382         (ruby-move-to-block-skips-percent-literal): New test.
384 2013-02-04  Chong Yidong  <cyd@gnu.org>
386         * automated/thingatpt.el: New file.
388 2013-02-03  Chong Yidong  <cyd@gnu.org>
390         * automated/files.el (file-test--do-local-variables-test):
391         Avoid compilation warning message.
393 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
395         * automated/ruby-mode-tests.el
396         (ruby-indent-spread-args-in-parens): New test.
397         * automated/ruby-mode-tests.el (ruby-block-test-example):
398         Break indentation of the do block opener and add a line inside it.
399         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
400         Adjust line numbers.
402 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
406 2013-01-14  Glenn Morris  <rgm@gnu.org>
408         * automated/compile-tests.el (compile-tests--test-regexps-data):
409         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
411 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
413         * automated/man-tests.el: New file.
415 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
417         * automated/undo-tests.el (undo-test0): Adjust error to code change.
419 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
421         * automated/undo-tests.el: New file.
423 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
425         * automated/ruby-mode-tests.el
426         (ruby-indent-after-block-in-continued-expression): New test.
428 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
430         * automated/ruby-mode-tests.el
431         Rename one interpolation test; add three more.
432         (ruby-with-temp-buffer): New macro, use it where appropriate.
433         (ruby-add-log-current-method-examples): Use "_" for target point.
434         Add four new tests for ruby-add-log-current-method.
436 2012-12-11  Glenn Morris  <rgm@gnu.org>
438         * automated/f90.el (f90-test-bug13138): New test.
440 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
442         * automated/inotify-test.el: New test.
444 2012-12-02  Chong Yidong  <cyd@gnu.org>
446         * automated/ruby-mode-tests.el
447         (ruby-add-log-current-method-examples): Don't use loop macro, to
448         allow automated testing to work.
450 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
452         * automated/advice-tests.el (advice-tests--data): Remove.
453         (advice-tests): Move the tests directly here instead.
454         Add called-interactively-p tests.
456 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
458         * automated/ert-x-tests.el: Use cl-lib.
459         * automated/ert-tests.el: Use lexical-binding and cl-lib.
461 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
463         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
464         (ruby-indent-inside-heredoc-after-operator)
465         (ruby-indent-inside-heredoc-after-space): New tests.
466         Change direct font-lock face references to var references.
467         (ruby-interpolation-suppresses-syntax-inside): New test.
468         (ruby-interpolation-inside-percent-literal-with-paren):
469         New failing test.
471 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
473         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
474         (ruby-singleton-class-no-heredoc-font-lock)
475         (ruby-add-log-current-method-examples): New tests.
476         (ruby-test-string): Extract from ruby-should-indent-buffer.
477         (ruby-deftest-move-to-block): New macro.
478         Add several move-to-block tests.
480 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
482         * automated/advice-tests.el: New tests.
484 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
486         * automated/compile-tests.el (compile-tests--test-regexps-data):
487         Add new data for msft's new format.
489 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
491         * automated/ruby-mode-tests.el:
492         (ruby-toggle-block-to-multiline): New test.
493         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
494         (ruby-toggle-block-to-brace): Use buffer-string.
496 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
498         * automated/ruby-mode-tests.el: New tests (Bug#11613).
500 2012-08-28  Chong Yidong  <cyd@gnu.org>
502         * automated/files.el: Test every combination of values for
503         enable-local-variables and enable-local-eval.
505 2012-08-19  Chong Yidong  <cyd@gnu.org>
507         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
509 2012-08-18  Chong Yidong  <cyd@gnu.org>
511         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
513 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
515         * indent/ruby.rb: Rearrange examples, add new ones.
517 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
519         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
520         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
522 2012-08-11  Glenn Morris  <rgm@gnu.org>
524         * automated/files.el: New file.
526         * automated/Makefile.in (all): Fix typo.
528 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
530         * automated/ruby-mode-tests.el (ruby-should-indent):
531         Add docstring, check (current-indentation) instead of (current-column).
532         (ruby-should-indent-buffer): New function.
533         Add tests for `ruby-deep-indent-paren' behavior.
534         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
536 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
538         Original tests in test_ruby_mode.rb in upstream (author).
540 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
542         * automated/ruby-mode-tests.el (ruby-should-indent)
543         (ruby-assert-state): New functions.
544         Add new tests.
546 2012-07-29  David Engster  <deng@randomsample.de>
548         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
549         New variable to hold test data for name expansion.
550         (xml-parse-tests): Test the two different types of name expansion.
552 2012-07-29  Juri Linkov  <juri@jurta.org>
554         * automated/occur-tests.el (occur-test-case): Use predefined
555         buffer name " *test-occur*" instead of a random buffer name.
557 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
559         * automated/ruby-mode-tests.el: New file with one test.
561 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
563         * indent/shell.sh: Add test case for ${#VAR}.
565         * indent/latex-mode.tex: New file.
567 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
569         * eshell.el: Use cl-lib.
571 2012-07-03  Chong Yidong  <cyd@gnu.org>
573         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
575 2012-07-02  Chong Yidong  <cyd@gnu.org>
577         * automated/xml-parse-tests.el (xml-parse-tests--data):
578         More testcases.
580 2012-07-01  Chong Yidong  <cyd@gnu.org>
582         * automated/xml-parse-tests.el: New file.
584 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
586         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
587         Use cl-flet.
589 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
591         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
592         Test escaped commas in TZID (Bug#11473).
593         (icalendar-import-with-timezone): New.
594         (icalendar-real-world): Add new testcase as given in the bugreport
595         of Bug#11473.
597 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
599         * automated/icalendar-tests.el (icalendar-tests--test-import):
600         Include UID in import tests (Bug#11525).
601         (icalendar-import-non-recurring, icalendar-import-rrule)
602         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
603         UID-import change.
604         (icalendar-import-with-uid): New.
605         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
606         Include UID in cycle tests.
607         (icalendar-cycle, icalendar-real-world): UID-import change.
609 2012-05-21  Glenn Morris  <rgm@gnu.org>
611         * automated/Makefile.in (setwins): Scrap superfluous subshell.
613 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
615         * automated/url-util-tests.el: New file to test
616         lisp/url/url-util.el.  Only `url-build-query-string' and
617         `url-parse-query-string' are tested right now (Bug#8706).
619 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
621         * indent/shell.sh:
622         * indent/shell.rc: Ad some test cases.
624 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
626         * indent/ruby.rb: New file, to test new syntax-propertize code.
628 2012-04-11  Glenn Morris  <rgm@gnu.org>
630         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
632 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
634         * automated/url-future-tests.el (url-future-tests): Move from
635         lisp/url/url-future.el and rename.
637 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
639         * automated/icalendar-tests.el (icalendar-import-non-recurring):
640         Fix broken test, caused by missing trailing blank.
642 2011-12-03  Chong Yidong  <cyd@gnu.org>
644         * automated/compile-tests.el (compile-tests--test-regexps-data):
645         Increase column numbers by one to reflect change in how
646         compilation-message is recorded (Bug#10172).
648 2011-11-22  Glenn Morris  <rgm@gnu.org>
650         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
652 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
654         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
656 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
658         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
659         (icalendar-tests--test-export, icalendar-tests--do-test-export):
660         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
662 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
664         * automated/newsticker-tests.el
665         (newsticker--group-manage-orphan-feeds): Remove fsetting of
666         newsticker--treeview-tree-update.
668 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
670         * automated/newsticker-tests.el
671         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
673         * trunk/test/automated/newsticker-tests.el
674         (newsticker--group-manage-orphan-feeds): Prevent updating
675         newsticker treeview. Fixed bug#9763.
677 2011-10-20  Glenn Morris  <rgm@gnu.org>
679         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
681         * automated/vc-bzr.el: New file.
683 2011-10-15  Glenn Morris  <rgm@gnu.org>
685         * automated/f90.el: New file.
687 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
689         * automated/newsticker-tests.el: Move newsticker-testsuite.el
690         to automated/newsticker-tests.el. Convert to ERT.
692 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
694         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
695         Remove, simply use string=.
696         (icalendar--diarytime-to-isotime)
697         (icalendar--datetime-to-diary-date)
698         (icalendar--datestring-to-isodate)
699         (icalendar--format-ical-event)
700         (icalendar--parse-summary-and-rest)
701         (icalendar-tests--do-test-import)
702         (icalendar-tests--do-test-cycle): Change argument order of
703         string= to EXPECTED ACTUAL.
704         (icalendar--import-format-sample)
705         (icalendar--format-ical-event)
706         (icalendar-import-non-recurring)
707         (icalendar-import-rrule)
708         (icalendar-import-duration)
709         (icalendar-import-bug-6766)
710         (icalendar-real-world): Adjust to string= instead of
711         icalendar-tests--compare-strings.
712         (icalendar-import-multiple-vcalendars): New.
714 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
716         * automated/gnus-tests.el: Add wrapper for Gnus tests.
717         Require CL.
719 2011-05-09  Juri Linkov  <juri@jurta.org>
721         * automated/occur-tests.el: Move from test/occur-testsuite.el.
722         Convert to ERT.
724 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
726         * automated/compile-tests.el: New file.
728 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
730         * automated/font-parse-tests.el: Don't byte-compile.
732         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
734 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
736         * automated/lexbind-tests.el: New file.
738 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
740         * Version 23.3 released.
742 2011-03-05  Glenn Morris  <rgm@gnu.org>
744         * eshell.el: Move here from lisp/eshell/esh-test.el.
746 2011-03-03  Christian Ohler  <ohler@gnu.org>
748         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
749         New test.
751 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
753         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
754         convert to ERT format.
756 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
758         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
759         convert to ERT format.
761 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * indent/shell.sh:
764         * indent/shell.rc: New files.
766 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
768         * automated/font-parse-tests.el: Move from
769         font-parse-testsuite.el.
771 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
773         * font-parse-testsuite.el (test-font-parse-data): New file.
775 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
777         * indent/prolog.prolog: Add tokenizing tests.
779 2011-01-13  Christian Ohler  <ohler@gnu.org>
781         * automated: New directory for automated tests.
783         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
785         * automated/Makefile.in: New file.
787 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
789         * indent/modula2.mod: New file.
791 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
793         * indent/octave.m: Add a test to ensure indentation is local.
795 2010-10-23  Glenn Morris  <rgm@gnu.org>
797         * comint-testsuite.el
798         (comint-testsuite--test-comint-password-prompt-regexp):
799         Add "Please enter the password".  (Bug#7224)
801 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
803         * indent/prolog.prolog: Use normal spacing around !.
805 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
807         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
809 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * indent/octave.m: Remove some `fixindent' not needed any more.
813 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
815         * indent/octave.m: New file.
817 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
819         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
820         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
821         (icalendar-testsuite--run-internal-tests): New.
822         (icalendar-testsuite--test-convert-ordinary-to-ical)
823         (icalendar-testsuite--test-convert-block-to-ical)
824         (icalendar-testsuite--test-convert-anniversary-to-ical)
825         (icalendar-testsuite--test-parse-vtimezone)
826         (icalendar-testsuite--do-test-export): Code formatting.
827         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
828         (icalendar-testsuite--do-test-import)
829         (icalendar-testsuite--do-test-cycle):
830         Use icalendar-testsuite--compare-strings
831         (icalendar-testsuite--run-import-tests): Comment added.
832         (icalendar-testsuite--run-import-tests)
833         (icalendar-testsuite--run-real-world-tests): Fix expected results.
835 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
837         * redisplay-testsuite.el (test-redisplay-3): New test.
839 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
841         * comint-testsuite.el: New file.
843 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
845         * indent: New dir.
847 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
849         * Version 23.2 released.
851 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
853         * cedet/semantic-ia-utest.el
854         (semantic-symref-test-count-hits-in-tag): Add function, from
855         semantic-test.el.
857         * cedet/tests/test.cpp:
858         * cedet/tests/test.py:
859         * cedet/tests/teststruct.cpp:
860         * cedet/tests/testtemplates.cpp:
861         * cedet/tests/testusing.cpp:
862         * cedet/tests/scopetest.cpp:
863         * cedet/tests/scopetest.java: Files deleted.
865         * cedet/tests/test.make:
866         * cedet/tests/test.c:
867         * cedet/tests/testjavacomp.java:
868         * cedet/tests/testspp.c:
869         * cedet/tests/testsppreplace.c:
870         * cedet/tests/testsppreplaced.c:
871         * cedet/tests/testsubclass.cpp:
872         * cedet/tests/testsubclass.hh:
873         * cedet/tests/testtypedefs.cpp:
874         * cedet/tests/testvarnames.c:
875         * cedet/tests/test.el:
876         * cedet/tests/testdoublens.cpp:
877         * cedet/tests/testdoublens.hpp: Add copyright header.
879         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
880         Remove reference to deleted files.
882 2010-03-30  Juri Linkov  <juri@jurta.org>
884         * occur-testsuite.el (occur-tests): Add tests for context lines.
886 2010-03-23  Juri Linkov  <juri@jurta.org>
888         * occur-testsuite.el: New file.
890 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
892         * Branch for 23.2.
894 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
896         * icalendar-testsuite.el
897         (icalendar-testsuite--run-function-tests): Add new tests.
898         (icalendar-testsuite--test-diarytime-to-isotime): Add another
899         testcase.
900         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
901         (icalendar-testsuite--test-convert-weekly-to-ical): New.
902         (icalendar-testsuite--test-convert-yearly-to-ical): New.
903         (icalendar-testsuite--test-convert-block-to-ical): New.
904         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
905         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
907 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
909         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
910         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
911         Fix typos in docstrings and error messages.
912         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
914 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
916         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
917         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
918         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
920 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
922         * icalendar-testsuite.el
923         (icalendar-testsuite--run-function-tests):
924         Add icalendar-testsuite--test-parse-vtimezone.
925         (icalendar-testsuite--test-parse-vtimezone): New.
926         (icalendar-testsuite--do-test-cycle): Doc changes.
927         (icalendar-testsuite--run-real-world-tests): Remove trailing
928         whitespace -- see change of icalendar--add-diary-entry in
929         icalendar.el.
930         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
932 2009-09-30  Glenn Morris  <rgm@gnu.org>
934         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
936 2009-06-26  Eric Ludlam  <zappo@gnu.org>
938         * cedet/*: New unit tests, from CEDET repository.
940 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
942         * redisplay-testsuite.el: New file.
944 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
946         * Branch for 23.1.
948 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
950         * icalendar-testsuite.el
951         (icalendar-testsuite--run-function-tests):
952         Add icalendar-testsuite--test-diarytime-to-isotime.
953         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
954         recent icalendar fixes.
955         (icalendar-testsuite--test-diarytime-to-isotime): New.
956         (icalendar-testsuite--test-create-uid): Adjust to recent
957         icalendar changes.
959 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
961         * bytecomp-testsuite.el: New file.
963 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
965         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
966         Add `icalendar-testsuite--test-create-uid'.
967         (icalendar-testsuite--test-create-uid): New.
969 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
971         * newsticker-testsuite.el: New file.
973 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
975         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
976         Add icalendar-testsuite--test-datestring-to-isodate,
977         icalendar-testsuite--test-datetime-to-diary-date, and
978         icalendar-testsuite--test-calendar-style.
979         (icalendar-testsuite--test-format-ical-event):
980         (icalendar-testsuite--test-parse-summary-and-rest):
981         Doc fix.  Remove european-calendar-style.
982         (icalendar-testsuite--get-ical-event): Doc fix.
983         (icalendar-testsuite--test-first-weekday-of-year):
984         (icalendar-testsuite--run-cycle-tests): Add doc string.
985         (icalendar-testsuite--test-datestring-to-isodate):
986         (icalendar-testsuite--test-datetime-to-diary-date):
987         (icalendar-testsuite--test-calendar-style): New functions.
988         (icalendar-testsuite--test-export): Handle iso date style.
989         New arg INPUT-ISO.  Use calendar-date-style.
990         (icalendar-testsuite--test-import): Handle iso date style.
991         New arg EXPECTED-ISO.  Use calendar-date-style.
992         (icalendar-testsuite--test-cycle): Handle iso date style.
993         (icalendar-testsuite--run-import-tests):
994         (icalendar-testsuite--run-export-tests):
995         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
997 2008-02-29  Glenn Morris  <rgm@gnu.org>
999         * README: New file.
1001 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1003         * icalendar-testsuite.el: New file.
1005 ;; Local Variables:
1006 ;; coding: utf-8
1007 ;; End:
1009   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1011   This file is part of GNU Emacs.
1013   GNU Emacs is free software: you can redistribute it and/or modify
1014   it under the terms of the GNU General Public License as published by
1015   the Free Software Foundation, either version 3 of the License, or
1016   (at your option) any later version.
1018   GNU Emacs is distributed in the hope that it will be useful,
1019   but WITHOUT ANY WARRANTY; without even the implied warranty of
1020   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1021   GNU General Public License for more details.
1023   You should have received a copy of the GNU General Public License
1024   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.