1 2013-09-01 Glenn Morris <rgm@gnu.org>
3 * automated/Makefile.in (setwins): Avoid leading space in $wins.
4 Otherwise the sed command used by eg compile-main ends up
5 containing "/*.el". (Bug#15170)
7 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
9 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
10 for portability to hosts where /bin/sh has problems.
12 2013-08-21 David Engster <deng@randomsample.de>
14 * automated/eieio-tests.el, automated/eieio-test-persist.el:
15 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
16 upstream. Changed to use ERT.
18 2013-08-14 Daniel Hackney <dan@haxney.org>
20 * package-test.el: Remove tar-package-building functions. Tar file
21 used for testing is included in the repository.
22 (package-test-install-texinfo, package-test-cleanup-built-files):
25 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
27 * automated/python-tests.el (python-imenu-create-index-4)
28 (python-imenu-create-flat-index-2): New tests.
30 2013-08-05 Glenn Morris <rgm@gnu.org>
32 * automated/mule-util.el: New file, with tests extracted from
33 lisp/international/mule-util.el.
35 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
37 * automated/advice-tests.el (advice-tests-nadvice): Test removal
39 (advice-tests-macroaliases): New test.
41 2013-08-04 Glenn Morris <rgm@gnu.org>
43 * automated/ert-tests.el: Disable failing test that no-one seems
44 to know how to fix. (Bug#13064)
46 * automated/icalendar-tests.el (icalendar-tests--test-export)
47 (icalendar-tests--test-import): Try more precise TZ specification.
48 Remove debug messages.
50 2013-08-03 Glenn Morris <rgm@gnu.org>
52 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
54 * automated/icalendar-tests.el (icalendar-tests--test-export)
55 (icalendar-tests--test-import):
56 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
57 (icalendar-tests--test-import): Reset zone even if error occurred.
59 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
61 * automated/core-elisp-tests.el: New file.
63 2013-08-01 Glenn Morris <rgm@gnu.org>
65 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
66 Try to check that the remote system has a notification program.
68 2013-07-31 Glenn Morris <rgm@gnu.org>
70 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
72 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
74 * automated/file-notify-tests.el
75 (file-notify--test-local-enabled): New defconst. Replaces all
76 `file-notify-support' occurences.
77 (file-notify--test-remote-enabled): New defun.
78 (file-notify--deftest-remote): Use it.
79 (file-notify-test00-availability): Rewrite.
80 (file-notify-test00-availability-remote): New defun.
81 (file-notify-test01-add-watch): Rewrite first erroneous check.
83 2013-07-23 Glenn Morris <rgm@gnu.org>
85 * automated/inotify-test.el (inotify-file-watch-simple):
86 Delete temp-file when done.
88 * automated/subword-tests.el: Require subword.
90 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
92 * automated/subword-tests.el: New file.
94 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
96 * automated/python-tests.el (python-imenu-create-index-2)
97 (python-imenu-create-index-3): New tests.
99 2013-07-11 Glenn Morris <rgm@gnu.org>
101 * automated/ert-tests.el: Require cl-lib at runtime too.
102 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
103 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
104 (ert-test-set-functions, ert-test-gensym)
105 (ert-test-coerce-to-vector, ert-test-string-position)
106 (ert-test-mismatch): Remove tests.
107 * automated/cl-lib.el: New, split from ert-tests.el.
109 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
111 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
112 (ruby-move-to-block-skips-percent-literal)
113 (ruby-move-to-block-skips-heredoc)
114 (ruby-move-to-block-moves-from-else-to-if)
115 (ruby-beginning-of-defun-does-not-fold-case)
116 (ruby-end-of-defun-skips-to-next-line-after-the-method):
117 Replace goto-line with forward-line/goto-char.
118 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
120 * automated/package-test.el (makeinfo-buffer): Autoload.
121 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
122 (package-test-install-texinfo): Don't require makeinfo.
124 * automated/files.el: Stop "local variables" confusion.
126 * automated/flymake-tests.el (flymake-tests): Remove unused group.
128 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
129 Use with-current-buffer.
131 * automated/undo-tests.el (undo-test-buffer-modified)
132 (undo-test-file-modified): New tests.
134 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
136 * automated/file-notify-tests.el (file-notify-test00-availability):
137 Set :expected-result.
138 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
139 (file-notify-test02-events, file-notify-test02-events-remote)
140 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
141 Skip when `file-notify-support' is nil. (Bug#14823)
143 2013-07-09 Glenn Morris <rgm@gnu.org>
145 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
147 (inotify-file-watch-simple): Silence compiler.
149 * automated/python-tests.el (python-indent-block-enders):
150 Make it actually test something.
152 * automated/package-x-test.el: Require package-test when compiling.
154 * automated/add-log-tests.el, automated/advice-tests.el:
155 * automated/imenu-test.el, automated/package-x-test.el:
156 * automated/python-tests.el, automated/ruby-mode-tests.el:
157 * automated/xml-parse-tests.el: Explictly require ert.
159 2013-07-08 Kenichi Handa <handa@gnu.org>
161 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
162 Use with-ccoding-priority to avoid side-effect (Bug#14781).
164 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
166 * automated/file-notify-tests.el
167 (file-notify-test-remote-temporary-file-directory): Use
168 `null-device' on w32.
169 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
170 (file-notify--test-results, file-notify--test-event)
171 (file-notify--deftest-remote, file-notify--event-test)
172 (file-notify--test-event-handler)
173 (file-notify--test-make-temp-name): Renamed, in order to mark them
175 (tramp-message-show-message, tramp-read-passwd): Tweak them for
176 better fitting in noninteractive tests.
177 (file-notify-test00-availability): Renamed from `file-notify-test0'.
178 (file-notify-test01-add-watch): Renamed from `file-notify-test1'.
179 Use `temporary-file-directory '.
180 (file-notify-test01-add-watch-remote): New test.
181 (file-notify-test02-events): Renamed from `file-notify-test2'.
182 (file-notify-test02-events-remote): Renamed from `file-notify-test3'.
183 (file-notify-test03-autorevert): Renamed from
184 `file-notify-test4'. Use timeouts.
185 (file-notify-test03-autorevert-remote): Renamed from
188 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
190 * automated/file-notify-tests.el: New package.
192 2013-06-28 Kenichi Handa <handa@gnu.org>
194 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
195 (decoder-tests-ao-gen-file): Renamed from decoder-tests-filename.
197 (decoder-tests-filename): New function.
198 (decoder-tests-prefer-utf-8-read)
199 (decoder-tests-prefer-utf-8-write): New function.
200 (ert-test-decoder-prefer-utf-8): New test.
202 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
204 * automated/package-x-test.el: Change the commentary.
205 (package-x-test--single-archive-entry-1-3)
206 (package-x-test--single-archive-entry-1-4): Fix the tests, by
207 using the appropriate data structure.
209 2013-06-27 Daniel Hackney <dan@haxney.org>
211 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
213 * automated/package-x-test.el: New file.
215 * automated/package-test.el: New file.
217 * automated/data/package: New directory, with test examples.
219 2013-06-27 Glenn Morris <rgm@gnu.org>
221 * automated/python-tests.el (python-tests-with-temp-file):
222 Clean up after ourself.
224 * automated/undo-tests.el (undo-test3): Remove test that seems to
225 do nothing that the previous one doesn't, except leave a tempfile.
227 2013-06-26 Glenn Morris <rgm@gnu.org>
229 * automated/info-xref.el: New file.
231 2013-06-25 Glenn Morris <rgm@gnu.org>
233 * automated/occur-tests.el (occur-test-create): New function.
234 Use it to create separate tests for each element, so we run them
235 all rather than stopping at the first error.
237 2013-06-24 Glenn Morris <rgm@gnu.org>
239 * automated/occur-tests.el (occur-tests):
240 Update for 2013-05-29 change to occur header line.
242 2013-06-21 Eduard Wiebe <usenet@pusto.de>
244 Test suite for flymake.
245 * automated/flymake-tests.el:
246 * automated/flymake/warnpred/Makefile
247 * automated/flymake/warnpred/test.c
248 * automated/flymake/warnpred/test.pl: New files.
250 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
252 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
254 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
256 * automated/reftex-tests.el: New test suite for reftex.
258 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
260 * automated/ruby-mode-tests.el: New tests, for percent literals
261 and expression expansion.
263 2013-05-29 Leo Liu <sdl.web@gmail.com>
265 * indent/octave.m: Tweak.
267 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
269 * tests/eshell.el: Rewrite tests using ERT.
271 2013-05-25 Leo Liu <sdl.web@gmail.com>
273 * indent/octave.m: Add tests for %!, # and ### comments.
275 2013-05-23 Kenichi Handa <handa@gnu.org>
277 * automated/decoder-tests.el: New file.
279 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
281 * indent/ruby.rb: Add multiline regexp example.
283 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
284 (ruby-regexp-skips-over-interpolation)
285 (ruby-regexp-continues-till-end-when-unclosed)
286 (ruby-regexp-can-be-multiline)
287 (ruby-interpolation-inside-percent-literal): New tests.
289 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
291 * indent/ruby.rb: Fix indentation after =; add more cases.
293 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
295 * indent/pascal.pas: Add test for mis-identified comments.
297 2013-04-01 Masatake YAMATO <yamato@redhat.com>
299 * automated/imenu-tests.el: New file. (Bug#14112)
301 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
303 * automated/python-tests.el (python-imenu-prev-index-position-1):
305 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
308 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
310 * automated/python-tests.el (python-nav-backward-defun-2)
311 (python-nav-backward-defun-3, python-nav-forward-defun-2)
312 (python-nav-forward-defun-3): New tests.
314 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
316 * automated/python-tests.el (python-nav-backward-defun-1)
317 (python-nav-forward-defun-1): New tests.
319 2013-04-09 Masatake YAMATO <yamato@redhat.com>
321 * automated/add-log-tests.el: New file. (Bug#14112)
323 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
325 * automated/python-tests.el (python-indent-block-enders): New test.
326 (python-info-current-defun-2): Fix test.
328 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
330 * indent/octave.m: Fix encoding error in comment. Add coding tag.
332 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
334 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
335 (python-tests-with-temp-file): New macro.
336 (python-tests-shell-interpreter): New var.
337 (python-shell-get-process-name-1)
338 (python-shell-internal-get-process-name-1)
339 (python-shell-parse-command-1)
340 (python-shell-calculate-process-environment-1)
341 (python-shell-calculate-process-environment-2)
342 (python-shell-calculate-process-environment-3)
343 (python-shell-calculate-exec-path-1)
344 (python-shell-calculate-exec-path-2)
345 (python-shell-make-comint-1)
346 (python-shell-make-comint-2)
347 (python-shell-get-process-1)
348 (python-shell-get-or-create-process-1)
349 (python-shell-internal-get-or-create-process-1): New tests.
351 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
353 * automated/python-tests.el: New file.
355 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
357 * automated/ruby-mode-tests.el
358 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
359 bits inside the examples.
360 (ruby-move-to-block-skips-heredoc): New test.
361 (ruby-add-log-current-method-after-inner-class):
362 Lower expectations: move point inside a method, initially.
364 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
366 * automated/ruby-mode-tests.el
367 (ruby-move-to-block-skips-percent-literal): New test.
369 2013-02-04 Chong Yidong <cyd@gnu.org>
371 * automated/thingatpt.el: New file.
373 2013-02-03 Chong Yidong <cyd@gnu.org>
375 * automated/files.el (file-test--do-local-variables-test):
376 Avoid compilation warning message.
378 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
380 * automated/ruby-mode-tests.el
381 (ruby-indent-spread-args-in-parens): New test.
382 * automated/ruby-mode-tests.el (ruby-block-test-example):
383 Break indentation of the do block opener and add a line inside it.
384 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
387 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
389 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
391 2013-01-14 Glenn Morris <rgm@gnu.org>
393 * automated/compile-tests.el (compile-tests--test-regexps-data):
394 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
396 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
398 * automated/man-tests.el: New file.
400 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
402 * automated/undo-tests.el (undo-test0): Adjust error to code change.
404 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
406 * automated/undo-tests.el: New file.
408 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
410 * automated/ruby-mode-tests.el
411 (ruby-indent-after-block-in-continued-expression): New test.
413 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
415 * automated/ruby-mode-tests.el
416 Rename one interpolation test; add three more.
417 (ruby-with-temp-buffer): New macro, use it where appropriate.
418 (ruby-add-log-current-method-examples): Use "_" for target point.
419 Add four new tests for ruby-add-log-current-method.
421 2012-12-11 Glenn Morris <rgm@gnu.org>
423 * automated/f90.el (f90-test-bug13138): New test.
425 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
427 * automated/inotify-test.el: New test.
429 2012-12-02 Chong Yidong <cyd@gnu.org>
431 * automated/ruby-mode-tests.el
432 (ruby-add-log-current-method-examples): Don't use loop macro, to
433 allow automated testing to work.
435 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
437 * automated/advice-tests.el (advice-tests--data): Remove.
438 (advice-tests): Move the tests directly here instead.
439 Add called-interactively-p tests.
441 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
443 * automated/ert-x-tests.el: Use cl-lib.
444 * automated/ert-tests.el: Use lexical-binding and cl-lib.
446 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
448 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
449 (ruby-indent-inside-heredoc-after-operator)
450 (ruby-indent-inside-heredoc-after-space): New tests.
451 Change direct font-lock face references to var references.
452 (ruby-interpolation-suppresses-syntax-inside): New test.
453 (ruby-interpolation-inside-percent-literal-with-paren):
456 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
458 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
459 (ruby-singleton-class-no-heredoc-font-lock)
460 (ruby-add-log-current-method-examples): New tests.
461 (ruby-test-string): Extract from ruby-should-indent-buffer.
462 (ruby-deftest-move-to-block): New macro.
463 Add several move-to-block tests.
465 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
467 * automated/advice-tests.el: New tests.
469 2012-10-14 Eli Zaretskii <eliz@gnu.org>
471 * automated/compile-tests.el (compile-tests--test-regexps-data):
472 Add new data for msft's new format.
474 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
476 * automated/ruby-mode-tests.el:
477 (ruby-toggle-block-to-multiline): New test.
478 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
479 (ruby-toggle-block-to-brace): Use buffer-string.
481 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
483 * automated/ruby-mode-tests.el: New tests (Bug#11613).
485 2012-08-28 Chong Yidong <cyd@gnu.org>
487 * automated/files.el: Test every combination of values for
488 enable-local-variables and enable-local-eval.
490 2012-08-19 Chong Yidong <cyd@gnu.org>
492 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
494 2012-08-18 Chong Yidong <cyd@gnu.org>
496 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
498 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
500 * indent/ruby.rb: Rearrange examples, add new ones.
502 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
504 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
505 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
507 2012-08-11 Glenn Morris <rgm@gnu.org>
509 * automated/files.el: New file.
511 * automated/Makefile.in (all): Fix typo.
513 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
515 * automated/ruby-mode-tests.el (ruby-should-indent):
516 Add docstring, check (current-indentation) instead of (current-column).
517 (ruby-should-indent-buffer): New function.
518 Add tests for `ruby-deep-indent-paren' behavior.
519 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
521 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
523 Original tests in test_ruby_mode.rb in upstream (author).
525 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
527 * automated/ruby-mode-tests.el (ruby-should-indent)
528 (ruby-assert-state): New functions.
531 2012-07-29 David Engster <deng@randomsample.de>
533 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
534 New variable to hold test data for name expansion.
535 (xml-parse-tests): Test the two different types of name expansion.
537 2012-07-29 Juri Linkov <juri@jurta.org>
539 * automated/occur-tests.el (occur-test-case): Use predefined
540 buffer name " *test-occur*" instead of a random buffer name.
542 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
544 * automated/ruby-mode-tests.el: New file with one test.
546 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
548 * indent/shell.sh: Add test case for ${#VAR}.
550 * indent/latex-mode.tex: New file.
552 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
554 * eshell.el: Use cl-lib.
556 2012-07-03 Chong Yidong <cyd@gnu.org>
558 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
560 2012-07-02 Chong Yidong <cyd@gnu.org>
562 * automated/xml-parse-tests.el (xml-parse-tests--data):
565 2012-07-01 Chong Yidong <cyd@gnu.org>
567 * automated/xml-parse-tests.el: New file.
569 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
571 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
574 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
576 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
577 Test escaped commas in TZID (Bug#11473).
578 (icalendar-import-with-timezone): New.
579 (icalendar-real-world): Add new testcase as given in the bugreport
582 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
584 * automated/icalendar-tests.el (icalendar-tests--test-import):
585 Include UID in import tests (Bug#11525).
586 (icalendar-import-non-recurring, icalendar-import-rrule)
587 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
589 (icalendar-import-with-uid): New.
590 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
591 Include UID in cycle tests.
592 (icalendar-cycle, icalendar-real-world): UID-import change.
594 2012-05-21 Glenn Morris <rgm@gnu.org>
596 * automated/Makefile.in (setwins): Scrap superfluous subshell.
598 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
600 * automated/url-util-tests.el: New file to test
601 lisp/url/url-util.el. Only `url-build-query-string' and
602 `url-parse-query-string' are tested right now (Bug#8706).
604 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
607 * indent/shell.rc: Ad some test cases.
609 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
611 * indent/ruby.rb: New file, to test new syntax-propertize code.
613 2012-04-11 Glenn Morris <rgm@gnu.org>
615 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
617 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
619 * automated/url-future-tests.el (url-future-tests): Move from
620 lisp/url/url-future.el and rename.
622 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
624 * automated/icalendar-tests.el (icalendar-import-non-recurring):
625 Fix broken test, caused by missing trailing blank.
627 2011-12-03 Chong Yidong <cyd@gnu.org>
629 * automated/compile-tests.el (compile-tests--test-regexps-data):
630 Increase column numbers by one to reflect change in how
631 compilation-message is recorded (Bug#10172).
633 2011-11-22 Glenn Morris <rgm@gnu.org>
635 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
637 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
639 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
641 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
643 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
644 (icalendar-tests--test-export, icalendar-tests--do-test-export):
645 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
647 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
649 * automated/newsticker-tests.el
650 (newsticker--group-manage-orphan-feeds): Remove fsetting of
651 newsticker--treeview-tree-update.
653 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
655 * automated/newsticker-tests.el
656 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
658 * trunk/test/automated/newsticker-tests.el
659 (newsticker--group-manage-orphan-feeds): Prevent updating
660 newsticker treeview. Fixed bug#9763.
662 2011-10-20 Glenn Morris <rgm@gnu.org>
664 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
666 * automated/vc-bzr.el: New file.
668 2011-10-15 Glenn Morris <rgm@gnu.org>
670 * automated/f90.el: New file.
672 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
674 * automated/newsticker-tests.el: Move newsticker-testsuite.el
675 to automated/newsticker-tests.el. Convert to ERT.
677 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
679 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
680 Remove, simply use string=.
681 (icalendar--diarytime-to-isotime)
682 (icalendar--datetime-to-diary-date)
683 (icalendar--datestring-to-isodate)
684 (icalendar--format-ical-event)
685 (icalendar--parse-summary-and-rest)
686 (icalendar-tests--do-test-import)
687 (icalendar-tests--do-test-cycle): Change argument order of
688 string= to EXPECTED ACTUAL.
689 (icalendar--import-format-sample)
690 (icalendar--format-ical-event)
691 (icalendar-import-non-recurring)
692 (icalendar-import-rrule)
693 (icalendar-import-duration)
694 (icalendar-import-bug-6766)
695 (icalendar-real-world): Adjust to string= instead of
696 icalendar-tests--compare-strings.
697 (icalendar-import-multiple-vcalendars): New.
699 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
701 * automated/gnus-tests.el: Add wrapper for Gnus tests.
704 2011-05-09 Juri Linkov <juri@jurta.org>
706 * automated/occur-tests.el: Move from test/occur-testsuite.el.
709 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
711 * automated/compile-tests.el: New file.
713 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
715 * automated/font-parse-tests.el: Don't byte-compile.
717 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
719 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
721 * automated/lexbind-tests.el: New file.
723 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
725 * Version 23.3 released.
727 2011-03-05 Glenn Morris <rgm@gnu.org>
729 * eshell.el: Move here from lisp/eshell/esh-test.el.
731 2011-03-03 Christian Ohler <ohler@gnu.org>
733 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
736 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
738 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
739 convert to ERT format.
741 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
743 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
744 convert to ERT format.
746 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
749 * indent/shell.rc: New files.
751 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
753 * automated/font-parse-tests.el: Move from
754 font-parse-testsuite.el.
756 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
758 * font-parse-testsuite.el (test-font-parse-data): New file.
760 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
762 * indent/prolog.prolog: Add tokenizing tests.
764 2011-01-13 Christian Ohler <ohler@gnu.org>
766 * automated: New directory for automated tests.
768 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
770 * automated/Makefile.in: New file.
772 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
774 * indent/modula2.mod: New file.
776 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
778 * indent/octave.m: Add a test to ensure indentation is local.
780 2010-10-23 Glenn Morris <rgm@gnu.org>
782 * comint-testsuite.el
783 (comint-testsuite--test-comint-password-prompt-regexp):
784 Add "Please enter the password". (Bug#7224)
786 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
788 * indent/prolog.prolog: Use normal spacing around !.
790 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
792 * indent/octave.m: Remove one more `fixindent'. Use `end'.
794 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
796 * indent/octave.m: Remove some `fixindent' not needed any more.
798 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
800 * indent/octave.m: New file.
802 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
804 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
805 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
806 (icalendar-testsuite--run-internal-tests): New.
807 (icalendar-testsuite--test-convert-ordinary-to-ical)
808 (icalendar-testsuite--test-convert-block-to-ical)
809 (icalendar-testsuite--test-convert-anniversary-to-ical)
810 (icalendar-testsuite--test-parse-vtimezone)
811 (icalendar-testsuite--do-test-export): Code formatting.
812 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
813 (icalendar-testsuite--do-test-import)
814 (icalendar-testsuite--do-test-cycle):
815 Use icalendar-testsuite--compare-strings
816 (icalendar-testsuite--run-import-tests): Comment added.
817 (icalendar-testsuite--run-import-tests)
818 (icalendar-testsuite--run-real-world-tests): Fix expected results.
820 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
822 * redisplay-testsuite.el (test-redisplay-3): New test.
824 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
826 * comint-testsuite.el: New file.
828 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
832 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
834 * Version 23.2 released.
836 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
838 * cedet/semantic-ia-utest.el
839 (semantic-symref-test-count-hits-in-tag): Add function, from
842 * cedet/tests/test.cpp:
843 * cedet/tests/test.py:
844 * cedet/tests/teststruct.cpp:
845 * cedet/tests/testtemplates.cpp:
846 * cedet/tests/testusing.cpp:
847 * cedet/tests/scopetest.cpp:
848 * cedet/tests/scopetest.java: Files deleted.
850 * cedet/tests/test.make:
851 * cedet/tests/test.c:
852 * cedet/tests/testjavacomp.java:
853 * cedet/tests/testspp.c:
854 * cedet/tests/testsppreplace.c:
855 * cedet/tests/testsppreplaced.c:
856 * cedet/tests/testsubclass.cpp:
857 * cedet/tests/testsubclass.hh:
858 * cedet/tests/testtypedefs.cpp:
859 * cedet/tests/testvarnames.c:
860 * cedet/tests/test.el:
861 * cedet/tests/testdoublens.cpp:
862 * cedet/tests/testdoublens.hpp: Add copyright header.
864 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
865 Remove reference to deleted files.
867 2010-03-30 Juri Linkov <juri@jurta.org>
869 * occur-testsuite.el (occur-tests): Add tests for context lines.
871 2010-03-23 Juri Linkov <juri@jurta.org>
873 * occur-testsuite.el: New file.
875 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
879 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
881 * icalendar-testsuite.el
882 (icalendar-testsuite--run-function-tests): Add new tests.
883 (icalendar-testsuite--test-diarytime-to-isotime): Add another
885 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
886 (icalendar-testsuite--test-convert-weekly-to-ical): New.
887 (icalendar-testsuite--test-convert-yearly-to-ical): New.
888 (icalendar-testsuite--test-convert-block-to-ical): New.
889 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
890 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
892 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
894 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
895 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
896 Fix typos in docstrings and error messages.
897 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
899 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
901 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
902 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
903 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
905 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
907 * icalendar-testsuite.el
908 (icalendar-testsuite--run-function-tests):
909 Add icalendar-testsuite--test-parse-vtimezone.
910 (icalendar-testsuite--test-parse-vtimezone): New.
911 (icalendar-testsuite--do-test-cycle): Doc changes.
912 (icalendar-testsuite--run-real-world-tests): Remove trailing
913 whitespace -- see change of icalendar--add-diary-entry in
915 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
917 2009-09-30 Glenn Morris <rgm@gnu.org>
919 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
921 2009-06-26 Eric Ludlam <zappo@gnu.org>
923 * cedet/*: New unit tests, from CEDET repository.
925 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
927 * redisplay-testsuite.el: New file.
929 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
933 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
935 * icalendar-testsuite.el
936 (icalendar-testsuite--run-function-tests):
937 Add icalendar-testsuite--test-diarytime-to-isotime.
938 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
939 recent icalendar fixes.
940 (icalendar-testsuite--test-diarytime-to-isotime): New.
941 (icalendar-testsuite--test-create-uid): Adjust to recent
944 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
946 * bytecomp-testsuite.el: New file.
948 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
950 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
951 Add `icalendar-testsuite--test-create-uid'.
952 (icalendar-testsuite--test-create-uid): New.
954 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
956 * newsticker-testsuite.el: New file.
958 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
960 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
961 Add icalendar-testsuite--test-datestring-to-isodate,
962 icalendar-testsuite--test-datetime-to-diary-date, and
963 icalendar-testsuite--test-calendar-style.
964 (icalendar-testsuite--test-format-ical-event):
965 (icalendar-testsuite--test-parse-summary-and-rest):
966 Doc fix. Remove european-calendar-style.
967 (icalendar-testsuite--get-ical-event): Doc fix.
968 (icalendar-testsuite--test-first-weekday-of-year):
969 (icalendar-testsuite--run-cycle-tests): Add doc string.
970 (icalendar-testsuite--test-datestring-to-isodate):
971 (icalendar-testsuite--test-datetime-to-diary-date):
972 (icalendar-testsuite--test-calendar-style): New functions.
973 (icalendar-testsuite--test-export): Handle iso date style.
974 New arg INPUT-ISO. Use calendar-date-style.
975 (icalendar-testsuite--test-import): Handle iso date style.
976 New arg EXPECTED-ISO. Use calendar-date-style.
977 (icalendar-testsuite--test-cycle): Handle iso date style.
978 (icalendar-testsuite--run-import-tests):
979 (icalendar-testsuite--run-export-tests):
980 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
982 2008-02-29 Glenn Morris <rgm@gnu.org>
986 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
988 * icalendar-testsuite.el: New file.
994 Copyright (C) 2008-2013 Free Software Foundation, Inc.
996 This file is part of GNU Emacs.
998 GNU Emacs is free software: you can redistribute it and/or modify
999 it under the terms of the GNU General Public License as published by
1000 the Free Software Foundation, either version 3 of the License, or
1001 (at your option) any later version.
1003 GNU Emacs is distributed in the hope that it will be useful,
1004 but WITHOUT ANY WARRANTY; without even the implied warranty of
1005 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1006 GNU General Public License for more details.
1008 You should have received a copy of the GNU General Public License
1009 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.