Improve scrolling when line-spacing != 0 and scroll-step = 1.
[emacs.git] / test / ChangeLog
blob0a9bedcb5d8129083486186fde9c0898af4feaa2
1 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
3         * automated/file-notify-tests.el (file-notify-test00-availability):
4         Set :expected-result.
5         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
6         (file-notify-test02-events, file-notify-test02-events-remote)
7         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
8         Skip when `file-notify-support' is nil.  (Bug#14823)
10 2013-07-09  Glenn Morris  <rgm@gnu.org>
12         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
13         Declare.
14         (inotify-file-watch-simple): Silence compiler.
16         * automated/python-tests.el (python-indent-block-enders):
17         Make it actually test something.
19         * automated/package-x-test.el: Require package-test when compiling.
21         * automated/add-log-tests.el, automated/advice-tests.el:
22         * automated/imenu-test.el, automated/package-x-test.el:
23         * automated/python-tests.el, automated/ruby-mode-tests.el:
24         * automated/xml-parse-tests.el: Explictly require ert.
26 2013-07-08  Kenichi Handa  <handa@gnu.org>
28         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
29         Use with-ccoding-priority to avoid side-effect (Bug#14781).
31 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
33         * automated/file-notify-tests.el
34         (file-notify-test-remote-temporary-file-directory): Use
35         `null-device' on w32.
36         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
37         (file-notify--test-results, file-notify--test-event)
38         (file-notify--deftest-remote, file-notify--event-test)
39         (file-notify--test-event-handler)
40         (file-notify--test-make-temp-name): Renamed, in order to mark them
41         internal.
42         (tramp-message-show-message, tramp-read-passwd): Tweak them for
43         better fitting in noninteractive tests.
44         (file-notify-test00-availability): Renamed from `file-notify-test0'.
45         (file-notify-test01-add-watch): Renamed from `file-notify-test1'.
46         Use `temporary-file-directory '.
47         (file-notify-test01-add-watch-remote): New test.
48         (file-notify-test02-events): Renamed from `file-notify-test2'.
49         (file-notify-test02-events-remote): Renamed from `file-notify-test3'.
50         (file-notify-test03-autorevert): Renamed from
51         `file-notify-test4'.  Use timeouts.
52         (file-notify-test03-autorevert-remote): Renamed from
53         `file-notify-test5'.
55 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
57         * automated/file-notify-tests.el: New package.
59 2013-06-28  Kenichi Handa  <handa@gnu.org>
61         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
62         (decoder-tests-ao-gen-file): Renamed from decoder-tests-filename.
63         Callers changed.
64         (decoder-tests-filename): New function.
65         (decoder-tests-prefer-utf-8-read)
66         (decoder-tests-prefer-utf-8-write): New function.
67         (ert-test-decoder-prefer-utf-8): New test.
69 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
71         * automated/package-x-test.el: Change the commentary.
72         (package-x-test--single-archive-entry-1-3)
73         (package-x-test--single-archive-entry-1-4): Fix the tests, by
74         using the appropriate data structure.
76 2013-06-27  Daniel Hackney  <dan@haxney.org>
78         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
80         * automated/package-x-test.el: New file.
82         * automated/package-test.el: New file.
84         * automated/data/package: New directory, with test examples.
86 2013-06-27  Glenn Morris  <rgm@gnu.org>
88         * automated/python-tests.el (python-tests-with-temp-file):
89         Clean up after ourself.
91         * automated/undo-tests.el (undo-test3): Remove test that seems to
92         do nothing that the previous one doesn't, except leave a tempfile.
94 2013-06-26  Glenn Morris  <rgm@gnu.org>
96         * automated/info-xref.el: New file.
98 2013-06-25  Glenn Morris  <rgm@gnu.org>
100         * automated/occur-tests.el (occur-test-create): New function.
101         Use it to create separate tests for each element, so we run them
102         all rather than stopping at the first error.
104 2013-06-24  Glenn Morris  <rgm@fencepost.gnu.org>
106         * automated/occur-tests.el (occur-tests):
107         Update for 2013-05-29 change to occur header line.
109 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
111         Test suite for flymake.
112         * automated/flymake-tests.el:
113         * automated/flymake/warnpred/Makefile
114         * automated/flymake/warnpred/test.c
115         * automated/flymake/warnpred/test.pl: New files.
117 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
119         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
121 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
123         * automated/reftex-tests.el: New test suite for reftex.
125 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
127         * automated/ruby-mode-tests.el: New tests, for percent literals
128         and expression expansion.
130 2013-05-29  Leo Liu  <sdl.web@gmail.com>
132         * indent/octave.m: Tweak.
134 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
136         * tests/eshell.el: Rewrite tests using ERT.
138 2013-05-25  Leo Liu  <sdl.web@gmail.com>
140         * indent/octave.m: Add tests for %!, # and ### comments.
142 2013-05-23  Kenichi Handa  <handa@gnu.org>
144         * automated/decoder-tests.el: New file.
146 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
148         * indent/ruby.rb: Add multiline regexp example.
150         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
151         (ruby-regexp-skips-over-interpolation)
152         (ruby-regexp-continues-till-end-when-unclosed)
153         (ruby-regexp-can-be-multiline)
154         (ruby-interpolation-inside-percent-literal): New tests.
156 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
158         * indent/ruby.rb: Fix indentation after =; add more cases.
160 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * indent/pascal.pas: Add test for mis-identified comments.
164 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
166         * automated/imenu-tests.el: New file.  (Bug#14112)
168 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
170         * automated/python-tests.el (python-imenu-prev-index-position-1):
171         Remove test.
172         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
173         New tests.
175 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
177         * automated/python-tests.el (python-nav-backward-defun-2)
178         (python-nav-backward-defun-3, python-nav-forward-defun-2)
179         (python-nav-forward-defun-3): New tests.
181 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
183         * automated/python-tests.el (python-nav-backward-defun-1)
184         (python-nav-forward-defun-1): New tests.
186 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
188         * automated/add-log-tests.el: New file. (Bug#14112)
190 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
192         * automated/python-tests.el (python-indent-block-enders): New test.
193         (python-info-current-defun-2): Fix test.
195 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
197         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
199 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
201         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
202         (python-tests-with-temp-file): New macro.
203         (python-tests-shell-interpreter): New var.
204         (python-shell-get-process-name-1)
205         (python-shell-internal-get-process-name-1)
206         (python-shell-parse-command-1)
207         (python-shell-calculate-process-environment-1)
208         (python-shell-calculate-process-environment-2)
209         (python-shell-calculate-process-environment-3)
210         (python-shell-calculate-exec-path-1)
211         (python-shell-calculate-exec-path-2)
212         (python-shell-make-comint-1)
213         (python-shell-make-comint-2)
214         (python-shell-get-process-1)
215         (python-shell-get-or-create-process-1)
216         (python-shell-internal-get-or-create-process-1): New tests.
218 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
220         * automated/python-tests.el: New file.
222 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
224         * automated/ruby-mode-tests.el
225         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
226         bits inside the examples.
227         (ruby-move-to-block-skips-heredoc): New test.
228         (ruby-add-log-current-method-after-inner-class):
229         Lower expectations: move point inside a method, initially.
231 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
233         * automated/ruby-mode-tests.el
234         (ruby-move-to-block-skips-percent-literal): New test.
236 2013-02-04  Chong Yidong  <cyd@gnu.org>
238         * automated/thingatpt.el: New file.
240 2013-02-03  Chong Yidong  <cyd@gnu.org>
242         * automated/files.el (file-test--do-local-variables-test):
243         Avoid compilation warning message.
245 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
247         * automated/ruby-mode-tests.el
248         (ruby-indent-spread-args-in-parens): New test.
249         * automated/ruby-mode-tests.el (ruby-block-test-example):
250         Break indentation of the do block opener and add a line inside it.
251         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
252         Adjust line numbers.
254 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
256         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
258 2013-01-14  Glenn Morris  <rgm@gnu.org>
260         * automated/compile-tests.el (compile-tests--test-regexps-data):
261         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
263 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
265         * automated/man-tests.el: New file.
267 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
269         * automated/undo-tests.el (undo-test0): Adjust error to code change.
271 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
273         * automated/undo-tests.el: New file.
275 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
277         * automated/ruby-mode-tests.el
278         (ruby-indent-after-block-in-continued-expression): New test.
280 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
282         * automated/ruby-mode-tests.el
283         Rename one interpolation test; add three more.
284         (ruby-with-temp-buffer): New macro, use it where appropriate.
285         (ruby-add-log-current-method-examples): Use "_" for target point.
286         Add four new tests for ruby-add-log-current-method.
288 2012-12-11  Glenn Morris  <rgm@gnu.org>
290         * automated/f90.el (f90-test-bug13138): New test.
292 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
294         * automated/inotify-test.el: New test.
296 2012-12-02  Chong Yidong  <cyd@gnu.org>
298         * automated/ruby-mode-tests.el
299         (ruby-add-log-current-method-examples): Don't use loop macro, to
300         allow automated testing to work.
302 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
304         * automated/advice-tests.el (advice-tests--data): Remove.
305         (advice-tests): Move the tests directly here instead.
306         Add called-interactively-p tests.
308 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
310         * automated/ert-x-tests.el: Use cl-lib.
311         * automated/ert-tests.el: Use lexical-binding and cl-lib.
313 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
315         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
316         (ruby-indent-inside-heredoc-after-operator)
317         (ruby-indent-inside-heredoc-after-space): New tests.
318         Change direct font-lock face references to var references.
319         (ruby-interpolation-suppresses-syntax-inside): New test.
320         (ruby-interpolation-inside-percent-literal-with-paren):
321         New failing test.
323 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
325         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
326         (ruby-singleton-class-no-heredoc-font-lock)
327         (ruby-add-log-current-method-examples): New tests.
328         (ruby-test-string): Extract from ruby-should-indent-buffer.
329         (ruby-deftest-move-to-block): New macro.
330         Add several move-to-block tests.
332 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
334         * automated/advice-tests.el: New tests.
336 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
338         * automated/compile-tests.el (compile-tests--test-regexps-data):
339         Add new data for msft's new format.
341 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
343         * automated/ruby-mode-tests.el:
344         (ruby-toggle-block-to-multiline): New test.
345         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
346         (ruby-toggle-block-to-brace): Use buffer-string.
348 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
350         * automated/ruby-mode-tests.el: New tests (Bug#11613).
352 2012-08-28  Chong Yidong  <cyd@gnu.org>
354         * automated/files.el: Test every combination of values for
355         enable-local-variables and enable-local-eval.
357 2012-08-19  Chong Yidong  <cyd@gnu.org>
359         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
361 2012-08-18  Chong Yidong  <cyd@gnu.org>
363         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
365 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
367         * indent/ruby.rb: Rearrange examples, add new ones.
369 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
371         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
372         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
374 2012-08-11  Glenn Morris  <rgm@gnu.org>
376         * automated/files.el: New file.
378         * automated/Makefile.in (all): Fix typo.
380 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
382         * automated/ruby-mode-tests.el (ruby-should-indent):
383         Add docstring, check (current-indentation) instead of (current-column).
384         (ruby-should-indent-buffer): New function.
385         Add tests for `ruby-deep-indent-paren' behavior.
386         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
388 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
390         Original tests in test_ruby_mode.rb in upstream (author).
392 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
394         * automated/ruby-mode-tests.el (ruby-should-indent)
395         (ruby-assert-state): New functions.
396         Add new tests.
398 2012-07-29  David Engster  <deng@randomsample.de>
400         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
401         New variable to hold test data for name expansion.
402         (xml-parse-tests): Test the two different types of name expansion.
404 2012-07-29  Juri Linkov  <juri@jurta.org>
406         * automated/occur-tests.el (occur-test-case): Use predefined
407         buffer name " *test-occur*" instead of a random buffer name.
409 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
411         * automated/ruby-mode-tests.el: New file with one test.
413 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * indent/shell.sh: Add test case for ${#VAR}.
417         * indent/latex-mode.tex: New file.
419 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
421         * eshell.el: Use cl-lib.
423 2012-07-03  Chong Yidong  <cyd@gnu.org>
425         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
427 2012-07-02  Chong Yidong  <cyd@gnu.org>
429         * automated/xml-parse-tests.el (xml-parse-tests--data):
430         More testcases.
432 2012-07-01  Chong Yidong  <cyd@gnu.org>
434         * automated/xml-parse-tests.el: New file.
436 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
438         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
439         Use cl-flet.
441 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
443         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
444         Test escaped commas in TZID (Bug#11473).
445         (icalendar-import-with-timezone): New.
446         (icalendar-real-world): Add new testcase as given in the bugreport
447         of Bug#11473.
449 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
451         * automated/icalendar-tests.el (icalendar-tests--test-import):
452         Include UID in import tests (Bug#11525).
453         (icalendar-import-non-recurring, icalendar-import-rrule)
454         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
455         UID-import change.
456         (icalendar-import-with-uid): New.
457         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
458         Include UID in cycle tests.
459         (icalendar-cycle, icalendar-real-world): UID-import change.
461 2012-05-21  Glenn Morris  <rgm@gnu.org>
463         * automated/Makefile.in (setwins): Scrap superfluous subshell.
465 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
467         * automated/url-util-tests.el: New file to test
468         lisp/url/url-util.el.  Only `url-build-query-string' and
469         `url-parse-query-string' are tested right now (Bug#8706).
471 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
473         * indent/shell.sh:
474         * indent/shell.rc: Ad some test cases.
476 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
478         * indent/ruby.rb: New file, to test new syntax-propertize code.
480 2012-04-11  Glenn Morris  <rgm@gnu.org>
482         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
484 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
486         * automated/url-future-tests.el (url-future-tests): Move from
487         lisp/url/url-future.el and rename.
489 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
491         * automated/icalendar-tests.el (icalendar-import-non-recurring):
492         Fix broken test, caused by missing trailing blank.
494 2011-12-03  Chong Yidong  <cyd@gnu.org>
496         * automated/compile-tests.el (compile-tests--test-regexps-data):
497         Increase column numbers by one to reflect change in how
498         compilation-message is recorded (Bug#10172).
500 2011-11-22  Glenn Morris  <rgm@gnu.org>
502         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
504 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
506         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
508 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
510         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
511         (icalendar-tests--test-export, icalendar-tests--do-test-export):
512         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
514 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
516         * automated/newsticker-tests.el
517         (newsticker--group-manage-orphan-feeds): Remove fsetting of
518         newsticker--treeview-tree-update.
520 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
522         * automated/newsticker-tests.el
523         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
525         * trunk/test/automated/newsticker-tests.el
526         (newsticker--group-manage-orphan-feeds): Prevent updating
527         newsticker treeview. Fixed bug#9763.
529 2011-10-20  Glenn Morris  <rgm@gnu.org>
531         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
533         * automated/vc-bzr.el: New file.
535 2011-10-15  Glenn Morris  <rgm@gnu.org>
537         * automated/f90.el: New file.
539 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
541         * automated/newsticker-tests.el: Move newsticker-testsuite.el
542         to automated/newsticker-tests.el. Convert to ERT.
544 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
546         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
547         Remove, simply use string=.
548         (icalendar--diarytime-to-isotime)
549         (icalendar--datetime-to-diary-date)
550         (icalendar--datestring-to-isodate)
551         (icalendar--format-ical-event)
552         (icalendar--parse-summary-and-rest)
553         (icalendar-tests--do-test-import)
554         (icalendar-tests--do-test-cycle): Change argument order of
555         string= to EXPECTED ACTUAL.
556         (icalendar--import-format-sample)
557         (icalendar--format-ical-event)
558         (icalendar-import-non-recurring)
559         (icalendar-import-rrule)
560         (icalendar-import-duration)
561         (icalendar-import-bug-6766)
562         (icalendar-real-world): Adjust to string= instead of
563         icalendar-tests--compare-strings.
564         (icalendar-import-multiple-vcalendars): New.
566 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
568         * automated/gnus-tests.el: Add wrapper for Gnus tests.
569         Require CL.
571 2011-05-09  Juri Linkov  <juri@jurta.org>
573         * automated/occur-tests.el: Move from test/occur-testsuite.el.
574         Convert to ERT.
576 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
578         * automated/compile-tests.el: New file.
580 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
582         * automated/font-parse-tests.el: Don't byte-compile.
584         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
586 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
588         * automated/lexbind-tests.el: New file.
590 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
592         * Version 23.3 released.
594 2011-03-05  Glenn Morris  <rgm@gnu.org>
596         * eshell.el: Move here from lisp/eshell/esh-test.el.
598 2011-03-03  Christian Ohler  <ohler@gnu.org>
600         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
601         New test.
603 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
605         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
606         convert to ERT format.
608 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
610         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
611         convert to ERT format.
613 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
615         * indent/shell.sh:
616         * indent/shell.rc: New files.
618 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
620         * automated/font-parse-tests.el: Move from
621         font-parse-testsuite.el.
623 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
625         * font-parse-testsuite.el (test-font-parse-data): New file.
627 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
629         * indent/prolog.prolog: Add tokenizing tests.
631 2011-01-13  Christian Ohler  <ohler@gnu.org>
633         * automated: New directory for automated tests.
635         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
637         * automated/Makefile.in: New file.
639 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
641         * indent/modula2.mod: New file.
643 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
645         * indent/octave.m: Add a test to ensure indentation is local.
647 2010-10-23  Glenn Morris  <rgm@gnu.org>
649         * comint-testsuite.el
650         (comint-testsuite--test-comint-password-prompt-regexp):
651         Add "Please enter the password".  (Bug#7224)
653 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
655         * indent/prolog.prolog: Use normal spacing around !.
657 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
659         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
661 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
663         * indent/octave.m: Remove some `fixindent' not needed any more.
665 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
667         * indent/octave.m: New file.
669 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
671         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
672         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
673         (icalendar-testsuite--run-internal-tests): New.
674         (icalendar-testsuite--test-convert-ordinary-to-ical)
675         (icalendar-testsuite--test-convert-block-to-ical)
676         (icalendar-testsuite--test-convert-anniversary-to-ical)
677         (icalendar-testsuite--test-parse-vtimezone)
678         (icalendar-testsuite--do-test-export): Code formatting.
679         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
680         (icalendar-testsuite--do-test-import)
681         (icalendar-testsuite--do-test-cycle):
682         Use icalendar-testsuite--compare-strings
683         (icalendar-testsuite--run-import-tests): Comment added.
684         (icalendar-testsuite--run-import-tests)
685         (icalendar-testsuite--run-real-world-tests): Fix expected results.
687 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
689         * redisplay-testsuite.el (test-redisplay-3): New test.
691 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
693         * comint-testsuite.el: New file.
695 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
697         * indent: New dir.
699 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
701         * Version 23.2 released.
703 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
705         * cedet/semantic-ia-utest.el
706         (semantic-symref-test-count-hits-in-tag): Add function, from
707         semantic-test.el.
709         * cedet/tests/test.cpp:
710         * cedet/tests/test.py:
711         * cedet/tests/teststruct.cpp:
712         * cedet/tests/testtemplates.cpp:
713         * cedet/tests/testusing.cpp:
714         * cedet/tests/scopetest.cpp:
715         * cedet/tests/scopetest.java: Files deleted.
717         * cedet/tests/test.make:
718         * cedet/tests/test.c:
719         * cedet/tests/testjavacomp.java:
720         * cedet/tests/testspp.c:
721         * cedet/tests/testsppreplace.c:
722         * cedet/tests/testsppreplaced.c:
723         * cedet/tests/testsubclass.cpp:
724         * cedet/tests/testsubclass.hh:
725         * cedet/tests/testtypedefs.cpp:
726         * cedet/tests/testvarnames.c:
727         * cedet/tests/test.el:
728         * cedet/tests/testdoublens.cpp:
729         * cedet/tests/testdoublens.hpp: Add copyright header.
731         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
732         Remove reference to deleted files.
734 2010-03-30  Juri Linkov  <juri@jurta.org>
736         * occur-testsuite.el (occur-tests): Add tests for context lines.
738 2010-03-23  Juri Linkov  <juri@jurta.org>
740         * occur-testsuite.el: New file.
742 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
744         * Branch for 23.2.
746 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
748         * icalendar-testsuite.el
749         (icalendar-testsuite--run-function-tests): Add new tests.
750         (icalendar-testsuite--test-diarytime-to-isotime): Add another
751         testcase.
752         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
753         (icalendar-testsuite--test-convert-weekly-to-ical): New.
754         (icalendar-testsuite--test-convert-yearly-to-ical): New.
755         (icalendar-testsuite--test-convert-block-to-ical): New.
756         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
757         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
759 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
761         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
762         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
763         Fix typos in docstrings and error messages.
764         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
766 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
768         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
769         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
770         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
772 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
774         * icalendar-testsuite.el
775         (icalendar-testsuite--run-function-tests):
776         Add icalendar-testsuite--test-parse-vtimezone.
777         (icalendar-testsuite--test-parse-vtimezone): New.
778         (icalendar-testsuite--do-test-cycle): Doc changes.
779         (icalendar-testsuite--run-real-world-tests): Remove trailing
780         whitespace -- see change of icalendar--add-diary-entry in
781         icalendar.el.
782         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
784 2009-09-30  Glenn Morris  <rgm@gnu.org>
786         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
788 2009-06-26  Eric Ludlam  <zappo@gnu.org>
790         * cedet/*: New unit tests, from CEDET repository.
792 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
794         * redisplay-testsuite.el: New file.
796 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
798         * Branch for 23.1.
800 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
802         * icalendar-testsuite.el
803         (icalendar-testsuite--run-function-tests):
804         Add icalendar-testsuite--test-diarytime-to-isotime.
805         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
806         recent icalendar fixes.
807         (icalendar-testsuite--test-diarytime-to-isotime): New.
808         (icalendar-testsuite--test-create-uid): Adjust to recent
809         icalendar changes.
811 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
813         * bytecomp-testsuite.el: New file.
815 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
817         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
818         Add `icalendar-testsuite--test-create-uid'.
819         (icalendar-testsuite--test-create-uid): New.
821 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
823         * newsticker-testsuite.el: New file.
825 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
827         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
828         Add icalendar-testsuite--test-datestring-to-isodate,
829         icalendar-testsuite--test-datetime-to-diary-date, and
830         icalendar-testsuite--test-calendar-style.
831         (icalendar-testsuite--test-format-ical-event):
832         (icalendar-testsuite--test-parse-summary-and-rest):
833         Doc fix.  Remove european-calendar-style.
834         (icalendar-testsuite--get-ical-event): Doc fix.
835         (icalendar-testsuite--test-first-weekday-of-year):
836         (icalendar-testsuite--run-cycle-tests): Add doc string.
837         (icalendar-testsuite--test-datestring-to-isodate):
838         (icalendar-testsuite--test-datetime-to-diary-date):
839         (icalendar-testsuite--test-calendar-style): New functions.
840         (icalendar-testsuite--test-export): Handle iso date style.
841         New arg INPUT-ISO.  Use calendar-date-style.
842         (icalendar-testsuite--test-import): Handle iso date style.
843         New arg EXPECTED-ISO.  Use calendar-date-style.
844         (icalendar-testsuite--test-cycle): Handle iso date style.
845         (icalendar-testsuite--run-import-tests):
846         (icalendar-testsuite--run-export-tests):
847         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
849 2008-02-29  Glenn Morris  <rgm@gnu.org>
851         * README: New file.
853 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
855         * icalendar-testsuite.el: New file.
857 ;; Local Variables:
858 ;; coding: utf-8
859 ;; End:
861   Copyright (C) 2008-2013 Free Software Foundation, Inc.
863   This file is part of GNU Emacs.
865   GNU Emacs is free software: you can redistribute it and/or modify
866   it under the terms of the GNU General Public License as published by
867   the Free Software Foundation, either version 3 of the License, or
868   (at your option) any later version.
870   GNU Emacs is distributed in the hope that it will be useful,
871   but WITHOUT ANY WARRANTY; without even the implied warranty of
872   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
873   GNU General Public License for more details.
875   You should have received a copy of the GNU General Public License
876   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.