Improve the file-local variable regression test.
[emacs.git] / test / ChangeLog
blob1cdd054da3e8f2b3f97a8864105664e99e1475f2
1 2012-08-14  Chong Yidong  <cyd@gnu.org>
3         * automated/files.el: Test every combination of values for
4         enable-local-variables and enable-local-eval.
6 2012-08-10  Glenn Morris  <rgm@gnu.org>
8         * automated/files.el (files-test-disable-local-variables): New test.
10 2012-08-08  Glenn Morris  <rgm@gnu.org>
12         * automated/files.el: New file.
14 2012-08-07  Glenn Morris  <rgm@gnu.org>
16         * automated/Makefile.in (all): Fix typo.
18 2012-06-01  Chong Yidong  <cyd@gnu.org>
20         * Version 24.1 released.
22 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
24         * automated/url-future-tests.el (url-future-tests): Move from
25         lisp/url/url-future.el and rename.
27 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
29         * automated/icalendar-tests.el (icalendar-import-non-recurring):
30         Fix broken test, caused by missing trailing blank.
32 2011-12-03  Chong Yidong  <cyd@gnu.org>
34         * automated/compile-tests.el (compile-tests--test-regexps-data):
35         Increase column numbers by one to reflect change in how
36         compilation-message is recorded (Bug#10172).
38 2011-11-22  Glenn Morris  <rgm@gnu.org>
40         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
42 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
44         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
46 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
48         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
49         (icalendar-tests--test-export, icalendar-tests--do-test-export):
50         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
52 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
54         * automated/newsticker-tests.el
55         (newsticker--group-manage-orphan-feeds): Remove fsetting of
56         newsticker--treeview-tree-update.
58 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
60         * automated/newsticker-tests.el
61         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
63         * trunk/test/automated/newsticker-tests.el
64         (newsticker--group-manage-orphan-feeds): Prevent updating
65         newsticker treeview. Fixed bug#9763.
67 2011-10-20  Glenn Morris  <rgm@gnu.org>
69         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
71         * automated/vc-bzr.el: New file.
73 2011-10-15  Glenn Morris  <rgm@gnu.org>
75         * automated/f90.el: New file.
77 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
79         * automated/newsticker-tests.el: Move newsticker-testsuite.el
80         to automated/newsticker-tests.el. Convert to ERT.
82 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
84         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
85         Removed, simply use string=.
86         (icalendar--diarytime-to-isotime)
87         (icalendar--datetime-to-diary-date)
88         (icalendar--datestring-to-isodate)
89         (icalendar--format-ical-event)
90         (icalendar--parse-summary-and-rest)
91         (icalendar-tests--do-test-import)
92         (icalendar-tests--do-test-cycle): Change argument order of
93         string= to EXPECTED ACTUAL.
94         (icalendar--import-format-sample)
95         (icalendar--format-ical-event)
96         (icalendar-import-non-recurring)
97         (icalendar-import-rrule)
98         (icalendar-import-duration)
99         (icalendar-import-bug-6766)
100         (icalendar-real-world): Adjust to string= instead of
101         icalendar-tests--compare-strings.
102         (icalendar-import-multiple-vcalendars): New.
104 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
106         * automated/gnus-tests.el: Add wrapper for Gnus tests.
107         Require CL.
109 2011-05-09  Juri Linkov  <juri@jurta.org>
111         * automated/occur-tests.el: Move from test/occur-testsuite.el.
112         Convert to ERT.
114 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
116         * automated/compile-tests.el: New file.
118 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
120         * automated/font-parse-tests.el: Don't byte-compile.
122         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
124 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
126         * automated/lexbind-tests.el: New file.
128 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
130         * Version 23.3 released.
132 2011-03-05  Glenn Morris  <rgm@gnu.org>
134         * eshell.el: Move here from lisp/eshell/esh-test.el.
136 2011-03-03  Christian Ohler  <ohler@gnu.org>
138         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
139         New test.
141 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
143         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
144         convert to ERT format.
146 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
148         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
149         convert to ERT format.
151 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * indent/shell.sh:
154         * indent/shell.rc: New files.
156 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
158         * automated/font-parse-tests.el: Move from
159         font-parse-testsuite.el.
161 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
163         * font-parse-testsuite.el (test-font-parse-data): New file.
165 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * indent/prolog.prolog: Add tokenizing tests.
169 2011-01-13  Christian Ohler  <ohler@gnu.org>
171         * automated: New directory for automated tests.
173         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
175         * automated/Makefile.in: New file.
177 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
179         * indent/modula2.mod: New file.
181 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
183         * indent/octave.m: Add a test to ensure indentation is local.
185 2010-10-23  Glenn Morris  <rgm@gnu.org>
187         * comint-testsuite.el
188         (comint-testsuite--test-comint-password-prompt-regexp):
189         Add "Please enter the password".  (Bug#7224)
191 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
193         * indent/prolog.prolog: Use normal spacing around !.
195 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
197         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
199 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
201         * indent/octave.m: Remove some `fixindent' not needed any more.
203 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
205         * indent/octave.m: New file.
207 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
209         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
210         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
211         (icalendar-testsuite--run-internal-tests): New.
212         (icalendar-testsuite--test-convert-ordinary-to-ical)
213         (icalendar-testsuite--test-convert-block-to-ical)
214         (icalendar-testsuite--test-convert-anniversary-to-ical)
215         (icalendar-testsuite--test-parse-vtimezone)
216         (icalendar-testsuite--do-test-export): Code formatting.
217         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
218         (icalendar-testsuite--do-test-import)
219         (icalendar-testsuite--do-test-cycle):
220         Use icalendar-testsuite--compare-strings
221         (icalendar-testsuite--run-import-tests): Comment added.
222         (icalendar-testsuite--run-import-tests)
223         (icalendar-testsuite--run-real-world-tests): Fix expected results.
225 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
227         * redisplay-testsuite.el (test-redisplay-3): New test.
229 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
231         * comint-testsuite.el: New file.
233 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
235         * indent: New dir.
237 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
239         * Version 23.2 released.
241 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
243         * cedet/semantic-ia-utest.el
244         (semantic-symref-test-count-hits-in-tag): Add function, from
245         semantic-test.el.
247         * cedet/tests/test.cpp:
248         * cedet/tests/test.py:
249         * cedet/tests/teststruct.cpp:
250         * cedet/tests/testtemplates.cpp:
251         * cedet/tests/testusing.cpp:
252         * cedet/tests/scopetest.cpp:
253         * cedet/tests/scopetest.java: Files deleted.
255         * cedet/tests/test.make:
256         * cedet/tests/test.c:
257         * cedet/tests/testjavacomp.java:
258         * cedet/tests/testspp.c:
259         * cedet/tests/testsppreplace.c:
260         * cedet/tests/testsppreplaced.c:
261         * cedet/tests/testsubclass.cpp:
262         * cedet/tests/testsubclass.hh:
263         * cedet/tests/testtypedefs.cpp:
264         * cedet/tests/testvarnames.c:
265         * cedet/tests/test.el:
266         * cedet/tests/testdoublens.cpp:
267         * cedet/tests/testdoublens.hpp: Add copyright header.
269         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
270         Remove reference to deleted files.
272 2010-03-30  Juri Linkov  <juri@jurta.org>
274         * occur-testsuite.el (occur-tests): Add tests for context lines.
276 2010-03-23  Juri Linkov  <juri@jurta.org>
278         * occur-testsuite.el: New file.
280 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
282         * Branch for 23.2.
284 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
286         * icalendar-testsuite.el
287         (icalendar-testsuite--run-function-tests): Add new tests.
288         (icalendar-testsuite--test-diarytime-to-isotime): Add another
289         testcase.
290         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
291         (icalendar-testsuite--test-convert-weekly-to-ical): New.
292         (icalendar-testsuite--test-convert-yearly-to-ical): New.
293         (icalendar-testsuite--test-convert-block-to-ical): New.
294         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
295         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
297 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
299         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
300         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
301         Fix typos in docstrings and error messages.
302         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
304 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
306         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
307         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
308         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
310 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
312         * icalendar-testsuite.el
313         (icalendar-testsuite--run-function-tests): Add
314         icalendar-testsuite--test-parse-vtimezone.
315         (icalendar-testsuite--test-parse-vtimezone): New.
316         (icalendar-testsuite--do-test-cycle): Doc changes.
317         (icalendar-testsuite--run-real-world-tests): Remove trailing
318         whitespace -- see change of icalendar--add-diary-entry in
319         icalendar.el.
320         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
322 2009-09-30  Glenn Morris  <rgm@gnu.org>
324         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
326 2009-06-26  Eric Ludlam  <zappo@gnu.org>
328         * cedet/*: New unit tests, from CEDET repository.
330 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
332         * redisplay-testsuite.el: New file.
334 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
336         * Branch for 23.1.
338 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
340         * icalendar-testsuite.el
341         (icalendar-testsuite--run-function-tests):
342         Add icalendar-testsuite--test-diarytime-to-isotime.
343         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
344         recent icalendar fixes.
345         (icalendar-testsuite--test-diarytime-to-isotime): New.
346         (icalendar-testsuite--test-create-uid): Adjust to recent
347         icalendar changes.
349 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
351         * bytecomp-testsuite.el: New file.
353 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
355         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
356         Added `icalendar-testsuite--test-create-uid'.
357         (icalendar-testsuite--test-create-uid): New.
359 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
361         * newsticker-testsuite.el: New file.
363 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
365         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
366         Add icalendar-testsuite--test-datestring-to-isodate,
367         icalendar-testsuite--test-datetime-to-diary-date, and
368         icalendar-testsuite--test-calendar-style.
369         (icalendar-testsuite--test-format-ical-event):
370         (icalendar-testsuite--test-parse-summary-and-rest):
371         Doc fix.  Remove european-calendar-style.
372         (icalendar-testsuite--get-ical-event): Doc fix.
373         (icalendar-testsuite--test-first-weekday-of-year):
374         (icalendar-testsuite--run-cycle-tests): Add doc string.
375         (icalendar-testsuite--test-datestring-to-isodate):
376         (icalendar-testsuite--test-datetime-to-diary-date):
377         (icalendar-testsuite--test-calendar-style): New functions.
378         (icalendar-testsuite--test-export): Handle iso date style.
379         New arg INPUT-ISO.  Use calendar-date-style.
380         (icalendar-testsuite--test-import): Handle iso date style.
381         New arg EXPECTED-ISO.  Use calendar-date-style.
382         (icalendar-testsuite--test-cycle): Handle iso date style.
383         (icalendar-testsuite--run-import-tests):
384         (icalendar-testsuite--run-export-tests):
385         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
387 2008-02-29  Glenn Morris  <rgm@gnu.org>
389         * README: New file.
391 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
393         * icalendar-testsuite.el: New file.
395 ;; Local Variables:
396 ;; coding: utf-8
397 ;; End:
399   Copyright (C) 2008-2012  Free Software Foundation, Inc.
401   This file is part of GNU Emacs.
403   GNU Emacs is free software: you can redistribute it and/or modify
404   it under the terms of the GNU General Public License as published by
405   the Free Software Foundation, either version 3 of the License, or
406   (at your option) any later version.
408   GNU Emacs is distributed in the hope that it will be useful,
409   but WITHOUT ANY WARRANTY; without even the implied warranty of
410   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
411   GNU General Public License for more details.
413   You should have received a copy of the GNU General Public License
414   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.