1 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
3 * automated/file-notify-tests.el
4 (file-notify--test-local-enabled): New defconst. Replaces all
5 `file-notify-support' occurences.
6 (file-notify--test-remote-enabled): New defun.
7 (file-notify--deftest-remote): Use it.
8 (file-notify-test00-availability): Rewrite.
9 (file-notify-test00-availability-remote): New defun.
10 (file-notify-test01-add-watch): Rewrite first erroneous check.
12 2013-07-23 Glenn Morris <rgm@gnu.org>
14 * automated/inotify-test.el (inotify-file-watch-simple):
15 Delete temp-file when done.
17 * automated/subword-tests.el: Require subword.
19 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21 * automated/subword-tests.el: New file.
23 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
25 * automated/python-tests.el (python-imenu-create-index-2)
26 (python-imenu-create-index-3): New tests.
28 2013-07-11 Glenn Morris <rgm@gnu.org>
30 * automated/ert-tests.el: Require cl-lib at runtime too.
31 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
32 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
33 (ert-test-set-functions, ert-test-gensym)
34 (ert-test-coerce-to-vector, ert-test-string-position)
35 (ert-test-mismatch): Remove tests.
36 * automated/cl-lib.el: New, split from ert-tests.el.
38 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
40 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
41 (ruby-move-to-block-skips-percent-literal)
42 (ruby-move-to-block-skips-heredoc)
43 (ruby-move-to-block-moves-from-else-to-if)
44 (ruby-beginning-of-defun-does-not-fold-case)
45 (ruby-end-of-defun-skips-to-next-line-after-the-method):
46 Replace goto-line with forward-line/goto-char.
47 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
49 * automated/package-test.el (makeinfo-buffer): Autoload.
50 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
51 (package-test-install-texinfo): Don't require makeinfo.
53 * automated/files.el: Stop "local variables" confusion.
55 * automated/flymake-tests.el (flymake-tests): Remove unused group.
57 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
58 Use with-current-buffer.
60 * automated/undo-tests.el (undo-test-buffer-modified)
61 (undo-test-file-modified): New tests.
63 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
65 * automated/file-notify-tests.el (file-notify-test00-availability):
67 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
68 (file-notify-test02-events, file-notify-test02-events-remote)
69 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
70 Skip when `file-notify-support' is nil. (Bug#14823)
72 2013-07-09 Glenn Morris <rgm@gnu.org>
74 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
76 (inotify-file-watch-simple): Silence compiler.
78 * automated/python-tests.el (python-indent-block-enders):
79 Make it actually test something.
81 * automated/package-x-test.el: Require package-test when compiling.
83 * automated/add-log-tests.el, automated/advice-tests.el:
84 * automated/imenu-test.el, automated/package-x-test.el:
85 * automated/python-tests.el, automated/ruby-mode-tests.el:
86 * automated/xml-parse-tests.el: Explictly require ert.
88 2013-07-08 Kenichi Handa <handa@gnu.org>
90 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
91 Use with-ccoding-priority to avoid side-effect (Bug#14781).
93 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
95 * automated/file-notify-tests.el
96 (file-notify-test-remote-temporary-file-directory): Use
98 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
99 (file-notify--test-results, file-notify--test-event)
100 (file-notify--deftest-remote, file-notify--event-test)
101 (file-notify--test-event-handler)
102 (file-notify--test-make-temp-name): Renamed, in order to mark them
104 (tramp-message-show-message, tramp-read-passwd): Tweak them for
105 better fitting in noninteractive tests.
106 (file-notify-test00-availability): Renamed from `file-notify-test0'.
107 (file-notify-test01-add-watch): Renamed from `file-notify-test1'.
108 Use `temporary-file-directory '.
109 (file-notify-test01-add-watch-remote): New test.
110 (file-notify-test02-events): Renamed from `file-notify-test2'.
111 (file-notify-test02-events-remote): Renamed from `file-notify-test3'.
112 (file-notify-test03-autorevert): Renamed from
113 `file-notify-test4'. Use timeouts.
114 (file-notify-test03-autorevert-remote): Renamed from
117 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
119 * automated/file-notify-tests.el: New package.
121 2013-06-28 Kenichi Handa <handa@gnu.org>
123 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
124 (decoder-tests-ao-gen-file): Renamed from decoder-tests-filename.
126 (decoder-tests-filename): New function.
127 (decoder-tests-prefer-utf-8-read)
128 (decoder-tests-prefer-utf-8-write): New function.
129 (ert-test-decoder-prefer-utf-8): New test.
131 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
133 * automated/package-x-test.el: Change the commentary.
134 (package-x-test--single-archive-entry-1-3)
135 (package-x-test--single-archive-entry-1-4): Fix the tests, by
136 using the appropriate data structure.
138 2013-06-27 Daniel Hackney <dan@haxney.org>
140 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
142 * automated/package-x-test.el: New file.
144 * automated/package-test.el: New file.
146 * automated/data/package: New directory, with test examples.
148 2013-06-27 Glenn Morris <rgm@gnu.org>
150 * automated/python-tests.el (python-tests-with-temp-file):
151 Clean up after ourself.
153 * automated/undo-tests.el (undo-test3): Remove test that seems to
154 do nothing that the previous one doesn't, except leave a tempfile.
156 2013-06-26 Glenn Morris <rgm@gnu.org>
158 * automated/info-xref.el: New file.
160 2013-06-25 Glenn Morris <rgm@gnu.org>
162 * automated/occur-tests.el (occur-test-create): New function.
163 Use it to create separate tests for each element, so we run them
164 all rather than stopping at the first error.
166 2013-06-24 Glenn Morris <rgm@gnu.org>
168 * automated/occur-tests.el (occur-tests):
169 Update for 2013-05-29 change to occur header line.
171 2013-06-21 Eduard Wiebe <usenet@pusto.de>
173 Test suite for flymake.
174 * automated/flymake-tests.el:
175 * automated/flymake/warnpred/Makefile
176 * automated/flymake/warnpred/test.c
177 * automated/flymake/warnpred/test.pl: New files.
179 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
181 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
183 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
185 * automated/reftex-tests.el: New test suite for reftex.
187 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
189 * automated/ruby-mode-tests.el: New tests, for percent literals
190 and expression expansion.
192 2013-05-29 Leo Liu <sdl.web@gmail.com>
194 * indent/octave.m: Tweak.
196 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
198 * tests/eshell.el: Rewrite tests using ERT.
200 2013-05-25 Leo Liu <sdl.web@gmail.com>
202 * indent/octave.m: Add tests for %!, # and ### comments.
204 2013-05-23 Kenichi Handa <handa@gnu.org>
206 * automated/decoder-tests.el: New file.
208 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
210 * indent/ruby.rb: Add multiline regexp example.
212 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
213 (ruby-regexp-skips-over-interpolation)
214 (ruby-regexp-continues-till-end-when-unclosed)
215 (ruby-regexp-can-be-multiline)
216 (ruby-interpolation-inside-percent-literal): New tests.
218 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
220 * indent/ruby.rb: Fix indentation after =; add more cases.
222 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
224 * indent/pascal.pas: Add test for mis-identified comments.
226 2013-04-01 Masatake YAMATO <yamato@redhat.com>
228 * automated/imenu-tests.el: New file. (Bug#14112)
230 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
232 * automated/python-tests.el (python-imenu-prev-index-position-1):
234 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
237 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
239 * automated/python-tests.el (python-nav-backward-defun-2)
240 (python-nav-backward-defun-3, python-nav-forward-defun-2)
241 (python-nav-forward-defun-3): New tests.
243 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
245 * automated/python-tests.el (python-nav-backward-defun-1)
246 (python-nav-forward-defun-1): New tests.
248 2013-04-09 Masatake YAMATO <yamato@redhat.com>
250 * automated/add-log-tests.el: New file. (Bug#14112)
252 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
254 * automated/python-tests.el (python-indent-block-enders): New test.
255 (python-info-current-defun-2): Fix test.
257 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
259 * indent/octave.m: Fix encoding error in comment. Add coding tag.
261 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
263 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
264 (python-tests-with-temp-file): New macro.
265 (python-tests-shell-interpreter): New var.
266 (python-shell-get-process-name-1)
267 (python-shell-internal-get-process-name-1)
268 (python-shell-parse-command-1)
269 (python-shell-calculate-process-environment-1)
270 (python-shell-calculate-process-environment-2)
271 (python-shell-calculate-process-environment-3)
272 (python-shell-calculate-exec-path-1)
273 (python-shell-calculate-exec-path-2)
274 (python-shell-make-comint-1)
275 (python-shell-make-comint-2)
276 (python-shell-get-process-1)
277 (python-shell-get-or-create-process-1)
278 (python-shell-internal-get-or-create-process-1): New tests.
280 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
282 * automated/python-tests.el: New file.
284 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
286 * automated/ruby-mode-tests.el
287 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
288 bits inside the examples.
289 (ruby-move-to-block-skips-heredoc): New test.
290 (ruby-add-log-current-method-after-inner-class):
291 Lower expectations: move point inside a method, initially.
293 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
295 * automated/ruby-mode-tests.el
296 (ruby-move-to-block-skips-percent-literal): New test.
298 2013-02-04 Chong Yidong <cyd@gnu.org>
300 * automated/thingatpt.el: New file.
302 2013-02-03 Chong Yidong <cyd@gnu.org>
304 * automated/files.el (file-test--do-local-variables-test):
305 Avoid compilation warning message.
307 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
309 * automated/ruby-mode-tests.el
310 (ruby-indent-spread-args-in-parens): New test.
311 * automated/ruby-mode-tests.el (ruby-block-test-example):
312 Break indentation of the do block opener and add a line inside it.
313 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
316 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
318 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
320 2013-01-14 Glenn Morris <rgm@gnu.org>
322 * automated/compile-tests.el (compile-tests--test-regexps-data):
323 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
325 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
327 * automated/man-tests.el: New file.
329 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
331 * automated/undo-tests.el (undo-test0): Adjust error to code change.
333 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
335 * automated/undo-tests.el: New file.
337 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
339 * automated/ruby-mode-tests.el
340 (ruby-indent-after-block-in-continued-expression): New test.
342 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
344 * automated/ruby-mode-tests.el
345 Rename one interpolation test; add three more.
346 (ruby-with-temp-buffer): New macro, use it where appropriate.
347 (ruby-add-log-current-method-examples): Use "_" for target point.
348 Add four new tests for ruby-add-log-current-method.
350 2012-12-11 Glenn Morris <rgm@gnu.org>
352 * automated/f90.el (f90-test-bug13138): New test.
354 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
356 * automated/inotify-test.el: New test.
358 2012-12-02 Chong Yidong <cyd@gnu.org>
360 * automated/ruby-mode-tests.el
361 (ruby-add-log-current-method-examples): Don't use loop macro, to
362 allow automated testing to work.
364 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
366 * automated/advice-tests.el (advice-tests--data): Remove.
367 (advice-tests): Move the tests directly here instead.
368 Add called-interactively-p tests.
370 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
372 * automated/ert-x-tests.el: Use cl-lib.
373 * automated/ert-tests.el: Use lexical-binding and cl-lib.
375 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
377 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
378 (ruby-indent-inside-heredoc-after-operator)
379 (ruby-indent-inside-heredoc-after-space): New tests.
380 Change direct font-lock face references to var references.
381 (ruby-interpolation-suppresses-syntax-inside): New test.
382 (ruby-interpolation-inside-percent-literal-with-paren):
385 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
387 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
388 (ruby-singleton-class-no-heredoc-font-lock)
389 (ruby-add-log-current-method-examples): New tests.
390 (ruby-test-string): Extract from ruby-should-indent-buffer.
391 (ruby-deftest-move-to-block): New macro.
392 Add several move-to-block tests.
394 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
396 * automated/advice-tests.el: New tests.
398 2012-10-14 Eli Zaretskii <eliz@gnu.org>
400 * automated/compile-tests.el (compile-tests--test-regexps-data):
401 Add new data for msft's new format.
403 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
405 * automated/ruby-mode-tests.el:
406 (ruby-toggle-block-to-multiline): New test.
407 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
408 (ruby-toggle-block-to-brace): Use buffer-string.
410 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
412 * automated/ruby-mode-tests.el: New tests (Bug#11613).
414 2012-08-28 Chong Yidong <cyd@gnu.org>
416 * automated/files.el: Test every combination of values for
417 enable-local-variables and enable-local-eval.
419 2012-08-19 Chong Yidong <cyd@gnu.org>
421 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
423 2012-08-18 Chong Yidong <cyd@gnu.org>
425 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
427 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
429 * indent/ruby.rb: Rearrange examples, add new ones.
431 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
433 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
434 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
436 2012-08-11 Glenn Morris <rgm@gnu.org>
438 * automated/files.el: New file.
440 * automated/Makefile.in (all): Fix typo.
442 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
444 * automated/ruby-mode-tests.el (ruby-should-indent):
445 Add docstring, check (current-indentation) instead of (current-column).
446 (ruby-should-indent-buffer): New function.
447 Add tests for `ruby-deep-indent-paren' behavior.
448 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
450 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
452 Original tests in test_ruby_mode.rb in upstream (author).
454 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
456 * automated/ruby-mode-tests.el (ruby-should-indent)
457 (ruby-assert-state): New functions.
460 2012-07-29 David Engster <deng@randomsample.de>
462 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
463 New variable to hold test data for name expansion.
464 (xml-parse-tests): Test the two different types of name expansion.
466 2012-07-29 Juri Linkov <juri@jurta.org>
468 * automated/occur-tests.el (occur-test-case): Use predefined
469 buffer name " *test-occur*" instead of a random buffer name.
471 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
473 * automated/ruby-mode-tests.el: New file with one test.
475 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
477 * indent/shell.sh: Add test case for ${#VAR}.
479 * indent/latex-mode.tex: New file.
481 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
483 * eshell.el: Use cl-lib.
485 2012-07-03 Chong Yidong <cyd@gnu.org>
487 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
489 2012-07-02 Chong Yidong <cyd@gnu.org>
491 * automated/xml-parse-tests.el (xml-parse-tests--data):
494 2012-07-01 Chong Yidong <cyd@gnu.org>
496 * automated/xml-parse-tests.el: New file.
498 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
500 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
503 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
505 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
506 Test escaped commas in TZID (Bug#11473).
507 (icalendar-import-with-timezone): New.
508 (icalendar-real-world): Add new testcase as given in the bugreport
511 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
513 * automated/icalendar-tests.el (icalendar-tests--test-import):
514 Include UID in import tests (Bug#11525).
515 (icalendar-import-non-recurring, icalendar-import-rrule)
516 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
518 (icalendar-import-with-uid): New.
519 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
520 Include UID in cycle tests.
521 (icalendar-cycle, icalendar-real-world): UID-import change.
523 2012-05-21 Glenn Morris <rgm@gnu.org>
525 * automated/Makefile.in (setwins): Scrap superfluous subshell.
527 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
529 * automated/url-util-tests.el: New file to test
530 lisp/url/url-util.el. Only `url-build-query-string' and
531 `url-parse-query-string' are tested right now (Bug#8706).
533 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
536 * indent/shell.rc: Ad some test cases.
538 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
540 * indent/ruby.rb: New file, to test new syntax-propertize code.
542 2012-04-11 Glenn Morris <rgm@gnu.org>
544 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
546 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
548 * automated/url-future-tests.el (url-future-tests): Move from
549 lisp/url/url-future.el and rename.
551 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
553 * automated/icalendar-tests.el (icalendar-import-non-recurring):
554 Fix broken test, caused by missing trailing blank.
556 2011-12-03 Chong Yidong <cyd@gnu.org>
558 * automated/compile-tests.el (compile-tests--test-regexps-data):
559 Increase column numbers by one to reflect change in how
560 compilation-message is recorded (Bug#10172).
562 2011-11-22 Glenn Morris <rgm@gnu.org>
564 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
566 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
568 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
570 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
572 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
573 (icalendar-tests--test-export, icalendar-tests--do-test-export):
574 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
576 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
578 * automated/newsticker-tests.el
579 (newsticker--group-manage-orphan-feeds): Remove fsetting of
580 newsticker--treeview-tree-update.
582 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
584 * automated/newsticker-tests.el
585 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
587 * trunk/test/automated/newsticker-tests.el
588 (newsticker--group-manage-orphan-feeds): Prevent updating
589 newsticker treeview. Fixed bug#9763.
591 2011-10-20 Glenn Morris <rgm@gnu.org>
593 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
595 * automated/vc-bzr.el: New file.
597 2011-10-15 Glenn Morris <rgm@gnu.org>
599 * automated/f90.el: New file.
601 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
603 * automated/newsticker-tests.el: Move newsticker-testsuite.el
604 to automated/newsticker-tests.el. Convert to ERT.
606 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
608 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
609 Remove, simply use string=.
610 (icalendar--diarytime-to-isotime)
611 (icalendar--datetime-to-diary-date)
612 (icalendar--datestring-to-isodate)
613 (icalendar--format-ical-event)
614 (icalendar--parse-summary-and-rest)
615 (icalendar-tests--do-test-import)
616 (icalendar-tests--do-test-cycle): Change argument order of
617 string= to EXPECTED ACTUAL.
618 (icalendar--import-format-sample)
619 (icalendar--format-ical-event)
620 (icalendar-import-non-recurring)
621 (icalendar-import-rrule)
622 (icalendar-import-duration)
623 (icalendar-import-bug-6766)
624 (icalendar-real-world): Adjust to string= instead of
625 icalendar-tests--compare-strings.
626 (icalendar-import-multiple-vcalendars): New.
628 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
630 * automated/gnus-tests.el: Add wrapper for Gnus tests.
633 2011-05-09 Juri Linkov <juri@jurta.org>
635 * automated/occur-tests.el: Move from test/occur-testsuite.el.
638 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
640 * automated/compile-tests.el: New file.
642 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
644 * automated/font-parse-tests.el: Don't byte-compile.
646 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
648 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
650 * automated/lexbind-tests.el: New file.
652 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
654 * Version 23.3 released.
656 2011-03-05 Glenn Morris <rgm@gnu.org>
658 * eshell.el: Move here from lisp/eshell/esh-test.el.
660 2011-03-03 Christian Ohler <ohler@gnu.org>
662 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
665 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
667 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
668 convert to ERT format.
670 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
672 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
673 convert to ERT format.
675 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
678 * indent/shell.rc: New files.
680 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
682 * automated/font-parse-tests.el: Move from
683 font-parse-testsuite.el.
685 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
687 * font-parse-testsuite.el (test-font-parse-data): New file.
689 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
691 * indent/prolog.prolog: Add tokenizing tests.
693 2011-01-13 Christian Ohler <ohler@gnu.org>
695 * automated: New directory for automated tests.
697 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
699 * automated/Makefile.in: New file.
701 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
703 * indent/modula2.mod: New file.
705 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
707 * indent/octave.m: Add a test to ensure indentation is local.
709 2010-10-23 Glenn Morris <rgm@gnu.org>
711 * comint-testsuite.el
712 (comint-testsuite--test-comint-password-prompt-regexp):
713 Add "Please enter the password". (Bug#7224)
715 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
717 * indent/prolog.prolog: Use normal spacing around !.
719 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
721 * indent/octave.m: Remove one more `fixindent'. Use `end'.
723 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
725 * indent/octave.m: Remove some `fixindent' not needed any more.
727 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
729 * indent/octave.m: New file.
731 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
733 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
734 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
735 (icalendar-testsuite--run-internal-tests): New.
736 (icalendar-testsuite--test-convert-ordinary-to-ical)
737 (icalendar-testsuite--test-convert-block-to-ical)
738 (icalendar-testsuite--test-convert-anniversary-to-ical)
739 (icalendar-testsuite--test-parse-vtimezone)
740 (icalendar-testsuite--do-test-export): Code formatting.
741 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
742 (icalendar-testsuite--do-test-import)
743 (icalendar-testsuite--do-test-cycle):
744 Use icalendar-testsuite--compare-strings
745 (icalendar-testsuite--run-import-tests): Comment added.
746 (icalendar-testsuite--run-import-tests)
747 (icalendar-testsuite--run-real-world-tests): Fix expected results.
749 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
751 * redisplay-testsuite.el (test-redisplay-3): New test.
753 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
755 * comint-testsuite.el: New file.
757 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
761 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
763 * Version 23.2 released.
765 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
767 * cedet/semantic-ia-utest.el
768 (semantic-symref-test-count-hits-in-tag): Add function, from
771 * cedet/tests/test.cpp:
772 * cedet/tests/test.py:
773 * cedet/tests/teststruct.cpp:
774 * cedet/tests/testtemplates.cpp:
775 * cedet/tests/testusing.cpp:
776 * cedet/tests/scopetest.cpp:
777 * cedet/tests/scopetest.java: Files deleted.
779 * cedet/tests/test.make:
780 * cedet/tests/test.c:
781 * cedet/tests/testjavacomp.java:
782 * cedet/tests/testspp.c:
783 * cedet/tests/testsppreplace.c:
784 * cedet/tests/testsppreplaced.c:
785 * cedet/tests/testsubclass.cpp:
786 * cedet/tests/testsubclass.hh:
787 * cedet/tests/testtypedefs.cpp:
788 * cedet/tests/testvarnames.c:
789 * cedet/tests/test.el:
790 * cedet/tests/testdoublens.cpp:
791 * cedet/tests/testdoublens.hpp: Add copyright header.
793 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
794 Remove reference to deleted files.
796 2010-03-30 Juri Linkov <juri@jurta.org>
798 * occur-testsuite.el (occur-tests): Add tests for context lines.
800 2010-03-23 Juri Linkov <juri@jurta.org>
802 * occur-testsuite.el: New file.
804 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
808 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
810 * icalendar-testsuite.el
811 (icalendar-testsuite--run-function-tests): Add new tests.
812 (icalendar-testsuite--test-diarytime-to-isotime): Add another
814 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
815 (icalendar-testsuite--test-convert-weekly-to-ical): New.
816 (icalendar-testsuite--test-convert-yearly-to-ical): New.
817 (icalendar-testsuite--test-convert-block-to-ical): New.
818 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
819 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
821 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
823 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
824 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
825 Fix typos in docstrings and error messages.
826 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
828 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
830 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
831 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
832 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
834 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
836 * icalendar-testsuite.el
837 (icalendar-testsuite--run-function-tests):
838 Add icalendar-testsuite--test-parse-vtimezone.
839 (icalendar-testsuite--test-parse-vtimezone): New.
840 (icalendar-testsuite--do-test-cycle): Doc changes.
841 (icalendar-testsuite--run-real-world-tests): Remove trailing
842 whitespace -- see change of icalendar--add-diary-entry in
844 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
846 2009-09-30 Glenn Morris <rgm@gnu.org>
848 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
850 2009-06-26 Eric Ludlam <zappo@gnu.org>
852 * cedet/*: New unit tests, from CEDET repository.
854 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
856 * redisplay-testsuite.el: New file.
858 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
862 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
864 * icalendar-testsuite.el
865 (icalendar-testsuite--run-function-tests):
866 Add icalendar-testsuite--test-diarytime-to-isotime.
867 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
868 recent icalendar fixes.
869 (icalendar-testsuite--test-diarytime-to-isotime): New.
870 (icalendar-testsuite--test-create-uid): Adjust to recent
873 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
875 * bytecomp-testsuite.el: New file.
877 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
879 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
880 Add `icalendar-testsuite--test-create-uid'.
881 (icalendar-testsuite--test-create-uid): New.
883 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
885 * newsticker-testsuite.el: New file.
887 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
889 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
890 Add icalendar-testsuite--test-datestring-to-isodate,
891 icalendar-testsuite--test-datetime-to-diary-date, and
892 icalendar-testsuite--test-calendar-style.
893 (icalendar-testsuite--test-format-ical-event):
894 (icalendar-testsuite--test-parse-summary-and-rest):
895 Doc fix. Remove european-calendar-style.
896 (icalendar-testsuite--get-ical-event): Doc fix.
897 (icalendar-testsuite--test-first-weekday-of-year):
898 (icalendar-testsuite--run-cycle-tests): Add doc string.
899 (icalendar-testsuite--test-datestring-to-isodate):
900 (icalendar-testsuite--test-datetime-to-diary-date):
901 (icalendar-testsuite--test-calendar-style): New functions.
902 (icalendar-testsuite--test-export): Handle iso date style.
903 New arg INPUT-ISO. Use calendar-date-style.
904 (icalendar-testsuite--test-import): Handle iso date style.
905 New arg EXPECTED-ISO. Use calendar-date-style.
906 (icalendar-testsuite--test-cycle): Handle iso date style.
907 (icalendar-testsuite--run-import-tests):
908 (icalendar-testsuite--run-export-tests):
909 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
911 2008-02-29 Glenn Morris <rgm@gnu.org>
915 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
917 * icalendar-testsuite.el: New file.
923 Copyright (C) 2008-2013 Free Software Foundation, Inc.
925 This file is part of GNU Emacs.
927 GNU Emacs is free software: you can redistribute it and/or modify
928 it under the terms of the GNU General Public License as published by
929 the Free Software Foundation, either version 3 of the License, or
930 (at your option) any later version.
932 GNU Emacs is distributed in the hope that it will be useful,
933 but WITHOUT ANY WARRANTY; without even the implied warranty of
934 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
935 GNU General Public License for more details.
937 You should have received a copy of the GNU General Public License
938 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.