* lisp/emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
[emacs.git] / test / ChangeLog
blobf11325d031829c422ffd7c415b68b3007c3006ad
1 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
3         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
4         (ruby-indent-inside-heredoc-after-operator)
5         (ruby-indent-inside-heredoc-after-space): New tests.
6         Change direct font-lock face references to var references.
7         (ruby-interpolation-suppresses-syntax-inside): New test.
8         (ruby-interpolation-inside-percent-literal-with-paren): New
9         failing test.
11 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
13         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
14         (ruby-singleton-class-no-heredoc-font-lock)
15         (ruby-add-log-current-method-examples): New tests.
16         (ruby-test-string): Extract from ruby-should-indent-buffer.
17         (ruby-deftest-move-to-block): New macro.
18         Add several move-to-block tests.
20 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22         * automated/advice-tests.el: New tests.
24 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
26         * automated/compile-tests.el (compile-tests--test-regexps-data):
27         Add new data for msft's new format.
29 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
31         * automated/ruby-mode-tests.el:
32         (ruby-toggle-block-to-multiline): New test.
33         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
34         (ruby-toggle-block-to-brace): Use buffer-string.
36 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
38         * automated/ruby-mode-tests.el: New tests (Bug#11613).
40 2012-08-28  Chong Yidong  <cyd@gnu.org>
42         * automated/files.el: Test every combination of values for
43         enable-local-variables and enable-local-eval.
45 2012-08-19  Chong Yidong  <cyd@gnu.org>
47         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
49 2012-08-18  Chong Yidong  <cyd@gnu.org>
51         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
53 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
55         * indent/ruby.rb: Rearrange examples, add new ones.
57 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
59         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
60         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
62 2012-08-11  Glenn Morris  <rgm@gnu.org>
64         * automated/files.el: New file.
66         * automated/Makefile.in (all): Fix typo.
68 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
70         * automated/ruby-mode-tests.el (ruby-should-indent):
71         Add docstring, check (current-indentation) instead of (current-column).
72         (ruby-should-indent-buffer): New function.
73         Add tests for `ruby-deep-indent-paren' behavior.
74         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
76 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
78         Original tests in test_ruby_mode.rb in upstream (author).
80 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
82         * automated/ruby-mode-tests.el (ruby-should-indent)
83         (ruby-assert-state): New functions.
84         Add new tests.
86 2012-07-29  David Engster  <deng@randomsample.de>
88         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
89         New variable to hold test data for name expansion.
90         (xml-parse-tests): Test the two different types of name expansion.
92 2012-07-29  Juri Linkov  <juri@jurta.org>
94         * automated/occur-tests.el (occur-test-case): Use predefined
95         buffer name " *test-occur*" instead of a random buffer name.
97 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
99         * automated/ruby-mode-tests.el: New file with one test.
101 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
103         * indent/shell.sh: Add test case for ${#VAR}.
105         * indent/latex-mode.tex: New file.
107 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * eshell.el: Use cl-lib.
111 2012-07-03  Chong Yidong  <cyd@gnu.org>
113         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
115 2012-07-02  Chong Yidong  <cyd@gnu.org>
117         * automated/xml-parse-tests.el (xml-parse-tests--data):
118         More testcases.
120 2012-07-01  Chong Yidong  <cyd@gnu.org>
122         * automated/xml-parse-tests.el: New file.
124 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
126         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
127         Use cl-flet.
129 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
131         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
132         Test escaped commas in TZID (Bug#11473).
133         (icalendar-import-with-timezone): New.
134         (icalendar-real-world): Add new testcase as given in the bugreport
135         of Bug#11473.
137 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
139         * automated/icalendar-tests.el (icalendar-tests--test-import):
140         Include UID in import tests (Bug#11525).
141         (icalendar-import-non-recurring, icalendar-import-rrule)
142         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
143         UID-import change.
144         (icalendar-import-with-uid): New.
145         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
146         Include UID in cycle tests.
147         (icalendar-cycle, icalendar-real-world): UID-import change.
149 2012-05-21  Glenn Morris  <rgm@gnu.org>
151         * automated/Makefile.in (setwins): Scrap superfluous subshell.
153 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
155         * automated/url-util-tests.el: New file to test
156         lisp/url/url-util.el.  Only `url-build-query-string' and
157         `url-parse-query-string' are tested right now (Bug#8706).
159 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
161         * indent/shell.sh:
162         * indent/shell.rc: Ad some test cases.
164 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
166         * indent/ruby.rb: New file, to test new syntax-propertize code.
168 2012-04-11  Glenn Morris  <rgm@gnu.org>
170         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
172 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
174         * automated/url-future-tests.el (url-future-tests): Move from
175         lisp/url/url-future.el and rename.
177 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
179         * automated/icalendar-tests.el (icalendar-import-non-recurring):
180         Fix broken test, caused by missing trailing blank.
182 2011-12-03  Chong Yidong  <cyd@gnu.org>
184         * automated/compile-tests.el (compile-tests--test-regexps-data):
185         Increase column numbers by one to reflect change in how
186         compilation-message is recorded (Bug#10172).
188 2011-11-22  Glenn Morris  <rgm@gnu.org>
190         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
192 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
194         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
196 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
198         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
199         (icalendar-tests--test-export, icalendar-tests--do-test-export):
200         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
202 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
204         * automated/newsticker-tests.el
205         (newsticker--group-manage-orphan-feeds): Remove fsetting of
206         newsticker--treeview-tree-update.
208 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
210         * automated/newsticker-tests.el
211         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
213         * trunk/test/automated/newsticker-tests.el
214         (newsticker--group-manage-orphan-feeds): Prevent updating
215         newsticker treeview. Fixed bug#9763.
217 2011-10-20  Glenn Morris  <rgm@gnu.org>
219         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
221         * automated/vc-bzr.el: New file.
223 2011-10-15  Glenn Morris  <rgm@gnu.org>
225         * automated/f90.el: New file.
227 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
229         * automated/newsticker-tests.el: Move newsticker-testsuite.el
230         to automated/newsticker-tests.el. Convert to ERT.
232 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
234         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
235         Removed, simply use string=.
236         (icalendar--diarytime-to-isotime)
237         (icalendar--datetime-to-diary-date)
238         (icalendar--datestring-to-isodate)
239         (icalendar--format-ical-event)
240         (icalendar--parse-summary-and-rest)
241         (icalendar-tests--do-test-import)
242         (icalendar-tests--do-test-cycle): Change argument order of
243         string= to EXPECTED ACTUAL.
244         (icalendar--import-format-sample)
245         (icalendar--format-ical-event)
246         (icalendar-import-non-recurring)
247         (icalendar-import-rrule)
248         (icalendar-import-duration)
249         (icalendar-import-bug-6766)
250         (icalendar-real-world): Adjust to string= instead of
251         icalendar-tests--compare-strings.
252         (icalendar-import-multiple-vcalendars): New.
254 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
256         * automated/gnus-tests.el: Add wrapper for Gnus tests.
257         Require CL.
259 2011-05-09  Juri Linkov  <juri@jurta.org>
261         * automated/occur-tests.el: Move from test/occur-testsuite.el.
262         Convert to ERT.
264 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
266         * automated/compile-tests.el: New file.
268 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
270         * automated/font-parse-tests.el: Don't byte-compile.
272         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
274 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
276         * automated/lexbind-tests.el: New file.
278 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
280         * Version 23.3 released.
282 2011-03-05  Glenn Morris  <rgm@gnu.org>
284         * eshell.el: Move here from lisp/eshell/esh-test.el.
286 2011-03-03  Christian Ohler  <ohler@gnu.org>
288         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
289         New test.
291 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
293         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
294         convert to ERT format.
296 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
298         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
299         convert to ERT format.
301 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
303         * indent/shell.sh:
304         * indent/shell.rc: New files.
306 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
308         * automated/font-parse-tests.el: Move from
309         font-parse-testsuite.el.
311 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
313         * font-parse-testsuite.el (test-font-parse-data): New file.
315 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
317         * indent/prolog.prolog: Add tokenizing tests.
319 2011-01-13  Christian Ohler  <ohler@gnu.org>
321         * automated: New directory for automated tests.
323         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
325         * automated/Makefile.in: New file.
327 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
329         * indent/modula2.mod: New file.
331 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
333         * indent/octave.m: Add a test to ensure indentation is local.
335 2010-10-23  Glenn Morris  <rgm@gnu.org>
337         * comint-testsuite.el
338         (comint-testsuite--test-comint-password-prompt-regexp):
339         Add "Please enter the password".  (Bug#7224)
341 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
343         * indent/prolog.prolog: Use normal spacing around !.
345 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
347         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
349 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * indent/octave.m: Remove some `fixindent' not needed any more.
353 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
355         * indent/octave.m: New file.
357 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
359         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
360         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
361         (icalendar-testsuite--run-internal-tests): New.
362         (icalendar-testsuite--test-convert-ordinary-to-ical)
363         (icalendar-testsuite--test-convert-block-to-ical)
364         (icalendar-testsuite--test-convert-anniversary-to-ical)
365         (icalendar-testsuite--test-parse-vtimezone)
366         (icalendar-testsuite--do-test-export): Code formatting.
367         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
368         (icalendar-testsuite--do-test-import)
369         (icalendar-testsuite--do-test-cycle):
370         Use icalendar-testsuite--compare-strings
371         (icalendar-testsuite--run-import-tests): Comment added.
372         (icalendar-testsuite--run-import-tests)
373         (icalendar-testsuite--run-real-world-tests): Fix expected results.
375 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
377         * redisplay-testsuite.el (test-redisplay-3): New test.
379 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
381         * comint-testsuite.el: New file.
383 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
385         * indent: New dir.
387 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
389         * Version 23.2 released.
391 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
393         * cedet/semantic-ia-utest.el
394         (semantic-symref-test-count-hits-in-tag): Add function, from
395         semantic-test.el.
397         * cedet/tests/test.cpp:
398         * cedet/tests/test.py:
399         * cedet/tests/teststruct.cpp:
400         * cedet/tests/testtemplates.cpp:
401         * cedet/tests/testusing.cpp:
402         * cedet/tests/scopetest.cpp:
403         * cedet/tests/scopetest.java: Files deleted.
405         * cedet/tests/test.make:
406         * cedet/tests/test.c:
407         * cedet/tests/testjavacomp.java:
408         * cedet/tests/testspp.c:
409         * cedet/tests/testsppreplace.c:
410         * cedet/tests/testsppreplaced.c:
411         * cedet/tests/testsubclass.cpp:
412         * cedet/tests/testsubclass.hh:
413         * cedet/tests/testtypedefs.cpp:
414         * cedet/tests/testvarnames.c:
415         * cedet/tests/test.el:
416         * cedet/tests/testdoublens.cpp:
417         * cedet/tests/testdoublens.hpp: Add copyright header.
419         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
420         Remove reference to deleted files.
422 2010-03-30  Juri Linkov  <juri@jurta.org>
424         * occur-testsuite.el (occur-tests): Add tests for context lines.
426 2010-03-23  Juri Linkov  <juri@jurta.org>
428         * occur-testsuite.el: New file.
430 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
432         * Branch for 23.2.
434 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
436         * icalendar-testsuite.el
437         (icalendar-testsuite--run-function-tests): Add new tests.
438         (icalendar-testsuite--test-diarytime-to-isotime): Add another
439         testcase.
440         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
441         (icalendar-testsuite--test-convert-weekly-to-ical): New.
442         (icalendar-testsuite--test-convert-yearly-to-ical): New.
443         (icalendar-testsuite--test-convert-block-to-ical): New.
444         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
445         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
447 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
449         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
450         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
451         Fix typos in docstrings and error messages.
452         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
454 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
456         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
457         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
458         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
460 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
462         * icalendar-testsuite.el
463         (icalendar-testsuite--run-function-tests):
464         Add icalendar-testsuite--test-parse-vtimezone.
465         (icalendar-testsuite--test-parse-vtimezone): New.
466         (icalendar-testsuite--do-test-cycle): Doc changes.
467         (icalendar-testsuite--run-real-world-tests): Remove trailing
468         whitespace -- see change of icalendar--add-diary-entry in
469         icalendar.el.
470         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
472 2009-09-30  Glenn Morris  <rgm@gnu.org>
474         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
476 2009-06-26  Eric Ludlam  <zappo@gnu.org>
478         * cedet/*: New unit tests, from CEDET repository.
480 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
482         * redisplay-testsuite.el: New file.
484 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
486         * Branch for 23.1.
488 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
490         * icalendar-testsuite.el
491         (icalendar-testsuite--run-function-tests):
492         Add icalendar-testsuite--test-diarytime-to-isotime.
493         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
494         recent icalendar fixes.
495         (icalendar-testsuite--test-diarytime-to-isotime): New.
496         (icalendar-testsuite--test-create-uid): Adjust to recent
497         icalendar changes.
499 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
501         * bytecomp-testsuite.el: New file.
503 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
505         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
506         Add `icalendar-testsuite--test-create-uid'.
507         (icalendar-testsuite--test-create-uid): New.
509 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
511         * newsticker-testsuite.el: New file.
513 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
515         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
516         Add icalendar-testsuite--test-datestring-to-isodate,
517         icalendar-testsuite--test-datetime-to-diary-date, and
518         icalendar-testsuite--test-calendar-style.
519         (icalendar-testsuite--test-format-ical-event):
520         (icalendar-testsuite--test-parse-summary-and-rest):
521         Doc fix.  Remove european-calendar-style.
522         (icalendar-testsuite--get-ical-event): Doc fix.
523         (icalendar-testsuite--test-first-weekday-of-year):
524         (icalendar-testsuite--run-cycle-tests): Add doc string.
525         (icalendar-testsuite--test-datestring-to-isodate):
526         (icalendar-testsuite--test-datetime-to-diary-date):
527         (icalendar-testsuite--test-calendar-style): New functions.
528         (icalendar-testsuite--test-export): Handle iso date style.
529         New arg INPUT-ISO.  Use calendar-date-style.
530         (icalendar-testsuite--test-import): Handle iso date style.
531         New arg EXPECTED-ISO.  Use calendar-date-style.
532         (icalendar-testsuite--test-cycle): Handle iso date style.
533         (icalendar-testsuite--run-import-tests):
534         (icalendar-testsuite--run-export-tests):
535         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
537 2008-02-29  Glenn Morris  <rgm@gnu.org>
539         * README: New file.
541 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
543         * icalendar-testsuite.el: New file.
545 ;; Local Variables:
546 ;; coding: utf-8
547 ;; End:
549   Copyright (C) 2008-2012  Free Software Foundation, Inc.
551   This file is part of GNU Emacs.
553   GNU Emacs is free software: you can redistribute it and/or modify
554   it under the terms of the GNU General Public License as published by
555   the Free Software Foundation, either version 3 of the License, or
556   (at your option) any later version.
558   GNU Emacs is distributed in the hope that it will be useful,
559   but WITHOUT ANY WARRANTY; without even the implied warranty of
560   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
561   GNU General Public License for more details.
563   You should have received a copy of the GNU General Public License
564   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.