* lisp/vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
[emacs.git] / test / ChangeLog
blob3f2dbec1e554e1982066596a3687ebbe88694d7b
1 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * indent/shell.sh:
4         * indent/shell.rc: New files.
6 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
8         * automated/font-parse-tests.el: Move from
9         font-parse-testsuite.el.
11 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
13         * font-parse-testsuite.el (test-font-parse-data): New file.
15 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17         * indent/prolog.prolog: Add tokenizing tests.
19 2011-01-13  Christian Ohler  <ohler@gnu.org>
21         * automated: New directory for automated tests.
23         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
25         * automated/Makefile.in: New file.
27 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29         * indent/modula2.mod: New file.
31 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33         * indent/octave.m: Add a test to ensure indentation is local.
35 2010-10-23  Glenn Morris  <rgm@gnu.org>
37         * comint-testsuite.el
38         (comint-testsuite--test-comint-password-prompt-regexp):
39         Add "Please enter the password".  (Bug#7224)
41 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * indent/prolog.prolog: Use normal spacing around !.
45 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
49 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
51         * indent/octave.m: Remove some `fixindent' not needed any more.
53 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
55         * indent/octave.m: New file.
57 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
59         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
60         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
61         (icalendar-testsuite--run-internal-tests): New.
62         (icalendar-testsuite--test-convert-ordinary-to-ical)
63         (icalendar-testsuite--test-convert-block-to-ical)
64         (icalendar-testsuite--test-convert-anniversary-to-ical)
65         (icalendar-testsuite--test-parse-vtimezone)
66         (icalendar-testsuite--do-test-export): Code formatting.
67         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
68         (icalendar-testsuite--do-test-import)
69         (icalendar-testsuite--do-test-cycle):
70         Use icalendar-testsuite--compare-strings
71         (icalendar-testsuite--run-import-tests): Comment added.
72         (icalendar-testsuite--run-import-tests)
73         (icalendar-testsuite--run-real-world-tests): Fix expected results.
75 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
77         * redisplay-testsuite.el (test-redisplay-3): New test.
79 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
81         * comint-testsuite.el: New file.
83 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
85         * indent: New dir.
87 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
89         * Version 23.2 released.
91 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
93         * cedet/semantic-ia-utest.el
94         (semantic-symref-test-count-hits-in-tag): Add function, from
95         semantic-test.el.
97         * cedet/tests/test.cpp:
98         * cedet/tests/test.py:
99         * cedet/tests/teststruct.cpp:
100         * cedet/tests/testtemplates.cpp:
101         * cedet/tests/testusing.cpp:
102         * cedet/tests/scopetest.cpp:
103         * cedet/tests/scopetest.java: Files deleted.
105         * cedet/tests/test.make:
106         * cedet/tests/test.c:
107         * cedet/tests/testjavacomp.java:
108         * cedet/tests/testspp.c:
109         * cedet/tests/testsppreplace.c:
110         * cedet/tests/testsppreplaced.c:
111         * cedet/tests/testsubclass.cpp:
112         * cedet/tests/testsubclass.hh:
113         * cedet/tests/testtypedefs.cpp:
114         * cedet/tests/testvarnames.c:
115         * cedet/tests/test.el:
116         * cedet/tests/testdoublens.cpp:
117         * cedet/tests/testdoublens.hpp: Add copyright header.
119         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
120         Remove reference to deleted files.
122 2010-03-30  Juri Linkov  <juri@jurta.org>
124         * occur-testsuite.el (occur-tests): Add tests for context lines.
126 2010-03-23  Juri Linkov  <juri@jurta.org>
128         * occur-testsuite.el: New file.
130 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
132         * Branch for 23.2.
134 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
136         * icalendar-testsuite.el
137         (icalendar-testsuite--run-function-tests): Added new tests.
138         (icalendar-testsuite--test-diarytime-to-isotime): Added another
139         testcase.
140         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
141         (icalendar-testsuite--test-convert-weekly-to-ical): New.
142         (icalendar-testsuite--test-convert-yearly-to-ical): New.
143         (icalendar-testsuite--test-convert-block-to-ical): New.
144         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
145         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
147 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
149         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
150         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
151         Fix typos in docstrings and error messages.
152         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
154 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
156         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
157         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
158         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
160 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
162         * icalendar-testsuite.el
163         (icalendar-testsuite--run-function-tests): Added
164         icalendar-testsuite--test-parse-vtimezone.
165         (icalendar-testsuite--test-parse-vtimezone): New.
166         (icalendar-testsuite--do-test-cycle): Doc changes.
167         (icalendar-testsuite--run-real-world-tests): Removed trailing
168         whitespace -- see change of icalendar--add-diary-entry in
169         icalendar.el.
170         (icalendar-testsuite--run-cycle-tests): Re-enabled all tests.
172 2009-09-30  Glenn Morris  <rgm@gnu.org>
174         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
176 2009-06-26  Eric Ludlam  <zappo@gnu.org>
178         * cedet/*: New unit tests, from CEDET repository.
180 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
182         * redisplay-testsuite.el: New file.
184 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
186         * Branch for 23.1.
188 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
190         * icalendar-testsuite.el
191         (icalendar-testsuite--run-function-tests): Added
192         icalendar-testsuite--test-diarytime-to-isotime.
193         (icalendar-testsuite--test-parse-summary-and-rest): Adjusted to
194         recent icalendar fixes.
195         (icalendar-testsuite--test-diarytime-to-isotime): New.
196         (icalendar-testsuite--test-create-uid): Adjusted to recent
197         icalendar changes.
199 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
201         * bytecomp-testsuite.el: New file.
203 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
205         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
206         Added `icalendar-testsuite--test-create-uid'.
207         (icalendar-testsuite--test-create-uid): New.
209 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
211         * newsticker-testsuite.el: New file.
213 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
215         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
216         Add icalendar-testsuite--test-datestring-to-isodate,
217         icalendar-testsuite--test-datetime-to-diary-date, and
218         icalendar-testsuite--test-calendar-style.
219         (icalendar-testsuite--test-format-ical-event):
220         (icalendar-testsuite--test-parse-summary-and-rest):
221         Doc fix.  Remove european-calendar-style.
222         (icalendar-testsuite--get-ical-event): Doc fix.
223         (icalendar-testsuite--test-first-weekday-of-year):
224         (icalendar-testsuite--run-cycle-tests): Add doc string.
225         (icalendar-testsuite--test-datestring-to-isodate):
226         (icalendar-testsuite--test-datetime-to-diary-date):
227         (icalendar-testsuite--test-calendar-style): New functions.
228         (icalendar-testsuite--test-export): Handle iso date style.
229         New arg INPUT-ISO.  Use calendar-date-style.
230         (icalendar-testsuite--test-import): Handle iso date style.
231         New arg EXPECTED-ISO.  Use calendar-date-style.
232         (icalendar-testsuite--test-cycle): Handle iso date style.
233         (icalendar-testsuite--run-import-tests):
234         (icalendar-testsuite--run-export-tests):
235         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
237 2008-02-29  Glenn Morris  <rgm@gnu.org>
239         * README: New file.
241 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
243         * icalendar-testsuite.el: New file.
245 ;; Local Variables:
246 ;; coding: utf-8
247 ;; End:
249   Copyright (C) 2008-2011  Free Software Foundation, Inc.
251   This file is part of GNU Emacs.
253   GNU Emacs is free software: you can redistribute it and/or modify
254   it under the terms of the GNU General Public License as published by
255   the Free Software Foundation, either version 3 of the License, or
256   (at your option) any later version.
258   GNU Emacs is distributed in the hope that it will be useful,
259   but WITHOUT ANY WARRANTY; without even the implied warranty of
260   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
261   GNU General Public License for more details.
263   You should have received a copy of the GNU General Public License
264   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.