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