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