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