1 2013-09-16 Glenn Morris <rgm@gnu.org>
3 * automated/eshell.el (eshell-match-result):
4 Return a more informative failure than simply "false". Update callers.
6 * automated/eshell.el (eshell-test/for-name-shadow-loop):
7 Test value before and after loop as well as during.
9 2013-09-15 Glenn Morris <rgm@gnu.org>
11 * automated/eshell.el (eshell-test/for-name-shadow-loop):
13 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
15 2013-09-13 Glenn Morris <rgm@gnu.org>
17 * automated/eshell.el (with-temp-eshell):
18 Use a temp directory for eshell-directory-name.
19 (eshell-test-command-result): New, again using a temp directory.
20 Replace eshell-command-result with this throughout.
21 (eshell-test/for-loop, eshell-test/for-name-loop):
22 Ensure environment variables don't confuse us.
24 2013-09-12 Glenn Morris <rgm@gnu.org>
26 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
27 due to "has a running process; kill it?" prompts.
29 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
31 * automated/eshell.el: Rename from eshell.el.
32 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
34 2013-09-01 Glenn Morris <rgm@gnu.org>
36 * automated/Makefile.in (setwins): Avoid leading space in $wins.
37 Otherwise the sed command used by eg compile-main ends up
38 containing "/*.el". (Bug#15170)
40 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
42 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
43 for portability to hosts where /bin/sh has problems.
45 2013-08-21 David Engster <deng@randomsample.de>
47 * automated/eieio-tests.el, automated/eieio-test-persist.el:
48 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
49 upstream. Changed to use ERT.
51 2013-08-14 Daniel Hackney <dan@haxney.org>
53 * package-test.el: Remove tar-package-building functions. Tar file
54 used for testing is included in the repository.
55 (package-test-install-texinfo, package-test-cleanup-built-files):
58 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
60 * automated/python-tests.el (python-imenu-create-index-4)
61 (python-imenu-create-flat-index-2): New tests.
63 2013-08-05 Glenn Morris <rgm@gnu.org>
65 * automated/mule-util.el: New file, with tests extracted from
66 lisp/international/mule-util.el.
68 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
70 * automated/advice-tests.el (advice-tests-nadvice): Test removal
72 (advice-tests-macroaliases): New test.
74 2013-08-04 Glenn Morris <rgm@gnu.org>
76 * automated/ert-tests.el: Disable failing test that no-one seems
77 to know how to fix. (Bug#13064)
79 * automated/icalendar-tests.el (icalendar-tests--test-export)
80 (icalendar-tests--test-import): Try more precise TZ specification.
81 Remove debug messages.
83 2013-08-03 Glenn Morris <rgm@gnu.org>
85 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
87 * automated/icalendar-tests.el (icalendar-tests--test-export)
88 (icalendar-tests--test-import):
89 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
90 (icalendar-tests--test-import): Reset zone even if error occurred.
92 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
94 * automated/core-elisp-tests.el: New file.
96 2013-08-01 Glenn Morris <rgm@gnu.org>
98 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
99 Try to check that the remote system has a notification program.
101 2013-07-31 Glenn Morris <rgm@gnu.org>
103 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
105 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
107 * automated/file-notify-tests.el
108 (file-notify--test-local-enabled): New defconst. Replaces all
109 `file-notify-support' occurences.
110 (file-notify--test-remote-enabled): New defun.
111 (file-notify--deftest-remote): Use it.
112 (file-notify-test00-availability): Rewrite.
113 (file-notify-test00-availability-remote): New defun.
114 (file-notify-test01-add-watch): Rewrite first erroneous check.
116 2013-07-23 Glenn Morris <rgm@gnu.org>
118 * automated/inotify-test.el (inotify-file-watch-simple):
119 Delete temp-file when done.
121 * automated/subword-tests.el: Require subword.
123 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
125 * automated/subword-tests.el: New file.
127 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
129 * automated/python-tests.el (python-imenu-create-index-2)
130 (python-imenu-create-index-3): New tests.
132 2013-07-11 Glenn Morris <rgm@gnu.org>
134 * automated/ert-tests.el: Require cl-lib at runtime too.
135 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
136 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
137 (ert-test-set-functions, ert-test-gensym)
138 (ert-test-coerce-to-vector, ert-test-string-position)
139 (ert-test-mismatch): Remove tests.
140 * automated/cl-lib.el: New, split from ert-tests.el.
142 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
144 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
145 (ruby-move-to-block-skips-percent-literal)
146 (ruby-move-to-block-skips-heredoc)
147 (ruby-move-to-block-moves-from-else-to-if)
148 (ruby-beginning-of-defun-does-not-fold-case)
149 (ruby-end-of-defun-skips-to-next-line-after-the-method):
150 Replace goto-line with forward-line/goto-char.
151 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
153 * automated/package-test.el (makeinfo-buffer): Autoload.
154 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
155 (package-test-install-texinfo): Don't require makeinfo.
157 * automated/files.el: Stop "local variables" confusion.
159 * automated/flymake-tests.el (flymake-tests): Remove unused group.
161 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
162 Use with-current-buffer.
164 * automated/undo-tests.el (undo-test-buffer-modified)
165 (undo-test-file-modified): New tests.
167 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
169 * automated/file-notify-tests.el (file-notify-test00-availability):
170 Set :expected-result.
171 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
172 (file-notify-test02-events, file-notify-test02-events-remote)
173 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
174 Skip when `file-notify-support' is nil. (Bug#14823)
176 2013-07-09 Glenn Morris <rgm@gnu.org>
178 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
180 (inotify-file-watch-simple): Silence compiler.
182 * automated/python-tests.el (python-indent-block-enders):
183 Make it actually test something.
185 * automated/package-x-test.el: Require package-test when compiling.
187 * automated/add-log-tests.el, automated/advice-tests.el:
188 * automated/imenu-test.el, automated/package-x-test.el:
189 * automated/python-tests.el, automated/ruby-mode-tests.el:
190 * automated/xml-parse-tests.el: Explictly require ert.
192 2013-07-08 Kenichi Handa <handa@gnu.org>
194 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
195 Use with-ccoding-priority to avoid side-effect (Bug#14781).
197 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
199 * automated/file-notify-tests.el
200 (file-notify-test-remote-temporary-file-directory):
201 Use `null-device' on w32.
202 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
203 (file-notify--test-results, file-notify--test-event)
204 (file-notify--deftest-remote, file-notify--event-test)
205 (file-notify--test-event-handler)
206 (file-notify--test-make-temp-name): Rename, in order to mark them
208 (tramp-message-show-message, tramp-read-passwd): Tweak them for
209 better fitting in noninteractive tests.
210 (file-notify-test00-availability): Rename from `file-notify-test0'.
211 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
212 Use `temporary-file-directory '.
213 (file-notify-test01-add-watch-remote): New test.
214 (file-notify-test02-events): Rename from `file-notify-test2'.
215 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
216 (file-notify-test03-autorevert): Rename from
217 `file-notify-test4'. Use timeouts.
218 (file-notify-test03-autorevert-remote): Rename from
221 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
223 * automated/file-notify-tests.el: New package.
225 2013-06-28 Kenichi Handa <handa@gnu.org>
227 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
228 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
230 (decoder-tests-filename): New function.
231 (decoder-tests-prefer-utf-8-read)
232 (decoder-tests-prefer-utf-8-write): New function.
233 (ert-test-decoder-prefer-utf-8): New test.
235 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
237 * automated/package-x-test.el: Change the commentary.
238 (package-x-test--single-archive-entry-1-3)
239 (package-x-test--single-archive-entry-1-4): Fix the tests, by
240 using the appropriate data structure.
242 2013-06-27 Daniel Hackney <dan@haxney.org>
244 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
246 * automated/package-x-test.el: New file.
248 * automated/package-test.el: New file.
250 * automated/data/package: New directory, with test examples.
252 2013-06-27 Glenn Morris <rgm@gnu.org>
254 * automated/python-tests.el (python-tests-with-temp-file):
255 Clean up after ourself.
257 * automated/undo-tests.el (undo-test3): Remove test that seems to
258 do nothing that the previous one doesn't, except leave a tempfile.
260 2013-06-26 Glenn Morris <rgm@gnu.org>
262 * automated/info-xref.el: New file.
264 2013-06-25 Glenn Morris <rgm@gnu.org>
266 * automated/occur-tests.el (occur-test-create): New function.
267 Use it to create separate tests for each element, so we run them
268 all rather than stopping at the first error.
270 2013-06-24 Glenn Morris <rgm@gnu.org>
272 * automated/occur-tests.el (occur-tests):
273 Update for 2013-05-29 change to occur header line.
275 2013-06-21 Eduard Wiebe <usenet@pusto.de>
277 Test suite for flymake.
278 * automated/flymake-tests.el:
279 * automated/flymake/warnpred/Makefile
280 * automated/flymake/warnpred/test.c
281 * automated/flymake/warnpred/test.pl: New files.
283 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
285 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
287 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
289 * automated/reftex-tests.el: New test suite for reftex.
291 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
293 * automated/ruby-mode-tests.el: New tests, for percent literals
294 and expression expansion.
296 2013-05-29 Leo Liu <sdl.web@gmail.com>
298 * indent/octave.m: Tweak.
300 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
302 * tests/eshell.el: Rewrite tests using ERT.
304 2013-05-25 Leo Liu <sdl.web@gmail.com>
306 * indent/octave.m: Add tests for %!, # and ### comments.
308 2013-05-23 Kenichi Handa <handa@gnu.org>
310 * automated/decoder-tests.el: New file.
312 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
314 * indent/ruby.rb: Add multiline regexp example.
316 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
317 (ruby-regexp-skips-over-interpolation)
318 (ruby-regexp-continues-till-end-when-unclosed)
319 (ruby-regexp-can-be-multiline)
320 (ruby-interpolation-inside-percent-literal): New tests.
322 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
324 * indent/ruby.rb: Fix indentation after =; add more cases.
326 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
328 * indent/pascal.pas: Add test for mis-identified comments.
330 2013-04-01 Masatake YAMATO <yamato@redhat.com>
332 * automated/imenu-tests.el: New file. (Bug#14112)
334 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
336 * automated/python-tests.el (python-imenu-prev-index-position-1):
338 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
341 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
343 * automated/python-tests.el (python-nav-backward-defun-2)
344 (python-nav-backward-defun-3, python-nav-forward-defun-2)
345 (python-nav-forward-defun-3): New tests.
347 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
349 * automated/python-tests.el (python-nav-backward-defun-1)
350 (python-nav-forward-defun-1): New tests.
352 2013-04-09 Masatake YAMATO <yamato@redhat.com>
354 * automated/add-log-tests.el: New file. (Bug#14112)
356 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
358 * automated/python-tests.el (python-indent-block-enders): New test.
359 (python-info-current-defun-2): Fix test.
361 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
363 * indent/octave.m: Fix encoding error in comment. Add coding tag.
365 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
367 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
368 (python-tests-with-temp-file): New macro.
369 (python-tests-shell-interpreter): New var.
370 (python-shell-get-process-name-1)
371 (python-shell-internal-get-process-name-1)
372 (python-shell-parse-command-1)
373 (python-shell-calculate-process-environment-1)
374 (python-shell-calculate-process-environment-2)
375 (python-shell-calculate-process-environment-3)
376 (python-shell-calculate-exec-path-1)
377 (python-shell-calculate-exec-path-2)
378 (python-shell-make-comint-1)
379 (python-shell-make-comint-2)
380 (python-shell-get-process-1)
381 (python-shell-get-or-create-process-1)
382 (python-shell-internal-get-or-create-process-1): New tests.
384 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
386 * automated/python-tests.el: New file.
388 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
390 * automated/ruby-mode-tests.el
391 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
392 bits inside the examples.
393 (ruby-move-to-block-skips-heredoc): New test.
394 (ruby-add-log-current-method-after-inner-class):
395 Lower expectations: move point inside a method, initially.
397 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
399 * automated/ruby-mode-tests.el
400 (ruby-move-to-block-skips-percent-literal): New test.
402 2013-02-04 Chong Yidong <cyd@gnu.org>
404 * automated/thingatpt.el: New file.
406 2013-02-03 Chong Yidong <cyd@gnu.org>
408 * automated/files.el (file-test--do-local-variables-test):
409 Avoid compilation warning message.
411 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
413 * automated/ruby-mode-tests.el
414 (ruby-indent-spread-args-in-parens): New test.
415 * automated/ruby-mode-tests.el (ruby-block-test-example):
416 Break indentation of the do block opener and add a line inside it.
417 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
420 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
422 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
424 2013-01-14 Glenn Morris <rgm@gnu.org>
426 * automated/compile-tests.el (compile-tests--test-regexps-data):
427 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
429 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
431 * automated/man-tests.el: New file.
433 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
435 * automated/undo-tests.el (undo-test0): Adjust error to code change.
437 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
439 * automated/undo-tests.el: New file.
441 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
443 * automated/ruby-mode-tests.el
444 (ruby-indent-after-block-in-continued-expression): New test.
446 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
448 * automated/ruby-mode-tests.el
449 Rename one interpolation test; add three more.
450 (ruby-with-temp-buffer): New macro, use it where appropriate.
451 (ruby-add-log-current-method-examples): Use "_" for target point.
452 Add four new tests for ruby-add-log-current-method.
454 2012-12-11 Glenn Morris <rgm@gnu.org>
456 * automated/f90.el (f90-test-bug13138): New test.
458 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
460 * automated/inotify-test.el: New test.
462 2012-12-02 Chong Yidong <cyd@gnu.org>
464 * automated/ruby-mode-tests.el
465 (ruby-add-log-current-method-examples): Don't use loop macro, to
466 allow automated testing to work.
468 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
470 * automated/advice-tests.el (advice-tests--data): Remove.
471 (advice-tests): Move the tests directly here instead.
472 Add called-interactively-p tests.
474 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
476 * automated/ert-x-tests.el: Use cl-lib.
477 * automated/ert-tests.el: Use lexical-binding and cl-lib.
479 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
481 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
482 (ruby-indent-inside-heredoc-after-operator)
483 (ruby-indent-inside-heredoc-after-space): New tests.
484 Change direct font-lock face references to var references.
485 (ruby-interpolation-suppresses-syntax-inside): New test.
486 (ruby-interpolation-inside-percent-literal-with-paren):
489 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
491 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
492 (ruby-singleton-class-no-heredoc-font-lock)
493 (ruby-add-log-current-method-examples): New tests.
494 (ruby-test-string): Extract from ruby-should-indent-buffer.
495 (ruby-deftest-move-to-block): New macro.
496 Add several move-to-block tests.
498 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
500 * automated/advice-tests.el: New tests.
502 2012-10-14 Eli Zaretskii <eliz@gnu.org>
504 * automated/compile-tests.el (compile-tests--test-regexps-data):
505 Add new data for msft's new format.
507 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
509 * automated/ruby-mode-tests.el:
510 (ruby-toggle-block-to-multiline): New test.
511 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
512 (ruby-toggle-block-to-brace): Use buffer-string.
514 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
516 * automated/ruby-mode-tests.el: New tests (Bug#11613).
518 2012-08-28 Chong Yidong <cyd@gnu.org>
520 * automated/files.el: Test every combination of values for
521 enable-local-variables and enable-local-eval.
523 2012-08-19 Chong Yidong <cyd@gnu.org>
525 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
527 2012-08-18 Chong Yidong <cyd@gnu.org>
529 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
531 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
533 * indent/ruby.rb: Rearrange examples, add new ones.
535 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
537 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
538 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
540 2012-08-11 Glenn Morris <rgm@gnu.org>
542 * automated/files.el: New file.
544 * automated/Makefile.in (all): Fix typo.
546 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
548 * automated/ruby-mode-tests.el (ruby-should-indent):
549 Add docstring, check (current-indentation) instead of (current-column).
550 (ruby-should-indent-buffer): New function.
551 Add tests for `ruby-deep-indent-paren' behavior.
552 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
554 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
556 Original tests in test_ruby_mode.rb in upstream (author).
558 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
560 * automated/ruby-mode-tests.el (ruby-should-indent)
561 (ruby-assert-state): New functions.
564 2012-07-29 David Engster <deng@randomsample.de>
566 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
567 New variable to hold test data for name expansion.
568 (xml-parse-tests): Test the two different types of name expansion.
570 2012-07-29 Juri Linkov <juri@jurta.org>
572 * automated/occur-tests.el (occur-test-case): Use predefined
573 buffer name " *test-occur*" instead of a random buffer name.
575 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
577 * automated/ruby-mode-tests.el: New file with one test.
579 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
581 * indent/shell.sh: Add test case for ${#VAR}.
583 * indent/latex-mode.tex: New file.
585 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
587 * eshell.el: Use cl-lib.
589 2012-07-03 Chong Yidong <cyd@gnu.org>
591 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
593 2012-07-02 Chong Yidong <cyd@gnu.org>
595 * automated/xml-parse-tests.el (xml-parse-tests--data):
598 2012-07-01 Chong Yidong <cyd@gnu.org>
600 * automated/xml-parse-tests.el: New file.
602 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
604 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
607 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
609 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
610 Test escaped commas in TZID (Bug#11473).
611 (icalendar-import-with-timezone): New.
612 (icalendar-real-world): Add new testcase as given in the bugreport
615 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
617 * automated/icalendar-tests.el (icalendar-tests--test-import):
618 Include UID in import tests (Bug#11525).
619 (icalendar-import-non-recurring, icalendar-import-rrule)
620 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
622 (icalendar-import-with-uid): New.
623 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
624 Include UID in cycle tests.
625 (icalendar-cycle, icalendar-real-world): UID-import change.
627 2012-05-21 Glenn Morris <rgm@gnu.org>
629 * automated/Makefile.in (setwins): Scrap superfluous subshell.
631 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
633 * automated/url-util-tests.el: New file to test
634 lisp/url/url-util.el. Only `url-build-query-string' and
635 `url-parse-query-string' are tested right now (Bug#8706).
637 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
640 * indent/shell.rc: Ad some test cases.
642 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
644 * indent/ruby.rb: New file, to test new syntax-propertize code.
646 2012-04-11 Glenn Morris <rgm@gnu.org>
648 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
650 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
652 * automated/url-future-tests.el (url-future-tests): Move from
653 lisp/url/url-future.el and rename.
655 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
657 * automated/icalendar-tests.el (icalendar-import-non-recurring):
658 Fix broken test, caused by missing trailing blank.
660 2011-12-03 Chong Yidong <cyd@gnu.org>
662 * automated/compile-tests.el (compile-tests--test-regexps-data):
663 Increase column numbers by one to reflect change in how
664 compilation-message is recorded (Bug#10172).
666 2011-11-22 Glenn Morris <rgm@gnu.org>
668 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
670 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
672 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
674 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
676 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
677 (icalendar-tests--test-export, icalendar-tests--do-test-export):
678 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
680 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
682 * automated/newsticker-tests.el
683 (newsticker--group-manage-orphan-feeds): Remove fsetting of
684 newsticker--treeview-tree-update.
686 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
688 * automated/newsticker-tests.el
689 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
691 * trunk/test/automated/newsticker-tests.el
692 (newsticker--group-manage-orphan-feeds): Prevent updating
693 newsticker treeview. Fixed bug#9763.
695 2011-10-20 Glenn Morris <rgm@gnu.org>
697 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
699 * automated/vc-bzr.el: New file.
701 2011-10-15 Glenn Morris <rgm@gnu.org>
703 * automated/f90.el: New file.
705 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
707 * automated/newsticker-tests.el: Move newsticker-testsuite.el
708 to automated/newsticker-tests.el. Convert to ERT.
710 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
712 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
713 Remove, simply use string=.
714 (icalendar--diarytime-to-isotime)
715 (icalendar--datetime-to-diary-date)
716 (icalendar--datestring-to-isodate)
717 (icalendar--format-ical-event)
718 (icalendar--parse-summary-and-rest)
719 (icalendar-tests--do-test-import)
720 (icalendar-tests--do-test-cycle): Change argument order of
721 string= to EXPECTED ACTUAL.
722 (icalendar--import-format-sample)
723 (icalendar--format-ical-event)
724 (icalendar-import-non-recurring)
725 (icalendar-import-rrule)
726 (icalendar-import-duration)
727 (icalendar-import-bug-6766)
728 (icalendar-real-world): Adjust to string= instead of
729 icalendar-tests--compare-strings.
730 (icalendar-import-multiple-vcalendars): New.
732 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
734 * automated/gnus-tests.el: Add wrapper for Gnus tests.
737 2011-05-09 Juri Linkov <juri@jurta.org>
739 * automated/occur-tests.el: Move from test/occur-testsuite.el.
742 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
744 * automated/compile-tests.el: New file.
746 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
748 * automated/font-parse-tests.el: Don't byte-compile.
750 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
752 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
754 * automated/lexbind-tests.el: New file.
756 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
758 * Version 23.3 released.
760 2011-03-05 Glenn Morris <rgm@gnu.org>
762 * eshell.el: Move here from lisp/eshell/esh-test.el.
764 2011-03-03 Christian Ohler <ohler@gnu.org>
766 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
769 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
771 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
772 convert to ERT format.
774 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
776 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
777 convert to ERT format.
779 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
782 * indent/shell.rc: New files.
784 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
786 * automated/font-parse-tests.el: Move from
787 font-parse-testsuite.el.
789 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
791 * font-parse-testsuite.el (test-font-parse-data): New file.
793 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
795 * indent/prolog.prolog: Add tokenizing tests.
797 2011-01-13 Christian Ohler <ohler@gnu.org>
799 * automated: New directory for automated tests.
801 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
803 * automated/Makefile.in: New file.
805 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
807 * indent/modula2.mod: New file.
809 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
811 * indent/octave.m: Add a test to ensure indentation is local.
813 2010-10-23 Glenn Morris <rgm@gnu.org>
815 * comint-testsuite.el
816 (comint-testsuite--test-comint-password-prompt-regexp):
817 Add "Please enter the password". (Bug#7224)
819 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
821 * indent/prolog.prolog: Use normal spacing around !.
823 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
825 * indent/octave.m: Remove one more `fixindent'. Use `end'.
827 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
829 * indent/octave.m: Remove some `fixindent' not needed any more.
831 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
833 * indent/octave.m: New file.
835 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
837 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
838 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
839 (icalendar-testsuite--run-internal-tests): New.
840 (icalendar-testsuite--test-convert-ordinary-to-ical)
841 (icalendar-testsuite--test-convert-block-to-ical)
842 (icalendar-testsuite--test-convert-anniversary-to-ical)
843 (icalendar-testsuite--test-parse-vtimezone)
844 (icalendar-testsuite--do-test-export): Code formatting.
845 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
846 (icalendar-testsuite--do-test-import)
847 (icalendar-testsuite--do-test-cycle):
848 Use icalendar-testsuite--compare-strings
849 (icalendar-testsuite--run-import-tests): Comment added.
850 (icalendar-testsuite--run-import-tests)
851 (icalendar-testsuite--run-real-world-tests): Fix expected results.
853 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
855 * redisplay-testsuite.el (test-redisplay-3): New test.
857 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
859 * comint-testsuite.el: New file.
861 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
865 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
867 * Version 23.2 released.
869 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
871 * cedet/semantic-ia-utest.el
872 (semantic-symref-test-count-hits-in-tag): Add function, from
875 * cedet/tests/test.cpp:
876 * cedet/tests/test.py:
877 * cedet/tests/teststruct.cpp:
878 * cedet/tests/testtemplates.cpp:
879 * cedet/tests/testusing.cpp:
880 * cedet/tests/scopetest.cpp:
881 * cedet/tests/scopetest.java: Files deleted.
883 * cedet/tests/test.make:
884 * cedet/tests/test.c:
885 * cedet/tests/testjavacomp.java:
886 * cedet/tests/testspp.c:
887 * cedet/tests/testsppreplace.c:
888 * cedet/tests/testsppreplaced.c:
889 * cedet/tests/testsubclass.cpp:
890 * cedet/tests/testsubclass.hh:
891 * cedet/tests/testtypedefs.cpp:
892 * cedet/tests/testvarnames.c:
893 * cedet/tests/test.el:
894 * cedet/tests/testdoublens.cpp:
895 * cedet/tests/testdoublens.hpp: Add copyright header.
897 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
898 Remove reference to deleted files.
900 2010-03-30 Juri Linkov <juri@jurta.org>
902 * occur-testsuite.el (occur-tests): Add tests for context lines.
904 2010-03-23 Juri Linkov <juri@jurta.org>
906 * occur-testsuite.el: New file.
908 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
912 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
914 * icalendar-testsuite.el
915 (icalendar-testsuite--run-function-tests): Add new tests.
916 (icalendar-testsuite--test-diarytime-to-isotime): Add another
918 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
919 (icalendar-testsuite--test-convert-weekly-to-ical): New.
920 (icalendar-testsuite--test-convert-yearly-to-ical): New.
921 (icalendar-testsuite--test-convert-block-to-ical): New.
922 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
923 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
925 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
927 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
928 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
929 Fix typos in docstrings and error messages.
930 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
932 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
934 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
935 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
936 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
938 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
940 * icalendar-testsuite.el
941 (icalendar-testsuite--run-function-tests):
942 Add icalendar-testsuite--test-parse-vtimezone.
943 (icalendar-testsuite--test-parse-vtimezone): New.
944 (icalendar-testsuite--do-test-cycle): Doc changes.
945 (icalendar-testsuite--run-real-world-tests): Remove trailing
946 whitespace -- see change of icalendar--add-diary-entry in
948 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
950 2009-09-30 Glenn Morris <rgm@gnu.org>
952 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
954 2009-06-26 Eric Ludlam <zappo@gnu.org>
956 * cedet/*: New unit tests, from CEDET repository.
958 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
960 * redisplay-testsuite.el: New file.
962 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
966 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
968 * icalendar-testsuite.el
969 (icalendar-testsuite--run-function-tests):
970 Add icalendar-testsuite--test-diarytime-to-isotime.
971 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
972 recent icalendar fixes.
973 (icalendar-testsuite--test-diarytime-to-isotime): New.
974 (icalendar-testsuite--test-create-uid): Adjust to recent
977 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
979 * bytecomp-testsuite.el: New file.
981 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
983 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
984 Add `icalendar-testsuite--test-create-uid'.
985 (icalendar-testsuite--test-create-uid): New.
987 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
989 * newsticker-testsuite.el: New file.
991 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
993 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
994 Add icalendar-testsuite--test-datestring-to-isodate,
995 icalendar-testsuite--test-datetime-to-diary-date, and
996 icalendar-testsuite--test-calendar-style.
997 (icalendar-testsuite--test-format-ical-event):
998 (icalendar-testsuite--test-parse-summary-and-rest):
999 Doc fix. Remove european-calendar-style.
1000 (icalendar-testsuite--get-ical-event): Doc fix.
1001 (icalendar-testsuite--test-first-weekday-of-year):
1002 (icalendar-testsuite--run-cycle-tests): Add doc string.
1003 (icalendar-testsuite--test-datestring-to-isodate):
1004 (icalendar-testsuite--test-datetime-to-diary-date):
1005 (icalendar-testsuite--test-calendar-style): New functions.
1006 (icalendar-testsuite--test-export): Handle iso date style.
1007 New arg INPUT-ISO. Use calendar-date-style.
1008 (icalendar-testsuite--test-import): Handle iso date style.
1009 New arg EXPECTED-ISO. Use calendar-date-style.
1010 (icalendar-testsuite--test-cycle): Handle iso date style.
1011 (icalendar-testsuite--run-import-tests):
1012 (icalendar-testsuite--run-export-tests):
1013 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1015 2008-02-29 Glenn Morris <rgm@gnu.org>
1019 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
1021 * icalendar-testsuite.el: New file.
1027 Copyright (C) 2008-2013 Free Software Foundation, Inc.
1029 This file is part of GNU Emacs.
1031 GNU Emacs is free software: you can redistribute it and/or modify
1032 it under the terms of the GNU General Public License as published by
1033 the Free Software Foundation, either version 3 of the License, or
1034 (at your option) any later version.
1036 GNU Emacs is distributed in the hope that it will be useful,
1037 but WITHOUT ANY WARRANTY; without even the implied warranty of
1038 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1039 GNU General Public License for more details.
1041 You should have received a copy of the GNU General Public License
1042 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.