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