Backport icalendar-tests fixes from trunk
[emacs.git] / test / ChangeLog
blob9b6859e9ba63595e873adf63cd5967fef4cfcb84
1 2013-08-04  Glenn Morris  <rgm@gnu.org>
3         * automated/icalendar-tests.el (icalendar-tests--test-export)
4         (icalendar-tests--test-import):
5         Use getenv/setenv rather than set-time-zone-rule.
6         (icalendar-tests--test-import): Reset zone even if error occurred.
7         (icalendar-tests--do-test-cycle): Use with-current-buffer.
9 2013-03-26  Fabián Ezequiel Gallina  <fabian@anue.biz>
11         * automated/python-tests.el
12         (python-indent-block-enders): New test.
13         (python-info-current-defun-2): Fix test.
15 2013-03-11  Glenn Morris  <rgm@gnu.org>
17         * Version 24.3 released.
19 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
21         * automated/python-tests.el
22         (python-tests-with-temp-buffer): Doc fix.
23         (python-tests-with-temp-file): New macro.
24         (python-tests-shell-interpreter): New var.
25         (python-shell-get-process-name-1)
26         (python-shell-internal-get-process-name-1)
27         (python-shell-parse-command-1)
28         (python-shell-calculate-process-environment-1)
29         (python-shell-calculate-process-environment-2)
30         (python-shell-calculate-process-environment-3)
31         (python-shell-calculate-exec-path-1)
32         (python-shell-calculate-exec-path-2)
33         (python-shell-make-comint-1)
34         (python-shell-make-comint-2)
35         (python-shell-get-process-1)
36         (python-shell-get-or-create-process-1)
37         (python-shell-internal-get-or-create-process-1): New tests.
39 2013-02-20  Fabián Ezequiel Gallina  <fgallina@cuca>
41         * automated/python-tests.el: New file.
43 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
45         * automated/ruby-mode-tests.el
46         (ruby-indent-after-block-in-continued-expression): New test.
48 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
50         * automated/compile-tests.el (compile-tests--test-regexps-data):
51         Add new data for msft's new format.
53 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
55         * automated/ruby-mode-tests.el:
56         (ruby-toggle-block-to-multiline): New test.
57         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
58         (ruby-toggle-block-to-brace): Use buffer-string.
60 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
62         * automated/ruby-mode-tests.el: New tests (Bug#11613).
64 2012-08-28  Chong Yidong  <cyd@gnu.org>
66         * automated/files.el: Test every combination of values for
67         enable-local-variables and enable-local-eval.
69 2012-08-19  Chong Yidong  <cyd@gnu.org>
71         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
73 2012-08-18  Chong Yidong  <cyd@gnu.org>
75         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
77 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
79         * indent/ruby.rb: Rearrange examples, add new ones.
81 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
83         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
84         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
86 2012-08-11  Glenn Morris  <rgm@gnu.org>
88         * automated/files.el: New file.
90         * automated/Makefile.in (all): Fix typo.
92 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
94         * automated/ruby-mode-tests.el (ruby-should-indent):
95         Add docstring, check (current-indentation) instead of (current-column).
96         (ruby-should-indent-buffer): New function.
97         Add tests for `ruby-deep-indent-paren' behavior.
98         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
100 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
102         Original tests in test_ruby_mode.rb in upstream (author).
104 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
106         * automated/ruby-mode-tests.el (ruby-should-indent)
107         (ruby-assert-state): New functions.
108         Add new tests.
110 2012-07-29  David Engster  <deng@randomsample.de>
112         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
113         New variable to hold test data for name expansion.
114         (xml-parse-tests): Test the two different types of name expansion.
116 2012-07-29  Juri Linkov  <juri@jurta.org>
118         * automated/occur-tests.el (occur-test-case): Use predefined
119         buffer name " *test-occur*" instead of a random buffer name.
121 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
123         * automated/ruby-mode-tests.el: New file with one test.
125 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
127         * indent/shell.sh: Add test case for ${#VAR}.
129         * indent/latex-mode.tex: New file.
131 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * eshell.el: Use cl-lib.
135 2012-07-03  Chong Yidong  <cyd@gnu.org>
137         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
139 2012-07-02  Chong Yidong  <cyd@gnu.org>
141         * automated/xml-parse-tests.el (xml-parse-tests--data):
142         More testcases.
144 2012-07-01  Chong Yidong  <cyd@gnu.org>
146         * automated/xml-parse-tests.el: New file.
148 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
150         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
151         Use cl-flet.
153 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
155         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
156         Test escaped commas in TZID (Bug#11473).
157         (icalendar-import-with-timezone): New.
158         (icalendar-real-world): Add new testcase as given in the bugreport
159         of Bug#11473.
161 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
163         * automated/icalendar-tests.el (icalendar-tests--test-import):
164         Include UID in import tests (Bug#11525).
165         (icalendar-import-non-recurring, icalendar-import-rrule)
166         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
167         UID-import change.
168         (icalendar-import-with-uid): New.
169         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
170         Include UID in cycle tests.
171         (icalendar-cycle, icalendar-real-world): UID-import change.
173 2012-05-21  Glenn Morris  <rgm@gnu.org>
175         * automated/Makefile.in (setwins): Scrap superfluous subshell.
177 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
179         * automated/url-util-tests.el: New file to test
180         lisp/url/url-util.el.  Only `url-build-query-string' and
181         `url-parse-query-string' are tested right now (Bug#8706).
183 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
185         * indent/shell.sh:
186         * indent/shell.rc: Ad some test cases.
188 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
190         * indent/ruby.rb: New file, to test new syntax-propertize code.
192 2012-04-11  Glenn Morris  <rgm@gnu.org>
194         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
196 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
198         * automated/url-future-tests.el (url-future-tests): Move from
199         lisp/url/url-future.el and rename.
201 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
203         * automated/icalendar-tests.el (icalendar-import-non-recurring):
204         Fix broken test, caused by missing trailing blank.
206 2011-12-03  Chong Yidong  <cyd@gnu.org>
208         * automated/compile-tests.el (compile-tests--test-regexps-data):
209         Increase column numbers by one to reflect change in how
210         compilation-message is recorded (Bug#10172).
212 2011-11-22  Glenn Morris  <rgm@gnu.org>
214         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
216 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
218         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
220 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
222         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
223         (icalendar-tests--test-export, icalendar-tests--do-test-export):
224         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
226 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
228         * automated/newsticker-tests.el
229         (newsticker--group-manage-orphan-feeds): Remove fsetting of
230         newsticker--treeview-tree-update.
232 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
234         * automated/newsticker-tests.el
235         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
237         * trunk/test/automated/newsticker-tests.el
238         (newsticker--group-manage-orphan-feeds): Prevent updating
239         newsticker treeview. Fixed bug#9763.
241 2011-10-20  Glenn Morris  <rgm@gnu.org>
243         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
245         * automated/vc-bzr.el: New file.
247 2011-10-15  Glenn Morris  <rgm@gnu.org>
249         * automated/f90.el: New file.
251 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
253         * automated/newsticker-tests.el: Move newsticker-testsuite.el
254         to automated/newsticker-tests.el. Convert to ERT.
256 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
258         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
259         Removed, simply use string=.
260         (icalendar--diarytime-to-isotime)
261         (icalendar--datetime-to-diary-date)
262         (icalendar--datestring-to-isodate)
263         (icalendar--format-ical-event)
264         (icalendar--parse-summary-and-rest)
265         (icalendar-tests--do-test-import)
266         (icalendar-tests--do-test-cycle): Change argument order of
267         string= to EXPECTED ACTUAL.
268         (icalendar--import-format-sample)
269         (icalendar--format-ical-event)
270         (icalendar-import-non-recurring)
271         (icalendar-import-rrule)
272         (icalendar-import-duration)
273         (icalendar-import-bug-6766)
274         (icalendar-real-world): Adjust to string= instead of
275         icalendar-tests--compare-strings.
276         (icalendar-import-multiple-vcalendars): New.
278 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
280         * automated/gnus-tests.el: Add wrapper for Gnus tests.
281         Require CL.
283 2011-05-09  Juri Linkov  <juri@jurta.org>
285         * automated/occur-tests.el: Move from test/occur-testsuite.el.
286         Convert to ERT.
288 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
290         * automated/compile-tests.el: New file.
292 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
294         * automated/font-parse-tests.el: Don't byte-compile.
296         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
298 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
300         * automated/lexbind-tests.el: New file.
302 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
304         * Version 23.3 released.
306 2011-03-05  Glenn Morris  <rgm@gnu.org>
308         * eshell.el: Move here from lisp/eshell/esh-test.el.
310 2011-03-03  Christian Ohler  <ohler@gnu.org>
312         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
313         New test.
315 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
317         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
318         convert to ERT format.
320 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
322         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
323         convert to ERT format.
325 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
327         * indent/shell.sh:
328         * indent/shell.rc: New files.
330 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
332         * automated/font-parse-tests.el: Move from
333         font-parse-testsuite.el.
335 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
337         * font-parse-testsuite.el (test-font-parse-data): New file.
339 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
341         * indent/prolog.prolog: Add tokenizing tests.
343 2011-01-13  Christian Ohler  <ohler@gnu.org>
345         * automated: New directory for automated tests.
347         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
349         * automated/Makefile.in: New file.
351 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
353         * indent/modula2.mod: New file.
355 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
357         * indent/octave.m: Add a test to ensure indentation is local.
359 2010-10-23  Glenn Morris  <rgm@gnu.org>
361         * comint-testsuite.el
362         (comint-testsuite--test-comint-password-prompt-regexp):
363         Add "Please enter the password".  (Bug#7224)
365 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
367         * indent/prolog.prolog: Use normal spacing around !.
369 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
373 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
375         * indent/octave.m: Remove some `fixindent' not needed any more.
377 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
379         * indent/octave.m: New file.
381 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
383         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
384         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
385         (icalendar-testsuite--run-internal-tests): New.
386         (icalendar-testsuite--test-convert-ordinary-to-ical)
387         (icalendar-testsuite--test-convert-block-to-ical)
388         (icalendar-testsuite--test-convert-anniversary-to-ical)
389         (icalendar-testsuite--test-parse-vtimezone)
390         (icalendar-testsuite--do-test-export): Code formatting.
391         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
392         (icalendar-testsuite--do-test-import)
393         (icalendar-testsuite--do-test-cycle):
394         Use icalendar-testsuite--compare-strings
395         (icalendar-testsuite--run-import-tests): Comment added.
396         (icalendar-testsuite--run-import-tests)
397         (icalendar-testsuite--run-real-world-tests): Fix expected results.
399 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
401         * redisplay-testsuite.el (test-redisplay-3): New test.
403 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
405         * comint-testsuite.el: New file.
407 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
409         * indent: New dir.
411 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
413         * Version 23.2 released.
415 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
417         * cedet/semantic-ia-utest.el
418         (semantic-symref-test-count-hits-in-tag): Add function, from
419         semantic-test.el.
421         * cedet/tests/test.cpp:
422         * cedet/tests/test.py:
423         * cedet/tests/teststruct.cpp:
424         * cedet/tests/testtemplates.cpp:
425         * cedet/tests/testusing.cpp:
426         * cedet/tests/scopetest.cpp:
427         * cedet/tests/scopetest.java: Files deleted.
429         * cedet/tests/test.make:
430         * cedet/tests/test.c:
431         * cedet/tests/testjavacomp.java:
432         * cedet/tests/testspp.c:
433         * cedet/tests/testsppreplace.c:
434         * cedet/tests/testsppreplaced.c:
435         * cedet/tests/testsubclass.cpp:
436         * cedet/tests/testsubclass.hh:
437         * cedet/tests/testtypedefs.cpp:
438         * cedet/tests/testvarnames.c:
439         * cedet/tests/test.el:
440         * cedet/tests/testdoublens.cpp:
441         * cedet/tests/testdoublens.hpp: Add copyright header.
443         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
444         Remove reference to deleted files.
446 2010-03-30  Juri Linkov  <juri@jurta.org>
448         * occur-testsuite.el (occur-tests): Add tests for context lines.
450 2010-03-23  Juri Linkov  <juri@jurta.org>
452         * occur-testsuite.el: New file.
454 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
456         * Branch for 23.2.
458 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
460         * icalendar-testsuite.el
461         (icalendar-testsuite--run-function-tests): Add new tests.
462         (icalendar-testsuite--test-diarytime-to-isotime): Add another
463         testcase.
464         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
465         (icalendar-testsuite--test-convert-weekly-to-ical): New.
466         (icalendar-testsuite--test-convert-yearly-to-ical): New.
467         (icalendar-testsuite--test-convert-block-to-ical): New.
468         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
469         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
471 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
473         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
474         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
475         Fix typos in docstrings and error messages.
476         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
478 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
480         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
481         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
482         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
484 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
486         * icalendar-testsuite.el
487         (icalendar-testsuite--run-function-tests):
488         Add icalendar-testsuite--test-parse-vtimezone.
489         (icalendar-testsuite--test-parse-vtimezone): New.
490         (icalendar-testsuite--do-test-cycle): Doc changes.
491         (icalendar-testsuite--run-real-world-tests): Remove trailing
492         whitespace -- see change of icalendar--add-diary-entry in
493         icalendar.el.
494         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
496 2009-09-30  Glenn Morris  <rgm@gnu.org>
498         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
500 2009-06-26  Eric Ludlam  <zappo@gnu.org>
502         * cedet/*: New unit tests, from CEDET repository.
504 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
506         * redisplay-testsuite.el: New file.
508 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
510         * Branch for 23.1.
512 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
514         * icalendar-testsuite.el
515         (icalendar-testsuite--run-function-tests):
516         Add icalendar-testsuite--test-diarytime-to-isotime.
517         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
518         recent icalendar fixes.
519         (icalendar-testsuite--test-diarytime-to-isotime): New.
520         (icalendar-testsuite--test-create-uid): Adjust to recent
521         icalendar changes.
523 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
525         * bytecomp-testsuite.el: New file.
527 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
529         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
530         Add `icalendar-testsuite--test-create-uid'.
531         (icalendar-testsuite--test-create-uid): New.
533 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
535         * newsticker-testsuite.el: New file.
537 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
539         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
540         Add icalendar-testsuite--test-datestring-to-isodate,
541         icalendar-testsuite--test-datetime-to-diary-date, and
542         icalendar-testsuite--test-calendar-style.
543         (icalendar-testsuite--test-format-ical-event):
544         (icalendar-testsuite--test-parse-summary-and-rest):
545         Doc fix.  Remove european-calendar-style.
546         (icalendar-testsuite--get-ical-event): Doc fix.
547         (icalendar-testsuite--test-first-weekday-of-year):
548         (icalendar-testsuite--run-cycle-tests): Add doc string.
549         (icalendar-testsuite--test-datestring-to-isodate):
550         (icalendar-testsuite--test-datetime-to-diary-date):
551         (icalendar-testsuite--test-calendar-style): New functions.
552         (icalendar-testsuite--test-export): Handle iso date style.
553         New arg INPUT-ISO.  Use calendar-date-style.
554         (icalendar-testsuite--test-import): Handle iso date style.
555         New arg EXPECTED-ISO.  Use calendar-date-style.
556         (icalendar-testsuite--test-cycle): Handle iso date style.
557         (icalendar-testsuite--run-import-tests):
558         (icalendar-testsuite--run-export-tests):
559         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
561 2008-02-29  Glenn Morris  <rgm@gnu.org>
563         * README: New file.
565 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
567         * icalendar-testsuite.el: New file.
569 ;; Local Variables:
570 ;; coding: utf-8
571 ;; End:
573   Copyright (C) 2008-2013 Free Software Foundation, Inc.
575   This file is part of GNU Emacs.
577   GNU Emacs is free software: you can redistribute it and/or modify
578   it under the terms of the GNU General Public License as published by
579   the Free Software Foundation, either version 3 of the License, or
580   (at your option) any later version.
582   GNU Emacs is distributed in the hope that it will be useful,
583   but WITHOUT ANY WARRANTY; without even the implied warranty of
584   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
585   GNU General Public License for more details.
587   You should have received a copy of the GNU General Public License
588   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.