]> code.delx.au - gnu-emacs/blob - test/ChangeLog
Fix bug #19201 with after-strings not being displayed.
[gnu-emacs] / test / ChangeLog
1 2014-11-22 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 * automated/python-tests.el
4 (python-shell-calculate-process-environment-4)
5 (python-shell-calculate-process-environment-5): New tests.
6 (python-shell-make-comint-3): Use file-equal-p.
7 (python-shell-get-or-create-process-1)
8 (python-shell-get-or-create-process-2)
9 (python-shell-get-or-create-process-3): Fix interpreter for
10 Windows (Bug#18595).
11
12 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
13
14 * automated/python-tests.el (python-indent-dedenters-8): New test
15 for Bug#18432.
16
17 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
18
19 * automated/python-tests.el (python-indent-region-1)
20 (python-indent-region-2, python-indent-region-3)
21 (python-indent-region-4, python-indent-region-5): New tests.
22
23 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
24
25 Backport Tramp changes from trunk.
26
27 * automated/tramp-tests.el (tramp-remote-process-environment):
28 Declare.
29 (tramp--test-enabled): Ignore errors.
30 (tramp--instrument-test-case): Extend docstring. Print debug
31 buffer in any case.
32 (tramp-test15-copy-directory): Skip for tramp-smb.el.
33 (tramp-test21-file-links): Use `file-truename' for directories.
34 (tramp-test26-process-file): Extend test according to Bug#17815.
35 (tramp-test27-start-file-process, tramp-test28-shell-command):
36 Retrieve process output more robustly.
37 (tramp-test29-vc-registered): Set $BZR_HOME.
38 (tramp--test-check-files): Extend test with `substitute-in-file-name'.
39 (tramp-test30-special-characters): Skip for tramp-adb.el,
40 tramp-gvfs.el and tramp-smb.el. Add further file names.
41
42 2014-10-20 Glenn Morris <rgm@gnu.org>
43
44 * Version 24.4 released.
45
46 2014-10-01 Glenn Morris <rgm@gnu.org>
47
48 * automated/package-test.el (with-package-test, package-test-signed):
49 Also set HOME to a temp value, in case the real one is absent (e.g.
50 hydra) or read-only. (Bug#18575)
51 (package-test-signed): Use skip-unless rather than expected-result.
52
53 2014-09-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
54
55 * automated/python-tests.el:
56 (python-indent-electric-colon-1): New test. (Bug#18228)
57
58 2014-08-18 Glenn Morris <rgm@gnu.org>
59
60 * automated/python-tests.el (python-shell-calculate-exec-path-2):
61 Update test for today's python.el changes.
62
63 2014-08-11 Glenn Morris <rgm@gnu.org>
64
65 * automated/data/files-bug18141.el.gz: New file.
66 * automated/files.el (files-test-bug-18141-file):
67 New variable and test. (Bug#18141)
68
69 2014-08-07 Glenn Morris <rgm@gnu.org>
70
71 * automated/Makefile.in (check-tar): Remove, no longer needed.
72
73 2014-08-03 Glenn Morris <rgm@gnu.org>
74
75 * automated/Makefile.in (check-tar): Add as alias for check.
76
77 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
78
79 * automated/python-tests.el:
80 (python-util-clone-local-variables-1): Fix test.
81
82 2014-07-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
83
84 * automated/python-tests.el (python-shell-make-comint-1):
85 (python-shell-make-comint-2): Fix indentation.
86 (python-shell-make-comint-3)
87 (python-shell-make-comint-4): New tests.
88 (python-shell-get-or-create-process-1): Fix test.
89 (python-shell-get-or-create-process-2)
90 (python-shell-get-or-create-process-3): New tests.
91 (python-shell-internal-get-or-create-process-1): Fix test.
92 (python-shell-prompt-detect-1): New test.
93 (python-shell-prompt-detect-2): New test. (Bug#17370)
94 (python-shell-prompt-detect-3)
95 (python-shell-prompt-detect-4)
96 (python-shell-prompt-detect-5)
97 (python-shell-prompt-detect-6)
98 (python-shell-prompt-validate-regexps-1)
99 (python-shell-prompt-validate-regexps-2)
100 (python-shell-prompt-validate-regexps-3)
101 (python-shell-prompt-validate-regexps-4)
102 (python-shell-prompt-validate-regexps-5)
103 (python-shell-prompt-validate-regexps-6)
104 (python-shell-prompt-validate-regexps-7)
105 (python-shell-prompt-set-calculated-regexps-1)
106 (python-shell-prompt-set-calculated-regexps-2)
107 (python-shell-prompt-set-calculated-regexps-3)
108 (python-shell-prompt-set-calculated-regexps-4)
109 (python-shell-prompt-set-calculated-regexps-5)
110 (python-shell-prompt-set-calculated-regexps-6)
111 (python-util-valid-regexp-p-1): New tests.
112
113 2014-07-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
114
115 * automated/python-tests.el
116 (python-indent-block-enders-1)
117 (python-indent-block-enders-2): Fix tests.
118 (python-indent-block-enders-3)
119 (python-indent-block-enders-4)
120 (python-indent-block-enders-5)
121 (python-indent-dedenters-1)
122 (python-indent-dedenters-2): Remove tests.
123 (python-indent-dedenters-1)
124 (python-indent-dedenters-2)
125 (python-indent-dedenters-3)
126 (python-indent-dedenters-4)
127 (python-indent-dedenters-5)
128 (python-indent-dedenters-6)
129 (python-indent-dedenters-7)
130 (python-info-dedenter-opening-block-position-1)
131 (python-info-dedenter-opening-block-position-2)
132 (python-info-dedenter-opening-block-position-3)
133 (python-info-dedenter-opening-block-positions-1)
134 (python-info-dedenter-opening-block-positions-2)
135 (python-info-dedenter-opening-block-positions-3)
136 (python-info-dedenter-opening-block-positions-4)
137 (python-info-dedenter-opening-block-positions-5)
138 (python-info-dedenter-opening-block-message-1)
139 (python-info-dedenter-opening-block-message-2)
140 (python-info-dedenter-opening-block-message-3)
141 (python-info-dedenter-opening-block-message-4)
142 (python-info-dedenter-opening-block-message-5)
143 (python-info-dedenter-statement-p-1)
144 (python-info-dedenter-statement-p-2)
145 (python-info-dedenter-statement-p-3)
146 (python-info-dedenter-statement-p-4)
147 (python-info-dedenter-statement-p-5): New tests.
148
149 2014-07-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
150
151 * automated/python-tests.el
152 (python-tests-self-insert): New function.
153 (python-triple-quote-pairing): Use it.
154 (python-parens-electric-indent-1): New test. (Bug#17658)
155
156 2014-06-28 Leo Liu <sdl.web@gmail.com>
157
158 * automated/calc-tests.el: New file and add tests for math-bignum.
159 (Bug#17556)
160
161 2014-06-27 Michael Albinus <michael.albinus@gmx.de>
162
163 * automated/dbus-tests.el (dbus--test-register-service)
164 (dbus-test02-register-service-session): Replace `dbus-ping' calls
165 by `dbus-list-known-names'. (Bug#17858)
166
167 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * automated/package-test.el (package-test-update-listing)
170 (package-test-update-archives, package-test-describe-package):
171 Adjust tests according to new package-list-unsigned.
172
173 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
174
175 * automated/python-tests.el (python-util-strip-string-1): New test.
176
177 2014-05-08 Glenn Morris <rgm@gnu.org>
178
179 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
180 (vc-bzr-test-faulty-bzr-autoloads):
181 Give bzr a temporary home-directory, in case the real one is missing.
182
183 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
184
185 * automated/ruby-mode-tests.el
186 (ruby-interpolation-after-dollar-sign): New test.
187
188 2014-05-05 Glenn Morris <rgm@gnu.org>
189
190 * automated/help-fns.el: New file.
191
192 2014-04-25 Michael Albinus <michael.albinus@gmx.de>
193
194 * automated/tramp-tests.el (top):
195 * automated/file-notify-tests.el (top): Do not disable interactive
196 passwords in batch mode.
197 (password-cache-expiry): Set to nil.
198
199 2014-04-24 Michael Albinus <michael.albinus@gmx.de>
200
201 * automated/file-notify-tests.el
202 (file-notify-test-remote-temporary-file-directory):
203 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
204 Use a mock-up method as default.
205 (tramp-test00-availability): Print the used directory name.
206 (tramp-test33-recursive-load): Fix typo.
207
208 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
209
210 * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
211 (tramp-test30-special-characters): Remove test for backslash.
212
213 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
214
215 * automated/tramp-tests.el
216 (tramp-test19-directory-files-and-attributes)
217 (tramp-test22-file-times): Check for `file-attributes' equality
218 only if there is a usable timestamp.
219 (tramp--test-check-files): Do not use `copy-sequence'.
220
221 2014-04-19 Michael Albinus <michael.albinus@gmx.de>
222
223 * automated/tramp-tests.el (tramp--test-check-files): Extend test.
224 (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
225
226 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
227
228 * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
229 (tramp--test-make-temp-name): Optional argument LOCAL.
230 (tramp--instrument-test-case): Show messages. Catch also `quit'.
231 (tramp-test10-write-region): No special test for out-of-band copy
232 needed anymore.
233 (tramp-test11-copy-file, tramp-test12-rename-file)
234 (tramp-test21-file-links): Extend tests.
235 (tramp-test20-file-modes): More robust check for user "root".
236 (tramp--test-check-files): New defun.
237 (tramp-test30-special-characters, tramp-test33-recursive-load)
238 (tramp-test34-unload): New tests.
239 (tramp-test31-utf8, tramp-test32-asynchronous-requests): Rename.
240
241 2014-04-10 Paul Eggert <eggert@cs.ucla.edu>
242
243 * automated/electric-tests.el: Fix spelling error in test name.
244 (whitespace-skipping-for-quotes-not-outside):
245 Rename from whitespace-skipping-for-quotes-not-ouside.
246
247 2014-04-09 Glenn Morris <rgm@gnu.org>
248
249 * automated/python-tests.el (python-triple-quote-pairing):
250 Enable/disable electric-pair-mode as needed.
251
252 * automated/electric-tests.el (electric-pair-backspace-1):
253 Replace deleted function.
254
255 2014-04-07 João Távora <joaotavora@gmail.com>
256
257 * automated/electric-tests.el (define-electric-pair-test):
258 Don't overtest.
259 (inhibit-in-mismatched-string-inside-ruby-comments): New test.
260 (inhibit-in-mismatched-string-inside-c-comments): New test.
261
262 * automated/electric-tests.el (inhibit-if-strings-mismatched):
263 New test, change from `inhibit-only-of-next-is-mismatched'.
264
265 2014-04-06 João Távora <joaotavora@gmail.com>
266
267 * automated/python-tests.el (python-triple-quote-pairing): New test.
268 (python-syntax-after-python-backspace): New test.
269
270 * automated/electric-tests.el (electric-pair-define-test-form):
271 More readable test docstrings.
272 (whitespace-skipping-for-quotes-not-ouside)
273 (whitespace-skipping-for-quotes-only-inside)
274 (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
275
276 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
277
278 * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
279 (undo-test-region-t-marker): New tests of marker adjustments.
280 (undo-test-marker-adjustment-moved):
281 (undo-test-region-mark-adjustment): New tests to demonstrate
282 bug#16818, which fail without the fix.
283
284 2014-03-23 Daniel Colascione <dancol@dancol.org>
285
286 * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
287 test: correct parsing of keyword arguments.
288
289 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
290
291 * automated/package-test.el (package-test-describe-package):
292 Fix test failure in non-graphical mode.
293
294 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
295
296 * automated/package-test.el (package-test-describe-package):
297 Check for the "Keywords: " line.
298
299 * automated/data/package/archive-contents: Include the :keywords
300 field in `simple-single' data form.
301
302 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
303
304 * automated/package-test.el
305 (package-test-install-two-dependencies): New test (bug#16826).
306
307 * automated/data/package/simple-two-depend-1.1.el: New file.
308
309 * automated/data/package/archive-contents:
310 Add info about the new package.
311
312 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
313
314 * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
315 (tramp-test10-write-region): Extend for out-of-band copy.
316 (tramp-test31-asynchronous-requests): New test.
317
318 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
319
320 * automated/undo-tests.el (undo-test-in-region-not-most-recent):
321 Add new test of undo in region.
322 (undo-test-in-region-eob): Add test case described at
323 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
324
325 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
326
327 * automated/tramp-tests.el (tramp--test-enabled)
328 (tramp-test15-copy-directory): No special handling of tramp-adb.el
329 anymore. It's fixed in that package.
330
331 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
332
333 * automated/tramp-tests.el (tramp--test-enabled): Move connection
334 cleanup into this function. Remove respective code from all test
335 cases.
336 (tramp--instrument-test-case): Declare `indent' and `debug'.
337 Handle other errors as well.
338 (tramp-test14-delete-directory): Check for `file-error' error.
339 (tramp-test15-copy-directory): Ignore return value of
340 `copy-directory'. It's too much hassle to handle it for tramp-adb.el.
341 (tramp-test19-directory-files-and-attributes): Take care of
342 timestamp of "../".
343 (tramp-test20-file-modes, tramp-test27-start-file-process)
344 (tramp-test28-shell-command): Skip for tramp-adb.el.
345 (tramp-test21-file-links): `file-truename' shall preserve trailing
346 link of directories.
347 (tramp-test22-file-times): Skip if `set-file-times' returns nil.
348 (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
349 `kill-buffer-query-functions' to nil.
350 (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
351
352 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
353
354 * automated/tramp-tests.el
355 (tramp-test19-directory-files-and-attributes): Do not include
356 directories in comparison; they might have changed their
357 timestamps already.
358
359 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
360
361 * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
362 (tramp-test17-insert-directory): First line could contain more
363 text, when produced by `ls-lisp'.
364 (tramp-test19-directory-files-and-attributes): Instrument failed
365 test case.
366
367 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
368
369 * automated/tramp-tests.el (tramp-test17-insert-directory):
370 Make first line "total 123" optional.
371 (tramp-test20-file-modes, tramp-test22-file-times)
372 (tramp-test26-process-file, tramp-test27-start-file-process)
373 (tramp-test28-shell-command): Skip for tramp-gvfs.el and
374 tramp-smb.el.
375 (tramp-test20-file-modes): Check for "root" only when there is an
376 explicit user name.
377 (tramp-test21-file-links): Handle "... not supported" error.
378 (tramp-test22-file-times): Skip for "don't know" return values.
379 (tramp-test26-process-file, tramp-test28-shell-command):
380 Remove color escape sequences.
381 (tramp-test28-shell-command): Use `accept-process-output' rather
382 than `sit-for'.
383 (tramp-test30-utf8): Set coding system `utf-8'.
384
385 2014-02-17 Michael Albinus <michael.albinus@gmx.de>
386
387 * automated/tramp-tests.el (tramp-test28-shell-command): Perform
388 an initial `sit-for' prior the while loop.
389
390 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
391
392 Sync with Tramp 2.2.9.
393
394 * automated/tramp-tests.el (password-cache-expiry): Set to nil.
395 (tramp-test28-shell-command): Make a while loop when waiting for
396 process exit.
397
398 2014-02-11 Michael Albinus <michael.albinus@gmx.de>
399
400 * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
401 and `vc-hg'. Declare `tramp-find-executable' and
402 `tramp-get-remote-path'.
403 (tramp-test29-vc-registered): New test.
404 (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
405
406 2014-02-07 Michael Albinus <michael.albinus@gmx.de>
407
408 * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
409 (tramp-test27-start-file-process): Use "_p" as argument of lambda.
410 (tramp-test28-shell-command): Improve `shell-command' test. Add
411 `async-shell-command' tests.
412
413 2014-02-04 Michael Albinus <michael.albinus@gmx.de>
414
415 * automated/file-notify-tests.el (file-notify--wait-for-events):
416 Use `read-event' instead of `sit-for'.
417 (file-notify-test02-events): Remove expected result, the bug is
418 fixed meanwhile.
419 (file-notify-test02-events, file-notify-test03-autorevert):
420 Use `sleep-for' instead of `sit-for'.
421
422 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
423
424 * automated/ruby-mode-tests.el (ruby-align-chained-calls):
425 New test.
426
427 2014-01-27 Michael Albinus <michael.albinus@gmx.de>
428
429 * automated/file-notify-tests.el (file-notify--deftest-remote):
430 Do not skip when the local test has failed. They are unrelated.
431 (file-notify--wait-for-events): Use `sit-for'. Let-bind
432 `noninteractive' to nil, otherwise `sit-for' could be degraded to
433 `sleep-for'.
434 (file-notify-test02-events): Check for `file-remote-p' instead of
435 `file-notify--test-remote-enabled'.
436
437 2014-01-26 Michael Albinus <michael.albinus@gmx.de>
438
439 * automated/file-notify-tests.el (file-notify-test02-events):
440 Let test case fail for Bug#16519.
441
442 2014-01-22 Michael Albinus <michael.albinus@gmx.de>
443
444 * automated/file-notify-tests.el (file-notify-test02-events):
445 Hide Bug#16519, until it is solved.
446
447 2014-01-21 Michael Albinus <michael.albinus@gmx.de>
448
449 * automated/file-notify-tests.el
450 (file-notify--test-local-enabled): Fix error in logic.
451 (file-notify--wait-for-events): New defmacro.
452 (file-notify-test02-events): Make short breaks between file operations.
453 Use `file-notify--wait-for-events'. Check, that events have arrived.
454 (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
455
456 * automated/comint-testsuite.el
457 (comint-testsuite-password-strings): Add localized examples.
458
459 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
460
461 * automated/inotify-test.el (inotify-file-watch-simple): Skip test
462 case if inotify is not linked with Emacs. Use `read-event' rather
463 than `sit-for' in order to process events. (Bug#13662)
464
465 2014-01-13 Michael Albinus <michael.albinus@gmx.de>
466
467 * automated/ert-tests.el (ert-test-record-backtrace): Reenable
468 test case with adapted test string. (Bug#13064)
469
470 2013-12-28 Glenn Morris <rgm@gnu.org>
471
472 * automated/electric-tests.el: Require 'elec-pair.
473
474 2013-12-26 João Távora <joaotavora@gmail.com>
475
476 * automated/electric-tests.el (electric-pair-test-for):
477 Fix autowrapping tests in batch-mode by running with
478 `transient-mark-mode' set to `lambda'.
479
480 * automated/electric-tests.el: New file.
481
482 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
483
484 * automated/python-tests.el
485 (python-nav-lisp-forward-sexp-safe-1): Remove test.
486 (python-nav-forward-sexp-safe-1): New test.
487
488 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
489
490 * automated/ruby-mode-tests.el: Add tests for
491 `ruby-align-to-stmt-keywords'.
492
493 * indent/ruby.rb: Update examples to reflect the lack of change in
494 default indentation of `begin' blocks.
495
496 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
497
498 * indent/ruby.rb: Update examples according to the change
499 in `smie-indent-close'.
500
501 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
502
503 * indent/ruby.rb: New examples.
504
505 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
506
507 * automated/python-tests.el (python-indent-dedenters-2): New test.
508
509 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
510
511 * automated/python-tests.el (python-indent-after-comment-1)
512 (python-indent-after-comment-2): New tests.
513
514 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com>
515
516 * automated/python-tests.el (python-indent-block-enders-1):
517 Rename from python-indent-block-enders.
518 (python-indent-block-enders-2): New test.
519
520 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
521
522 * indent/js.js: New file.
523
524 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
525
526 * automated/dbus-tests.el: New file.
527
528 2013-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * automated/regexp-tests.el: New file.
531
532 2013-11-29 Eli Zaretskii <eliz@gnu.org>
533
534 * automated/reftex-tests.el (reftex-parse-from-file-test):
535 Run temp-dir through file-truename, to make sure the temporary file
536 names are comparable as strings.
537
538 * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
539 Force Unix EOLs by using 'utf-8-unix', since the default of
540 'utf-8' is system-dependent, while the test expects to see Unix EOLs.
541
542 2013-11-28 Glenn Morris <rgm@gnu.org>
543
544 * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
545
546 2013-11-28 Eli Zaretskii <eliz@gnu.org>
547
548 * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
549 (EMACSOPT): Use $(PATH_SEP).
550
551 2013-11-28 Michael Albinus <michael.albinus@gmx.de>
552
553 * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
554 Set to nil.
555
556 2013-11-27 Michael Albinus <michael.albinus@gmx.de>
557
558 * automated/file-notify-tests.el
559 (file-notify-test-remote-temporary-file-directory):
560 Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
561 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
562 (file-notify--deftest-remote): Cleanup connection initially.
563 (file-notify-test03-autorevert): Run also in batch mode. Use a
564 larger timeout for remote files. `sit-for' 1 second; 0.1 second
565 does not work on MS Windows. Call `accept-process-output' for
566 remote files. Apply `string-match' instead of `string-equal', the
567 messages are different on MS Windows.
568
569 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
570 Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
571 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
572
573 2013-11-23 Glenn Morris <rgm@gnu.org>
574
575 * automated/python-tests.el (python-shell-make-comint-1)
576 (python-shell-make-comint-2, python-shell-get-process-1):
577 Suppress creation of some temp-files.
578
579 * automated/python-tests.el (python-shell-parse-command-1)
580 (python-shell-make-comint-1, python-shell-make-comint-2)
581 (python-shell-get-process-1)
582 (python-shell-internal-get-or-create-process-1):
583 Skip rather than fail if prereqs not found.
584
585 * automated/Makefile.in (emacs):
586 Empty EMACSLOADPATH rather than unsetting.
587
588 2013-11-22 Glenn Morris <rgm@gnu.org>
589
590 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
591 Set expected-result.
592
593 2013-11-21 Glenn Morris <rgm@gnu.org>
594
595 * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
596 (compile-main): Pass XARGS_LIMIT to xargs.
597
598 * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
599 (EMACSOPT): Use PATH_SEPARATOR.
600
601 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
602
603 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
604 Add a failing test for Bug#15874.
605 (ruby--insert-coding-comment-ruby-style)
606 (ruby--insert-coding-comment-emacs-style)
607 (ruby--insert-coding-comment-custom-style):
608 Add a few tests for `ruby--insert-coding-comment'.
609
610 2013-11-18 Paul Eggert <eggert@cs.ucla.edu>
611
612 Improve API of recently-added bool vector functions (Bug#15912).
613 * automated/data-tests.el: Adjust to API changes.
614
615 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
616
617 * automated/tramp-tests.el (tramp-test07-file-exists-p)
618 (tramp-test08-file-local-copy)
619 (tramp-test09-insert-file-contents, tramp-test10-write-region)
620 (tramp-test11-copy-file, tramp-test12-rename-file)
621 (tramp-test13-make-directory, tramp-test14-delete-directory)
622 (tramp-test15-copy-directory, tramp-test16-directory-files)
623 (tramp-test17-insert-directory, tramp-test18-file-attributes)
624 (tramp-test19-directory-files-and-attributes)
625 (tramp-test20-file-modes, tramp-test21-file-links)
626 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
627 (tramp-test24-file-name-completion, tramp-test25-load)
628 (tramp-test26-process-file, tramp-test27-start-file-process)
629 (tramp-test28-shell-command): Cleanup connection initially.
630
631 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
632
633 * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
634 connection before running the test.
635
636 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
637
638 * automated/tramp-tests.el (tramp-test15-copy-directory)
639 (tramp-test16-directory-files, tramp-test17-insert-directory)
640 (tramp-test18-file-attributes)
641 (tramp-test19-directory-files-and-attributes)
642 (tramp-test20-file-modes, tramp-test21-file-links)
643 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
644 (tramp-test24-file-name-completion, tramp-test25-load)
645 (tramp-test26-process-file, tramp-test27-start-file-process)
646 (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
647 (tramp-test29-utf8): New test.
648
649 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
650
651 * automated/file-notify-tests.el (file-notify-test02-events)
652 (file-notify-test03-autorevert): Suppress messages in `write-region'.
653
654 * automated/tramp-tests.el (tramp-test02-file-name-dissect)
655 (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
656 (tramp-test26-process-file, tramp-test28-shell-command):
657 Ensure, that the directory is not empty when calling "ls".
658
659 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
660
661 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
662 Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
663 (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
664 (tramp-test09-insert-file-contents, tramp-test10-write-region)
665 (tramp-test26-process-file): Add tests.
666 (tramp-test11-copy-file): Remove debug message.
667 (tramp-test20-file-modes): Special case, if user is "root".
668
669 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
670
671 * automated/file-notify-tests.el:
672 * automated/tramp-tests.el: Add `tramp-own-remote-path' to
673 `tramp-remote-path' when running on hydra.
674 (tramp-test07-file-exists-p): Remove instrumentation code.
675 (tramp-test26-process-file): Don't use "/bin/true" and
676 "/bin/false", these paths do not exist on hydra.
677
678 2013-11-08 Helmut Eller <eller.helmut@gmail.com>
679
680 * automated/process-tests.el: New file.
681
682 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
683
684 * indent/ruby.rb: New examples.
685
686 2013-11-06 Glenn Morris <rgm@gnu.org>
687
688 * automated/Makefile.in (setwins): Avoid accidental matches.
689
690 2013-11-06 Michael Albinus <michael.albinus@gmx.de>
691
692 * automated/tramp-tests.el (tramp-test07-file-exists-p):
693 Fix docstring. Instrument, in order to hunt failure on hydra.
694
695 2013-11-06 Glenn Morris <rgm@gnu.org>
696
697 * automated/flymake-tests.el (warning-predicate-rx-gcc)
698 (warning-predicate-function-gcc, warning-predicate-rx-perl)
699 (warning-predicate-function-perl):
700 * automated/info-xref.el (info-xref-test-makeinfo):
701 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
702 (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
703
704 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
705
706 * automated/tramp-tests.el: New file.
707
708 2013-11-05 Glenn Morris <rgm@gnu.org>
709
710 Get rid of --chdir usage.
711 * automated/Makefile.in (EMACSOPT): Move -L here.
712 (emacs): Set EMACS_TEST_DIRECTORY in the environment.
713 (setwins): Don't assume called from srcdir. Remove legacy stuff.
714 (.el.elc): No more need to pass -L here.
715 (compile-main): Get rid of sub-shell and cd.
716 (compile-clean, check): Get rid of cd.
717
718 Make it possible to run tests with a different working directory.
719 * automated/flymake-tests.el (flymake-tests-data-directory): New.
720 (flymake-tests--current-face): Use flymake-tests-data-directory.
721 (warning-predicate-function-gcc, warning-predicate-rx-perl)
722 (warning-predicate-function-perl): Adapt for above change.
723 * automated/zlib-tests.el (zlib-tests-data-directory): New.
724 (zlib--decompress): Use zlib-tests-data-directory.
725
726 * automated/eieio-tests.el (eieio-test-37-persistent-classes):
727 Remove test that makes no sense.
728
729 * automated/files.el (files-test-local-variable-data):
730 Fix result typo presumably caused by interference from dir-locals.
731 (file-test--do-local-variables-test): Prevent dir-locals interfering.
732
733 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
734
735 * indent/ruby.rb: Add a statement on the line after heredoc.
736 Move a now-successful example.
737
738 * automated/ruby-mode-tests.el: Remove outdated comment.
739
740 2013-11-04 Glenn Morris <rgm@gnu.org>
741
742 * automated/Makefile.in (abs_srcdir): Remove.
743 (emacs): Unset EMACSLOADPATH.
744 (.el.elc, check): Use -L to append srcdir to load-path.
745
746 2013-11-02 Glenn Morris <rgm@gnu.org>
747
748 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
749 (test, abs_top_srcdir, abs_top_builddir): Remove variables.
750 (abs_srcdir): New, set by configure.
751 (EMACS): Use a relative file name.
752 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
753 (lisp-compile): Remove (assume it's up-to-date).
754 (compile-main): Do not run lisp-compile.
755 (compile-main, compile-clean, compile-always, bootstrap-clean)
756 (check): Use srcdir rather than $test. Check cd return value.
757 Use --chdir.
758 (doit, compile, compile-always): Remove stuff copied from lisp/.
759 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
760
761 2013-10-31 Michael Albinus <michael.albinus@gmx.de>
762
763 * automated/ert-tests.el (ert-test-stats-set-test-and-result):
764 Add a skipping test.
765
766 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * indent/prolog.prolog: Test alignment of ->; with operator at bol.
769
770 * indent/css-mode.css (.x2): Test alignement inside braces.
771
772 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
773
774 * indent/ruby.rb: New failing example.
775
776 * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
777 Fix the test, in respect to adding the space after the curly.
778
779 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
780
781 * automated/ert-tests.el (ert-test-skip-unless): New test case.
782 (ert-test-deftest): Adapt test for changed macro expansion.
783 (ert-test-run-tests-interactively):
784 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
785 Add a skipping test.
786
787 * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
788 (file-notify--test-local-enabled): Make it a function. Check also
789 for `file-remote-p' of `temporary-file-directory'.
790 (file-notify--test-remote-enabled-checked): New defvar.
791 (file-notify--test-remote-enabled): Rewrite. Do not use Tramp
792 internal functions. Cache result.
793 (file-notify--deftest-remote, file-notify-test00-availability)
794 (file-notify-test01-add-watch, file-notify-test02-events)
795 (file-notify-test03-autorevert): Add checks with `skip_unless'.
796 (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
797
798 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
799
800 * indent/ruby.rb: Fix syntax error in the latest example.
801
802 2013-10-23 Glenn Morris <rgm@gnu.org>
803
804 * automated/Makefile.in (abs_top_srcdir, top_builddir):
805 New, set by configure.
806 (top_srcdir): Remove.
807 (abs_test, abs_lispsrc): New.
808 (lisp): No longer absolute.
809 (emacs, lisp-compile, compile, compile-always):
810 Quote entities that might contain whitespace.
811
812 2013-10-22 Dmitry Gutov <dgutov@yandex.ru>
813
814 * indent/ruby.rb: Move two examples to "working" section, add one
815 more.
816
817 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
818
819 * indent/ruby.rb: New examples for indentation of blocks.
820 Example of hash inside parens that inflooped before the present commit.
821
822 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
823
824 * automated/timer-tests.el: New file. Tests that (sit-for 0)
825 allows another timer to run.
826
827 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
828
829 * indent/ruby.rb: More examples for bug#15594, both failing and
830 now passing.
831
832 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
833
834 * indent/ruby.rb: Add two more cases.
835
836 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
839 first use.
840 (ruby-should-indent): Use indent-according-to-mode.
841 (ruby-deftest-move-to-block): Use `declare'.
842
843 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
844
845 * indent/ruby.rb: Fix a spurious change, add more failing examples.
846
847 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * indent/ruby.rb: Add a few more tests; adjust some indentation.
850
851 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
852
853 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
854 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
855
856 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
857
858 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
861 Adjust indentation of continued line to the new SMIE behavior.
862
863 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * automated/completion-tests.el:
866 * indent/css-mode.css: New files.
867
868 2013-10-03 Daiki Ueno <ueno@gnu.org>
869
870 * automated/data/package/signed/archive-contents:
871 * automated/data/package/signed/archive-contents.sig:
872 * automated/data/package/signed/signed-good-1.0.el:
873 * automated/data/package/signed/signed-good-1.0.el.sig:
874 * automated/data/package/signed/signed-bad-1.0.el:
875 * automated/data/package/signed/signed-bad-1.0.el.sig:
876 * automated/data/package/key.pub:
877 * automated/data/package/key.sec: New files.
878
879 * automated/package-test.el (package-test-update-listing)
880 (package-test-update-archives, package-test-describe-package):
881 Adjust to package.el change.
882 (package-test-signed): New test.
883
884 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
885
886 * automated/package-test.el: Update all cases to use :url instead
887 of :homepage.
888
889 * automated/package-x-test.el
890 (package-x-test--single-archive-entry-1-3): Same.
891
892 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
893
894 * automated/package-test.el (simple-single-desc-1-4): Remove, it
895 was unused.
896 (simple-single-desc): Expect :homepage property.
897 (multi-file-desc): Same.
898 (with-package-test): Do not save previous `default-directory'
899 value, let-bind the var instead.
900 (package-test-install-single): Expect :homepage property in the
901 generated pkg file.
902 (package-test-describe-package): Expect Homepage button.
903 (package-test-describe-non-installed-package)
904 (package-test-describe-non-installed-multi-file-package): Same.
905 (package-test-describe-not-installed-package): Remove, it was a
906 duplicate.
907
908 * automated/package-x-test.el
909 (package-x-test--single-archive-entry-1-3): Expect :homepage
910 property.
911 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
912
913 * automated/data/package/simple-single-1.3.el: Add URL header.
914
915 * automated/data/package/archive-contents: Add :homepage
916 properties to `simple-single' and `multi-file'.
917
918 2013-09-22 Daniel Colascione <dancol@dancol.org>
919
920 * automated/data-tests.el:
921 (bool-vector-count-matches-all-0-nil)
922 (bool-vector-count-matches-all-0-t)
923 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
924 (bool-vector-count-matches-at, bool-vector-intersection-op)
925 (bool-vector-union-op, bool-vector-xor-op)
926 (bool-vector-set-difference-op)
927 (bool-vector-change-detection, bool-vector-not): New tests.
928 (mock-bool-vector-count-matches-at)
929 (test-bool-vector-bv-from-hex-string)
930 (test-bool-vector-to-hex-string)
931 (test-bool-vector-count-matches-at-tc)
932 (test-bool-vector-apply-mock-op)
933 (test-bool-vector-binop): New helper functions.
934 (bool-vector-test-vectors): New testcase data.
935
936 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
937
938 * automated/advice-tests.el (advice-test-called-interactively-p-around)
939 (advice-test-called-interactively-p-filter-args)
940 (advice-test-called-interactively-p-around): New tests.
941
942 2013-09-16 Glenn Morris <rgm@gnu.org>
943
944 * automated/eshell.el (eshell-match-result):
945 Return a more informative failure than simply "false". Update callers.
946
947 * automated/eshell.el (eshell-test/for-name-shadow-loop):
948 Test value before and after loop as well as during.
949
950 2013-09-15 Glenn Morris <rgm@gnu.org>
951
952 * automated/eshell.el (eshell-test/for-name-shadow-loop):
953 New test. (Bug#15372)
954 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
955
956 2013-09-13 Glenn Morris <rgm@gnu.org>
957
958 * automated/eshell.el (with-temp-eshell):
959 Use a temp directory for eshell-directory-name.
960 (eshell-test-command-result): New, again using a temp directory.
961 Replace eshell-command-result with this throughout.
962 (eshell-test/for-loop, eshell-test/for-name-loop):
963 Ensure environment variables don't confuse us.
964
965 2013-09-12 Glenn Morris <rgm@gnu.org>
966
967 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
968 due to "has a running process; kill it?" prompts.
969
970 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * automated/eshell.el: Rename from eshell.el.
973 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
974
975 2013-09-01 Glenn Morris <rgm@gnu.org>
976
977 * automated/Makefile.in (setwins): Avoid leading space in $wins.
978 Otherwise the sed command used by eg compile-main ends up
979 containing "/*.el". (Bug#15170)
980
981 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
982
983 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
984 for portability to hosts where /bin/sh has problems.
985
986 2013-08-21 David Engster <deng@randomsample.de>
987
988 * automated/eieio-tests.el, automated/eieio-test-persist.el:
989 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
990 upstream. Changed to use ERT.
991
992 2013-08-14 Daniel Hackney <dan@haxney.org>
993
994 * automated/package-test.el: Remove tar-package-building functions.
995 Tar file used for testing is included in the repository.
996 (package-test-install-texinfo, package-test-cleanup-built-files):
997 Remove.
998
999 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1000
1001 * automated/python-tests.el (python-imenu-create-index-4)
1002 (python-imenu-create-flat-index-2): New tests.
1003
1004 2013-08-05 Glenn Morris <rgm@gnu.org>
1005
1006 * automated/mule-util.el: New file, with tests extracted from
1007 lisp/international/mule-util.el.
1008
1009 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * automated/advice-tests.el (advice-tests-nadvice): Test removal
1012 before definition.
1013 (advice-tests-macroaliases): New test.
1014
1015 2013-08-04 Glenn Morris <rgm@gnu.org>
1016
1017 * automated/ert-tests.el: Disable failing test that no-one seems
1018 to know how to fix. (Bug#13064)
1019
1020 * automated/icalendar-tests.el (icalendar-tests--test-export)
1021 (icalendar-tests--test-import): Try more precise TZ specification.
1022 Remove debug messages.
1023
1024 2013-08-03 Glenn Morris <rgm@gnu.org>
1025
1026 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1027
1028 * automated/icalendar-tests.el (icalendar-tests--test-export)
1029 (icalendar-tests--test-import):
1030 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
1031 (icalendar-tests--test-import): Reset zone even if error occurred.
1032
1033 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * automated/core-elisp-tests.el: New file.
1036
1037 2013-08-01 Glenn Morris <rgm@gnu.org>
1038
1039 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1040 Try to check that the remote system has a notification program.
1041
1042 2013-07-31 Glenn Morris <rgm@gnu.org>
1043
1044 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1045
1046 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1047
1048 * automated/file-notify-tests.el
1049 (file-notify--test-local-enabled): New defconst. Replaces all
1050 `file-notify-support' occurrences.
1051 (file-notify--test-remote-enabled): New defun.
1052 (file-notify--deftest-remote): Use it.
1053 (file-notify-test00-availability): Rewrite.
1054 (file-notify-test00-availability-remote): New defun.
1055 (file-notify-test01-add-watch): Rewrite first erroneous check.
1056
1057 2013-07-23 Glenn Morris <rgm@gnu.org>
1058
1059 * automated/inotify-test.el (inotify-file-watch-simple):
1060 Delete temp-file when done.
1061
1062 * automated/subword-tests.el: Require subword.
1063
1064 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1065
1066 * automated/subword-tests.el: New file.
1067
1068 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1069
1070 * automated/python-tests.el (python-imenu-create-index-2)
1071 (python-imenu-create-index-3): New tests.
1072
1073 2013-07-11 Glenn Morris <rgm@gnu.org>
1074
1075 * automated/ert-tests.el: Require cl-lib at runtime too.
1076 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1077 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1078 (ert-test-set-functions, ert-test-gensym)
1079 (ert-test-coerce-to-vector, ert-test-string-position)
1080 (ert-test-mismatch): Remove tests.
1081 * automated/cl-lib.el: New, split from ert-tests.el.
1082
1083 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1084 Goto point-min.
1085 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1086 (ruby-move-to-block-skips-percent-literal)
1087 (ruby-move-to-block-skips-heredoc)
1088 (ruby-move-to-block-moves-from-else-to-if)
1089 (ruby-beginning-of-defun-does-not-fold-case)
1090 (ruby-end-of-defun-skips-to-next-line-after-the-method):
1091 Replace goto-line with forward-line/goto-char.
1092 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1093
1094 * automated/package-test.el (makeinfo-buffer): Autoload.
1095 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1096 (package-test-install-texinfo): Don't require makeinfo.
1097
1098 * automated/files.el: Stop "local variables" confusion.
1099
1100 * automated/flymake-tests.el (flymake-tests): Remove unused group.
1101
1102 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1103 Use with-current-buffer.
1104
1105 * automated/undo-tests.el (undo-test-buffer-modified)
1106 (undo-test-file-modified): New tests.
1107
1108 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
1109
1110 * automated/file-notify-tests.el (file-notify-test00-availability):
1111 Set :expected-result.
1112 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1113 (file-notify-test02-events, file-notify-test02-events-remote)
1114 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1115 Skip when `file-notify-support' is nil. (Bug#14823)
1116
1117 2013-07-09 Glenn Morris <rgm@gnu.org>
1118
1119 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1120 Declare.
1121 (inotify-file-watch-simple): Silence compiler.
1122
1123 * automated/python-tests.el (python-indent-block-enders):
1124 Make it actually test something.
1125
1126 * automated/package-x-test.el: Require package-test when compiling.
1127
1128 * automated/add-log-tests.el, automated/advice-tests.el:
1129 * automated/imenu-test.el, automated/package-x-test.el:
1130 * automated/python-tests.el, automated/ruby-mode-tests.el:
1131 * automated/xml-parse-tests.el: Explicitly require ert.
1132
1133 2013-07-08 Kenichi Handa <handa@gnu.org>
1134
1135 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1136 Use with-ccoding-priority to avoid side-effect (Bug#14781).
1137
1138 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
1139
1140 * automated/file-notify-tests.el
1141 (file-notify-test-remote-temporary-file-directory):
1142 Use `null-device' on w32.
1143 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1144 (file-notify--test-results, file-notify--test-event)
1145 (file-notify--deftest-remote, file-notify--event-test)
1146 (file-notify--test-event-handler)
1147 (file-notify--test-make-temp-name): Rename, in order to mark them
1148 internal.
1149 (tramp-message-show-message, tramp-read-passwd): Tweak them for
1150 better fitting in noninteractive tests.
1151 (file-notify-test00-availability): Rename from `file-notify-test0'.
1152 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1153 Use `temporary-file-directory '.
1154 (file-notify-test01-add-watch-remote): New test.
1155 (file-notify-test02-events): Rename from `file-notify-test2'.
1156 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1157 (file-notify-test03-autorevert): Rename from
1158 `file-notify-test4'. Use timeouts.
1159 (file-notify-test03-autorevert-remote): Rename from
1160 `file-notify-test5'.
1161
1162 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
1163
1164 * automated/file-notify-tests.el: New package.
1165
1166 2013-06-28 Kenichi Handa <handa@gnu.org>
1167
1168 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1169 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1170 Callers changed.
1171 (decoder-tests-filename): New function.
1172 (decoder-tests-prefer-utf-8-read)
1173 (decoder-tests-prefer-utf-8-write): New function.
1174 (ert-test-decoder-prefer-utf-8): New test.
1175
1176 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
1177
1178 * automated/package-x-test.el: Change the commentary.
1179 (package-x-test--single-archive-entry-1-3)
1180 (package-x-test--single-archive-entry-1-4): Fix the tests, by
1181 using the appropriate data structure.
1182
1183 2013-06-27 Daniel Hackney <dan@haxney.org>
1184
1185 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1186
1187 * automated/package-x-test.el: New file.
1188
1189 * automated/package-test.el: New file.
1190
1191 * automated/data/package: New directory, with test examples.
1192
1193 2013-06-27 Glenn Morris <rgm@gnu.org>
1194
1195 * automated/python-tests.el (python-tests-with-temp-file):
1196 Clean up after ourself.
1197
1198 * automated/undo-tests.el (undo-test3): Remove test that seems to
1199 do nothing that the previous one doesn't, except leave a tempfile.
1200
1201 2013-06-26 Glenn Morris <rgm@gnu.org>
1202
1203 * automated/info-xref.el: New file.
1204
1205 2013-06-25 Glenn Morris <rgm@gnu.org>
1206
1207 * automated/occur-tests.el (occur-test-create): New function.
1208 Use it to create separate tests for each element, so we run them
1209 all rather than stopping at the first error.
1210
1211 2013-06-24 Glenn Morris <rgm@gnu.org>
1212
1213 * automated/occur-tests.el (occur-tests):
1214 Update for 2013-05-29 change to occur header line.
1215
1216 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1217
1218 Test suite for flymake.
1219 * automated/flymake-tests.el:
1220 * automated/flymake/warnpred/Makefile
1221 * automated/flymake/warnpred/test.c
1222 * automated/flymake/warnpred/test.pl: New files.
1223
1224 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1225
1226 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1227
1228 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1229
1230 * automated/reftex-tests.el: New test suite for reftex.
1231
1232 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1233
1234 * automated/ruby-mode-tests.el: New tests, for percent literals
1235 and expression expansion.
1236
1237 2013-05-29 Leo Liu <sdl.web@gmail.com>
1238
1239 * indent/octave.m: Tweak.
1240
1241 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
1242
1243 * eshell.el: Rewrite tests using ERT.
1244
1245 2013-05-25 Leo Liu <sdl.web@gmail.com>
1246
1247 * indent/octave.m: Add tests for %!, # and ### comments.
1248
1249 2013-05-23 Kenichi Handa <handa@gnu.org>
1250
1251 * automated/decoder-tests.el: New file.
1252
1253 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
1254
1255 * indent/ruby.rb: Add multiline regexp example.
1256
1257 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1258 (ruby-regexp-skips-over-interpolation)
1259 (ruby-regexp-continues-till-end-when-unclosed)
1260 (ruby-regexp-can-be-multiline)
1261 (ruby-interpolation-inside-percent-literal): New tests.
1262
1263 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1264
1265 * indent/ruby.rb: Fix indentation after =; add more cases.
1266
1267 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * indent/pascal.pas: Add test for mis-identified comments.
1270
1271 2013-04-01 Masatake YAMATO <yamato@redhat.com>
1272
1273 * automated/imenu-test.el: New file. (Bug#14112)
1274
1275 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
1276
1277 * automated/python-tests.el (python-imenu-prev-index-position-1):
1278 Remove test.
1279 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1280 New tests.
1281
1282 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1283
1284 * automated/python-tests.el (python-nav-backward-defun-2)
1285 (python-nav-backward-defun-3, python-nav-forward-defun-2)
1286 (python-nav-forward-defun-3): New tests.
1287
1288 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1289
1290 * automated/python-tests.el (python-nav-backward-defun-1)
1291 (python-nav-forward-defun-1): New tests.
1292
1293 2013-04-09 Masatake YAMATO <yamato@redhat.com>
1294
1295 * automated/add-log-tests.el: New file. (Bug#14112)
1296
1297 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
1298
1299 * automated/python-tests.el (python-indent-block-enders): New test.
1300 (python-info-current-defun-2): Fix test.
1301
1302 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
1303
1304 * indent/octave.m: Fix encoding error in comment. Add coding tag.
1305
1306 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
1307
1308 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1309 (python-tests-with-temp-file): New macro.
1310 (python-tests-shell-interpreter): New var.
1311 (python-shell-get-process-name-1)
1312 (python-shell-internal-get-process-name-1)
1313 (python-shell-parse-command-1)
1314 (python-shell-calculate-process-environment-1)
1315 (python-shell-calculate-process-environment-2)
1316 (python-shell-calculate-process-environment-3)
1317 (python-shell-calculate-exec-path-1)
1318 (python-shell-calculate-exec-path-2)
1319 (python-shell-make-comint-1)
1320 (python-shell-make-comint-2)
1321 (python-shell-get-process-1)
1322 (python-shell-get-or-create-process-1)
1323 (python-shell-internal-get-or-create-process-1): New tests.
1324
1325 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1326
1327 * automated/python-tests.el: New file.
1328
1329 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1330
1331 * automated/ruby-mode-tests.el
1332 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1333 bits inside the examples.
1334 (ruby-move-to-block-skips-heredoc): New test.
1335 (ruby-add-log-current-method-after-inner-class):
1336 Lower expectations: move point inside a method, initially.
1337
1338 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1339
1340 * automated/ruby-mode-tests.el
1341 (ruby-move-to-block-skips-percent-literal): New test.
1342
1343 2013-02-04 Chong Yidong <cyd@gnu.org>
1344
1345 * automated/thingatpt.el: New file.
1346
1347 2013-02-03 Chong Yidong <cyd@gnu.org>
1348
1349 * automated/files.el (file-test--do-local-variables-test):
1350 Avoid compilation warning message.
1351
1352 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
1353
1354 * automated/ruby-mode-tests.el
1355 (ruby-indent-spread-args-in-parens): New test.
1356 * automated/ruby-mode-tests.el (ruby-block-test-example):
1357 Break indentation of the do block opener and add a line inside it.
1358 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1359 Adjust line numbers.
1360
1361 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1362
1363 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
1364
1365 2013-01-14 Glenn Morris <rgm@gnu.org>
1366
1367 * automated/compile-tests.el (compile-tests--test-regexps-data):
1368 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
1369
1370 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1371
1372 * automated/man-tests.el: New file.
1373
1374 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1375
1376 * automated/undo-tests.el (undo-test0): Adjust error to code change.
1377
1378 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1379
1380 * automated/undo-tests.el: New file.
1381
1382 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1383
1384 * automated/ruby-mode-tests.el
1385 (ruby-indent-after-block-in-continued-expression): New test.
1386
1387 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1388
1389 * automated/ruby-mode-tests.el:
1390 Rename one interpolation test; add three more.
1391 (ruby-with-temp-buffer): New macro, use it where appropriate.
1392 (ruby-add-log-current-method-examples): Use "_" for target point.
1393 Add four new tests for ruby-add-log-current-method.
1394
1395 2012-12-11 Glenn Morris <rgm@gnu.org>
1396
1397 * automated/f90.el (f90-test-bug13138): New test.
1398
1399 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1400
1401 * automated/inotify-test.el: New test.
1402
1403 2012-12-02 Chong Yidong <cyd@gnu.org>
1404
1405 * automated/ruby-mode-tests.el
1406 (ruby-add-log-current-method-examples): Don't use loop macro, to
1407 allow automated testing to work.
1408
1409 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * automated/advice-tests.el (advice-tests--data): Remove.
1412 (advice-tests): Move the tests directly here instead.
1413 Add called-interactively-p tests.
1414
1415 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * automated/ert-x-tests.el: Use cl-lib.
1418 * automated/ert-tests.el: Use lexical-binding and cl-lib.
1419
1420 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
1421
1422 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1423 (ruby-indent-inside-heredoc-after-operator)
1424 (ruby-indent-inside-heredoc-after-space): New tests.
1425 Change direct font-lock face references to var references.
1426 (ruby-interpolation-suppresses-syntax-inside): New test.
1427 (ruby-interpolation-inside-percent-literal-with-paren):
1428 New failing test.
1429
1430 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1431
1432 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1433 (ruby-singleton-class-no-heredoc-font-lock)
1434 (ruby-add-log-current-method-examples): New tests.
1435 (ruby-test-string): Extract from ruby-should-indent-buffer.
1436 (ruby-deftest-move-to-block): New macro.
1437 Add several move-to-block tests.
1438
1439 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * automated/advice-tests.el: New tests.
1442
1443 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1444
1445 * automated/compile-tests.el (compile-tests--test-regexps-data):
1446 Add new data for msft's new format.
1447
1448 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
1449
1450 * automated/ruby-mode-tests.el:
1451 (ruby-toggle-block-to-multiline): New test.
1452 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1453 (ruby-toggle-block-to-brace): Use buffer-string.
1454
1455 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1456
1457 * automated/ruby-mode-tests.el: New tests (Bug#11613).
1458
1459 2012-08-28 Chong Yidong <cyd@gnu.org>
1460
1461 * automated/files.el: Test every combination of values for
1462 enable-local-variables and enable-local-eval.
1463
1464 2012-08-19 Chong Yidong <cyd@gnu.org>
1465
1466 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1467
1468 2012-08-18 Chong Yidong <cyd@gnu.org>
1469
1470 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1471
1472 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1473
1474 * indent/ruby.rb: Rearrange examples, add new ones.
1475
1476 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
1477
1478 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1479 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1480
1481 2012-08-11 Glenn Morris <rgm@gnu.org>
1482
1483 * automated/files.el: New file.
1484
1485 * automated/Makefile.in (all): Fix typo.
1486
1487 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
1488
1489 * automated/ruby-mode-tests.el (ruby-should-indent):
1490 Add docstring, check (current-indentation) instead of (current-column).
1491 (ruby-should-indent-buffer): New function.
1492 Add tests for `ruby-deep-indent-paren' behavior.
1493 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1494
1495 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
1496
1497 Original tests in test_ruby_mode.rb in upstream (author).
1498
1499 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
1500
1501 * automated/ruby-mode-tests.el (ruby-should-indent)
1502 (ruby-assert-state): New functions.
1503 Add new tests.
1504
1505 2012-07-29 David Engster <deng@randomsample.de>
1506
1507 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1508 New variable to hold test data for name expansion.
1509 (xml-parse-tests): Test the two different types of name expansion.
1510
1511 2012-07-29 Juri Linkov <juri@jurta.org>
1512
1513 * automated/occur-tests.el (occur-test-case): Use predefined
1514 buffer name " *test-occur*" instead of a random buffer name.
1515
1516 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
1517
1518 * automated/ruby-mode-tests.el: New file with one test.
1519
1520 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * indent/shell.sh: Add test case for ${#VAR}.
1523
1524 * indent/latex-mode.tex: New file.
1525
1526 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * eshell.el: Use cl-lib.
1529
1530 2012-07-03 Chong Yidong <cyd@gnu.org>
1531
1532 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1533
1534 2012-07-02 Chong Yidong <cyd@gnu.org>
1535
1536 * automated/xml-parse-tests.el (xml-parse-tests--data):
1537 More testcases.
1538
1539 2012-07-01 Chong Yidong <cyd@gnu.org>
1540
1541 * automated/xml-parse-tests.el: New file.
1542
1543 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1546 Use cl-flet.
1547
1548 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
1549
1550 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1551 Test escaped commas in TZID (Bug#11473).
1552 (icalendar-import-with-timezone): New.
1553 (icalendar-real-world): Add new testcase as given in the bugreport
1554 of Bug#11473.
1555
1556 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
1557
1558 * automated/icalendar-tests.el (icalendar-tests--test-import):
1559 Include UID in import tests (Bug#11525).
1560 (icalendar-import-non-recurring, icalendar-import-rrule)
1561 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1562 UID-import change.
1563 (icalendar-import-with-uid): New.
1564 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1565 Include UID in cycle tests.
1566 (icalendar-cycle, icalendar-real-world): UID-import change.
1567
1568 2012-05-21 Glenn Morris <rgm@gnu.org>
1569
1570 * automated/Makefile.in (setwins): Scrap superfluous subshell.
1571
1572 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
1573
1574 * automated/url-util-tests.el: New file to test
1575 lisp/url/url-util.el. Only `url-build-query-string' and
1576 `url-parse-query-string' are tested right now (Bug#8706).
1577
1578 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * indent/shell.sh:
1581 * indent/shell.rc: Ad some test cases.
1582
1583 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1584
1585 * indent/ruby.rb: New file, to test new syntax-propertize code.
1586
1587 2012-04-11 Glenn Morris <rgm@gnu.org>
1588
1589 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1590
1591 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1592
1593 * automated/url-future-tests.el (url-future-tests): Move from
1594 lisp/url/url-future.el and rename.
1595
1596 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
1597
1598 * automated/icalendar-tests.el (icalendar-import-non-recurring):
1599 Fix broken test, caused by missing trailing blank.
1600
1601 2011-12-03 Chong Yidong <cyd@gnu.org>
1602
1603 * automated/compile-tests.el (compile-tests--test-regexps-data):
1604 Increase column numbers by one to reflect change in how
1605 compilation-message is recorded (Bug#10172).
1606
1607 2011-11-22 Glenn Morris <rgm@gnu.org>
1608
1609 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1610
1611 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1612
1613 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1614
1615 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1616
1617 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1618 (icalendar-tests--test-export, icalendar-tests--do-test-export):
1619 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1620
1621 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
1622
1623 * automated/newsticker-tests.el
1624 (newsticker--group-manage-orphan-feeds): Remove fsetting of
1625 newsticker--treeview-tree-update.
1626
1627 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
1628
1629 * automated/newsticker-tests.el
1630 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1631
1632 * automated/newsticker-tests.el
1633 (newsticker--group-manage-orphan-feeds): Prevent updating
1634 newsticker treeview. Fixed bug#9763.
1635
1636 2011-10-20 Glenn Morris <rgm@gnu.org>
1637
1638 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1639
1640 * automated/vc-bzr.el: New file.
1641
1642 2011-10-15 Glenn Morris <rgm@gnu.org>
1643
1644 * automated/f90.el: New file.
1645
1646 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
1647
1648 * automated/newsticker-tests.el: Move newsticker-testsuite.el
1649 to automated/newsticker-tests.el. Convert to ERT.
1650
1651 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
1652
1653 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1654 Remove, simply use string=.
1655 (icalendar--diarytime-to-isotime)
1656 (icalendar--datetime-to-diary-date)
1657 (icalendar--datestring-to-isodate)
1658 (icalendar--format-ical-event)
1659 (icalendar--parse-summary-and-rest)
1660 (icalendar-tests--do-test-import)
1661 (icalendar-tests--do-test-cycle): Change argument order of
1662 string= to EXPECTED ACTUAL.
1663 (icalendar--import-format-sample)
1664 (icalendar--format-ical-event)
1665 (icalendar-import-non-recurring)
1666 (icalendar-import-rrule)
1667 (icalendar-import-duration)
1668 (icalendar-import-bug-6766)
1669 (icalendar-real-world): Adjust to string= instead of
1670 icalendar-tests--compare-strings.
1671 (icalendar-import-multiple-vcalendars): New.
1672
1673 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
1674
1675 * automated/gnus-tests.el: Add wrapper for Gnus tests.
1676 Require CL.
1677
1678 2011-05-09 Juri Linkov <juri@jurta.org>
1679
1680 * automated/occur-tests.el: Move from test/occur-testsuite.el.
1681 Convert to ERT.
1682
1683 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
1684
1685 * automated/compile-tests.el: New file.
1686
1687 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * automated/font-parse-tests.el: Don't byte-compile.
1690
1691 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
1692
1693 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * automated/lexbind-tests.el: New file.
1696
1697 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1698
1699 * Version 23.3 released.
1700
1701 2011-03-05 Glenn Morris <rgm@gnu.org>
1702
1703 * eshell.el: Move here from lisp/eshell/esh-test.el.
1704
1705 2011-03-03 Christian Ohler <ohler@gnu.org>
1706
1707 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1708 New test.
1709
1710 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
1711
1712 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1713 convert to ERT format.
1714
1715 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1718 convert to ERT format.
1719
1720 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * indent/shell.sh:
1723 * indent/shell.rc: New files.
1724
1725 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * automated/font-parse-tests.el: Move from
1728 font-parse-testsuite.el.
1729
1730 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
1731
1732 * font-parse-testsuite.el (test-font-parse-data): New file.
1733
1734 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * indent/prolog.prolog: Add tokenizing tests.
1737
1738 2011-01-13 Christian Ohler <ohler@gnu.org>
1739
1740 * automated: New directory for automated tests.
1741
1742 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1743
1744 * automated/Makefile.in: New file.
1745
1746 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * indent/modula2.mod: New file.
1749
1750 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * indent/octave.m: Add a test to ensure indentation is local.
1753
1754 2010-10-23 Glenn Morris <rgm@gnu.org>
1755
1756 * comint-testsuite.el
1757 (comint-testsuite--test-comint-password-prompt-regexp):
1758 Add "Please enter the password". (Bug#7224)
1759
1760 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * indent/prolog.prolog: Use normal spacing around !.
1763
1764 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1765
1766 * indent/octave.m: Remove one more `fixindent'. Use `end'.
1767
1768 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1769
1770 * indent/octave.m: Remove some `fixindent' not needed any more.
1771
1772 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * indent/octave.m: New file.
1775
1776 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
1777
1778 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1779 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1780 (icalendar-testsuite--run-internal-tests): New.
1781 (icalendar-testsuite--test-convert-ordinary-to-ical)
1782 (icalendar-testsuite--test-convert-block-to-ical)
1783 (icalendar-testsuite--test-convert-anniversary-to-ical)
1784 (icalendar-testsuite--test-parse-vtimezone)
1785 (icalendar-testsuite--do-test-export): Code formatting.
1786 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1787 (icalendar-testsuite--do-test-import)
1788 (icalendar-testsuite--do-test-cycle):
1789 Use icalendar-testsuite--compare-strings
1790 (icalendar-testsuite--run-import-tests): Comment added.
1791 (icalendar-testsuite--run-import-tests)
1792 (icalendar-testsuite--run-real-world-tests): Fix expected results.
1793
1794 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * redisplay-testsuite.el (test-redisplay-3): New test.
1797
1798 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * comint-testsuite.el: New file.
1801
1802 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * indent: New dir.
1805
1806 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1807
1808 * Version 23.2 released.
1809
1810 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
1811
1812 * cedet/semantic-ia-utest.el
1813 (semantic-symref-test-count-hits-in-tag): Add function, from
1814 semantic-test.el.
1815
1816 * cedet/tests/test.cpp:
1817 * cedet/tests/test.py:
1818 * cedet/tests/teststruct.cpp:
1819 * cedet/tests/testtemplates.cpp:
1820 * cedet/tests/testusing.cpp:
1821 * cedet/tests/scopetest.cpp:
1822 * cedet/tests/scopetest.java: Files deleted.
1823
1824 * cedet/tests/test.make:
1825 * cedet/tests/test.c:
1826 * cedet/tests/testjavacomp.java:
1827 * cedet/tests/testspp.c:
1828 * cedet/tests/testsppreplace.c:
1829 * cedet/tests/testsppreplaced.c:
1830 * cedet/tests/testsubclass.cpp:
1831 * cedet/tests/testsubclass.hh:
1832 * cedet/tests/testtypedefs.cpp:
1833 * cedet/tests/testvarnames.c:
1834 * cedet/tests/test.el:
1835 * cedet/tests/testdoublens.cpp:
1836 * cedet/tests/testdoublens.hpp: Add copyright header.
1837
1838 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1839 Remove reference to deleted files.
1840
1841 2010-03-30 Juri Linkov <juri@jurta.org>
1842
1843 * occur-testsuite.el (occur-tests): Add tests for context lines.
1844
1845 2010-03-23 Juri Linkov <juri@jurta.org>
1846
1847 * occur-testsuite.el: New file.
1848
1849 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1850
1851 * Branch for 23.2.
1852
1853 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1854
1855 * icalendar-testsuite.el
1856 (icalendar-testsuite--run-function-tests): Add new tests.
1857 (icalendar-testsuite--test-diarytime-to-isotime): Add another
1858 testcase.
1859 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1860 (icalendar-testsuite--test-convert-weekly-to-ical): New.
1861 (icalendar-testsuite--test-convert-yearly-to-ical): New.
1862 (icalendar-testsuite--test-convert-block-to-ical): New.
1863 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1864 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1865
1866 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1869 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1870 Fix typos in docstrings and error messages.
1871 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1872
1873 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1874
1875 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1876 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1877 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1878
1879 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1880
1881 * icalendar-testsuite.el
1882 (icalendar-testsuite--run-function-tests):
1883 Add icalendar-testsuite--test-parse-vtimezone.
1884 (icalendar-testsuite--test-parse-vtimezone): New.
1885 (icalendar-testsuite--do-test-cycle): Doc changes.
1886 (icalendar-testsuite--run-real-world-tests): Remove trailing
1887 whitespace -- see change of icalendar--add-diary-entry in
1888 icalendar.el.
1889 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1890
1891 2009-09-30 Glenn Morris <rgm@gnu.org>
1892
1893 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1894
1895 2009-06-26 Eric Ludlam <zappo@gnu.org>
1896
1897 * cedet/*: New unit tests, from CEDET repository.
1898
1899 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * redisplay-testsuite.el: New file.
1902
1903 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * Branch for 23.1.
1906
1907 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1908
1909 * icalendar-testsuite.el
1910 (icalendar-testsuite--run-function-tests):
1911 Add icalendar-testsuite--test-diarytime-to-isotime.
1912 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1913 recent icalendar fixes.
1914 (icalendar-testsuite--test-diarytime-to-isotime): New.
1915 (icalendar-testsuite--test-create-uid): Adjust to recent
1916 icalendar changes.
1917
1918 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1919
1920 * bytecomp-testsuite.el: New file.
1921
1922 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1923
1924 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1925 Add `icalendar-testsuite--test-create-uid'.
1926 (icalendar-testsuite--test-create-uid): New.
1927
1928 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
1929
1930 * newsticker-testsuite.el: New file.
1931
1932 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
1933
1934 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1935 Add icalendar-testsuite--test-datestring-to-isodate,
1936 icalendar-testsuite--test-datetime-to-diary-date, and
1937 icalendar-testsuite--test-calendar-style.
1938 (icalendar-testsuite--test-format-ical-event)
1939 (icalendar-testsuite--test-parse-summary-and-rest):
1940 Doc fix. Remove european-calendar-style.
1941 (icalendar-testsuite--get-ical-event): Doc fix.
1942 (icalendar-testsuite--test-first-weekday-of-year)
1943 (icalendar-testsuite--run-cycle-tests): Add doc string.
1944 (icalendar-testsuite--test-datestring-to-isodate)
1945 (icalendar-testsuite--test-datetime-to-diary-date)
1946 (icalendar-testsuite--test-calendar-style): New functions.
1947 (icalendar-testsuite--test-export): Handle iso date style.
1948 New arg INPUT-ISO. Use calendar-date-style.
1949 (icalendar-testsuite--test-import): Handle iso date style.
1950 New arg EXPECTED-ISO. Use calendar-date-style.
1951 (icalendar-testsuite--test-cycle): Handle iso date style.
1952 (icalendar-testsuite--run-import-tests)
1953 (icalendar-testsuite--run-export-tests)
1954 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1955
1956 2008-02-29 Glenn Morris <rgm@gnu.org>
1957
1958 * README: New file.
1959
1960 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
1961
1962 * icalendar-testsuite.el: New file.
1963
1964 ;; Local Variables:
1965 ;; coding: utf-8
1966 ;; End:
1967
1968 Copyright (C) 2008-2014 Free Software Foundation, Inc.
1969
1970 This file is part of GNU Emacs.
1971
1972 GNU Emacs is free software: you can redistribute it and/or modify
1973 it under the terms of the GNU General Public License as published by
1974 the Free Software Foundation, either version 3 of the License, or
1975 (at your option) any later version.
1976
1977 GNU Emacs is distributed in the hope that it will be useful,
1978 but WITHOUT ANY WARRANTY; without even the implied warranty of
1979 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1980 GNU General Public License for more details.
1981
1982 You should have received a copy of the GNU General Public License
1983 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.