* lisp/xml.el: Handle entity and character reference expansion correctly.
[emacs.git] / test / ChangeLog
blob3ff7124893a6315aaac2bea3184b76facd49d39f
1 2012-07-02  Chong Yidong  <cyd@gnu.org>
3         * automated/xml-parse-tests.el (xml-parse-tests--data): More
4         testcases.
6 2012-07-01  Chong Yidong  <cyd@gnu.org>
8         * automated/xml-parse-tests.el: New file.
10 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
13         Use cl-flet.
15 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
17         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
18         Test escaped commas in TZID (Bug#11473).
19         (icalendar-import-with-timezone): New.
20         (icalendar-real-world): Add new testcase as given in the bugreport
21         of Bug#11473.
23 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
25         * automated/icalendar-tests.el (icalendar-tests--test-import):
26         Include UID in import tests (Bug#11525).
27         (icalendar-import-non-recurring, icalendar-import-rrule)
28         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
29         UID-import change.
30         (icalendar-import-with-uid): New.
31         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
32         Include UID in cycle tests.
33         (icalendar-cycle, icalendar-real-world): UID-import change.
35 2012-05-21  Glenn Morris  <rgm@gnu.org>
37         * automated/Makefile.in (setwins): Scrap superfluous subshell.
39 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
41         * automated/url-util-tests.el: New file to test
42         lisp/url/url-util.el.  Only `url-build-query-string' and
43         `url-parse-query-string' are tested right now (Bug#8706).
45 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * indent/shell.sh:
48         * indent/shell.rc: Ad some test cases.
50 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
52         * indent/ruby.rb: New file, to test new syntax-propertize code.
54 2012-04-11  Glenn Morris  <rgm@gnu.org>
56         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
58 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
60         * automated/url-future-tests.el (url-future-tests): Move from
61         lisp/url/url-future.el and rename.
63 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
65         * automated/icalendar-tests.el (icalendar-import-non-recurring):
66         Fix broken test, caused by missing trailing blank.
68 2011-12-03  Chong Yidong  <cyd@gnu.org>
70         * automated/compile-tests.el (compile-tests--test-regexps-data):
71         Increase column numbers by one to reflect change in how
72         compilation-message is recorded (Bug#10172).
74 2011-11-22  Glenn Morris  <rgm@gnu.org>
76         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
78 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
80         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
82 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
84         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
85         (icalendar-tests--test-export, icalendar-tests--do-test-export):
86         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
88 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
90         * automated/newsticker-tests.el
91         (newsticker--group-manage-orphan-feeds): Remove fsetting of
92         newsticker--treeview-tree-update.
94 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
96         * automated/newsticker-tests.el
97         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
99         * trunk/test/automated/newsticker-tests.el
100         (newsticker--group-manage-orphan-feeds): Prevent updating
101         newsticker treeview. Fixed bug#9763.
103 2011-10-20  Glenn Morris  <rgm@gnu.org>
105         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
107         * automated/vc-bzr.el: New file.
109 2011-10-15  Glenn Morris  <rgm@gnu.org>
111         * automated/f90.el: New file.
113 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
115         * automated/newsticker-tests.el: Move newsticker-testsuite.el
116         to automated/newsticker-tests.el. Convert to ERT.
118 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
120         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
121         Removed, simply use string=.
122         (icalendar--diarytime-to-isotime)
123         (icalendar--datetime-to-diary-date)
124         (icalendar--datestring-to-isodate)
125         (icalendar--format-ical-event)
126         (icalendar--parse-summary-and-rest)
127         (icalendar-tests--do-test-import)
128         (icalendar-tests--do-test-cycle): Change argument order of
129         string= to EXPECTED ACTUAL.
130         (icalendar--import-format-sample)
131         (icalendar--format-ical-event)
132         (icalendar-import-non-recurring)
133         (icalendar-import-rrule)
134         (icalendar-import-duration)
135         (icalendar-import-bug-6766)
136         (icalendar-real-world): Adjust to string= instead of
137         icalendar-tests--compare-strings.
138         (icalendar-import-multiple-vcalendars): New.
140 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
142         * automated/gnus-tests.el: Add wrapper for Gnus tests.
143         Require CL.
145 2011-05-09  Juri Linkov  <juri@jurta.org>
147         * automated/occur-tests.el: Move from test/occur-testsuite.el.
148         Convert to ERT.
150 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
152         * automated/compile-tests.el: New file.
154 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
156         * automated/font-parse-tests.el: Don't byte-compile.
158         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
160 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * automated/lexbind-tests.el: New file.
164 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
166         * Version 23.3 released.
168 2011-03-05  Glenn Morris  <rgm@gnu.org>
170         * eshell.el: Move here from lisp/eshell/esh-test.el.
172 2011-03-03  Christian Ohler  <ohler@gnu.org>
174         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
175         New test.
177 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
179         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
180         convert to ERT format.
182 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
184         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
185         convert to ERT format.
187 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
189         * indent/shell.sh:
190         * indent/shell.rc: New files.
192 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
194         * automated/font-parse-tests.el: Move from
195         font-parse-testsuite.el.
197 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
199         * font-parse-testsuite.el (test-font-parse-data): New file.
201 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
203         * indent/prolog.prolog: Add tokenizing tests.
205 2011-01-13  Christian Ohler  <ohler@gnu.org>
207         * automated: New directory for automated tests.
209         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
211         * automated/Makefile.in: New file.
213 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
215         * indent/modula2.mod: New file.
217 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
219         * indent/octave.m: Add a test to ensure indentation is local.
221 2010-10-23  Glenn Morris  <rgm@gnu.org>
223         * comint-testsuite.el
224         (comint-testsuite--test-comint-password-prompt-regexp):
225         Add "Please enter the password".  (Bug#7224)
227 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
229         * indent/prolog.prolog: Use normal spacing around !.
231 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
233         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
235 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
237         * indent/octave.m: Remove some `fixindent' not needed any more.
239 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
241         * indent/octave.m: New file.
243 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
245         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
246         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
247         (icalendar-testsuite--run-internal-tests): New.
248         (icalendar-testsuite--test-convert-ordinary-to-ical)
249         (icalendar-testsuite--test-convert-block-to-ical)
250         (icalendar-testsuite--test-convert-anniversary-to-ical)
251         (icalendar-testsuite--test-parse-vtimezone)
252         (icalendar-testsuite--do-test-export): Code formatting.
253         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
254         (icalendar-testsuite--do-test-import)
255         (icalendar-testsuite--do-test-cycle):
256         Use icalendar-testsuite--compare-strings
257         (icalendar-testsuite--run-import-tests): Comment added.
258         (icalendar-testsuite--run-import-tests)
259         (icalendar-testsuite--run-real-world-tests): Fix expected results.
261 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
263         * redisplay-testsuite.el (test-redisplay-3): New test.
265 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
267         * comint-testsuite.el: New file.
269 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * indent: New dir.
273 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
275         * Version 23.2 released.
277 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
279         * cedet/semantic-ia-utest.el
280         (semantic-symref-test-count-hits-in-tag): Add function, from
281         semantic-test.el.
283         * cedet/tests/test.cpp:
284         * cedet/tests/test.py:
285         * cedet/tests/teststruct.cpp:
286         * cedet/tests/testtemplates.cpp:
287         * cedet/tests/testusing.cpp:
288         * cedet/tests/scopetest.cpp:
289         * cedet/tests/scopetest.java: Files deleted.
291         * cedet/tests/test.make:
292         * cedet/tests/test.c:
293         * cedet/tests/testjavacomp.java:
294         * cedet/tests/testspp.c:
295         * cedet/tests/testsppreplace.c:
296         * cedet/tests/testsppreplaced.c:
297         * cedet/tests/testsubclass.cpp:
298         * cedet/tests/testsubclass.hh:
299         * cedet/tests/testtypedefs.cpp:
300         * cedet/tests/testvarnames.c:
301         * cedet/tests/test.el:
302         * cedet/tests/testdoublens.cpp:
303         * cedet/tests/testdoublens.hpp: Add copyright header.
305         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
306         Remove reference to deleted files.
308 2010-03-30  Juri Linkov  <juri@jurta.org>
310         * occur-testsuite.el (occur-tests): Add tests for context lines.
312 2010-03-23  Juri Linkov  <juri@jurta.org>
314         * occur-testsuite.el: New file.
316 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
318         * Branch for 23.2.
320 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
322         * icalendar-testsuite.el
323         (icalendar-testsuite--run-function-tests): Add new tests.
324         (icalendar-testsuite--test-diarytime-to-isotime): Add another
325         testcase.
326         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
327         (icalendar-testsuite--test-convert-weekly-to-ical): New.
328         (icalendar-testsuite--test-convert-yearly-to-ical): New.
329         (icalendar-testsuite--test-convert-block-to-ical): New.
330         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
331         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
333 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
335         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
336         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
337         Fix typos in docstrings and error messages.
338         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
340 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
342         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
343         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
344         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
346 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
348         * icalendar-testsuite.el
349         (icalendar-testsuite--run-function-tests):
350         Add icalendar-testsuite--test-parse-vtimezone.
351         (icalendar-testsuite--test-parse-vtimezone): New.
352         (icalendar-testsuite--do-test-cycle): Doc changes.
353         (icalendar-testsuite--run-real-world-tests): Remove trailing
354         whitespace -- see change of icalendar--add-diary-entry in
355         icalendar.el.
356         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
358 2009-09-30  Glenn Morris  <rgm@gnu.org>
360         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
362 2009-06-26  Eric Ludlam  <zappo@gnu.org>
364         * cedet/*: New unit tests, from CEDET repository.
366 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
368         * redisplay-testsuite.el: New file.
370 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
372         * Branch for 23.1.
374 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
376         * icalendar-testsuite.el
377         (icalendar-testsuite--run-function-tests):
378         Add icalendar-testsuite--test-diarytime-to-isotime.
379         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
380         recent icalendar fixes.
381         (icalendar-testsuite--test-diarytime-to-isotime): New.
382         (icalendar-testsuite--test-create-uid): Adjust to recent
383         icalendar changes.
385 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
387         * bytecomp-testsuite.el: New file.
389 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
391         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
392         Add `icalendar-testsuite--test-create-uid'.
393         (icalendar-testsuite--test-create-uid): New.
395 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
397         * newsticker-testsuite.el: New file.
399 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
401         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
402         Add icalendar-testsuite--test-datestring-to-isodate,
403         icalendar-testsuite--test-datetime-to-diary-date, and
404         icalendar-testsuite--test-calendar-style.
405         (icalendar-testsuite--test-format-ical-event):
406         (icalendar-testsuite--test-parse-summary-and-rest):
407         Doc fix.  Remove european-calendar-style.
408         (icalendar-testsuite--get-ical-event): Doc fix.
409         (icalendar-testsuite--test-first-weekday-of-year):
410         (icalendar-testsuite--run-cycle-tests): Add doc string.
411         (icalendar-testsuite--test-datestring-to-isodate):
412         (icalendar-testsuite--test-datetime-to-diary-date):
413         (icalendar-testsuite--test-calendar-style): New functions.
414         (icalendar-testsuite--test-export): Handle iso date style.
415         New arg INPUT-ISO.  Use calendar-date-style.
416         (icalendar-testsuite--test-import): Handle iso date style.
417         New arg EXPECTED-ISO.  Use calendar-date-style.
418         (icalendar-testsuite--test-cycle): Handle iso date style.
419         (icalendar-testsuite--run-import-tests):
420         (icalendar-testsuite--run-export-tests):
421         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
423 2008-02-29  Glenn Morris  <rgm@gnu.org>
425         * README: New file.
427 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
429         * icalendar-testsuite.el: New file.
431 ;; Local Variables:
432 ;; coding: utf-8
433 ;; End:
435   Copyright (C) 2008-2012  Free Software Foundation, Inc.
437   This file is part of GNU Emacs.
439   GNU Emacs is free software: you can redistribute it and/or modify
440   it under the terms of the GNU General Public License as published by
441   the Free Software Foundation, either version 3 of the License, or
442   (at your option) any later version.
444   GNU Emacs is distributed in the hope that it will be useful,
445   but WITHOUT ANY WARRANTY; without even the implied warranty of
446   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
447   GNU General Public License for more details.
449   You should have received a copy of the GNU General Public License
450   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.