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