Improve documentation of easy-menu-define.
[emacs.git] / test / ChangeLog
blob72b44747bacd090b6ef26a23793d0776a49c9e22
1 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
3         * automated/compile-tests.el (compile-tests--test-regexps-data):
4         Add new data for msft's new format.
6 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8         * automated/ruby-mode-tests.el:
9         (ruby-toggle-block-to-multiline): New test.
10         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
11         (ruby-toggle-block-to-brace): Use buffer-string.
13 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
15         * automated/ruby-mode-tests.el: New tests (Bug#11613).
17 2012-08-28  Chong Yidong  <cyd@gnu.org>
19         * automated/files.el: Test every combination of values for
20         enable-local-variables and enable-local-eval.
22 2012-08-19  Chong Yidong  <cyd@gnu.org>
24         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
26 2012-08-18  Chong Yidong  <cyd@gnu.org>
28         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
30 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
32         * indent/ruby.rb: Rearrange examples, add new ones.
34 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
36         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
37         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
39 2012-08-11  Glenn Morris  <rgm@gnu.org>
41         * automated/files.el: New file.
43         * automated/Makefile.in (all): Fix typo.
45 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
47         * automated/ruby-mode-tests.el (ruby-should-indent):
48         Add docstring, check (current-indentation) instead of (current-column).
49         (ruby-should-indent-buffer): New function.
50         Add tests for `ruby-deep-indent-paren' behavior.
51         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
53 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
55         Original tests in test_ruby_mode.rb in upstream (author).
57 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
59         * automated/ruby-mode-tests.el (ruby-should-indent)
60         (ruby-assert-state): New functions.
61         Add new tests.
63 2012-07-29  David Engster  <deng@randomsample.de>
65         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
66         New variable to hold test data for name expansion.
67         (xml-parse-tests): Test the two different types of name expansion.
69 2012-07-29  Juri Linkov  <juri@jurta.org>
71         * automated/occur-tests.el (occur-test-case): Use predefined
72         buffer name " *test-occur*" instead of a random buffer name.
74 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
76         * automated/ruby-mode-tests.el: New file with one test.
78 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * indent/shell.sh: Add test case for ${#VAR}.
82         * indent/latex-mode.tex: New file.
84 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
86         * eshell.el: Use cl-lib.
88 2012-07-03  Chong Yidong  <cyd@gnu.org>
90         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
92 2012-07-02  Chong Yidong  <cyd@gnu.org>
94         * automated/xml-parse-tests.el (xml-parse-tests--data):
95         More testcases.
97 2012-07-01  Chong Yidong  <cyd@gnu.org>
99         * automated/xml-parse-tests.el: New file.
101 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
103         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
104         Use cl-flet.
106 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
108         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
109         Test escaped commas in TZID (Bug#11473).
110         (icalendar-import-with-timezone): New.
111         (icalendar-real-world): Add new testcase as given in the bugreport
112         of Bug#11473.
114 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
116         * automated/icalendar-tests.el (icalendar-tests--test-import):
117         Include UID in import tests (Bug#11525).
118         (icalendar-import-non-recurring, icalendar-import-rrule)
119         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
120         UID-import change.
121         (icalendar-import-with-uid): New.
122         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
123         Include UID in cycle tests.
124         (icalendar-cycle, icalendar-real-world): UID-import change.
126 2012-05-21  Glenn Morris  <rgm@gnu.org>
128         * automated/Makefile.in (setwins): Scrap superfluous subshell.
130 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
132         * automated/url-util-tests.el: New file to test
133         lisp/url/url-util.el.  Only `url-build-query-string' and
134         `url-parse-query-string' are tested right now (Bug#8706).
136 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
138         * indent/shell.sh:
139         * indent/shell.rc: Ad some test cases.
141 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
143         * indent/ruby.rb: New file, to test new syntax-propertize code.
145 2012-04-11  Glenn Morris  <rgm@gnu.org>
147         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
149 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
151         * automated/url-future-tests.el (url-future-tests): Move from
152         lisp/url/url-future.el and rename.
154 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
156         * automated/icalendar-tests.el (icalendar-import-non-recurring):
157         Fix broken test, caused by missing trailing blank.
159 2011-12-03  Chong Yidong  <cyd@gnu.org>
161         * automated/compile-tests.el (compile-tests--test-regexps-data):
162         Increase column numbers by one to reflect change in how
163         compilation-message is recorded (Bug#10172).
165 2011-11-22  Glenn Morris  <rgm@gnu.org>
167         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
169 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
171         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
173 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
175         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
176         (icalendar-tests--test-export, icalendar-tests--do-test-export):
177         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
179 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
181         * automated/newsticker-tests.el
182         (newsticker--group-manage-orphan-feeds): Remove fsetting of
183         newsticker--treeview-tree-update.
185 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
187         * automated/newsticker-tests.el
188         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
190         * trunk/test/automated/newsticker-tests.el
191         (newsticker--group-manage-orphan-feeds): Prevent updating
192         newsticker treeview. Fixed bug#9763.
194 2011-10-20  Glenn Morris  <rgm@gnu.org>
196         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
198         * automated/vc-bzr.el: New file.
200 2011-10-15  Glenn Morris  <rgm@gnu.org>
202         * automated/f90.el: New file.
204 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
206         * automated/newsticker-tests.el: Move newsticker-testsuite.el
207         to automated/newsticker-tests.el. Convert to ERT.
209 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
211         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
212         Removed, simply use string=.
213         (icalendar--diarytime-to-isotime)
214         (icalendar--datetime-to-diary-date)
215         (icalendar--datestring-to-isodate)
216         (icalendar--format-ical-event)
217         (icalendar--parse-summary-and-rest)
218         (icalendar-tests--do-test-import)
219         (icalendar-tests--do-test-cycle): Change argument order of
220         string= to EXPECTED ACTUAL.
221         (icalendar--import-format-sample)
222         (icalendar--format-ical-event)
223         (icalendar-import-non-recurring)
224         (icalendar-import-rrule)
225         (icalendar-import-duration)
226         (icalendar-import-bug-6766)
227         (icalendar-real-world): Adjust to string= instead of
228         icalendar-tests--compare-strings.
229         (icalendar-import-multiple-vcalendars): New.
231 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
233         * automated/gnus-tests.el: Add wrapper for Gnus tests.
234         Require CL.
236 2011-05-09  Juri Linkov  <juri@jurta.org>
238         * automated/occur-tests.el: Move from test/occur-testsuite.el.
239         Convert to ERT.
241 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
243         * automated/compile-tests.el: New file.
245 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
247         * automated/font-parse-tests.el: Don't byte-compile.
249         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
251 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
253         * automated/lexbind-tests.el: New file.
255 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
257         * Version 23.3 released.
259 2011-03-05  Glenn Morris  <rgm@gnu.org>
261         * eshell.el: Move here from lisp/eshell/esh-test.el.
263 2011-03-03  Christian Ohler  <ohler@gnu.org>
265         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
266         New test.
268 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
270         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
271         convert to ERT format.
273 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
275         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
276         convert to ERT format.
278 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
280         * indent/shell.sh:
281         * indent/shell.rc: New files.
283 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
285         * automated/font-parse-tests.el: Move from
286         font-parse-testsuite.el.
288 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
290         * font-parse-testsuite.el (test-font-parse-data): New file.
292 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
294         * indent/prolog.prolog: Add tokenizing tests.
296 2011-01-13  Christian Ohler  <ohler@gnu.org>
298         * automated: New directory for automated tests.
300         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
302         * automated/Makefile.in: New file.
304 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
306         * indent/modula2.mod: New file.
308 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
310         * indent/octave.m: Add a test to ensure indentation is local.
312 2010-10-23  Glenn Morris  <rgm@gnu.org>
314         * comint-testsuite.el
315         (comint-testsuite--test-comint-password-prompt-regexp):
316         Add "Please enter the password".  (Bug#7224)
318 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
320         * indent/prolog.prolog: Use normal spacing around !.
322 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
324         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
326 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * indent/octave.m: Remove some `fixindent' not needed any more.
330 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
332         * indent/octave.m: New file.
334 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
336         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
337         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
338         (icalendar-testsuite--run-internal-tests): New.
339         (icalendar-testsuite--test-convert-ordinary-to-ical)
340         (icalendar-testsuite--test-convert-block-to-ical)
341         (icalendar-testsuite--test-convert-anniversary-to-ical)
342         (icalendar-testsuite--test-parse-vtimezone)
343         (icalendar-testsuite--do-test-export): Code formatting.
344         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
345         (icalendar-testsuite--do-test-import)
346         (icalendar-testsuite--do-test-cycle):
347         Use icalendar-testsuite--compare-strings
348         (icalendar-testsuite--run-import-tests): Comment added.
349         (icalendar-testsuite--run-import-tests)
350         (icalendar-testsuite--run-real-world-tests): Fix expected results.
352 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
354         * redisplay-testsuite.el (test-redisplay-3): New test.
356 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
358         * comint-testsuite.el: New file.
360 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
362         * indent: New dir.
364 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
366         * Version 23.2 released.
368 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
370         * cedet/semantic-ia-utest.el
371         (semantic-symref-test-count-hits-in-tag): Add function, from
372         semantic-test.el.
374         * cedet/tests/test.cpp:
375         * cedet/tests/test.py:
376         * cedet/tests/teststruct.cpp:
377         * cedet/tests/testtemplates.cpp:
378         * cedet/tests/testusing.cpp:
379         * cedet/tests/scopetest.cpp:
380         * cedet/tests/scopetest.java: Files deleted.
382         * cedet/tests/test.make:
383         * cedet/tests/test.c:
384         * cedet/tests/testjavacomp.java:
385         * cedet/tests/testspp.c:
386         * cedet/tests/testsppreplace.c:
387         * cedet/tests/testsppreplaced.c:
388         * cedet/tests/testsubclass.cpp:
389         * cedet/tests/testsubclass.hh:
390         * cedet/tests/testtypedefs.cpp:
391         * cedet/tests/testvarnames.c:
392         * cedet/tests/test.el:
393         * cedet/tests/testdoublens.cpp:
394         * cedet/tests/testdoublens.hpp: Add copyright header.
396         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
397         Remove reference to deleted files.
399 2010-03-30  Juri Linkov  <juri@jurta.org>
401         * occur-testsuite.el (occur-tests): Add tests for context lines.
403 2010-03-23  Juri Linkov  <juri@jurta.org>
405         * occur-testsuite.el: New file.
407 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
409         * Branch for 23.2.
411 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
413         * icalendar-testsuite.el
414         (icalendar-testsuite--run-function-tests): Add new tests.
415         (icalendar-testsuite--test-diarytime-to-isotime): Add another
416         testcase.
417         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
418         (icalendar-testsuite--test-convert-weekly-to-ical): New.
419         (icalendar-testsuite--test-convert-yearly-to-ical): New.
420         (icalendar-testsuite--test-convert-block-to-ical): New.
421         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
422         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
424 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
426         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
427         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
428         Fix typos in docstrings and error messages.
429         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
431 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
433         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
434         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
435         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
437 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
439         * icalendar-testsuite.el
440         (icalendar-testsuite--run-function-tests):
441         Add icalendar-testsuite--test-parse-vtimezone.
442         (icalendar-testsuite--test-parse-vtimezone): New.
443         (icalendar-testsuite--do-test-cycle): Doc changes.
444         (icalendar-testsuite--run-real-world-tests): Remove trailing
445         whitespace -- see change of icalendar--add-diary-entry in
446         icalendar.el.
447         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
449 2009-09-30  Glenn Morris  <rgm@gnu.org>
451         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
453 2009-06-26  Eric Ludlam  <zappo@gnu.org>
455         * cedet/*: New unit tests, from CEDET repository.
457 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
459         * redisplay-testsuite.el: New file.
461 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
463         * Branch for 23.1.
465 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
467         * icalendar-testsuite.el
468         (icalendar-testsuite--run-function-tests):
469         Add icalendar-testsuite--test-diarytime-to-isotime.
470         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
471         recent icalendar fixes.
472         (icalendar-testsuite--test-diarytime-to-isotime): New.
473         (icalendar-testsuite--test-create-uid): Adjust to recent
474         icalendar changes.
476 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
478         * bytecomp-testsuite.el: New file.
480 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
482         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
483         Add `icalendar-testsuite--test-create-uid'.
484         (icalendar-testsuite--test-create-uid): New.
486 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
488         * newsticker-testsuite.el: New file.
490 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
492         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
493         Add icalendar-testsuite--test-datestring-to-isodate,
494         icalendar-testsuite--test-datetime-to-diary-date, and
495         icalendar-testsuite--test-calendar-style.
496         (icalendar-testsuite--test-format-ical-event):
497         (icalendar-testsuite--test-parse-summary-and-rest):
498         Doc fix.  Remove european-calendar-style.
499         (icalendar-testsuite--get-ical-event): Doc fix.
500         (icalendar-testsuite--test-first-weekday-of-year):
501         (icalendar-testsuite--run-cycle-tests): Add doc string.
502         (icalendar-testsuite--test-datestring-to-isodate):
503         (icalendar-testsuite--test-datetime-to-diary-date):
504         (icalendar-testsuite--test-calendar-style): New functions.
505         (icalendar-testsuite--test-export): Handle iso date style.
506         New arg INPUT-ISO.  Use calendar-date-style.
507         (icalendar-testsuite--test-import): Handle iso date style.
508         New arg EXPECTED-ISO.  Use calendar-date-style.
509         (icalendar-testsuite--test-cycle): Handle iso date style.
510         (icalendar-testsuite--run-import-tests):
511         (icalendar-testsuite--run-export-tests):
512         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
514 2008-02-29  Glenn Morris  <rgm@gnu.org>
516         * README: New file.
518 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
520         * icalendar-testsuite.el: New file.
522 ;; Local Variables:
523 ;; coding: utf-8
524 ;; End:
526   Copyright (C) 2008-2012  Free Software Foundation, Inc.
528   This file is part of GNU Emacs.
530   GNU Emacs is free software: you can redistribute it and/or modify
531   it under the terms of the GNU General Public License as published by
532   the Free Software Foundation, either version 3 of the License, or
533   (at your option) any later version.
535   GNU Emacs is distributed in the hope that it will be useful,
536   but WITHOUT ANY WARRANTY; without even the implied warranty of
537   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
538   GNU General Public License for more details.
540   You should have received a copy of the GNU General Public License
541   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.