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