* src/eval.c (run_hook_with_args): Use FUNCTIONP.
[bpt/emacs.git] / test / ChangeLog
1 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * indent/prolog.prolog: Test alignment of ->; with operator at bol.
4
5 * indent/css-mode.css (.x2): Test alignement inside braces.
6
7 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
8
9 * indent/ruby.rb: New failing example.
10
11 * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
12 Fix the test, in respect to adding the space after the curly.
13
14 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
15
16 * automated/ert-tests.el (ert-test-skip-unless): New test case.
17 (ert-test-deftest): Adapt test for changed macro expansion.
18 (ert-test-run-tests-interactively):
19 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
20 Add a skipping test.
21
22 * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
23 (file-notify--test-local-enabled): Make it a function. Check also
24 for `file-remote-p' of `temporary-file-directory'.
25 (file-notify--test-remote-enabled-checked): New defvar.
26 (file-notify--test-remote-enabled): Rewrite. Do not use Tramp
27 internal functions. Cache result.
28 (file-notify--deftest-remote, file-notify-test00-availability)
29 (file-notify-test01-add-watch, file-notify-test02-events)
30 (file-notify-test03-autorevert): Add checks with `skip_unless'.
31 (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
32
33 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
34
35 * indent/ruby.rb: Fix syntax error in the latest example.
36
37 2013-10-23 Glenn Morris <rgm@gnu.org>
38
39 * automated/Makefile.in (abs_top_srcdir, top_builddir):
40 New, set by configure.
41 (top_srcdir): Remove.
42 (abs_test, abs_lispsrc): New.
43 (lisp): No longer absolute.
44 (emacs, lisp-compile, compile, compile-always):
45 Quote entities that might contain whitespace.
46
47 2013-10-22 Dmitry Gutov <dgutov@yandex.ru>
48
49 * indent/ruby.rb: Move two examples to "working" section, add one
50 more.
51
52 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
53
54 * indent/ruby.rb: New examples for indentation of blocks.
55 Example of hash inside parens that inflooped before the present commit.
56
57 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
58
59 * test/automated/timer-tests.el: New file. Tests that (sit-for 0)
60 allows another timer to run.
61
62 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
63
64 * indent/ruby.rb: More examples for bug#15594, both failing and
65 now passing.
66
67 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
68
69 * indent/ruby.rb: Add two more cases.
70
71 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
74 first use.
75 (ruby-should-indent): Use indent-according-to-mode.
76 (ruby-deftest-move-to-block): Use `declare'.
77
78 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
79
80 * indent/ruby.rb: Fix a spurious change, add more failing examples.
81
82 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * indent/ruby.rb: Add a few more tests; adjust some indentation.
85
86 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
87
88 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
89 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
90
91 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
92
93 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
94
95 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
96 Adjust indentation of continued line to the new SMIE behavior.
97
98 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * automated/completion-tests.el:
101 * indent/css-mode.css: New files.
102
103 2013-10-03 Daiki Ueno <ueno@gnu.org>
104
105 * automated/data/package/signed/archive-contents:
106 * automated/data/package/signed/archive-contents.sig:
107 * automated/data/package/signed/signed-good-1.0.el:
108 * automated/data/package/signed/signed-good-1.0.el.sig:
109 * automated/data/package/signed/signed-bad-1.0.el:
110 * automated/data/package/signed/signed-bad-1.0.el.sig:
111 * automated/data/package/key.pub:
112 * automated/data/package/key.sec: New files.
113
114 * automated/package-test.el (package-test-update-listing)
115 (package-test-update-archives, package-test-describe-package):
116 Adjust to package.el change.
117 (package-test-signed): New test.
118
119 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
120
121 * automated/package-test.el: Update all cases to use :url instead
122 of :homepage.
123
124 * automated/package-x-test.el
125 (package-x-test--single-archive-entry-1-3): Same.
126
127 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
128
129 * automated/package-test.el (simple-single-desc-1-4): Remove, it
130 was unused.
131 (simple-single-desc): Expect :homepage property.
132 (multi-file-desc): Same.
133 (with-package-test): Do not save previous `default-directory'
134 value, let-bind the var instead.
135 (package-test-install-single): Expect :homepage property in the
136 generated pkg file.
137 (package-test-describe-package): Expect Homepage button.
138 (package-test-describe-non-installed-package)
139 (package-test-describe-non-installed-multi-file-package): Same.
140 (package-test-describe-not-installed-package): Remove, it was a
141 duplicate.
142
143 * automated/package-x-test.el
144 (package-x-test--single-archive-entry-1-3): Expect :homepage
145 property.
146 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
147
148 * automated/data/package/simple-single-1.3.el: Add URL header.
149
150 * automated/data/package/archive-contents: Add :homepage
151 properties to `simple-single' and `multi-file'.
152
153 2013-09-22 Daniel Colascione <dancol@dancol.org>
154
155 * automated/data-test.el:
156 (bool-vector-count-matches-all-0-nil)
157 (bool-vector-count-matches-all-0-t)
158 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
159 (bool-vector-count-matches-at, bool-vector-intersection-op)
160 (bool-vector-union-op, bool-vector-xor-op)
161 (bool-vector-set-difference-op)
162 (bool-vector-change-detection, bool-vector-not): New tests.
163 (mock-bool-vector-count-matches-at)
164 (test-bool-vector-bv-from-hex-string)
165 (test-bool-vector-to-hex-string)
166 (test-bool-vector-count-matches-at-tc)
167 (test-bool-vector-apply-mock-op)
168 (test-bool-vector-binop): New helper functions.
169 (bool-vector-test-vectors): New testcase data.
170
171 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
172
173 * automated/advice-tests.el (advice-test-called-interactively-p-around)
174 (advice-test-called-interactively-p-filter-args)
175 (advice-test-called-interactively-p-around): New tests.
176
177 2013-09-16 Glenn Morris <rgm@gnu.org>
178
179 * automated/eshell.el (eshell-match-result):
180 Return a more informative failure than simply "false". Update callers.
181
182 * automated/eshell.el (eshell-test/for-name-shadow-loop):
183 Test value before and after loop as well as during.
184
185 2013-09-15 Glenn Morris <rgm@gnu.org>
186
187 * automated/eshell.el (eshell-test/for-name-shadow-loop):
188 New test. (Bug#15372)
189 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
190
191 2013-09-13 Glenn Morris <rgm@gnu.org>
192
193 * automated/eshell.el (with-temp-eshell):
194 Use a temp directory for eshell-directory-name.
195 (eshell-test-command-result): New, again using a temp directory.
196 Replace eshell-command-result with this throughout.
197 (eshell-test/for-loop, eshell-test/for-name-loop):
198 Ensure environment variables don't confuse us.
199
200 2013-09-12 Glenn Morris <rgm@gnu.org>
201
202 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
203 due to "has a running process; kill it?" prompts.
204
205 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
206
207 * automated/eshell.el: Rename from eshell.el.
208 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
209
210 2013-09-01 Glenn Morris <rgm@gnu.org>
211
212 * automated/Makefile.in (setwins): Avoid leading space in $wins.
213 Otherwise the sed command used by eg compile-main ends up
214 containing "/*.el". (Bug#15170)
215
216 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
217
218 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
219 for portability to hosts where /bin/sh has problems.
220
221 2013-08-21 David Engster <deng@randomsample.de>
222
223 * automated/eieio-tests.el, automated/eieio-test-persist.el:
224 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
225 upstream. Changed to use ERT.
226
227 2013-08-14 Daniel Hackney <dan@haxney.org>
228
229 * package-test.el: Remove tar-package-building functions. Tar file
230 used for testing is included in the repository.
231 (package-test-install-texinfo, package-test-cleanup-built-files):
232 Remove.
233
234 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
235
236 * automated/python-tests.el (python-imenu-create-index-4)
237 (python-imenu-create-flat-index-2): New tests.
238
239 2013-08-05 Glenn Morris <rgm@gnu.org>
240
241 * automated/mule-util.el: New file, with tests extracted from
242 lisp/international/mule-util.el.
243
244 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * automated/advice-tests.el (advice-tests-nadvice): Test removal
247 before definition.
248 (advice-tests-macroaliases): New test.
249
250 2013-08-04 Glenn Morris <rgm@gnu.org>
251
252 * automated/ert-tests.el: Disable failing test that no-one seems
253 to know how to fix. (Bug#13064)
254
255 * automated/icalendar-tests.el (icalendar-tests--test-export)
256 (icalendar-tests--test-import): Try more precise TZ specification.
257 Remove debug messages.
258
259 2013-08-03 Glenn Morris <rgm@gnu.org>
260
261 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
262
263 * automated/icalendar-tests.el (icalendar-tests--test-export)
264 (icalendar-tests--test-import):
265 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
266 (icalendar-tests--test-import): Reset zone even if error occurred.
267
268 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * automated/core-elisp-tests.el: New file.
271
272 2013-08-01 Glenn Morris <rgm@gnu.org>
273
274 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
275 Try to check that the remote system has a notification program.
276
277 2013-07-31 Glenn Morris <rgm@gnu.org>
278
279 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
280
281 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
282
283 * automated/file-notify-tests.el
284 (file-notify--test-local-enabled): New defconst. Replaces all
285 `file-notify-support' occurences.
286 (file-notify--test-remote-enabled): New defun.
287 (file-notify--deftest-remote): Use it.
288 (file-notify-test00-availability): Rewrite.
289 (file-notify-test00-availability-remote): New defun.
290 (file-notify-test01-add-watch): Rewrite first erroneous check.
291
292 2013-07-23 Glenn Morris <rgm@gnu.org>
293
294 * automated/inotify-test.el (inotify-file-watch-simple):
295 Delete temp-file when done.
296
297 * automated/subword-tests.el: Require subword.
298
299 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * automated/subword-tests.el: New file.
302
303 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
304
305 * automated/python-tests.el (python-imenu-create-index-2)
306 (python-imenu-create-index-3): New tests.
307
308 2013-07-11 Glenn Morris <rgm@gnu.org>
309
310 * automated/ert-tests.el: Require cl-lib at runtime too.
311 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
312 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
313 (ert-test-set-functions, ert-test-gensym)
314 (ert-test-coerce-to-vector, ert-test-string-position)
315 (ert-test-mismatch): Remove tests.
316 * automated/cl-lib.el: New, split from ert-tests.el.
317
318 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
319 Goto point-min.
320 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
321 (ruby-move-to-block-skips-percent-literal)
322 (ruby-move-to-block-skips-heredoc)
323 (ruby-move-to-block-moves-from-else-to-if)
324 (ruby-beginning-of-defun-does-not-fold-case)
325 (ruby-end-of-defun-skips-to-next-line-after-the-method):
326 Replace goto-line with forward-line/goto-char.
327 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
328
329 * automated/package-test.el (makeinfo-buffer): Autoload.
330 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
331 (package-test-install-texinfo): Don't require makeinfo.
332
333 * automated/files.el: Stop "local variables" confusion.
334
335 * automated/flymake-tests.el (flymake-tests): Remove unused group.
336
337 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
338 Use with-current-buffer.
339
340 * automated/undo-tests.el (undo-test-buffer-modified)
341 (undo-test-file-modified): New tests.
342
343 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
344
345 * automated/file-notify-tests.el (file-notify-test00-availability):
346 Set :expected-result.
347 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
348 (file-notify-test02-events, file-notify-test02-events-remote)
349 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
350 Skip when `file-notify-support' is nil. (Bug#14823)
351
352 2013-07-09 Glenn Morris <rgm@gnu.org>
353
354 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
355 Declare.
356 (inotify-file-watch-simple): Silence compiler.
357
358 * automated/python-tests.el (python-indent-block-enders):
359 Make it actually test something.
360
361 * automated/package-x-test.el: Require package-test when compiling.
362
363 * automated/add-log-tests.el, automated/advice-tests.el:
364 * automated/imenu-test.el, automated/package-x-test.el:
365 * automated/python-tests.el, automated/ruby-mode-tests.el:
366 * automated/xml-parse-tests.el: Explictly require ert.
367
368 2013-07-08 Kenichi Handa <handa@gnu.org>
369
370 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
371 Use with-ccoding-priority to avoid side-effect (Bug#14781).
372
373 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
374
375 * automated/file-notify-tests.el
376 (file-notify-test-remote-temporary-file-directory):
377 Use `null-device' on w32.
378 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
379 (file-notify--test-results, file-notify--test-event)
380 (file-notify--deftest-remote, file-notify--event-test)
381 (file-notify--test-event-handler)
382 (file-notify--test-make-temp-name): Rename, in order to mark them
383 internal.
384 (tramp-message-show-message, tramp-read-passwd): Tweak them for
385 better fitting in noninteractive tests.
386 (file-notify-test00-availability): Rename from `file-notify-test0'.
387 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
388 Use `temporary-file-directory '.
389 (file-notify-test01-add-watch-remote): New test.
390 (file-notify-test02-events): Rename from `file-notify-test2'.
391 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
392 (file-notify-test03-autorevert): Rename from
393 `file-notify-test4'. Use timeouts.
394 (file-notify-test03-autorevert-remote): Rename from
395 `file-notify-test5'.
396
397 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
398
399 * automated/file-notify-tests.el: New package.
400
401 2013-06-28 Kenichi Handa <handa@gnu.org>
402
403 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
404 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
405 Callers changed.
406 (decoder-tests-filename): New function.
407 (decoder-tests-prefer-utf-8-read)
408 (decoder-tests-prefer-utf-8-write): New function.
409 (ert-test-decoder-prefer-utf-8): New test.
410
411 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
412
413 * automated/package-x-test.el: Change the commentary.
414 (package-x-test--single-archive-entry-1-3)
415 (package-x-test--single-archive-entry-1-4): Fix the tests, by
416 using the appropriate data structure.
417
418 2013-06-27 Daniel Hackney <dan@haxney.org>
419
420 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
421
422 * automated/package-x-test.el: New file.
423
424 * automated/package-test.el: New file.
425
426 * automated/data/package: New directory, with test examples.
427
428 2013-06-27 Glenn Morris <rgm@gnu.org>
429
430 * automated/python-tests.el (python-tests-with-temp-file):
431 Clean up after ourself.
432
433 * automated/undo-tests.el (undo-test3): Remove test that seems to
434 do nothing that the previous one doesn't, except leave a tempfile.
435
436 2013-06-26 Glenn Morris <rgm@gnu.org>
437
438 * automated/info-xref.el: New file.
439
440 2013-06-25 Glenn Morris <rgm@gnu.org>
441
442 * automated/occur-tests.el (occur-test-create): New function.
443 Use it to create separate tests for each element, so we run them
444 all rather than stopping at the first error.
445
446 2013-06-24 Glenn Morris <rgm@gnu.org>
447
448 * automated/occur-tests.el (occur-tests):
449 Update for 2013-05-29 change to occur header line.
450
451 2013-06-21 Eduard Wiebe <usenet@pusto.de>
452
453 Test suite for flymake.
454 * automated/flymake-tests.el:
455 * automated/flymake/warnpred/Makefile
456 * automated/flymake/warnpred/test.c
457 * automated/flymake/warnpred/test.pl: New files.
458
459 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
460
461 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
462
463 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
464
465 * automated/reftex-tests.el: New test suite for reftex.
466
467 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
468
469 * automated/ruby-mode-tests.el: New tests, for percent literals
470 and expression expansion.
471
472 2013-05-29 Leo Liu <sdl.web@gmail.com>
473
474 * indent/octave.m: Tweak.
475
476 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
477
478 * tests/eshell.el: Rewrite tests using ERT.
479
480 2013-05-25 Leo Liu <sdl.web@gmail.com>
481
482 * indent/octave.m: Add tests for %!, # and ### comments.
483
484 2013-05-23 Kenichi Handa <handa@gnu.org>
485
486 * automated/decoder-tests.el: New file.
487
488 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
489
490 * indent/ruby.rb: Add multiline regexp example.
491
492 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
493 (ruby-regexp-skips-over-interpolation)
494 (ruby-regexp-continues-till-end-when-unclosed)
495 (ruby-regexp-can-be-multiline)
496 (ruby-interpolation-inside-percent-literal): New tests.
497
498 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * indent/ruby.rb: Fix indentation after =; add more cases.
501
502 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * indent/pascal.pas: Add test for mis-identified comments.
505
506 2013-04-01 Masatake YAMATO <yamato@redhat.com>
507
508 * automated/imenu-tests.el: New file. (Bug#14112)
509
510 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
511
512 * automated/python-tests.el (python-imenu-prev-index-position-1):
513 Remove test.
514 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
515 New tests.
516
517 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
518
519 * automated/python-tests.el (python-nav-backward-defun-2)
520 (python-nav-backward-defun-3, python-nav-forward-defun-2)
521 (python-nav-forward-defun-3): New tests.
522
523 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
524
525 * automated/python-tests.el (python-nav-backward-defun-1)
526 (python-nav-forward-defun-1): New tests.
527
528 2013-04-09 Masatake YAMATO <yamato@redhat.com>
529
530 * automated/add-log-tests.el: New file. (Bug#14112)
531
532 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
533
534 * automated/python-tests.el (python-indent-block-enders): New test.
535 (python-info-current-defun-2): Fix test.
536
537 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
538
539 * indent/octave.m: Fix encoding error in comment. Add coding tag.
540
541 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
542
543 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
544 (python-tests-with-temp-file): New macro.
545 (python-tests-shell-interpreter): New var.
546 (python-shell-get-process-name-1)
547 (python-shell-internal-get-process-name-1)
548 (python-shell-parse-command-1)
549 (python-shell-calculate-process-environment-1)
550 (python-shell-calculate-process-environment-2)
551 (python-shell-calculate-process-environment-3)
552 (python-shell-calculate-exec-path-1)
553 (python-shell-calculate-exec-path-2)
554 (python-shell-make-comint-1)
555 (python-shell-make-comint-2)
556 (python-shell-get-process-1)
557 (python-shell-get-or-create-process-1)
558 (python-shell-internal-get-or-create-process-1): New tests.
559
560 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
561
562 * automated/python-tests.el: New file.
563
564 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
565
566 * automated/ruby-mode-tests.el
567 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
568 bits inside the examples.
569 (ruby-move-to-block-skips-heredoc): New test.
570 (ruby-add-log-current-method-after-inner-class):
571 Lower expectations: move point inside a method, initially.
572
573 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
574
575 * automated/ruby-mode-tests.el
576 (ruby-move-to-block-skips-percent-literal): New test.
577
578 2013-02-04 Chong Yidong <cyd@gnu.org>
579
580 * automated/thingatpt.el: New file.
581
582 2013-02-03 Chong Yidong <cyd@gnu.org>
583
584 * automated/files.el (file-test--do-local-variables-test):
585 Avoid compilation warning message.
586
587 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
588
589 * automated/ruby-mode-tests.el
590 (ruby-indent-spread-args-in-parens): New test.
591 * automated/ruby-mode-tests.el (ruby-block-test-example):
592 Break indentation of the do block opener and add a line inside it.
593 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
594 Adjust line numbers.
595
596 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
599
600 2013-01-14 Glenn Morris <rgm@gnu.org>
601
602 * automated/compile-tests.el (compile-tests--test-regexps-data):
603 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
604
605 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
606
607 * automated/man-tests.el: New file.
608
609 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
610
611 * automated/undo-tests.el (undo-test0): Adjust error to code change.
612
613 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
614
615 * automated/undo-tests.el: New file.
616
617 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
618
619 * automated/ruby-mode-tests.el
620 (ruby-indent-after-block-in-continued-expression): New test.
621
622 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
623
624 * automated/ruby-mode-tests.el:
625 Rename one interpolation test; add three more.
626 (ruby-with-temp-buffer): New macro, use it where appropriate.
627 (ruby-add-log-current-method-examples): Use "_" for target point.
628 Add four new tests for ruby-add-log-current-method.
629
630 2012-12-11 Glenn Morris <rgm@gnu.org>
631
632 * automated/f90.el (f90-test-bug13138): New test.
633
634 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
635
636 * automated/inotify-test.el: New test.
637
638 2012-12-02 Chong Yidong <cyd@gnu.org>
639
640 * automated/ruby-mode-tests.el
641 (ruby-add-log-current-method-examples): Don't use loop macro, to
642 allow automated testing to work.
643
644 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * automated/advice-tests.el (advice-tests--data): Remove.
647 (advice-tests): Move the tests directly here instead.
648 Add called-interactively-p tests.
649
650 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * automated/ert-x-tests.el: Use cl-lib.
653 * automated/ert-tests.el: Use lexical-binding and cl-lib.
654
655 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
656
657 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
658 (ruby-indent-inside-heredoc-after-operator)
659 (ruby-indent-inside-heredoc-after-space): New tests.
660 Change direct font-lock face references to var references.
661 (ruby-interpolation-suppresses-syntax-inside): New test.
662 (ruby-interpolation-inside-percent-literal-with-paren):
663 New failing test.
664
665 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
666
667 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
668 (ruby-singleton-class-no-heredoc-font-lock)
669 (ruby-add-log-current-method-examples): New tests.
670 (ruby-test-string): Extract from ruby-should-indent-buffer.
671 (ruby-deftest-move-to-block): New macro.
672 Add several move-to-block tests.
673
674 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * automated/advice-tests.el: New tests.
677
678 2012-10-14 Eli Zaretskii <eliz@gnu.org>
679
680 * automated/compile-tests.el (compile-tests--test-regexps-data):
681 Add new data for msft's new format.
682
683 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
684
685 * automated/ruby-mode-tests.el:
686 (ruby-toggle-block-to-multiline): New test.
687 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
688 (ruby-toggle-block-to-brace): Use buffer-string.
689
690 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
691
692 * automated/ruby-mode-tests.el: New tests (Bug#11613).
693
694 2012-08-28 Chong Yidong <cyd@gnu.org>
695
696 * automated/files.el: Test every combination of values for
697 enable-local-variables and enable-local-eval.
698
699 2012-08-19 Chong Yidong <cyd@gnu.org>
700
701 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
702
703 2012-08-18 Chong Yidong <cyd@gnu.org>
704
705 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
706
707 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
708
709 * indent/ruby.rb: Rearrange examples, add new ones.
710
711 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
712
713 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
714 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
715
716 2012-08-11 Glenn Morris <rgm@gnu.org>
717
718 * automated/files.el: New file.
719
720 * automated/Makefile.in (all): Fix typo.
721
722 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
723
724 * automated/ruby-mode-tests.el (ruby-should-indent):
725 Add docstring, check (current-indentation) instead of (current-column).
726 (ruby-should-indent-buffer): New function.
727 Add tests for `ruby-deep-indent-paren' behavior.
728 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
729
730 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
731
732 Original tests in test_ruby_mode.rb in upstream (author).
733
734 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
735
736 * automated/ruby-mode-tests.el (ruby-should-indent)
737 (ruby-assert-state): New functions.
738 Add new tests.
739
740 2012-07-29 David Engster <deng@randomsample.de>
741
742 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
743 New variable to hold test data for name expansion.
744 (xml-parse-tests): Test the two different types of name expansion.
745
746 2012-07-29 Juri Linkov <juri@jurta.org>
747
748 * automated/occur-tests.el (occur-test-case): Use predefined
749 buffer name " *test-occur*" instead of a random buffer name.
750
751 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
752
753 * automated/ruby-mode-tests.el: New file with one test.
754
755 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 * indent/shell.sh: Add test case for ${#VAR}.
758
759 * indent/latex-mode.tex: New file.
760
761 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
762
763 * eshell.el: Use cl-lib.
764
765 2012-07-03 Chong Yidong <cyd@gnu.org>
766
767 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
768
769 2012-07-02 Chong Yidong <cyd@gnu.org>
770
771 * automated/xml-parse-tests.el (xml-parse-tests--data):
772 More testcases.
773
774 2012-07-01 Chong Yidong <cyd@gnu.org>
775
776 * automated/xml-parse-tests.el: New file.
777
778 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
779
780 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
781 Use cl-flet.
782
783 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
784
785 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
786 Test escaped commas in TZID (Bug#11473).
787 (icalendar-import-with-timezone): New.
788 (icalendar-real-world): Add new testcase as given in the bugreport
789 of Bug#11473.
790
791 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
792
793 * automated/icalendar-tests.el (icalendar-tests--test-import):
794 Include UID in import tests (Bug#11525).
795 (icalendar-import-non-recurring, icalendar-import-rrule)
796 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
797 UID-import change.
798 (icalendar-import-with-uid): New.
799 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
800 Include UID in cycle tests.
801 (icalendar-cycle, icalendar-real-world): UID-import change.
802
803 2012-05-21 Glenn Morris <rgm@gnu.org>
804
805 * automated/Makefile.in (setwins): Scrap superfluous subshell.
806
807 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
808
809 * automated/url-util-tests.el: New file to test
810 lisp/url/url-util.el. Only `url-build-query-string' and
811 `url-parse-query-string' are tested right now (Bug#8706).
812
813 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
814
815 * indent/shell.sh:
816 * indent/shell.rc: Ad some test cases.
817
818 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * indent/ruby.rb: New file, to test new syntax-propertize code.
821
822 2012-04-11 Glenn Morris <rgm@gnu.org>
823
824 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
825
826 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
827
828 * automated/url-future-tests.el (url-future-tests): Move from
829 lisp/url/url-future.el and rename.
830
831 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
832
833 * automated/icalendar-tests.el (icalendar-import-non-recurring):
834 Fix broken test, caused by missing trailing blank.
835
836 2011-12-03 Chong Yidong <cyd@gnu.org>
837
838 * automated/compile-tests.el (compile-tests--test-regexps-data):
839 Increase column numbers by one to reflect change in how
840 compilation-message is recorded (Bug#10172).
841
842 2011-11-22 Glenn Morris <rgm@gnu.org>
843
844 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
845
846 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
847
848 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
849
850 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
851
852 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
853 (icalendar-tests--test-export, icalendar-tests--do-test-export):
854 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
855
856 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
857
858 * automated/newsticker-tests.el
859 (newsticker--group-manage-orphan-feeds): Remove fsetting of
860 newsticker--treeview-tree-update.
861
862 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
863
864 * automated/newsticker-tests.el
865 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
866
867 * trunk/test/automated/newsticker-tests.el
868 (newsticker--group-manage-orphan-feeds): Prevent updating
869 newsticker treeview. Fixed bug#9763.
870
871 2011-10-20 Glenn Morris <rgm@gnu.org>
872
873 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
874
875 * automated/vc-bzr.el: New file.
876
877 2011-10-15 Glenn Morris <rgm@gnu.org>
878
879 * automated/f90.el: New file.
880
881 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
882
883 * automated/newsticker-tests.el: Move newsticker-testsuite.el
884 to automated/newsticker-tests.el. Convert to ERT.
885
886 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
887
888 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
889 Remove, simply use string=.
890 (icalendar--diarytime-to-isotime)
891 (icalendar--datetime-to-diary-date)
892 (icalendar--datestring-to-isodate)
893 (icalendar--format-ical-event)
894 (icalendar--parse-summary-and-rest)
895 (icalendar-tests--do-test-import)
896 (icalendar-tests--do-test-cycle): Change argument order of
897 string= to EXPECTED ACTUAL.
898 (icalendar--import-format-sample)
899 (icalendar--format-ical-event)
900 (icalendar-import-non-recurring)
901 (icalendar-import-rrule)
902 (icalendar-import-duration)
903 (icalendar-import-bug-6766)
904 (icalendar-real-world): Adjust to string= instead of
905 icalendar-tests--compare-strings.
906 (icalendar-import-multiple-vcalendars): New.
907
908 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
909
910 * automated/gnus-tests.el: Add wrapper for Gnus tests.
911 Require CL.
912
913 2011-05-09 Juri Linkov <juri@jurta.org>
914
915 * automated/occur-tests.el: Move from test/occur-testsuite.el.
916 Convert to ERT.
917
918 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
919
920 * automated/compile-tests.el: New file.
921
922 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
923
924 * automated/font-parse-tests.el: Don't byte-compile.
925
926 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
927
928 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * automated/lexbind-tests.el: New file.
931
932 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
933
934 * Version 23.3 released.
935
936 2011-03-05 Glenn Morris <rgm@gnu.org>
937
938 * eshell.el: Move here from lisp/eshell/esh-test.el.
939
940 2011-03-03 Christian Ohler <ohler@gnu.org>
941
942 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
943 New test.
944
945 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
946
947 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
948 convert to ERT format.
949
950 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
951
952 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
953 convert to ERT format.
954
955 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * indent/shell.sh:
958 * indent/shell.rc: New files.
959
960 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
961
962 * automated/font-parse-tests.el: Move from
963 font-parse-testsuite.el.
964
965 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
966
967 * font-parse-testsuite.el (test-font-parse-data): New file.
968
969 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
970
971 * indent/prolog.prolog: Add tokenizing tests.
972
973 2011-01-13 Christian Ohler <ohler@gnu.org>
974
975 * automated: New directory for automated tests.
976
977 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
978
979 * automated/Makefile.in: New file.
980
981 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * indent/modula2.mod: New file.
984
985 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * indent/octave.m: Add a test to ensure indentation is local.
988
989 2010-10-23 Glenn Morris <rgm@gnu.org>
990
991 * comint-testsuite.el
992 (comint-testsuite--test-comint-password-prompt-regexp):
993 Add "Please enter the password". (Bug#7224)
994
995 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
996
997 * indent/prolog.prolog: Use normal spacing around !.
998
999 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * indent/octave.m: Remove one more `fixindent'. Use `end'.
1002
1003 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * indent/octave.m: Remove some `fixindent' not needed any more.
1006
1007 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * indent/octave.m: New file.
1010
1011 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
1012
1013 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1014 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1015 (icalendar-testsuite--run-internal-tests): New.
1016 (icalendar-testsuite--test-convert-ordinary-to-ical)
1017 (icalendar-testsuite--test-convert-block-to-ical)
1018 (icalendar-testsuite--test-convert-anniversary-to-ical)
1019 (icalendar-testsuite--test-parse-vtimezone)
1020 (icalendar-testsuite--do-test-export): Code formatting.
1021 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1022 (icalendar-testsuite--do-test-import)
1023 (icalendar-testsuite--do-test-cycle):
1024 Use icalendar-testsuite--compare-strings
1025 (icalendar-testsuite--run-import-tests): Comment added.
1026 (icalendar-testsuite--run-import-tests)
1027 (icalendar-testsuite--run-real-world-tests): Fix expected results.
1028
1029 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
1030
1031 * redisplay-testsuite.el (test-redisplay-3): New test.
1032
1033 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * comint-testsuite.el: New file.
1036
1037 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 * indent: New dir.
1040
1041 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1042
1043 * Version 23.2 released.
1044
1045 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
1046
1047 * cedet/semantic-ia-utest.el
1048 (semantic-symref-test-count-hits-in-tag): Add function, from
1049 semantic-test.el.
1050
1051 * cedet/tests/test.cpp:
1052 * cedet/tests/test.py:
1053 * cedet/tests/teststruct.cpp:
1054 * cedet/tests/testtemplates.cpp:
1055 * cedet/tests/testusing.cpp:
1056 * cedet/tests/scopetest.cpp:
1057 * cedet/tests/scopetest.java: Files deleted.
1058
1059 * cedet/tests/test.make:
1060 * cedet/tests/test.c:
1061 * cedet/tests/testjavacomp.java:
1062 * cedet/tests/testspp.c:
1063 * cedet/tests/testsppreplace.c:
1064 * cedet/tests/testsppreplaced.c:
1065 * cedet/tests/testsubclass.cpp:
1066 * cedet/tests/testsubclass.hh:
1067 * cedet/tests/testtypedefs.cpp:
1068 * cedet/tests/testvarnames.c:
1069 * cedet/tests/test.el:
1070 * cedet/tests/testdoublens.cpp:
1071 * cedet/tests/testdoublens.hpp: Add copyright header.
1072
1073 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1074 Remove reference to deleted files.
1075
1076 2010-03-30 Juri Linkov <juri@jurta.org>
1077
1078 * occur-testsuite.el (occur-tests): Add tests for context lines.
1079
1080 2010-03-23 Juri Linkov <juri@jurta.org>
1081
1082 * occur-testsuite.el: New file.
1083
1084 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1085
1086 * Branch for 23.2.
1087
1088 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1089
1090 * icalendar-testsuite.el
1091 (icalendar-testsuite--run-function-tests): Add new tests.
1092 (icalendar-testsuite--test-diarytime-to-isotime): Add another
1093 testcase.
1094 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1095 (icalendar-testsuite--test-convert-weekly-to-ical): New.
1096 (icalendar-testsuite--test-convert-yearly-to-ical): New.
1097 (icalendar-testsuite--test-convert-block-to-ical): New.
1098 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1099 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1100
1101 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1102
1103 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1104 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1105 Fix typos in docstrings and error messages.
1106 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1107
1108 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1109
1110 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1111 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1112 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1113
1114 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1115
1116 * icalendar-testsuite.el
1117 (icalendar-testsuite--run-function-tests):
1118 Add icalendar-testsuite--test-parse-vtimezone.
1119 (icalendar-testsuite--test-parse-vtimezone): New.
1120 (icalendar-testsuite--do-test-cycle): Doc changes.
1121 (icalendar-testsuite--run-real-world-tests): Remove trailing
1122 whitespace -- see change of icalendar--add-diary-entry in
1123 icalendar.el.
1124 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1125
1126 2009-09-30 Glenn Morris <rgm@gnu.org>
1127
1128 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1129
1130 2009-06-26 Eric Ludlam <zappo@gnu.org>
1131
1132 * cedet/*: New unit tests, from CEDET repository.
1133
1134 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
1135
1136 * redisplay-testsuite.el: New file.
1137
1138 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1139
1140 * Branch for 23.1.
1141
1142 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1143
1144 * icalendar-testsuite.el
1145 (icalendar-testsuite--run-function-tests):
1146 Add icalendar-testsuite--test-diarytime-to-isotime.
1147 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1148 recent icalendar fixes.
1149 (icalendar-testsuite--test-diarytime-to-isotime): New.
1150 (icalendar-testsuite--test-create-uid): Adjust to recent
1151 icalendar changes.
1152
1153 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1154
1155 * bytecomp-testsuite.el: New file.
1156
1157 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1158
1159 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1160 Add `icalendar-testsuite--test-create-uid'.
1161 (icalendar-testsuite--test-create-uid): New.
1162
1163 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
1164
1165 * newsticker-testsuite.el: New file.
1166
1167 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
1168
1169 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1170 Add icalendar-testsuite--test-datestring-to-isodate,
1171 icalendar-testsuite--test-datetime-to-diary-date, and
1172 icalendar-testsuite--test-calendar-style.
1173 (icalendar-testsuite--test-format-ical-event):
1174 (icalendar-testsuite--test-parse-summary-and-rest):
1175 Doc fix. Remove european-calendar-style.
1176 (icalendar-testsuite--get-ical-event): Doc fix.
1177 (icalendar-testsuite--test-first-weekday-of-year):
1178 (icalendar-testsuite--run-cycle-tests): Add doc string.
1179 (icalendar-testsuite--test-datestring-to-isodate):
1180 (icalendar-testsuite--test-datetime-to-diary-date):
1181 (icalendar-testsuite--test-calendar-style): New functions.
1182 (icalendar-testsuite--test-export): Handle iso date style.
1183 New arg INPUT-ISO. Use calendar-date-style.
1184 (icalendar-testsuite--test-import): Handle iso date style.
1185 New arg EXPECTED-ISO. Use calendar-date-style.
1186 (icalendar-testsuite--test-cycle): Handle iso date style.
1187 (icalendar-testsuite--run-import-tests):
1188 (icalendar-testsuite--run-export-tests):
1189 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1190
1191 2008-02-29 Glenn Morris <rgm@gnu.org>
1192
1193 * README: New file.
1194
1195 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
1196
1197 * icalendar-testsuite.el: New file.
1198
1199 ;; Local Variables:
1200 ;; coding: utf-8
1201 ;; End:
1202
1203 Copyright (C) 2008-2013 Free Software Foundation, Inc.
1204
1205 This file is part of GNU Emacs.
1206
1207 GNU Emacs is free software: you can redistribute it and/or modify
1208 it under the terms of the GNU General Public License as published by
1209 the Free Software Foundation, either version 3 of the License, or
1210 (at your option) any later version.
1211
1212 GNU Emacs is distributed in the hope that it will be useful,
1213 but WITHOUT ANY WARRANTY; without even the implied warranty of
1214 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1215 GNU General Public License for more details.
1216
1217 You should have received a copy of the GNU General Public License
1218 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.