* lisp/subr.el (internal--call-interactively): New const.
[bpt/emacs.git] / test / ChangeLog
1 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
2
3 * automated/advice-tests.el (advice-test-called-interactively-p-around)
4 (advice-test-called-interactively-p-filter-args)
5 (advice-test-called-interactively-p-around): New tests.
6
7 2013-09-16 Glenn Morris <rgm@gnu.org>
8
9 * automated/eshell.el (eshell-match-result):
10 Return a more informative failure than simply "false". Update callers.
11
12 * automated/eshell.el (eshell-test/for-name-shadow-loop):
13 Test value before and after loop as well as during.
14
15 2013-09-15 Glenn Morris <rgm@gnu.org>
16
17 * automated/eshell.el (eshell-test/for-name-shadow-loop):
18 New test. (Bug#15372)
19 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
20
21 2013-09-13 Glenn Morris <rgm@gnu.org>
22
23 * automated/eshell.el (with-temp-eshell):
24 Use a temp directory for eshell-directory-name.
25 (eshell-test-command-result): New, again using a temp directory.
26 Replace eshell-command-result with this throughout.
27 (eshell-test/for-loop, eshell-test/for-name-loop):
28 Ensure environment variables don't confuse us.
29
30 2013-09-12 Glenn Morris <rgm@gnu.org>
31
32 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
33 due to "has a running process; kill it?" prompts.
34
35 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * automated/eshell.el: Rename from eshell.el.
38 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
39
40 2013-09-01 Glenn Morris <rgm@gnu.org>
41
42 * automated/Makefile.in (setwins): Avoid leading space in $wins.
43 Otherwise the sed command used by eg compile-main ends up
44 containing "/*.el". (Bug#15170)
45
46 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
47
48 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
49 for portability to hosts where /bin/sh has problems.
50
51 2013-08-21 David Engster <deng@randomsample.de>
52
53 * automated/eieio-tests.el, automated/eieio-test-persist.el:
54 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
55 upstream. Changed to use ERT.
56
57 2013-08-14 Daniel Hackney <dan@haxney.org>
58
59 * package-test.el: Remove tar-package-building functions. Tar file
60 used for testing is included in the repository.
61 (package-test-install-texinfo, package-test-cleanup-built-files):
62 Remove.
63
64 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
65
66 * automated/python-tests.el (python-imenu-create-index-4)
67 (python-imenu-create-flat-index-2): New tests.
68
69 2013-08-05 Glenn Morris <rgm@gnu.org>
70
71 * automated/mule-util.el: New file, with tests extracted from
72 lisp/international/mule-util.el.
73
74 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * automated/advice-tests.el (advice-tests-nadvice): Test removal
77 before definition.
78 (advice-tests-macroaliases): New test.
79
80 2013-08-04 Glenn Morris <rgm@gnu.org>
81
82 * automated/ert-tests.el: Disable failing test that no-one seems
83 to know how to fix. (Bug#13064)
84
85 * automated/icalendar-tests.el (icalendar-tests--test-export)
86 (icalendar-tests--test-import): Try more precise TZ specification.
87 Remove debug messages.
88
89 2013-08-03 Glenn Morris <rgm@gnu.org>
90
91 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
92
93 * automated/icalendar-tests.el (icalendar-tests--test-export)
94 (icalendar-tests--test-import):
95 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
96 (icalendar-tests--test-import): Reset zone even if error occurred.
97
98 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * automated/core-elisp-tests.el: New file.
101
102 2013-08-01 Glenn Morris <rgm@gnu.org>
103
104 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
105 Try to check that the remote system has a notification program.
106
107 2013-07-31 Glenn Morris <rgm@gnu.org>
108
109 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
110
111 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
112
113 * automated/file-notify-tests.el
114 (file-notify--test-local-enabled): New defconst. Replaces all
115 `file-notify-support' occurences.
116 (file-notify--test-remote-enabled): New defun.
117 (file-notify--deftest-remote): Use it.
118 (file-notify-test00-availability): Rewrite.
119 (file-notify-test00-availability-remote): New defun.
120 (file-notify-test01-add-watch): Rewrite first erroneous check.
121
122 2013-07-23 Glenn Morris <rgm@gnu.org>
123
124 * automated/inotify-test.el (inotify-file-watch-simple):
125 Delete temp-file when done.
126
127 * automated/subword-tests.el: Require subword.
128
129 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * automated/subword-tests.el: New file.
132
133 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
134
135 * automated/python-tests.el (python-imenu-create-index-2)
136 (python-imenu-create-index-3): New tests.
137
138 2013-07-11 Glenn Morris <rgm@gnu.org>
139
140 * automated/ert-tests.el: Require cl-lib at runtime too.
141 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
142 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
143 (ert-test-set-functions, ert-test-gensym)
144 (ert-test-coerce-to-vector, ert-test-string-position)
145 (ert-test-mismatch): Remove tests.
146 * automated/cl-lib.el: New, split from ert-tests.el.
147
148 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
149 Goto point-min.
150 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
151 (ruby-move-to-block-skips-percent-literal)
152 (ruby-move-to-block-skips-heredoc)
153 (ruby-move-to-block-moves-from-else-to-if)
154 (ruby-beginning-of-defun-does-not-fold-case)
155 (ruby-end-of-defun-skips-to-next-line-after-the-method):
156 Replace goto-line with forward-line/goto-char.
157 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
158
159 * automated/package-test.el (makeinfo-buffer): Autoload.
160 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
161 (package-test-install-texinfo): Don't require makeinfo.
162
163 * automated/files.el: Stop "local variables" confusion.
164
165 * automated/flymake-tests.el (flymake-tests): Remove unused group.
166
167 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
168 Use with-current-buffer.
169
170 * automated/undo-tests.el (undo-test-buffer-modified)
171 (undo-test-file-modified): New tests.
172
173 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
174
175 * automated/file-notify-tests.el (file-notify-test00-availability):
176 Set :expected-result.
177 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
178 (file-notify-test02-events, file-notify-test02-events-remote)
179 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
180 Skip when `file-notify-support' is nil. (Bug#14823)
181
182 2013-07-09 Glenn Morris <rgm@gnu.org>
183
184 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
185 Declare.
186 (inotify-file-watch-simple): Silence compiler.
187
188 * automated/python-tests.el (python-indent-block-enders):
189 Make it actually test something.
190
191 * automated/package-x-test.el: Require package-test when compiling.
192
193 * automated/add-log-tests.el, automated/advice-tests.el:
194 * automated/imenu-test.el, automated/package-x-test.el:
195 * automated/python-tests.el, automated/ruby-mode-tests.el:
196 * automated/xml-parse-tests.el: Explictly require ert.
197
198 2013-07-08 Kenichi Handa <handa@gnu.org>
199
200 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
201 Use with-ccoding-priority to avoid side-effect (Bug#14781).
202
203 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
204
205 * automated/file-notify-tests.el
206 (file-notify-test-remote-temporary-file-directory):
207 Use `null-device' on w32.
208 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
209 (file-notify--test-results, file-notify--test-event)
210 (file-notify--deftest-remote, file-notify--event-test)
211 (file-notify--test-event-handler)
212 (file-notify--test-make-temp-name): Rename, in order to mark them
213 internal.
214 (tramp-message-show-message, tramp-read-passwd): Tweak them for
215 better fitting in noninteractive tests.
216 (file-notify-test00-availability): Rename from `file-notify-test0'.
217 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
218 Use `temporary-file-directory '.
219 (file-notify-test01-add-watch-remote): New test.
220 (file-notify-test02-events): Rename from `file-notify-test2'.
221 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
222 (file-notify-test03-autorevert): Rename from
223 `file-notify-test4'. Use timeouts.
224 (file-notify-test03-autorevert-remote): Rename from
225 `file-notify-test5'.
226
227 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
228
229 * automated/file-notify-tests.el: New package.
230
231 2013-06-28 Kenichi Handa <handa@gnu.org>
232
233 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
234 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
235 Callers changed.
236 (decoder-tests-filename): New function.
237 (decoder-tests-prefer-utf-8-read)
238 (decoder-tests-prefer-utf-8-write): New function.
239 (ert-test-decoder-prefer-utf-8): New test.
240
241 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
242
243 * automated/package-x-test.el: Change the commentary.
244 (package-x-test--single-archive-entry-1-3)
245 (package-x-test--single-archive-entry-1-4): Fix the tests, by
246 using the appropriate data structure.
247
248 2013-06-27 Daniel Hackney <dan@haxney.org>
249
250 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
251
252 * automated/package-x-test.el: New file.
253
254 * automated/package-test.el: New file.
255
256 * automated/data/package: New directory, with test examples.
257
258 2013-06-27 Glenn Morris <rgm@gnu.org>
259
260 * automated/python-tests.el (python-tests-with-temp-file):
261 Clean up after ourself.
262
263 * automated/undo-tests.el (undo-test3): Remove test that seems to
264 do nothing that the previous one doesn't, except leave a tempfile.
265
266 2013-06-26 Glenn Morris <rgm@gnu.org>
267
268 * automated/info-xref.el: New file.
269
270 2013-06-25 Glenn Morris <rgm@gnu.org>
271
272 * automated/occur-tests.el (occur-test-create): New function.
273 Use it to create separate tests for each element, so we run them
274 all rather than stopping at the first error.
275
276 2013-06-24 Glenn Morris <rgm@gnu.org>
277
278 * automated/occur-tests.el (occur-tests):
279 Update for 2013-05-29 change to occur header line.
280
281 2013-06-21 Eduard Wiebe <usenet@pusto.de>
282
283 Test suite for flymake.
284 * automated/flymake-tests.el:
285 * automated/flymake/warnpred/Makefile
286 * automated/flymake/warnpred/test.c
287 * automated/flymake/warnpred/test.pl: New files.
288
289 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
290
291 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
292
293 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
294
295 * automated/reftex-tests.el: New test suite for reftex.
296
297 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
298
299 * automated/ruby-mode-tests.el: New tests, for percent literals
300 and expression expansion.
301
302 2013-05-29 Leo Liu <sdl.web@gmail.com>
303
304 * indent/octave.m: Tweak.
305
306 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
307
308 * tests/eshell.el: Rewrite tests using ERT.
309
310 2013-05-25 Leo Liu <sdl.web@gmail.com>
311
312 * indent/octave.m: Add tests for %!, # and ### comments.
313
314 2013-05-23 Kenichi Handa <handa@gnu.org>
315
316 * automated/decoder-tests.el: New file.
317
318 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
319
320 * indent/ruby.rb: Add multiline regexp example.
321
322 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
323 (ruby-regexp-skips-over-interpolation)
324 (ruby-regexp-continues-till-end-when-unclosed)
325 (ruby-regexp-can-be-multiline)
326 (ruby-interpolation-inside-percent-literal): New tests.
327
328 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * indent/ruby.rb: Fix indentation after =; add more cases.
331
332 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * indent/pascal.pas: Add test for mis-identified comments.
335
336 2013-04-01 Masatake YAMATO <yamato@redhat.com>
337
338 * automated/imenu-tests.el: New file. (Bug#14112)
339
340 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
341
342 * automated/python-tests.el (python-imenu-prev-index-position-1):
343 Remove test.
344 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
345 New tests.
346
347 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
348
349 * automated/python-tests.el (python-nav-backward-defun-2)
350 (python-nav-backward-defun-3, python-nav-forward-defun-2)
351 (python-nav-forward-defun-3): New tests.
352
353 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
354
355 * automated/python-tests.el (python-nav-backward-defun-1)
356 (python-nav-forward-defun-1): New tests.
357
358 2013-04-09 Masatake YAMATO <yamato@redhat.com>
359
360 * automated/add-log-tests.el: New file. (Bug#14112)
361
362 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
363
364 * automated/python-tests.el (python-indent-block-enders): New test.
365 (python-info-current-defun-2): Fix test.
366
367 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
368
369 * indent/octave.m: Fix encoding error in comment. Add coding tag.
370
371 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
372
373 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
374 (python-tests-with-temp-file): New macro.
375 (python-tests-shell-interpreter): New var.
376 (python-shell-get-process-name-1)
377 (python-shell-internal-get-process-name-1)
378 (python-shell-parse-command-1)
379 (python-shell-calculate-process-environment-1)
380 (python-shell-calculate-process-environment-2)
381 (python-shell-calculate-process-environment-3)
382 (python-shell-calculate-exec-path-1)
383 (python-shell-calculate-exec-path-2)
384 (python-shell-make-comint-1)
385 (python-shell-make-comint-2)
386 (python-shell-get-process-1)
387 (python-shell-get-or-create-process-1)
388 (python-shell-internal-get-or-create-process-1): New tests.
389
390 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
391
392 * automated/python-tests.el: New file.
393
394 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
395
396 * automated/ruby-mode-tests.el
397 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
398 bits inside the examples.
399 (ruby-move-to-block-skips-heredoc): New test.
400 (ruby-add-log-current-method-after-inner-class):
401 Lower expectations: move point inside a method, initially.
402
403 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
404
405 * automated/ruby-mode-tests.el
406 (ruby-move-to-block-skips-percent-literal): New test.
407
408 2013-02-04 Chong Yidong <cyd@gnu.org>
409
410 * automated/thingatpt.el: New file.
411
412 2013-02-03 Chong Yidong <cyd@gnu.org>
413
414 * automated/files.el (file-test--do-local-variables-test):
415 Avoid compilation warning message.
416
417 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
418
419 * automated/ruby-mode-tests.el
420 (ruby-indent-spread-args-in-parens): New test.
421 * automated/ruby-mode-tests.el (ruby-block-test-example):
422 Break indentation of the do block opener and add a line inside it.
423 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
424 Adjust line numbers.
425
426 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
429
430 2013-01-14 Glenn Morris <rgm@gnu.org>
431
432 * automated/compile-tests.el (compile-tests--test-regexps-data):
433 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
434
435 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
436
437 * automated/man-tests.el: New file.
438
439 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
440
441 * automated/undo-tests.el (undo-test0): Adjust error to code change.
442
443 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
444
445 * automated/undo-tests.el: New file.
446
447 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
448
449 * automated/ruby-mode-tests.el
450 (ruby-indent-after-block-in-continued-expression): New test.
451
452 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
453
454 * automated/ruby-mode-tests.el
455 Rename one interpolation test; add three more.
456 (ruby-with-temp-buffer): New macro, use it where appropriate.
457 (ruby-add-log-current-method-examples): Use "_" for target point.
458 Add four new tests for ruby-add-log-current-method.
459
460 2012-12-11 Glenn Morris <rgm@gnu.org>
461
462 * automated/f90.el (f90-test-bug13138): New test.
463
464 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
465
466 * automated/inotify-test.el: New test.
467
468 2012-12-02 Chong Yidong <cyd@gnu.org>
469
470 * automated/ruby-mode-tests.el
471 (ruby-add-log-current-method-examples): Don't use loop macro, to
472 allow automated testing to work.
473
474 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 * automated/advice-tests.el (advice-tests--data): Remove.
477 (advice-tests): Move the tests directly here instead.
478 Add called-interactively-p tests.
479
480 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * automated/ert-x-tests.el: Use cl-lib.
483 * automated/ert-tests.el: Use lexical-binding and cl-lib.
484
485 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
486
487 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
488 (ruby-indent-inside-heredoc-after-operator)
489 (ruby-indent-inside-heredoc-after-space): New tests.
490 Change direct font-lock face references to var references.
491 (ruby-interpolation-suppresses-syntax-inside): New test.
492 (ruby-interpolation-inside-percent-literal-with-paren):
493 New failing test.
494
495 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
496
497 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
498 (ruby-singleton-class-no-heredoc-font-lock)
499 (ruby-add-log-current-method-examples): New tests.
500 (ruby-test-string): Extract from ruby-should-indent-buffer.
501 (ruby-deftest-move-to-block): New macro.
502 Add several move-to-block tests.
503
504 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * automated/advice-tests.el: New tests.
507
508 2012-10-14 Eli Zaretskii <eliz@gnu.org>
509
510 * automated/compile-tests.el (compile-tests--test-regexps-data):
511 Add new data for msft's new format.
512
513 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
514
515 * automated/ruby-mode-tests.el:
516 (ruby-toggle-block-to-multiline): New test.
517 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
518 (ruby-toggle-block-to-brace): Use buffer-string.
519
520 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
521
522 * automated/ruby-mode-tests.el: New tests (Bug#11613).
523
524 2012-08-28 Chong Yidong <cyd@gnu.org>
525
526 * automated/files.el: Test every combination of values for
527 enable-local-variables and enable-local-eval.
528
529 2012-08-19 Chong Yidong <cyd@gnu.org>
530
531 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
532
533 2012-08-18 Chong Yidong <cyd@gnu.org>
534
535 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
536
537 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
538
539 * indent/ruby.rb: Rearrange examples, add new ones.
540
541 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
542
543 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
544 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
545
546 2012-08-11 Glenn Morris <rgm@gnu.org>
547
548 * automated/files.el: New file.
549
550 * automated/Makefile.in (all): Fix typo.
551
552 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
553
554 * automated/ruby-mode-tests.el (ruby-should-indent):
555 Add docstring, check (current-indentation) instead of (current-column).
556 (ruby-should-indent-buffer): New function.
557 Add tests for `ruby-deep-indent-paren' behavior.
558 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
559
560 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
561
562 Original tests in test_ruby_mode.rb in upstream (author).
563
564 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
565
566 * automated/ruby-mode-tests.el (ruby-should-indent)
567 (ruby-assert-state): New functions.
568 Add new tests.
569
570 2012-07-29 David Engster <deng@randomsample.de>
571
572 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
573 New variable to hold test data for name expansion.
574 (xml-parse-tests): Test the two different types of name expansion.
575
576 2012-07-29 Juri Linkov <juri@jurta.org>
577
578 * automated/occur-tests.el (occur-test-case): Use predefined
579 buffer name " *test-occur*" instead of a random buffer name.
580
581 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
582
583 * automated/ruby-mode-tests.el: New file with one test.
584
585 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * indent/shell.sh: Add test case for ${#VAR}.
588
589 * indent/latex-mode.tex: New file.
590
591 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * eshell.el: Use cl-lib.
594
595 2012-07-03 Chong Yidong <cyd@gnu.org>
596
597 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
598
599 2012-07-02 Chong Yidong <cyd@gnu.org>
600
601 * automated/xml-parse-tests.el (xml-parse-tests--data):
602 More testcases.
603
604 2012-07-01 Chong Yidong <cyd@gnu.org>
605
606 * automated/xml-parse-tests.el: New file.
607
608 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
611 Use cl-flet.
612
613 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
614
615 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
616 Test escaped commas in TZID (Bug#11473).
617 (icalendar-import-with-timezone): New.
618 (icalendar-real-world): Add new testcase as given in the bugreport
619 of Bug#11473.
620
621 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
622
623 * automated/icalendar-tests.el (icalendar-tests--test-import):
624 Include UID in import tests (Bug#11525).
625 (icalendar-import-non-recurring, icalendar-import-rrule)
626 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
627 UID-import change.
628 (icalendar-import-with-uid): New.
629 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
630 Include UID in cycle tests.
631 (icalendar-cycle, icalendar-real-world): UID-import change.
632
633 2012-05-21 Glenn Morris <rgm@gnu.org>
634
635 * automated/Makefile.in (setwins): Scrap superfluous subshell.
636
637 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
638
639 * automated/url-util-tests.el: New file to test
640 lisp/url/url-util.el. Only `url-build-query-string' and
641 `url-parse-query-string' are tested right now (Bug#8706).
642
643 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * indent/shell.sh:
646 * indent/shell.rc: Ad some test cases.
647
648 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
649
650 * indent/ruby.rb: New file, to test new syntax-propertize code.
651
652 2012-04-11 Glenn Morris <rgm@gnu.org>
653
654 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
655
656 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
657
658 * automated/url-future-tests.el (url-future-tests): Move from
659 lisp/url/url-future.el and rename.
660
661 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
662
663 * automated/icalendar-tests.el (icalendar-import-non-recurring):
664 Fix broken test, caused by missing trailing blank.
665
666 2011-12-03 Chong Yidong <cyd@gnu.org>
667
668 * automated/compile-tests.el (compile-tests--test-regexps-data):
669 Increase column numbers by one to reflect change in how
670 compilation-message is recorded (Bug#10172).
671
672 2011-11-22 Glenn Morris <rgm@gnu.org>
673
674 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
675
676 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
677
678 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
679
680 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
681
682 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
683 (icalendar-tests--test-export, icalendar-tests--do-test-export):
684 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
685
686 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
687
688 * automated/newsticker-tests.el
689 (newsticker--group-manage-orphan-feeds): Remove fsetting of
690 newsticker--treeview-tree-update.
691
692 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
693
694 * automated/newsticker-tests.el
695 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
696
697 * trunk/test/automated/newsticker-tests.el
698 (newsticker--group-manage-orphan-feeds): Prevent updating
699 newsticker treeview. Fixed bug#9763.
700
701 2011-10-20 Glenn Morris <rgm@gnu.org>
702
703 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
704
705 * automated/vc-bzr.el: New file.
706
707 2011-10-15 Glenn Morris <rgm@gnu.org>
708
709 * automated/f90.el: New file.
710
711 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
712
713 * automated/newsticker-tests.el: Move newsticker-testsuite.el
714 to automated/newsticker-tests.el. Convert to ERT.
715
716 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
717
718 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
719 Remove, simply use string=.
720 (icalendar--diarytime-to-isotime)
721 (icalendar--datetime-to-diary-date)
722 (icalendar--datestring-to-isodate)
723 (icalendar--format-ical-event)
724 (icalendar--parse-summary-and-rest)
725 (icalendar-tests--do-test-import)
726 (icalendar-tests--do-test-cycle): Change argument order of
727 string= to EXPECTED ACTUAL.
728 (icalendar--import-format-sample)
729 (icalendar--format-ical-event)
730 (icalendar-import-non-recurring)
731 (icalendar-import-rrule)
732 (icalendar-import-duration)
733 (icalendar-import-bug-6766)
734 (icalendar-real-world): Adjust to string= instead of
735 icalendar-tests--compare-strings.
736 (icalendar-import-multiple-vcalendars): New.
737
738 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
739
740 * automated/gnus-tests.el: Add wrapper for Gnus tests.
741 Require CL.
742
743 2011-05-09 Juri Linkov <juri@jurta.org>
744
745 * automated/occur-tests.el: Move from test/occur-testsuite.el.
746 Convert to ERT.
747
748 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
749
750 * automated/compile-tests.el: New file.
751
752 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
753
754 * automated/font-parse-tests.el: Don't byte-compile.
755
756 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
757
758 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * automated/lexbind-tests.el: New file.
761
762 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
763
764 * Version 23.3 released.
765
766 2011-03-05 Glenn Morris <rgm@gnu.org>
767
768 * eshell.el: Move here from lisp/eshell/esh-test.el.
769
770 2011-03-03 Christian Ohler <ohler@gnu.org>
771
772 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
773 New test.
774
775 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
776
777 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
778 convert to ERT format.
779
780 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
781
782 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
783 convert to ERT format.
784
785 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * indent/shell.sh:
788 * indent/shell.rc: New files.
789
790 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
791
792 * automated/font-parse-tests.el: Move from
793 font-parse-testsuite.el.
794
795 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
796
797 * font-parse-testsuite.el (test-font-parse-data): New file.
798
799 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * indent/prolog.prolog: Add tokenizing tests.
802
803 2011-01-13 Christian Ohler <ohler@gnu.org>
804
805 * automated: New directory for automated tests.
806
807 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
808
809 * automated/Makefile.in: New file.
810
811 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
812
813 * indent/modula2.mod: New file.
814
815 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * indent/octave.m: Add a test to ensure indentation is local.
818
819 2010-10-23 Glenn Morris <rgm@gnu.org>
820
821 * comint-testsuite.el
822 (comint-testsuite--test-comint-password-prompt-regexp):
823 Add "Please enter the password". (Bug#7224)
824
825 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * indent/prolog.prolog: Use normal spacing around !.
828
829 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * indent/octave.m: Remove one more `fixindent'. Use `end'.
832
833 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
834
835 * indent/octave.m: Remove some `fixindent' not needed any more.
836
837 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * indent/octave.m: New file.
840
841 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
842
843 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
844 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
845 (icalendar-testsuite--run-internal-tests): New.
846 (icalendar-testsuite--test-convert-ordinary-to-ical)
847 (icalendar-testsuite--test-convert-block-to-ical)
848 (icalendar-testsuite--test-convert-anniversary-to-ical)
849 (icalendar-testsuite--test-parse-vtimezone)
850 (icalendar-testsuite--do-test-export): Code formatting.
851 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
852 (icalendar-testsuite--do-test-import)
853 (icalendar-testsuite--do-test-cycle):
854 Use icalendar-testsuite--compare-strings
855 (icalendar-testsuite--run-import-tests): Comment added.
856 (icalendar-testsuite--run-import-tests)
857 (icalendar-testsuite--run-real-world-tests): Fix expected results.
858
859 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
860
861 * redisplay-testsuite.el (test-redisplay-3): New test.
862
863 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
864
865 * comint-testsuite.el: New file.
866
867 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * indent: New dir.
870
871 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
872
873 * Version 23.2 released.
874
875 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
876
877 * cedet/semantic-ia-utest.el
878 (semantic-symref-test-count-hits-in-tag): Add function, from
879 semantic-test.el.
880
881 * cedet/tests/test.cpp:
882 * cedet/tests/test.py:
883 * cedet/tests/teststruct.cpp:
884 * cedet/tests/testtemplates.cpp:
885 * cedet/tests/testusing.cpp:
886 * cedet/tests/scopetest.cpp:
887 * cedet/tests/scopetest.java: Files deleted.
888
889 * cedet/tests/test.make:
890 * cedet/tests/test.c:
891 * cedet/tests/testjavacomp.java:
892 * cedet/tests/testspp.c:
893 * cedet/tests/testsppreplace.c:
894 * cedet/tests/testsppreplaced.c:
895 * cedet/tests/testsubclass.cpp:
896 * cedet/tests/testsubclass.hh:
897 * cedet/tests/testtypedefs.cpp:
898 * cedet/tests/testvarnames.c:
899 * cedet/tests/test.el:
900 * cedet/tests/testdoublens.cpp:
901 * cedet/tests/testdoublens.hpp: Add copyright header.
902
903 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
904 Remove reference to deleted files.
905
906 2010-03-30 Juri Linkov <juri@jurta.org>
907
908 * occur-testsuite.el (occur-tests): Add tests for context lines.
909
910 2010-03-23 Juri Linkov <juri@jurta.org>
911
912 * occur-testsuite.el: New file.
913
914 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
915
916 * Branch for 23.2.
917
918 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
919
920 * icalendar-testsuite.el
921 (icalendar-testsuite--run-function-tests): Add new tests.
922 (icalendar-testsuite--test-diarytime-to-isotime): Add another
923 testcase.
924 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
925 (icalendar-testsuite--test-convert-weekly-to-ical): New.
926 (icalendar-testsuite--test-convert-yearly-to-ical): New.
927 (icalendar-testsuite--test-convert-block-to-ical): New.
928 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
929 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
930
931 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
932
933 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
934 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
935 Fix typos in docstrings and error messages.
936 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
937
938 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
939
940 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
941 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
942 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
943
944 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
945
946 * icalendar-testsuite.el
947 (icalendar-testsuite--run-function-tests):
948 Add icalendar-testsuite--test-parse-vtimezone.
949 (icalendar-testsuite--test-parse-vtimezone): New.
950 (icalendar-testsuite--do-test-cycle): Doc changes.
951 (icalendar-testsuite--run-real-world-tests): Remove trailing
952 whitespace -- see change of icalendar--add-diary-entry in
953 icalendar.el.
954 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
955
956 2009-09-30 Glenn Morris <rgm@gnu.org>
957
958 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
959
960 2009-06-26 Eric Ludlam <zappo@gnu.org>
961
962 * cedet/*: New unit tests, from CEDET repository.
963
964 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
965
966 * redisplay-testsuite.el: New file.
967
968 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
969
970 * Branch for 23.1.
971
972 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
973
974 * icalendar-testsuite.el
975 (icalendar-testsuite--run-function-tests):
976 Add icalendar-testsuite--test-diarytime-to-isotime.
977 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
978 recent icalendar fixes.
979 (icalendar-testsuite--test-diarytime-to-isotime): New.
980 (icalendar-testsuite--test-create-uid): Adjust to recent
981 icalendar changes.
982
983 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
984
985 * bytecomp-testsuite.el: New file.
986
987 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
988
989 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
990 Add `icalendar-testsuite--test-create-uid'.
991 (icalendar-testsuite--test-create-uid): New.
992
993 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
994
995 * newsticker-testsuite.el: New file.
996
997 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
998
999 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1000 Add icalendar-testsuite--test-datestring-to-isodate,
1001 icalendar-testsuite--test-datetime-to-diary-date, and
1002 icalendar-testsuite--test-calendar-style.
1003 (icalendar-testsuite--test-format-ical-event):
1004 (icalendar-testsuite--test-parse-summary-and-rest):
1005 Doc fix. Remove european-calendar-style.
1006 (icalendar-testsuite--get-ical-event): Doc fix.
1007 (icalendar-testsuite--test-first-weekday-of-year):
1008 (icalendar-testsuite--run-cycle-tests): Add doc string.
1009 (icalendar-testsuite--test-datestring-to-isodate):
1010 (icalendar-testsuite--test-datetime-to-diary-date):
1011 (icalendar-testsuite--test-calendar-style): New functions.
1012 (icalendar-testsuite--test-export): Handle iso date style.
1013 New arg INPUT-ISO. Use calendar-date-style.
1014 (icalendar-testsuite--test-import): Handle iso date style.
1015 New arg EXPECTED-ISO. Use calendar-date-style.
1016 (icalendar-testsuite--test-cycle): Handle iso date style.
1017 (icalendar-testsuite--run-import-tests):
1018 (icalendar-testsuite--run-export-tests):
1019 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1020
1021 2008-02-29 Glenn Morris <rgm@gnu.org>
1022
1023 * README: New file.
1024
1025 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
1026
1027 * icalendar-testsuite.el: New file.
1028
1029 ;; Local Variables:
1030 ;; coding: utf-8
1031 ;; End:
1032
1033 Copyright (C) 2008-2013 Free Software Foundation, Inc.
1034
1035 This file is part of GNU Emacs.
1036
1037 GNU Emacs is free software: you can redistribute it and/or modify
1038 it under the terms of the GNU General Public License as published by
1039 the Free Software Foundation, either version 3 of the License, or
1040 (at your option) any later version.
1041
1042 GNU Emacs is distributed in the hope that it will be useful,
1043 but WITHOUT ANY WARRANTY; without even the implied warranty of
1044 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1045 GNU General Public License for more details.
1046
1047 You should have received a copy of the GNU General Public License
1048 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.