* undo-tests.el (undo-test-buffer-modified, undo-test-file-modified): New tests.
[emacs.git] / test / ChangeLog
blob5e29dd4e8d06a0124489a26d0746ee0e5077a3fc
1 2013-07-11  Glenn Morris  <rgm@gnu.org>
3         * automated/undo-tests.el (undo-test-buffer-modified)
4         (undo-test-file-modified): New tests.
6 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
8         * automated/file-notify-tests.el (file-notify-test00-availability):
9         Set :expected-result.
10         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
11         (file-notify-test02-events, file-notify-test02-events-remote)
12         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
13         Skip when `file-notify-support' is nil.  (Bug#14823)
15 2013-07-09  Glenn Morris  <rgm@gnu.org>
17         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
18         Declare.
19         (inotify-file-watch-simple): Silence compiler.
21         * automated/python-tests.el (python-indent-block-enders):
22         Make it actually test something.
24         * automated/package-x-test.el: Require package-test when compiling.
26         * automated/add-log-tests.el, automated/advice-tests.el:
27         * automated/imenu-test.el, automated/package-x-test.el:
28         * automated/python-tests.el, automated/ruby-mode-tests.el:
29         * automated/xml-parse-tests.el: Explictly require ert.
31 2013-07-08  Kenichi Handa  <handa@gnu.org>
33         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
34         Use with-ccoding-priority to avoid side-effect (Bug#14781).
36 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
38         * automated/file-notify-tests.el
39         (file-notify-test-remote-temporary-file-directory): Use
40         `null-device' on w32.
41         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
42         (file-notify--test-results, file-notify--test-event)
43         (file-notify--deftest-remote, file-notify--event-test)
44         (file-notify--test-event-handler)
45         (file-notify--test-make-temp-name): Renamed, in order to mark them
46         internal.
47         (tramp-message-show-message, tramp-read-passwd): Tweak them for
48         better fitting in noninteractive tests.
49         (file-notify-test00-availability): Renamed from `file-notify-test0'.
50         (file-notify-test01-add-watch): Renamed from `file-notify-test1'.
51         Use `temporary-file-directory '.
52         (file-notify-test01-add-watch-remote): New test.
53         (file-notify-test02-events): Renamed from `file-notify-test2'.
54         (file-notify-test02-events-remote): Renamed from `file-notify-test3'.
55         (file-notify-test03-autorevert): Renamed from
56         `file-notify-test4'.  Use timeouts.
57         (file-notify-test03-autorevert-remote): Renamed from
58         `file-notify-test5'.
60 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
62         * automated/file-notify-tests.el: New package.
64 2013-06-28  Kenichi Handa  <handa@gnu.org>
66         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
67         (decoder-tests-ao-gen-file): Renamed from decoder-tests-filename.
68         Callers changed.
69         (decoder-tests-filename): New function.
70         (decoder-tests-prefer-utf-8-read)
71         (decoder-tests-prefer-utf-8-write): New function.
72         (ert-test-decoder-prefer-utf-8): New test.
74 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
76         * automated/package-x-test.el: Change the commentary.
77         (package-x-test--single-archive-entry-1-3)
78         (package-x-test--single-archive-entry-1-4): Fix the tests, by
79         using the appropriate data structure.
81 2013-06-27  Daniel Hackney  <dan@haxney.org>
83         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
85         * automated/package-x-test.el: New file.
87         * automated/package-test.el: New file.
89         * automated/data/package: New directory, with test examples.
91 2013-06-27  Glenn Morris  <rgm@gnu.org>
93         * automated/python-tests.el (python-tests-with-temp-file):
94         Clean up after ourself.
96         * automated/undo-tests.el (undo-test3): Remove test that seems to
97         do nothing that the previous one doesn't, except leave a tempfile.
99 2013-06-26  Glenn Morris  <rgm@gnu.org>
101         * automated/info-xref.el: New file.
103 2013-06-25  Glenn Morris  <rgm@gnu.org>
105         * automated/occur-tests.el (occur-test-create): New function.
106         Use it to create separate tests for each element, so we run them
107         all rather than stopping at the first error.
109 2013-06-24  Glenn Morris  <rgm@fencepost.gnu.org>
111         * automated/occur-tests.el (occur-tests):
112         Update for 2013-05-29 change to occur header line.
114 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
116         Test suite for flymake.
117         * automated/flymake-tests.el:
118         * automated/flymake/warnpred/Makefile
119         * automated/flymake/warnpred/test.c
120         * automated/flymake/warnpred/test.pl: New files.
122 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
124         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
126 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
128         * automated/reftex-tests.el: New test suite for reftex.
130 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
132         * automated/ruby-mode-tests.el: New tests, for percent literals
133         and expression expansion.
135 2013-05-29  Leo Liu  <sdl.web@gmail.com>
137         * indent/octave.m: Tweak.
139 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
141         * tests/eshell.el: Rewrite tests using ERT.
143 2013-05-25  Leo Liu  <sdl.web@gmail.com>
145         * indent/octave.m: Add tests for %!, # and ### comments.
147 2013-05-23  Kenichi Handa  <handa@gnu.org>
149         * automated/decoder-tests.el: New file.
151 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
153         * indent/ruby.rb: Add multiline regexp example.
155         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
156         (ruby-regexp-skips-over-interpolation)
157         (ruby-regexp-continues-till-end-when-unclosed)
158         (ruby-regexp-can-be-multiline)
159         (ruby-interpolation-inside-percent-literal): New tests.
161 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
163         * indent/ruby.rb: Fix indentation after =; add more cases.
165 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * indent/pascal.pas: Add test for mis-identified comments.
169 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
171         * automated/imenu-tests.el: New file.  (Bug#14112)
173 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
175         * automated/python-tests.el (python-imenu-prev-index-position-1):
176         Remove test.
177         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
178         New tests.
180 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
182         * automated/python-tests.el (python-nav-backward-defun-2)
183         (python-nav-backward-defun-3, python-nav-forward-defun-2)
184         (python-nav-forward-defun-3): New tests.
186 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
188         * automated/python-tests.el (python-nav-backward-defun-1)
189         (python-nav-forward-defun-1): New tests.
191 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
193         * automated/add-log-tests.el: New file. (Bug#14112)
195 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
197         * automated/python-tests.el (python-indent-block-enders): New test.
198         (python-info-current-defun-2): Fix test.
200 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
202         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
204 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
206         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
207         (python-tests-with-temp-file): New macro.
208         (python-tests-shell-interpreter): New var.
209         (python-shell-get-process-name-1)
210         (python-shell-internal-get-process-name-1)
211         (python-shell-parse-command-1)
212         (python-shell-calculate-process-environment-1)
213         (python-shell-calculate-process-environment-2)
214         (python-shell-calculate-process-environment-3)
215         (python-shell-calculate-exec-path-1)
216         (python-shell-calculate-exec-path-2)
217         (python-shell-make-comint-1)
218         (python-shell-make-comint-2)
219         (python-shell-get-process-1)
220         (python-shell-get-or-create-process-1)
221         (python-shell-internal-get-or-create-process-1): New tests.
223 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
225         * automated/python-tests.el: New file.
227 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
229         * automated/ruby-mode-tests.el
230         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
231         bits inside the examples.
232         (ruby-move-to-block-skips-heredoc): New test.
233         (ruby-add-log-current-method-after-inner-class):
234         Lower expectations: move point inside a method, initially.
236 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
238         * automated/ruby-mode-tests.el
239         (ruby-move-to-block-skips-percent-literal): New test.
241 2013-02-04  Chong Yidong  <cyd@gnu.org>
243         * automated/thingatpt.el: New file.
245 2013-02-03  Chong Yidong  <cyd@gnu.org>
247         * automated/files.el (file-test--do-local-variables-test):
248         Avoid compilation warning message.
250 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
252         * automated/ruby-mode-tests.el
253         (ruby-indent-spread-args-in-parens): New test.
254         * automated/ruby-mode-tests.el (ruby-block-test-example):
255         Break indentation of the do block opener and add a line inside it.
256         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
257         Adjust line numbers.
259 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
261         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
263 2013-01-14  Glenn Morris  <rgm@gnu.org>
265         * automated/compile-tests.el (compile-tests--test-regexps-data):
266         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
268 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
270         * automated/man-tests.el: New file.
272 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
274         * automated/undo-tests.el (undo-test0): Adjust error to code change.
276 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
278         * automated/undo-tests.el: New file.
280 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
282         * automated/ruby-mode-tests.el
283         (ruby-indent-after-block-in-continued-expression): New test.
285 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
287         * automated/ruby-mode-tests.el
288         Rename one interpolation test; add three more.
289         (ruby-with-temp-buffer): New macro, use it where appropriate.
290         (ruby-add-log-current-method-examples): Use "_" for target point.
291         Add four new tests for ruby-add-log-current-method.
293 2012-12-11  Glenn Morris  <rgm@gnu.org>
295         * automated/f90.el (f90-test-bug13138): New test.
297 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
299         * automated/inotify-test.el: New test.
301 2012-12-02  Chong Yidong  <cyd@gnu.org>
303         * automated/ruby-mode-tests.el
304         (ruby-add-log-current-method-examples): Don't use loop macro, to
305         allow automated testing to work.
307 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
309         * automated/advice-tests.el (advice-tests--data): Remove.
310         (advice-tests): Move the tests directly here instead.
311         Add called-interactively-p tests.
313 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
315         * automated/ert-x-tests.el: Use cl-lib.
316         * automated/ert-tests.el: Use lexical-binding and cl-lib.
318 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
320         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
321         (ruby-indent-inside-heredoc-after-operator)
322         (ruby-indent-inside-heredoc-after-space): New tests.
323         Change direct font-lock face references to var references.
324         (ruby-interpolation-suppresses-syntax-inside): New test.
325         (ruby-interpolation-inside-percent-literal-with-paren):
326         New failing test.
328 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
330         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
331         (ruby-singleton-class-no-heredoc-font-lock)
332         (ruby-add-log-current-method-examples): New tests.
333         (ruby-test-string): Extract from ruby-should-indent-buffer.
334         (ruby-deftest-move-to-block): New macro.
335         Add several move-to-block tests.
337 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
339         * automated/advice-tests.el: New tests.
341 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
343         * automated/compile-tests.el (compile-tests--test-regexps-data):
344         Add new data for msft's new format.
346 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
348         * automated/ruby-mode-tests.el:
349         (ruby-toggle-block-to-multiline): New test.
350         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
351         (ruby-toggle-block-to-brace): Use buffer-string.
353 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
355         * automated/ruby-mode-tests.el: New tests (Bug#11613).
357 2012-08-28  Chong Yidong  <cyd@gnu.org>
359         * automated/files.el: Test every combination of values for
360         enable-local-variables and enable-local-eval.
362 2012-08-19  Chong Yidong  <cyd@gnu.org>
364         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
366 2012-08-18  Chong Yidong  <cyd@gnu.org>
368         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
370 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
372         * indent/ruby.rb: Rearrange examples, add new ones.
374 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
376         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
377         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
379 2012-08-11  Glenn Morris  <rgm@gnu.org>
381         * automated/files.el: New file.
383         * automated/Makefile.in (all): Fix typo.
385 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
387         * automated/ruby-mode-tests.el (ruby-should-indent):
388         Add docstring, check (current-indentation) instead of (current-column).
389         (ruby-should-indent-buffer): New function.
390         Add tests for `ruby-deep-indent-paren' behavior.
391         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
393 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
395         Original tests in test_ruby_mode.rb in upstream (author).
397 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
399         * automated/ruby-mode-tests.el (ruby-should-indent)
400         (ruby-assert-state): New functions.
401         Add new tests.
403 2012-07-29  David Engster  <deng@randomsample.de>
405         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
406         New variable to hold test data for name expansion.
407         (xml-parse-tests): Test the two different types of name expansion.
409 2012-07-29  Juri Linkov  <juri@jurta.org>
411         * automated/occur-tests.el (occur-test-case): Use predefined
412         buffer name " *test-occur*" instead of a random buffer name.
414 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
416         * automated/ruby-mode-tests.el: New file with one test.
418 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
420         * indent/shell.sh: Add test case for ${#VAR}.
422         * indent/latex-mode.tex: New file.
424 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
426         * eshell.el: Use cl-lib.
428 2012-07-03  Chong Yidong  <cyd@gnu.org>
430         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
432 2012-07-02  Chong Yidong  <cyd@gnu.org>
434         * automated/xml-parse-tests.el (xml-parse-tests--data):
435         More testcases.
437 2012-07-01  Chong Yidong  <cyd@gnu.org>
439         * automated/xml-parse-tests.el: New file.
441 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
443         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
444         Use cl-flet.
446 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
448         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
449         Test escaped commas in TZID (Bug#11473).
450         (icalendar-import-with-timezone): New.
451         (icalendar-real-world): Add new testcase as given in the bugreport
452         of Bug#11473.
454 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
456         * automated/icalendar-tests.el (icalendar-tests--test-import):
457         Include UID in import tests (Bug#11525).
458         (icalendar-import-non-recurring, icalendar-import-rrule)
459         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
460         UID-import change.
461         (icalendar-import-with-uid): New.
462         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
463         Include UID in cycle tests.
464         (icalendar-cycle, icalendar-real-world): UID-import change.
466 2012-05-21  Glenn Morris  <rgm@gnu.org>
468         * automated/Makefile.in (setwins): Scrap superfluous subshell.
470 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
472         * automated/url-util-tests.el: New file to test
473         lisp/url/url-util.el.  Only `url-build-query-string' and
474         `url-parse-query-string' are tested right now (Bug#8706).
476 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
478         * indent/shell.sh:
479         * indent/shell.rc: Ad some test cases.
481 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
483         * indent/ruby.rb: New file, to test new syntax-propertize code.
485 2012-04-11  Glenn Morris  <rgm@gnu.org>
487         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
489 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
491         * automated/url-future-tests.el (url-future-tests): Move from
492         lisp/url/url-future.el and rename.
494 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
496         * automated/icalendar-tests.el (icalendar-import-non-recurring):
497         Fix broken test, caused by missing trailing blank.
499 2011-12-03  Chong Yidong  <cyd@gnu.org>
501         * automated/compile-tests.el (compile-tests--test-regexps-data):
502         Increase column numbers by one to reflect change in how
503         compilation-message is recorded (Bug#10172).
505 2011-11-22  Glenn Morris  <rgm@gnu.org>
507         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
509 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
511         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
513 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
515         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
516         (icalendar-tests--test-export, icalendar-tests--do-test-export):
517         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
519 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
521         * automated/newsticker-tests.el
522         (newsticker--group-manage-orphan-feeds): Remove fsetting of
523         newsticker--treeview-tree-update.
525 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
527         * automated/newsticker-tests.el
528         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
530         * trunk/test/automated/newsticker-tests.el
531         (newsticker--group-manage-orphan-feeds): Prevent updating
532         newsticker treeview. Fixed bug#9763.
534 2011-10-20  Glenn Morris  <rgm@gnu.org>
536         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
538         * automated/vc-bzr.el: New file.
540 2011-10-15  Glenn Morris  <rgm@gnu.org>
542         * automated/f90.el: New file.
544 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
546         * automated/newsticker-tests.el: Move newsticker-testsuite.el
547         to automated/newsticker-tests.el. Convert to ERT.
549 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
551         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
552         Remove, simply use string=.
553         (icalendar--diarytime-to-isotime)
554         (icalendar--datetime-to-diary-date)
555         (icalendar--datestring-to-isodate)
556         (icalendar--format-ical-event)
557         (icalendar--parse-summary-and-rest)
558         (icalendar-tests--do-test-import)
559         (icalendar-tests--do-test-cycle): Change argument order of
560         string= to EXPECTED ACTUAL.
561         (icalendar--import-format-sample)
562         (icalendar--format-ical-event)
563         (icalendar-import-non-recurring)
564         (icalendar-import-rrule)
565         (icalendar-import-duration)
566         (icalendar-import-bug-6766)
567         (icalendar-real-world): Adjust to string= instead of
568         icalendar-tests--compare-strings.
569         (icalendar-import-multiple-vcalendars): New.
571 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
573         * automated/gnus-tests.el: Add wrapper for Gnus tests.
574         Require CL.
576 2011-05-09  Juri Linkov  <juri@jurta.org>
578         * automated/occur-tests.el: Move from test/occur-testsuite.el.
579         Convert to ERT.
581 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
583         * automated/compile-tests.el: New file.
585 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
587         * automated/font-parse-tests.el: Don't byte-compile.
589         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
591 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
593         * automated/lexbind-tests.el: New file.
595 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
597         * Version 23.3 released.
599 2011-03-05  Glenn Morris  <rgm@gnu.org>
601         * eshell.el: Move here from lisp/eshell/esh-test.el.
603 2011-03-03  Christian Ohler  <ohler@gnu.org>
605         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
606         New test.
608 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
610         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
611         convert to ERT format.
613 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
615         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
616         convert to ERT format.
618 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
620         * indent/shell.sh:
621         * indent/shell.rc: New files.
623 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
625         * automated/font-parse-tests.el: Move from
626         font-parse-testsuite.el.
628 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
630         * font-parse-testsuite.el (test-font-parse-data): New file.
632 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
634         * indent/prolog.prolog: Add tokenizing tests.
636 2011-01-13  Christian Ohler  <ohler@gnu.org>
638         * automated: New directory for automated tests.
640         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
642         * automated/Makefile.in: New file.
644 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
646         * indent/modula2.mod: New file.
648 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
650         * indent/octave.m: Add a test to ensure indentation is local.
652 2010-10-23  Glenn Morris  <rgm@gnu.org>
654         * comint-testsuite.el
655         (comint-testsuite--test-comint-password-prompt-regexp):
656         Add "Please enter the password".  (Bug#7224)
658 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
660         * indent/prolog.prolog: Use normal spacing around !.
662 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
666 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
668         * indent/octave.m: Remove some `fixindent' not needed any more.
670 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
672         * indent/octave.m: New file.
674 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
676         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
677         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
678         (icalendar-testsuite--run-internal-tests): New.
679         (icalendar-testsuite--test-convert-ordinary-to-ical)
680         (icalendar-testsuite--test-convert-block-to-ical)
681         (icalendar-testsuite--test-convert-anniversary-to-ical)
682         (icalendar-testsuite--test-parse-vtimezone)
683         (icalendar-testsuite--do-test-export): Code formatting.
684         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
685         (icalendar-testsuite--do-test-import)
686         (icalendar-testsuite--do-test-cycle):
687         Use icalendar-testsuite--compare-strings
688         (icalendar-testsuite--run-import-tests): Comment added.
689         (icalendar-testsuite--run-import-tests)
690         (icalendar-testsuite--run-real-world-tests): Fix expected results.
692 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
694         * redisplay-testsuite.el (test-redisplay-3): New test.
696 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
698         * comint-testsuite.el: New file.
700 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
702         * indent: New dir.
704 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
706         * Version 23.2 released.
708 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
710         * cedet/semantic-ia-utest.el
711         (semantic-symref-test-count-hits-in-tag): Add function, from
712         semantic-test.el.
714         * cedet/tests/test.cpp:
715         * cedet/tests/test.py:
716         * cedet/tests/teststruct.cpp:
717         * cedet/tests/testtemplates.cpp:
718         * cedet/tests/testusing.cpp:
719         * cedet/tests/scopetest.cpp:
720         * cedet/tests/scopetest.java: Files deleted.
722         * cedet/tests/test.make:
723         * cedet/tests/test.c:
724         * cedet/tests/testjavacomp.java:
725         * cedet/tests/testspp.c:
726         * cedet/tests/testsppreplace.c:
727         * cedet/tests/testsppreplaced.c:
728         * cedet/tests/testsubclass.cpp:
729         * cedet/tests/testsubclass.hh:
730         * cedet/tests/testtypedefs.cpp:
731         * cedet/tests/testvarnames.c:
732         * cedet/tests/test.el:
733         * cedet/tests/testdoublens.cpp:
734         * cedet/tests/testdoublens.hpp: Add copyright header.
736         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
737         Remove reference to deleted files.
739 2010-03-30  Juri Linkov  <juri@jurta.org>
741         * occur-testsuite.el (occur-tests): Add tests for context lines.
743 2010-03-23  Juri Linkov  <juri@jurta.org>
745         * occur-testsuite.el: New file.
747 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
749         * Branch for 23.2.
751 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
753         * icalendar-testsuite.el
754         (icalendar-testsuite--run-function-tests): Add new tests.
755         (icalendar-testsuite--test-diarytime-to-isotime): Add another
756         testcase.
757         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
758         (icalendar-testsuite--test-convert-weekly-to-ical): New.
759         (icalendar-testsuite--test-convert-yearly-to-ical): New.
760         (icalendar-testsuite--test-convert-block-to-ical): New.
761         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
762         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
764 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
766         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
767         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
768         Fix typos in docstrings and error messages.
769         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
771 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
773         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
774         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
775         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
777 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
779         * icalendar-testsuite.el
780         (icalendar-testsuite--run-function-tests):
781         Add icalendar-testsuite--test-parse-vtimezone.
782         (icalendar-testsuite--test-parse-vtimezone): New.
783         (icalendar-testsuite--do-test-cycle): Doc changes.
784         (icalendar-testsuite--run-real-world-tests): Remove trailing
785         whitespace -- see change of icalendar--add-diary-entry in
786         icalendar.el.
787         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
789 2009-09-30  Glenn Morris  <rgm@gnu.org>
791         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
793 2009-06-26  Eric Ludlam  <zappo@gnu.org>
795         * cedet/*: New unit tests, from CEDET repository.
797 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
799         * redisplay-testsuite.el: New file.
801 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
803         * Branch for 23.1.
805 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
807         * icalendar-testsuite.el
808         (icalendar-testsuite--run-function-tests):
809         Add icalendar-testsuite--test-diarytime-to-isotime.
810         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
811         recent icalendar fixes.
812         (icalendar-testsuite--test-diarytime-to-isotime): New.
813         (icalendar-testsuite--test-create-uid): Adjust to recent
814         icalendar changes.
816 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
818         * bytecomp-testsuite.el: New file.
820 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
822         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
823         Add `icalendar-testsuite--test-create-uid'.
824         (icalendar-testsuite--test-create-uid): New.
826 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
828         * newsticker-testsuite.el: New file.
830 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
832         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
833         Add icalendar-testsuite--test-datestring-to-isodate,
834         icalendar-testsuite--test-datetime-to-diary-date, and
835         icalendar-testsuite--test-calendar-style.
836         (icalendar-testsuite--test-format-ical-event):
837         (icalendar-testsuite--test-parse-summary-and-rest):
838         Doc fix.  Remove european-calendar-style.
839         (icalendar-testsuite--get-ical-event): Doc fix.
840         (icalendar-testsuite--test-first-weekday-of-year):
841         (icalendar-testsuite--run-cycle-tests): Add doc string.
842         (icalendar-testsuite--test-datestring-to-isodate):
843         (icalendar-testsuite--test-datetime-to-diary-date):
844         (icalendar-testsuite--test-calendar-style): New functions.
845         (icalendar-testsuite--test-export): Handle iso date style.
846         New arg INPUT-ISO.  Use calendar-date-style.
847         (icalendar-testsuite--test-import): Handle iso date style.
848         New arg EXPECTED-ISO.  Use calendar-date-style.
849         (icalendar-testsuite--test-cycle): Handle iso date style.
850         (icalendar-testsuite--run-import-tests):
851         (icalendar-testsuite--run-export-tests):
852         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
854 2008-02-29  Glenn Morris  <rgm@gnu.org>
856         * README: New file.
858 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
860         * icalendar-testsuite.el: New file.
862 ;; Local Variables:
863 ;; coding: utf-8
864 ;; End:
866   Copyright (C) 2008-2013 Free Software Foundation, Inc.
868   This file is part of GNU Emacs.
870   GNU Emacs is free software: you can redistribute it and/or modify
871   it under the terms of the GNU General Public License as published by
872   the Free Software Foundation, either version 3 of the License, or
873   (at your option) any later version.
875   GNU Emacs is distributed in the hope that it will be useful,
876   but WITHOUT ANY WARRANTY; without even the implied warranty of
877   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
878   GNU General Public License for more details.
880   You should have received a copy of the GNU General Public License
881   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.