* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Use let.
[emacs.git] / test / ChangeLog
blobf1281c8ed723627873de00c361ebec0a84539598
1 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
3         * automated/python-tests.el: New file.
5 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
7         * automated/ruby-mode-tests.el
8         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
9         bits inside the examples.
10         (ruby-move-to-block-skips-heredoc): New test.
11         (ruby-add-log-current-method-after-inner-class): Lower
12         expectations: move point inside a method, initially.
14 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
16         * automated/ruby-mode-tests.el
17         (ruby-move-to-block-skips-percent-literal): New test.
19 2013-02-04  Chong Yidong  <cyd@gnu.org>
21         * automated/thingatpt.el: New file.
23 2013-02-03  Chong Yidong  <cyd@gnu.org>
25         * automated/files.el (file-test--do-local-variables-test): Avoid
26         compilation warning message.
28 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
30         * automated/ruby-mode-tests.el
31         (ruby-indent-spread-args-in-parens): New test.
32         * automated/ruby-mode-tests.el (ruby-block-test-example):
33         Break indentation of the do block opener and add a line inside it.
34         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
35         Adjust line numbers.
37 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
41 2013-01-14  Glenn Morris  <rgm@gnu.org>
43         * automated/compile-tests.el (compile-tests--test-regexps-data):
44         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
46 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
48         * automated/man-tests.el: New file.
50 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
52         * automated/undo-tests.el (undo-test0): Adjust error to code change.
54 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
56         * automated/undo-tests.el: New file.
58 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
60         * automated/ruby-mode-tests.el
61         (ruby-indent-after-block-in-continued-expression): New test.
63 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
65         * automated/ruby-mode-tests.el
66         Rename one interpolation test; add three more.
67         (ruby-with-temp-buffer): New macro, use it where appropriate.
68         (ruby-add-log-current-method-examples): Use "_" for target point.
69         Add four new tests for ruby-add-log-current-method.
71 2012-12-11  Glenn Morris  <rgm@gnu.org>
73         * automated/f90.el (f90-test-bug13138): New test.
75 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
77         * automated/inotify-test.el: New test.
79 2012-12-02  Chong Yidong  <cyd@gnu.org>
81         * automated/ruby-mode-tests.el
82         (ruby-add-log-current-method-examples): Don't use loop macro, to
83         allow automated testing to work.
85 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
87         * automated/advice-tests.el (advice-tests--data): Remove.
88         (advice-tests): Move the tests directly here instead.
89         Add called-interactively-p tests.
91 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
93         * automated/ert-x-tests.el: Use cl-lib.
94         * automated/ert-tests.el: Use lexical-binding and cl-lib.
96 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
98         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
99         (ruby-indent-inside-heredoc-after-operator)
100         (ruby-indent-inside-heredoc-after-space): New tests.
101         Change direct font-lock face references to var references.
102         (ruby-interpolation-suppresses-syntax-inside): New test.
103         (ruby-interpolation-inside-percent-literal-with-paren):
104         New failing test.
106 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
108         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
109         (ruby-singleton-class-no-heredoc-font-lock)
110         (ruby-add-log-current-method-examples): New tests.
111         (ruby-test-string): Extract from ruby-should-indent-buffer.
112         (ruby-deftest-move-to-block): New macro.
113         Add several move-to-block tests.
115 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
117         * automated/advice-tests.el: New tests.
119 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
121         * automated/compile-tests.el (compile-tests--test-regexps-data):
122         Add new data for msft's new format.
124 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
126         * automated/ruby-mode-tests.el:
127         (ruby-toggle-block-to-multiline): New test.
128         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
129         (ruby-toggle-block-to-brace): Use buffer-string.
131 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
133         * automated/ruby-mode-tests.el: New tests (Bug#11613).
135 2012-08-28  Chong Yidong  <cyd@gnu.org>
137         * automated/files.el: Test every combination of values for
138         enable-local-variables and enable-local-eval.
140 2012-08-19  Chong Yidong  <cyd@gnu.org>
142         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
144 2012-08-18  Chong Yidong  <cyd@gnu.org>
146         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
148 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
150         * indent/ruby.rb: Rearrange examples, add new ones.
152 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
154         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
155         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
157 2012-08-11  Glenn Morris  <rgm@gnu.org>
159         * automated/files.el: New file.
161         * automated/Makefile.in (all): Fix typo.
163 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
165         * automated/ruby-mode-tests.el (ruby-should-indent):
166         Add docstring, check (current-indentation) instead of (current-column).
167         (ruby-should-indent-buffer): New function.
168         Add tests for `ruby-deep-indent-paren' behavior.
169         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
171 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
173         Original tests in test_ruby_mode.rb in upstream (author).
175 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
177         * automated/ruby-mode-tests.el (ruby-should-indent)
178         (ruby-assert-state): New functions.
179         Add new tests.
181 2012-07-29  David Engster  <deng@randomsample.de>
183         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
184         New variable to hold test data for name expansion.
185         (xml-parse-tests): Test the two different types of name expansion.
187 2012-07-29  Juri Linkov  <juri@jurta.org>
189         * automated/occur-tests.el (occur-test-case): Use predefined
190         buffer name " *test-occur*" instead of a random buffer name.
192 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
194         * automated/ruby-mode-tests.el: New file with one test.
196 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
198         * indent/shell.sh: Add test case for ${#VAR}.
200         * indent/latex-mode.tex: New file.
202 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
204         * eshell.el: Use cl-lib.
206 2012-07-03  Chong Yidong  <cyd@gnu.org>
208         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
210 2012-07-02  Chong Yidong  <cyd@gnu.org>
212         * automated/xml-parse-tests.el (xml-parse-tests--data):
213         More testcases.
215 2012-07-01  Chong Yidong  <cyd@gnu.org>
217         * automated/xml-parse-tests.el: New file.
219 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
221         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
222         Use cl-flet.
224 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
226         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
227         Test escaped commas in TZID (Bug#11473).
228         (icalendar-import-with-timezone): New.
229         (icalendar-real-world): Add new testcase as given in the bugreport
230         of Bug#11473.
232 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
234         * automated/icalendar-tests.el (icalendar-tests--test-import):
235         Include UID in import tests (Bug#11525).
236         (icalendar-import-non-recurring, icalendar-import-rrule)
237         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
238         UID-import change.
239         (icalendar-import-with-uid): New.
240         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
241         Include UID in cycle tests.
242         (icalendar-cycle, icalendar-real-world): UID-import change.
244 2012-05-21  Glenn Morris  <rgm@gnu.org>
246         * automated/Makefile.in (setwins): Scrap superfluous subshell.
248 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
250         * automated/url-util-tests.el: New file to test
251         lisp/url/url-util.el.  Only `url-build-query-string' and
252         `url-parse-query-string' are tested right now (Bug#8706).
254 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
256         * indent/shell.sh:
257         * indent/shell.rc: Ad some test cases.
259 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
261         * indent/ruby.rb: New file, to test new syntax-propertize code.
263 2012-04-11  Glenn Morris  <rgm@gnu.org>
265         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
267 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
269         * automated/url-future-tests.el (url-future-tests): Move from
270         lisp/url/url-future.el and rename.
272 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
274         * automated/icalendar-tests.el (icalendar-import-non-recurring):
275         Fix broken test, caused by missing trailing blank.
277 2011-12-03  Chong Yidong  <cyd@gnu.org>
279         * automated/compile-tests.el (compile-tests--test-regexps-data):
280         Increase column numbers by one to reflect change in how
281         compilation-message is recorded (Bug#10172).
283 2011-11-22  Glenn Morris  <rgm@gnu.org>
285         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
287 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
289         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
291 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
293         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
294         (icalendar-tests--test-export, icalendar-tests--do-test-export):
295         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
297 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
299         * automated/newsticker-tests.el
300         (newsticker--group-manage-orphan-feeds): Remove fsetting of
301         newsticker--treeview-tree-update.
303 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
305         * automated/newsticker-tests.el
306         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
308         * trunk/test/automated/newsticker-tests.el
309         (newsticker--group-manage-orphan-feeds): Prevent updating
310         newsticker treeview. Fixed bug#9763.
312 2011-10-20  Glenn Morris  <rgm@gnu.org>
314         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
316         * automated/vc-bzr.el: New file.
318 2011-10-15  Glenn Morris  <rgm@gnu.org>
320         * automated/f90.el: New file.
322 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
324         * automated/newsticker-tests.el: Move newsticker-testsuite.el
325         to automated/newsticker-tests.el. Convert to ERT.
327 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
329         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
330         Removed, simply use string=.
331         (icalendar--diarytime-to-isotime)
332         (icalendar--datetime-to-diary-date)
333         (icalendar--datestring-to-isodate)
334         (icalendar--format-ical-event)
335         (icalendar--parse-summary-and-rest)
336         (icalendar-tests--do-test-import)
337         (icalendar-tests--do-test-cycle): Change argument order of
338         string= to EXPECTED ACTUAL.
339         (icalendar--import-format-sample)
340         (icalendar--format-ical-event)
341         (icalendar-import-non-recurring)
342         (icalendar-import-rrule)
343         (icalendar-import-duration)
344         (icalendar-import-bug-6766)
345         (icalendar-real-world): Adjust to string= instead of
346         icalendar-tests--compare-strings.
347         (icalendar-import-multiple-vcalendars): New.
349 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
351         * automated/gnus-tests.el: Add wrapper for Gnus tests.
352         Require CL.
354 2011-05-09  Juri Linkov  <juri@jurta.org>
356         * automated/occur-tests.el: Move from test/occur-testsuite.el.
357         Convert to ERT.
359 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
361         * automated/compile-tests.el: New file.
363 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
365         * automated/font-parse-tests.el: Don't byte-compile.
367         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
369 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * automated/lexbind-tests.el: New file.
373 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
375         * Version 23.3 released.
377 2011-03-05  Glenn Morris  <rgm@gnu.org>
379         * eshell.el: Move here from lisp/eshell/esh-test.el.
381 2011-03-03  Christian Ohler  <ohler@gnu.org>
383         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
384         New test.
386 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
388         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
389         convert to ERT format.
391 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
393         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
394         convert to ERT format.
396 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
398         * indent/shell.sh:
399         * indent/shell.rc: New files.
401 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
403         * automated/font-parse-tests.el: Move from
404         font-parse-testsuite.el.
406 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
408         * font-parse-testsuite.el (test-font-parse-data): New file.
410 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
412         * indent/prolog.prolog: Add tokenizing tests.
414 2011-01-13  Christian Ohler  <ohler@gnu.org>
416         * automated: New directory for automated tests.
418         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
420         * automated/Makefile.in: New file.
422 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * indent/modula2.mod: New file.
426 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
428         * indent/octave.m: Add a test to ensure indentation is local.
430 2010-10-23  Glenn Morris  <rgm@gnu.org>
432         * comint-testsuite.el
433         (comint-testsuite--test-comint-password-prompt-regexp):
434         Add "Please enter the password".  (Bug#7224)
436 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
438         * indent/prolog.prolog: Use normal spacing around !.
440 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
442         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
444 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
446         * indent/octave.m: Remove some `fixindent' not needed any more.
448 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
450         * indent/octave.m: New file.
452 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
454         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
455         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
456         (icalendar-testsuite--run-internal-tests): New.
457         (icalendar-testsuite--test-convert-ordinary-to-ical)
458         (icalendar-testsuite--test-convert-block-to-ical)
459         (icalendar-testsuite--test-convert-anniversary-to-ical)
460         (icalendar-testsuite--test-parse-vtimezone)
461         (icalendar-testsuite--do-test-export): Code formatting.
462         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
463         (icalendar-testsuite--do-test-import)
464         (icalendar-testsuite--do-test-cycle):
465         Use icalendar-testsuite--compare-strings
466         (icalendar-testsuite--run-import-tests): Comment added.
467         (icalendar-testsuite--run-import-tests)
468         (icalendar-testsuite--run-real-world-tests): Fix expected results.
470 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
472         * redisplay-testsuite.el (test-redisplay-3): New test.
474 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
476         * comint-testsuite.el: New file.
478 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * indent: New dir.
482 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
484         * Version 23.2 released.
486 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
488         * cedet/semantic-ia-utest.el
489         (semantic-symref-test-count-hits-in-tag): Add function, from
490         semantic-test.el.
492         * cedet/tests/test.cpp:
493         * cedet/tests/test.py:
494         * cedet/tests/teststruct.cpp:
495         * cedet/tests/testtemplates.cpp:
496         * cedet/tests/testusing.cpp:
497         * cedet/tests/scopetest.cpp:
498         * cedet/tests/scopetest.java: Files deleted.
500         * cedet/tests/test.make:
501         * cedet/tests/test.c:
502         * cedet/tests/testjavacomp.java:
503         * cedet/tests/testspp.c:
504         * cedet/tests/testsppreplace.c:
505         * cedet/tests/testsppreplaced.c:
506         * cedet/tests/testsubclass.cpp:
507         * cedet/tests/testsubclass.hh:
508         * cedet/tests/testtypedefs.cpp:
509         * cedet/tests/testvarnames.c:
510         * cedet/tests/test.el:
511         * cedet/tests/testdoublens.cpp:
512         * cedet/tests/testdoublens.hpp: Add copyright header.
514         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
515         Remove reference to deleted files.
517 2010-03-30  Juri Linkov  <juri@jurta.org>
519         * occur-testsuite.el (occur-tests): Add tests for context lines.
521 2010-03-23  Juri Linkov  <juri@jurta.org>
523         * occur-testsuite.el: New file.
525 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
527         * Branch for 23.2.
529 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
531         * icalendar-testsuite.el
532         (icalendar-testsuite--run-function-tests): Add new tests.
533         (icalendar-testsuite--test-diarytime-to-isotime): Add another
534         testcase.
535         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
536         (icalendar-testsuite--test-convert-weekly-to-ical): New.
537         (icalendar-testsuite--test-convert-yearly-to-ical): New.
538         (icalendar-testsuite--test-convert-block-to-ical): New.
539         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
540         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
542 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
544         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
545         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
546         Fix typos in docstrings and error messages.
547         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
549 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
551         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
552         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
553         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
555 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
557         * icalendar-testsuite.el
558         (icalendar-testsuite--run-function-tests):
559         Add icalendar-testsuite--test-parse-vtimezone.
560         (icalendar-testsuite--test-parse-vtimezone): New.
561         (icalendar-testsuite--do-test-cycle): Doc changes.
562         (icalendar-testsuite--run-real-world-tests): Remove trailing
563         whitespace -- see change of icalendar--add-diary-entry in
564         icalendar.el.
565         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
567 2009-09-30  Glenn Morris  <rgm@gnu.org>
569         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
571 2009-06-26  Eric Ludlam  <zappo@gnu.org>
573         * cedet/*: New unit tests, from CEDET repository.
575 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
577         * redisplay-testsuite.el: New file.
579 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
581         * Branch for 23.1.
583 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
585         * icalendar-testsuite.el
586         (icalendar-testsuite--run-function-tests):
587         Add icalendar-testsuite--test-diarytime-to-isotime.
588         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
589         recent icalendar fixes.
590         (icalendar-testsuite--test-diarytime-to-isotime): New.
591         (icalendar-testsuite--test-create-uid): Adjust to recent
592         icalendar changes.
594 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
596         * bytecomp-testsuite.el: New file.
598 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
600         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
601         Add `icalendar-testsuite--test-create-uid'.
602         (icalendar-testsuite--test-create-uid): New.
604 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
606         * newsticker-testsuite.el: New file.
608 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
610         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
611         Add icalendar-testsuite--test-datestring-to-isodate,
612         icalendar-testsuite--test-datetime-to-diary-date, and
613         icalendar-testsuite--test-calendar-style.
614         (icalendar-testsuite--test-format-ical-event):
615         (icalendar-testsuite--test-parse-summary-and-rest):
616         Doc fix.  Remove european-calendar-style.
617         (icalendar-testsuite--get-ical-event): Doc fix.
618         (icalendar-testsuite--test-first-weekday-of-year):
619         (icalendar-testsuite--run-cycle-tests): Add doc string.
620         (icalendar-testsuite--test-datestring-to-isodate):
621         (icalendar-testsuite--test-datetime-to-diary-date):
622         (icalendar-testsuite--test-calendar-style): New functions.
623         (icalendar-testsuite--test-export): Handle iso date style.
624         New arg INPUT-ISO.  Use calendar-date-style.
625         (icalendar-testsuite--test-import): Handle iso date style.
626         New arg EXPECTED-ISO.  Use calendar-date-style.
627         (icalendar-testsuite--test-cycle): Handle iso date style.
628         (icalendar-testsuite--run-import-tests):
629         (icalendar-testsuite--run-export-tests):
630         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
632 2008-02-29  Glenn Morris  <rgm@gnu.org>
634         * README: New file.
636 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
638         * icalendar-testsuite.el: New file.
640 ;; Local Variables:
641 ;; coding: utf-8
642 ;; End:
644   Copyright (C) 2008-2013 Free Software Foundation, Inc.
646   This file is part of GNU Emacs.
648   GNU Emacs is free software: you can redistribute it and/or modify
649   it under the terms of the GNU General Public License as published by
650   the Free Software Foundation, either version 3 of the License, or
651   (at your option) any later version.
653   GNU Emacs is distributed in the hope that it will be useful,
654   but WITHOUT ANY WARRANTY; without even the implied warranty of
655   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
656   GNU General Public License for more details.
658   You should have received a copy of the GNU General Public License
659   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.