Improve xml parameter entity parsing, and add a new ERT test.
[emacs.git] / test / ChangeLog
blobd9d9bc5a9fad0d6371b8a8ccefb98187aabd2433
1 2012-07-01  Chong Yidong  <cyd@gnu.org>
3         * automated/xml-parse-tests.el: New file.
5 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
8         Use cl-flet.
10 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
12         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
13         Test escaped commas in TZID (Bug#11473).
14         (icalendar-import-with-timezone): New.
15         (icalendar-real-world): Add new testcase as given in the bugreport
16         of Bug#11473.
18 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
20         * automated/icalendar-tests.el (icalendar-tests--test-import):
21         Include UID in import tests (Bug#11525).
22         (icalendar-import-non-recurring, icalendar-import-rrule)
23         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
24         UID-import change.
25         (icalendar-import-with-uid): New.
26         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
27         Include UID in cycle tests.
28         (icalendar-cycle, icalendar-real-world): UID-import change.
30 2012-05-21  Glenn Morris  <rgm@gnu.org>
32         * automated/Makefile.in (setwins): Scrap superfluous subshell.
34 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
36         * automated/url-util-tests.el: New file to test
37         lisp/url/url-util.el.  Only `url-build-query-string' and
38         `url-parse-query-string' are tested right now (Bug#8706).
40 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
42         * indent/shell.sh:
43         * indent/shell.rc: Ad some test cases.
45 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * indent/ruby.rb: New file, to test new syntax-propertize code.
49 2012-04-11  Glenn Morris  <rgm@gnu.org>
51         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
53 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
55         * automated/url-future-tests.el (url-future-tests): Move from
56         lisp/url/url-future.el and rename.
58 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
60         * automated/icalendar-tests.el (icalendar-import-non-recurring):
61         Fix broken test, caused by missing trailing blank.
63 2011-12-03  Chong Yidong  <cyd@gnu.org>
65         * automated/compile-tests.el (compile-tests--test-regexps-data):
66         Increase column numbers by one to reflect change in how
67         compilation-message is recorded (Bug#10172).
69 2011-11-22  Glenn Morris  <rgm@gnu.org>
71         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
73 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
75         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
77 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
79         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
80         (icalendar-tests--test-export, icalendar-tests--do-test-export):
81         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
83 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
85         * automated/newsticker-tests.el
86         (newsticker--group-manage-orphan-feeds): Remove fsetting of
87         newsticker--treeview-tree-update.
89 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
91         * automated/newsticker-tests.el
92         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
94         * trunk/test/automated/newsticker-tests.el
95         (newsticker--group-manage-orphan-feeds): Prevent updating
96         newsticker treeview. Fixed bug#9763.
98 2011-10-20  Glenn Morris  <rgm@gnu.org>
100         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
102         * automated/vc-bzr.el: New file.
104 2011-10-15  Glenn Morris  <rgm@gnu.org>
106         * automated/f90.el: New file.
108 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
110         * automated/newsticker-tests.el: Move newsticker-testsuite.el
111         to automated/newsticker-tests.el. Convert to ERT.
113 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
115         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
116         Removed, simply use string=.
117         (icalendar--diarytime-to-isotime)
118         (icalendar--datetime-to-diary-date)
119         (icalendar--datestring-to-isodate)
120         (icalendar--format-ical-event)
121         (icalendar--parse-summary-and-rest)
122         (icalendar-tests--do-test-import)
123         (icalendar-tests--do-test-cycle): Change argument order of
124         string= to EXPECTED ACTUAL.
125         (icalendar--import-format-sample)
126         (icalendar--format-ical-event)
127         (icalendar-import-non-recurring)
128         (icalendar-import-rrule)
129         (icalendar-import-duration)
130         (icalendar-import-bug-6766)
131         (icalendar-real-world): Adjust to string= instead of
132         icalendar-tests--compare-strings.
133         (icalendar-import-multiple-vcalendars): New.
135 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
137         * automated/gnus-tests.el: Add wrapper for Gnus tests.
138         Require CL.
140 2011-05-09  Juri Linkov  <juri@jurta.org>
142         * automated/occur-tests.el: Move from test/occur-testsuite.el.
143         Convert to ERT.
145 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
147         * automated/compile-tests.el: New file.
149 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
151         * automated/font-parse-tests.el: Don't byte-compile.
153         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
155 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
157         * automated/lexbind-tests.el: New file.
159 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
161         * Version 23.3 released.
163 2011-03-05  Glenn Morris  <rgm@gnu.org>
165         * eshell.el: Move here from lisp/eshell/esh-test.el.
167 2011-03-03  Christian Ohler  <ohler@gnu.org>
169         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
170         New test.
172 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
174         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
175         convert to ERT format.
177 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
179         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
180         convert to ERT format.
182 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
184         * indent/shell.sh:
185         * indent/shell.rc: New files.
187 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
189         * automated/font-parse-tests.el: Move from
190         font-parse-testsuite.el.
192 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
194         * font-parse-testsuite.el (test-font-parse-data): New file.
196 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
198         * indent/prolog.prolog: Add tokenizing tests.
200 2011-01-13  Christian Ohler  <ohler@gnu.org>
202         * automated: New directory for automated tests.
204         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
206         * automated/Makefile.in: New file.
208 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
210         * indent/modula2.mod: New file.
212 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
214         * indent/octave.m: Add a test to ensure indentation is local.
216 2010-10-23  Glenn Morris  <rgm@gnu.org>
218         * comint-testsuite.el
219         (comint-testsuite--test-comint-password-prompt-regexp):
220         Add "Please enter the password".  (Bug#7224)
222 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
224         * indent/prolog.prolog: Use normal spacing around !.
226 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
230 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
232         * indent/octave.m: Remove some `fixindent' not needed any more.
234 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * indent/octave.m: New file.
238 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
240         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
241         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
242         (icalendar-testsuite--run-internal-tests): New.
243         (icalendar-testsuite--test-convert-ordinary-to-ical)
244         (icalendar-testsuite--test-convert-block-to-ical)
245         (icalendar-testsuite--test-convert-anniversary-to-ical)
246         (icalendar-testsuite--test-parse-vtimezone)
247         (icalendar-testsuite--do-test-export): Code formatting.
248         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
249         (icalendar-testsuite--do-test-import)
250         (icalendar-testsuite--do-test-cycle):
251         Use icalendar-testsuite--compare-strings
252         (icalendar-testsuite--run-import-tests): Comment added.
253         (icalendar-testsuite--run-import-tests)
254         (icalendar-testsuite--run-real-world-tests): Fix expected results.
256 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
258         * redisplay-testsuite.el (test-redisplay-3): New test.
260 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
262         * comint-testsuite.el: New file.
264 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
266         * indent: New dir.
268 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
270         * Version 23.2 released.
272 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
274         * cedet/semantic-ia-utest.el
275         (semantic-symref-test-count-hits-in-tag): Add function, from
276         semantic-test.el.
278         * cedet/tests/test.cpp:
279         * cedet/tests/test.py:
280         * cedet/tests/teststruct.cpp:
281         * cedet/tests/testtemplates.cpp:
282         * cedet/tests/testusing.cpp:
283         * cedet/tests/scopetest.cpp:
284         * cedet/tests/scopetest.java: Files deleted.
286         * cedet/tests/test.make:
287         * cedet/tests/test.c:
288         * cedet/tests/testjavacomp.java:
289         * cedet/tests/testspp.c:
290         * cedet/tests/testsppreplace.c:
291         * cedet/tests/testsppreplaced.c:
292         * cedet/tests/testsubclass.cpp:
293         * cedet/tests/testsubclass.hh:
294         * cedet/tests/testtypedefs.cpp:
295         * cedet/tests/testvarnames.c:
296         * cedet/tests/test.el:
297         * cedet/tests/testdoublens.cpp:
298         * cedet/tests/testdoublens.hpp: Add copyright header.
300         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
301         Remove reference to deleted files.
303 2010-03-30  Juri Linkov  <juri@jurta.org>
305         * occur-testsuite.el (occur-tests): Add tests for context lines.
307 2010-03-23  Juri Linkov  <juri@jurta.org>
309         * occur-testsuite.el: New file.
311 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
313         * Branch for 23.2.
315 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
317         * icalendar-testsuite.el
318         (icalendar-testsuite--run-function-tests): Add new tests.
319         (icalendar-testsuite--test-diarytime-to-isotime): Add another
320         testcase.
321         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
322         (icalendar-testsuite--test-convert-weekly-to-ical): New.
323         (icalendar-testsuite--test-convert-yearly-to-ical): New.
324         (icalendar-testsuite--test-convert-block-to-ical): New.
325         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
326         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
328 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
330         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
331         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
332         Fix typos in docstrings and error messages.
333         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
335 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
337         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
338         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
339         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
341 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
343         * icalendar-testsuite.el
344         (icalendar-testsuite--run-function-tests):
345         Add icalendar-testsuite--test-parse-vtimezone.
346         (icalendar-testsuite--test-parse-vtimezone): New.
347         (icalendar-testsuite--do-test-cycle): Doc changes.
348         (icalendar-testsuite--run-real-world-tests): Remove trailing
349         whitespace -- see change of icalendar--add-diary-entry in
350         icalendar.el.
351         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
353 2009-09-30  Glenn Morris  <rgm@gnu.org>
355         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
357 2009-06-26  Eric Ludlam  <zappo@gnu.org>
359         * cedet/*: New unit tests, from CEDET repository.
361 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
363         * redisplay-testsuite.el: New file.
365 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
367         * Branch for 23.1.
369 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
371         * icalendar-testsuite.el
372         (icalendar-testsuite--run-function-tests):
373         Add icalendar-testsuite--test-diarytime-to-isotime.
374         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
375         recent icalendar fixes.
376         (icalendar-testsuite--test-diarytime-to-isotime): New.
377         (icalendar-testsuite--test-create-uid): Adjust to recent
378         icalendar changes.
380 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
382         * bytecomp-testsuite.el: New file.
384 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
386         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
387         Add `icalendar-testsuite--test-create-uid'.
388         (icalendar-testsuite--test-create-uid): New.
390 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
392         * newsticker-testsuite.el: New file.
394 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
396         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
397         Add icalendar-testsuite--test-datestring-to-isodate,
398         icalendar-testsuite--test-datetime-to-diary-date, and
399         icalendar-testsuite--test-calendar-style.
400         (icalendar-testsuite--test-format-ical-event):
401         (icalendar-testsuite--test-parse-summary-and-rest):
402         Doc fix.  Remove european-calendar-style.
403         (icalendar-testsuite--get-ical-event): Doc fix.
404         (icalendar-testsuite--test-first-weekday-of-year):
405         (icalendar-testsuite--run-cycle-tests): Add doc string.
406         (icalendar-testsuite--test-datestring-to-isodate):
407         (icalendar-testsuite--test-datetime-to-diary-date):
408         (icalendar-testsuite--test-calendar-style): New functions.
409         (icalendar-testsuite--test-export): Handle iso date style.
410         New arg INPUT-ISO.  Use calendar-date-style.
411         (icalendar-testsuite--test-import): Handle iso date style.
412         New arg EXPECTED-ISO.  Use calendar-date-style.
413         (icalendar-testsuite--test-cycle): Handle iso date style.
414         (icalendar-testsuite--run-import-tests):
415         (icalendar-testsuite--run-export-tests):
416         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
418 2008-02-29  Glenn Morris  <rgm@gnu.org>
420         * README: New file.
422 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
424         * icalendar-testsuite.el: New file.
426 ;; Local Variables:
427 ;; coding: utf-8
428 ;; End:
430   Copyright (C) 2008-2012  Free Software Foundation, Inc.
432   This file is part of GNU Emacs.
434   GNU Emacs is free software: you can redistribute it and/or modify
435   it under the terms of the GNU General Public License as published by
436   the Free Software Foundation, either version 3 of the License, or
437   (at your option) any later version.
439   GNU Emacs is distributed in the hope that it will be useful,
440   but WITHOUT ANY WARRANTY; without even the implied warranty of
441   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
442   GNU General Public License for more details.
444   You should have received a copy of the GNU General Public License
445   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.