Force saving without encoding, regardless of current message.
[emacs.git] / test / ChangeLog
blob41bb1be190eedf8fd5c5a4060bf99bc51a7a97d8
1 2013-02-04  Chong Yidong  <cyd@gnu.org>
3         * automated/thingatpt.el: New file.
5 2013-02-03  Chong Yidong  <cyd@gnu.org>
7         * automated/files.el (file-test--do-local-variables-test): Avoid
8         compilation warning message.
10 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
12         * automated/ruby-mode-tests.el
13         (ruby-indent-spread-args-in-parens): New test.
14         * automated/ruby-mode-tests.el (ruby-block-test-example):
15         Break indentation of the do block opener and add a line inside it.
16         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
17         Adjust line numbers.
19 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
23 2013-01-14  Glenn Morris  <rgm@gnu.org>
25         * automated/compile-tests.el (compile-tests--test-regexps-data):
26         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
28 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
30         * automated/man-tests.el: New file.
32 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
34         * automated/undo-tests.el (undo-test0): Adjust error to code change.
36 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
38         * automated/undo-tests.el: New file.
40 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
42         * automated/ruby-mode-tests.el
43         (ruby-indent-after-block-in-continued-expression): New test.
45 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
47         * automated/ruby-mode-tests.el
48         Rename one interpolation test; add three more.
49         (ruby-with-temp-buffer): New macro, use it where appropriate.
50         (ruby-add-log-current-method-examples): Use "_" for target point.
51         Add four new tests for ruby-add-log-current-method.
53 2012-12-11  Glenn Morris  <rgm@gnu.org>
55         * automated/f90.el (f90-test-bug13138): New test.
57 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
59         * automated/inotify-test.el: New test.
61 2012-12-02  Chong Yidong  <cyd@gnu.org>
63         * automated/ruby-mode-tests.el
64         (ruby-add-log-current-method-examples): Don't use loop macro, to
65         allow automated testing to work.
67 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
69         * automated/advice-tests.el (advice-tests--data): Remove.
70         (advice-tests): Move the tests directly here instead.
71         Add called-interactively-p tests.
73 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * automated/ert-x-tests.el: Use cl-lib.
76         * automated/ert-tests.el: Use lexical-binding and cl-lib.
78 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
80         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
81         (ruby-indent-inside-heredoc-after-operator)
82         (ruby-indent-inside-heredoc-after-space): New tests.
83         Change direct font-lock face references to var references.
84         (ruby-interpolation-suppresses-syntax-inside): New test.
85         (ruby-interpolation-inside-percent-literal-with-paren):
86         New failing test.
88 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
90         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
91         (ruby-singleton-class-no-heredoc-font-lock)
92         (ruby-add-log-current-method-examples): New tests.
93         (ruby-test-string): Extract from ruby-should-indent-buffer.
94         (ruby-deftest-move-to-block): New macro.
95         Add several move-to-block tests.
97 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * automated/advice-tests.el: New tests.
101 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
103         * automated/compile-tests.el (compile-tests--test-regexps-data):
104         Add new data for msft's new format.
106 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
108         * automated/ruby-mode-tests.el:
109         (ruby-toggle-block-to-multiline): New test.
110         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
111         (ruby-toggle-block-to-brace): Use buffer-string.
113 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
115         * automated/ruby-mode-tests.el: New tests (Bug#11613).
117 2012-08-28  Chong Yidong  <cyd@gnu.org>
119         * automated/files.el: Test every combination of values for
120         enable-local-variables and enable-local-eval.
122 2012-08-19  Chong Yidong  <cyd@gnu.org>
124         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
126 2012-08-18  Chong Yidong  <cyd@gnu.org>
128         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
130 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
132         * indent/ruby.rb: Rearrange examples, add new ones.
134 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
136         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
137         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
139 2012-08-11  Glenn Morris  <rgm@gnu.org>
141         * automated/files.el: New file.
143         * automated/Makefile.in (all): Fix typo.
145 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
147         * automated/ruby-mode-tests.el (ruby-should-indent):
148         Add docstring, check (current-indentation) instead of (current-column).
149         (ruby-should-indent-buffer): New function.
150         Add tests for `ruby-deep-indent-paren' behavior.
151         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
153 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
155         Original tests in test_ruby_mode.rb in upstream (author).
157 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
159         * automated/ruby-mode-tests.el (ruby-should-indent)
160         (ruby-assert-state): New functions.
161         Add new tests.
163 2012-07-29  David Engster  <deng@randomsample.de>
165         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
166         New variable to hold test data for name expansion.
167         (xml-parse-tests): Test the two different types of name expansion.
169 2012-07-29  Juri Linkov  <juri@jurta.org>
171         * automated/occur-tests.el (occur-test-case): Use predefined
172         buffer name " *test-occur*" instead of a random buffer name.
174 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
176         * automated/ruby-mode-tests.el: New file with one test.
178 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
180         * indent/shell.sh: Add test case for ${#VAR}.
182         * indent/latex-mode.tex: New file.
184 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
186         * eshell.el: Use cl-lib.
188 2012-07-03  Chong Yidong  <cyd@gnu.org>
190         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
192 2012-07-02  Chong Yidong  <cyd@gnu.org>
194         * automated/xml-parse-tests.el (xml-parse-tests--data):
195         More testcases.
197 2012-07-01  Chong Yidong  <cyd@gnu.org>
199         * automated/xml-parse-tests.el: New file.
201 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
203         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
204         Use cl-flet.
206 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
208         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
209         Test escaped commas in TZID (Bug#11473).
210         (icalendar-import-with-timezone): New.
211         (icalendar-real-world): Add new testcase as given in the bugreport
212         of Bug#11473.
214 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
216         * automated/icalendar-tests.el (icalendar-tests--test-import):
217         Include UID in import tests (Bug#11525).
218         (icalendar-import-non-recurring, icalendar-import-rrule)
219         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
220         UID-import change.
221         (icalendar-import-with-uid): New.
222         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
223         Include UID in cycle tests.
224         (icalendar-cycle, icalendar-real-world): UID-import change.
226 2012-05-21  Glenn Morris  <rgm@gnu.org>
228         * automated/Makefile.in (setwins): Scrap superfluous subshell.
230 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
232         * automated/url-util-tests.el: New file to test
233         lisp/url/url-util.el.  Only `url-build-query-string' and
234         `url-parse-query-string' are tested right now (Bug#8706).
236 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * indent/shell.sh:
239         * indent/shell.rc: Ad some test cases.
241 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
243         * indent/ruby.rb: New file, to test new syntax-propertize code.
245 2012-04-11  Glenn Morris  <rgm@gnu.org>
247         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
249 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
251         * automated/url-future-tests.el (url-future-tests): Move from
252         lisp/url/url-future.el and rename.
254 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
256         * automated/icalendar-tests.el (icalendar-import-non-recurring):
257         Fix broken test, caused by missing trailing blank.
259 2011-12-03  Chong Yidong  <cyd@gnu.org>
261         * automated/compile-tests.el (compile-tests--test-regexps-data):
262         Increase column numbers by one to reflect change in how
263         compilation-message is recorded (Bug#10172).
265 2011-11-22  Glenn Morris  <rgm@gnu.org>
267         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
269 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
271         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
273 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
275         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
276         (icalendar-tests--test-export, icalendar-tests--do-test-export):
277         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
279 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
281         * automated/newsticker-tests.el
282         (newsticker--group-manage-orphan-feeds): Remove fsetting of
283         newsticker--treeview-tree-update.
285 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
287         * automated/newsticker-tests.el
288         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
290         * trunk/test/automated/newsticker-tests.el
291         (newsticker--group-manage-orphan-feeds): Prevent updating
292         newsticker treeview. Fixed bug#9763.
294 2011-10-20  Glenn Morris  <rgm@gnu.org>
296         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
298         * automated/vc-bzr.el: New file.
300 2011-10-15  Glenn Morris  <rgm@gnu.org>
302         * automated/f90.el: New file.
304 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
306         * automated/newsticker-tests.el: Move newsticker-testsuite.el
307         to automated/newsticker-tests.el. Convert to ERT.
309 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
311         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
312         Removed, simply use string=.
313         (icalendar--diarytime-to-isotime)
314         (icalendar--datetime-to-diary-date)
315         (icalendar--datestring-to-isodate)
316         (icalendar--format-ical-event)
317         (icalendar--parse-summary-and-rest)
318         (icalendar-tests--do-test-import)
319         (icalendar-tests--do-test-cycle): Change argument order of
320         string= to EXPECTED ACTUAL.
321         (icalendar--import-format-sample)
322         (icalendar--format-ical-event)
323         (icalendar-import-non-recurring)
324         (icalendar-import-rrule)
325         (icalendar-import-duration)
326         (icalendar-import-bug-6766)
327         (icalendar-real-world): Adjust to string= instead of
328         icalendar-tests--compare-strings.
329         (icalendar-import-multiple-vcalendars): New.
331 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
333         * automated/gnus-tests.el: Add wrapper for Gnus tests.
334         Require CL.
336 2011-05-09  Juri Linkov  <juri@jurta.org>
338         * automated/occur-tests.el: Move from test/occur-testsuite.el.
339         Convert to ERT.
341 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
343         * automated/compile-tests.el: New file.
345 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
347         * automated/font-parse-tests.el: Don't byte-compile.
349         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
351 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
353         * automated/lexbind-tests.el: New file.
355 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
357         * Version 23.3 released.
359 2011-03-05  Glenn Morris  <rgm@gnu.org>
361         * eshell.el: Move here from lisp/eshell/esh-test.el.
363 2011-03-03  Christian Ohler  <ohler@gnu.org>
365         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
366         New test.
368 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
370         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
371         convert to ERT format.
373 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
375         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
376         convert to ERT format.
378 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
380         * indent/shell.sh:
381         * indent/shell.rc: New files.
383 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
385         * automated/font-parse-tests.el: Move from
386         font-parse-testsuite.el.
388 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
390         * font-parse-testsuite.el (test-font-parse-data): New file.
392 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
394         * indent/prolog.prolog: Add tokenizing tests.
396 2011-01-13  Christian Ohler  <ohler@gnu.org>
398         * automated: New directory for automated tests.
400         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
402         * automated/Makefile.in: New file.
404 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
406         * indent/modula2.mod: New file.
408 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
410         * indent/octave.m: Add a test to ensure indentation is local.
412 2010-10-23  Glenn Morris  <rgm@gnu.org>
414         * comint-testsuite.el
415         (comint-testsuite--test-comint-password-prompt-regexp):
416         Add "Please enter the password".  (Bug#7224)
418 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
420         * indent/prolog.prolog: Use normal spacing around !.
422 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
426 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
428         * indent/octave.m: Remove some `fixindent' not needed any more.
430 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
432         * indent/octave.m: New file.
434 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
436         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
437         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
438         (icalendar-testsuite--run-internal-tests): New.
439         (icalendar-testsuite--test-convert-ordinary-to-ical)
440         (icalendar-testsuite--test-convert-block-to-ical)
441         (icalendar-testsuite--test-convert-anniversary-to-ical)
442         (icalendar-testsuite--test-parse-vtimezone)
443         (icalendar-testsuite--do-test-export): Code formatting.
444         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
445         (icalendar-testsuite--do-test-import)
446         (icalendar-testsuite--do-test-cycle):
447         Use icalendar-testsuite--compare-strings
448         (icalendar-testsuite--run-import-tests): Comment added.
449         (icalendar-testsuite--run-import-tests)
450         (icalendar-testsuite--run-real-world-tests): Fix expected results.
452 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
454         * redisplay-testsuite.el (test-redisplay-3): New test.
456 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
458         * comint-testsuite.el: New file.
460 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
462         * indent: New dir.
464 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
466         * Version 23.2 released.
468 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
470         * cedet/semantic-ia-utest.el
471         (semantic-symref-test-count-hits-in-tag): Add function, from
472         semantic-test.el.
474         * cedet/tests/test.cpp:
475         * cedet/tests/test.py:
476         * cedet/tests/teststruct.cpp:
477         * cedet/tests/testtemplates.cpp:
478         * cedet/tests/testusing.cpp:
479         * cedet/tests/scopetest.cpp:
480         * cedet/tests/scopetest.java: Files deleted.
482         * cedet/tests/test.make:
483         * cedet/tests/test.c:
484         * cedet/tests/testjavacomp.java:
485         * cedet/tests/testspp.c:
486         * cedet/tests/testsppreplace.c:
487         * cedet/tests/testsppreplaced.c:
488         * cedet/tests/testsubclass.cpp:
489         * cedet/tests/testsubclass.hh:
490         * cedet/tests/testtypedefs.cpp:
491         * cedet/tests/testvarnames.c:
492         * cedet/tests/test.el:
493         * cedet/tests/testdoublens.cpp:
494         * cedet/tests/testdoublens.hpp: Add copyright header.
496         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
497         Remove reference to deleted files.
499 2010-03-30  Juri Linkov  <juri@jurta.org>
501         * occur-testsuite.el (occur-tests): Add tests for context lines.
503 2010-03-23  Juri Linkov  <juri@jurta.org>
505         * occur-testsuite.el: New file.
507 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
509         * Branch for 23.2.
511 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
513         * icalendar-testsuite.el
514         (icalendar-testsuite--run-function-tests): Add new tests.
515         (icalendar-testsuite--test-diarytime-to-isotime): Add another
516         testcase.
517         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
518         (icalendar-testsuite--test-convert-weekly-to-ical): New.
519         (icalendar-testsuite--test-convert-yearly-to-ical): New.
520         (icalendar-testsuite--test-convert-block-to-ical): New.
521         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
522         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
524 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
526         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
527         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
528         Fix typos in docstrings and error messages.
529         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
531 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
533         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
534         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
535         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
537 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
539         * icalendar-testsuite.el
540         (icalendar-testsuite--run-function-tests):
541         Add icalendar-testsuite--test-parse-vtimezone.
542         (icalendar-testsuite--test-parse-vtimezone): New.
543         (icalendar-testsuite--do-test-cycle): Doc changes.
544         (icalendar-testsuite--run-real-world-tests): Remove trailing
545         whitespace -- see change of icalendar--add-diary-entry in
546         icalendar.el.
547         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
549 2009-09-30  Glenn Morris  <rgm@gnu.org>
551         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
553 2009-06-26  Eric Ludlam  <zappo@gnu.org>
555         * cedet/*: New unit tests, from CEDET repository.
557 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
559         * redisplay-testsuite.el: New file.
561 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
563         * Branch for 23.1.
565 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
567         * icalendar-testsuite.el
568         (icalendar-testsuite--run-function-tests):
569         Add icalendar-testsuite--test-diarytime-to-isotime.
570         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
571         recent icalendar fixes.
572         (icalendar-testsuite--test-diarytime-to-isotime): New.
573         (icalendar-testsuite--test-create-uid): Adjust to recent
574         icalendar changes.
576 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
578         * bytecomp-testsuite.el: New file.
580 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
582         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
583         Add `icalendar-testsuite--test-create-uid'.
584         (icalendar-testsuite--test-create-uid): New.
586 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
588         * newsticker-testsuite.el: New file.
590 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
592         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
593         Add icalendar-testsuite--test-datestring-to-isodate,
594         icalendar-testsuite--test-datetime-to-diary-date, and
595         icalendar-testsuite--test-calendar-style.
596         (icalendar-testsuite--test-format-ical-event):
597         (icalendar-testsuite--test-parse-summary-and-rest):
598         Doc fix.  Remove european-calendar-style.
599         (icalendar-testsuite--get-ical-event): Doc fix.
600         (icalendar-testsuite--test-first-weekday-of-year):
601         (icalendar-testsuite--run-cycle-tests): Add doc string.
602         (icalendar-testsuite--test-datestring-to-isodate):
603         (icalendar-testsuite--test-datetime-to-diary-date):
604         (icalendar-testsuite--test-calendar-style): New functions.
605         (icalendar-testsuite--test-export): Handle iso date style.
606         New arg INPUT-ISO.  Use calendar-date-style.
607         (icalendar-testsuite--test-import): Handle iso date style.
608         New arg EXPECTED-ISO.  Use calendar-date-style.
609         (icalendar-testsuite--test-cycle): Handle iso date style.
610         (icalendar-testsuite--run-import-tests):
611         (icalendar-testsuite--run-export-tests):
612         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
614 2008-02-29  Glenn Morris  <rgm@gnu.org>
616         * README: New file.
618 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
620         * icalendar-testsuite.el: New file.
622 ;; Local Variables:
623 ;; coding: utf-8
624 ;; End:
626   Copyright (C) 2008-2013 Free Software Foundation, Inc.
628   This file is part of GNU Emacs.
630   GNU Emacs is free software: you can redistribute it and/or modify
631   it under the terms of the GNU General Public License as published by
632   the Free Software Foundation, either version 3 of the License, or
633   (at your option) any later version.
635   GNU Emacs is distributed in the hope that it will be useful,
636   but WITHOUT ANY WARRANTY; without even the implied warranty of
637   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
638   GNU General Public License for more details.
640   You should have received a copy of the GNU General Public License
641   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.