* vc-sccs.el (vc-sccs-workfile-unchanged-p): Replace external vcdiff script.
[emacs.git] / test / ChangeLog
blobf5fa81f4a5a1de1528857ef9aaee955d3124aa40
1 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
3         * automated/icalendar-tests.el (icalendar-tests--test-import):
4         Include UID in import tests (Bug#11525).
5         (icalendar-import-non-recurring, icalendar-import-rrule)
6         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
7         UID-import change.
8         (icalendar-import-with-uid): New.
9         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
10         Include UID in cycle tests.
11         (icalendar-cycle, icalendar-real-world): UID-import change.
13 2012-05-21  Glenn Morris  <rgm@gnu.org>
15         * automated/Makefile.in (setwins): Scrap superfluous subshell.
17 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19         * automated/url-util-tests.el: New file to test
20         lisp/url/url-util.el.  Only `url-build-query-string' and
21         `url-parse-query-string' are tested right now (Bug#8706).
23 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25         * indent/shell.sh:
26         * indent/shell.rc: Ad some test cases.
28 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * indent/ruby.rb: New file, to test new syntax-propertize code.
32 2012-04-11  Glenn Morris  <rgm@gnu.org>
34         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
36 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
38         * automated/url-future-tests.el (url-future-tests): Move from
39         lisp/url/url-future.el and rename.
41 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
43         * automated/icalendar-tests.el (icalendar-import-non-recurring):
44         Fix broken test, caused by missing trailing blank.
46 2011-12-03  Chong Yidong  <cyd@gnu.org>
48         * automated/compile-tests.el (compile-tests--test-regexps-data):
49         Increase column numbers by one to reflect change in how
50         compilation-message is recorded (Bug#10172).
52 2011-11-22  Glenn Morris  <rgm@gnu.org>
54         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
56 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
58         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
60 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
62         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
63         (icalendar-tests--test-export, icalendar-tests--do-test-export):
64         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
66 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
68         * automated/newsticker-tests.el
69         (newsticker--group-manage-orphan-feeds): Remove fsetting of
70         newsticker--treeview-tree-update.
72 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
74         * automated/newsticker-tests.el
75         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
77         * trunk/test/automated/newsticker-tests.el
78         (newsticker--group-manage-orphan-feeds): Prevent updating
79         newsticker treeview. Fixed bug#9763.
81 2011-10-20  Glenn Morris  <rgm@gnu.org>
83         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
85         * automated/vc-bzr.el: New file.
87 2011-10-15  Glenn Morris  <rgm@gnu.org>
89         * automated/f90.el: New file.
91 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
93         * automated/newsticker-tests.el: Move newsticker-testsuite.el
94         to automated/newsticker-tests.el. Convert to ERT.
96 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
98         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
99         Removed, simply use string=.
100         (icalendar--diarytime-to-isotime)
101         (icalendar--datetime-to-diary-date)
102         (icalendar--datestring-to-isodate)
103         (icalendar--format-ical-event)
104         (icalendar--parse-summary-and-rest)
105         (icalendar-tests--do-test-import)
106         (icalendar-tests--do-test-cycle): Change argument order of
107         string= to EXPECTED ACTUAL.
108         (icalendar--import-format-sample)
109         (icalendar--format-ical-event)
110         (icalendar-import-non-recurring)
111         (icalendar-import-rrule)
112         (icalendar-import-duration)
113         (icalendar-import-bug-6766)
114         (icalendar-real-world): Adjust to string= instead of
115         icalendar-tests--compare-strings.
116         (icalendar-import-multiple-vcalendars): New.
118 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
120         * automated/gnus-tests.el: Add wrapper for Gnus tests.
121         Require CL.
123 2011-05-09  Juri Linkov  <juri@jurta.org>
125         * automated/occur-tests.el: Move from test/occur-testsuite.el.
126         Convert to ERT.
128 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
130         * automated/compile-tests.el: New file.
132 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
134         * automated/font-parse-tests.el: Don't byte-compile.
136         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
138 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
140         * automated/lexbind-tests.el: New file.
142 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
144         * Version 23.3 released.
146 2011-03-05  Glenn Morris  <rgm@gnu.org>
148         * eshell.el: Move here from lisp/eshell/esh-test.el.
150 2011-03-03  Christian Ohler  <ohler@gnu.org>
152         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
153         New test.
155 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
157         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
158         convert to ERT format.
160 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
162         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
163         convert to ERT format.
165 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * indent/shell.sh:
168         * indent/shell.rc: New files.
170 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
172         * automated/font-parse-tests.el: Move from
173         font-parse-testsuite.el.
175 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
177         * font-parse-testsuite.el (test-font-parse-data): New file.
179 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
181         * indent/prolog.prolog: Add tokenizing tests.
183 2011-01-13  Christian Ohler  <ohler@gnu.org>
185         * automated: New directory for automated tests.
187         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
189         * automated/Makefile.in: New file.
191 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
193         * indent/modula2.mod: New file.
195 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
197         * indent/octave.m: Add a test to ensure indentation is local.
199 2010-10-23  Glenn Morris  <rgm@gnu.org>
201         * comint-testsuite.el
202         (comint-testsuite--test-comint-password-prompt-regexp):
203         Add "Please enter the password".  (Bug#7224)
205 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
207         * indent/prolog.prolog: Use normal spacing around !.
209 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
211         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
213 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
215         * indent/octave.m: Remove some `fixindent' not needed any more.
217 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
219         * indent/octave.m: New file.
221 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
223         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
224         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
225         (icalendar-testsuite--run-internal-tests): New.
226         (icalendar-testsuite--test-convert-ordinary-to-ical)
227         (icalendar-testsuite--test-convert-block-to-ical)
228         (icalendar-testsuite--test-convert-anniversary-to-ical)
229         (icalendar-testsuite--test-parse-vtimezone)
230         (icalendar-testsuite--do-test-export): Code formatting.
231         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
232         (icalendar-testsuite--do-test-import)
233         (icalendar-testsuite--do-test-cycle):
234         Use icalendar-testsuite--compare-strings
235         (icalendar-testsuite--run-import-tests): Comment added.
236         (icalendar-testsuite--run-import-tests)
237         (icalendar-testsuite--run-real-world-tests): Fix expected results.
239 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
241         * redisplay-testsuite.el (test-redisplay-3): New test.
243 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
245         * comint-testsuite.el: New file.
247 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
249         * indent: New dir.
251 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
253         * Version 23.2 released.
255 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
257         * cedet/semantic-ia-utest.el
258         (semantic-symref-test-count-hits-in-tag): Add function, from
259         semantic-test.el.
261         * cedet/tests/test.cpp:
262         * cedet/tests/test.py:
263         * cedet/tests/teststruct.cpp:
264         * cedet/tests/testtemplates.cpp:
265         * cedet/tests/testusing.cpp:
266         * cedet/tests/scopetest.cpp:
267         * cedet/tests/scopetest.java: Files deleted.
269         * cedet/tests/test.make:
270         * cedet/tests/test.c:
271         * cedet/tests/testjavacomp.java:
272         * cedet/tests/testspp.c:
273         * cedet/tests/testsppreplace.c:
274         * cedet/tests/testsppreplaced.c:
275         * cedet/tests/testsubclass.cpp:
276         * cedet/tests/testsubclass.hh:
277         * cedet/tests/testtypedefs.cpp:
278         * cedet/tests/testvarnames.c:
279         * cedet/tests/test.el:
280         * cedet/tests/testdoublens.cpp:
281         * cedet/tests/testdoublens.hpp: Add copyright header.
283         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
284         Remove reference to deleted files.
286 2010-03-30  Juri Linkov  <juri@jurta.org>
288         * occur-testsuite.el (occur-tests): Add tests for context lines.
290 2010-03-23  Juri Linkov  <juri@jurta.org>
292         * occur-testsuite.el: New file.
294 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
296         * Branch for 23.2.
298 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
300         * icalendar-testsuite.el
301         (icalendar-testsuite--run-function-tests): Add new tests.
302         (icalendar-testsuite--test-diarytime-to-isotime): Add another
303         testcase.
304         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
305         (icalendar-testsuite--test-convert-weekly-to-ical): New.
306         (icalendar-testsuite--test-convert-yearly-to-ical): New.
307         (icalendar-testsuite--test-convert-block-to-ical): New.
308         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
309         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
311 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
313         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
314         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
315         Fix typos in docstrings and error messages.
316         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
318 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
320         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
321         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
322         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
324 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
326         * icalendar-testsuite.el
327         (icalendar-testsuite--run-function-tests): Add
328         icalendar-testsuite--test-parse-vtimezone.
329         (icalendar-testsuite--test-parse-vtimezone): New.
330         (icalendar-testsuite--do-test-cycle): Doc changes.
331         (icalendar-testsuite--run-real-world-tests): Remove trailing
332         whitespace -- see change of icalendar--add-diary-entry in
333         icalendar.el.
334         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
336 2009-09-30  Glenn Morris  <rgm@gnu.org>
338         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
340 2009-06-26  Eric Ludlam  <zappo@gnu.org>
342         * cedet/*: New unit tests, from CEDET repository.
344 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
346         * redisplay-testsuite.el: New file.
348 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
350         * Branch for 23.1.
352 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
354         * icalendar-testsuite.el
355         (icalendar-testsuite--run-function-tests):
356         Add icalendar-testsuite--test-diarytime-to-isotime.
357         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
358         recent icalendar fixes.
359         (icalendar-testsuite--test-diarytime-to-isotime): New.
360         (icalendar-testsuite--test-create-uid): Adjust to recent
361         icalendar changes.
363 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
365         * bytecomp-testsuite.el: New file.
367 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
369         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
370         Added `icalendar-testsuite--test-create-uid'.
371         (icalendar-testsuite--test-create-uid): New.
373 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
375         * newsticker-testsuite.el: New file.
377 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
379         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
380         Add icalendar-testsuite--test-datestring-to-isodate,
381         icalendar-testsuite--test-datetime-to-diary-date, and
382         icalendar-testsuite--test-calendar-style.
383         (icalendar-testsuite--test-format-ical-event):
384         (icalendar-testsuite--test-parse-summary-and-rest):
385         Doc fix.  Remove european-calendar-style.
386         (icalendar-testsuite--get-ical-event): Doc fix.
387         (icalendar-testsuite--test-first-weekday-of-year):
388         (icalendar-testsuite--run-cycle-tests): Add doc string.
389         (icalendar-testsuite--test-datestring-to-isodate):
390         (icalendar-testsuite--test-datetime-to-diary-date):
391         (icalendar-testsuite--test-calendar-style): New functions.
392         (icalendar-testsuite--test-export): Handle iso date style.
393         New arg INPUT-ISO.  Use calendar-date-style.
394         (icalendar-testsuite--test-import): Handle iso date style.
395         New arg EXPECTED-ISO.  Use calendar-date-style.
396         (icalendar-testsuite--test-cycle): Handle iso date style.
397         (icalendar-testsuite--run-import-tests):
398         (icalendar-testsuite--run-export-tests):
399         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
401 2008-02-29  Glenn Morris  <rgm@gnu.org>
403         * README: New file.
405 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
407         * icalendar-testsuite.el: New file.
409 ;; Local Variables:
410 ;; coding: utf-8
411 ;; End:
413   Copyright (C) 2008-2012  Free Software Foundation, Inc.
415   This file is part of GNU Emacs.
417   GNU Emacs is free software: you can redistribute it and/or modify
418   it under the terms of the GNU General Public License as published by
419   the Free Software Foundation, either version 3 of the License, or
420   (at your option) any later version.
422   GNU Emacs is distributed in the hope that it will be useful,
423   but WITHOUT ANY WARRANTY; without even the implied warranty of
424   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
425   GNU General Public License for more details.
427   You should have received a copy of the GNU General Public License
428   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.