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