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