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