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