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