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