Merge changes from emacs-23 branch
[bpt/emacs.git] / test / ChangeLog
1 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
2
3 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
4 Removed, simply use string=.
5 (icalendar--diarytime-to-isotime)
6 (icalendar--datetime-to-diary-date)
7 (icalendar--datestring-to-isodate)
8 (icalendar--format-ical-event)
9 (icalendar--parse-summary-and-rest)
10 (icalendar-tests--do-test-import)
11 (icalendar-tests--do-test-cycle) : Changed argument order of
12 string= to EXPECTED ACTUAL.
13 (icalendar--import-format-sample)
14 (icalendar--format-ical-event)
15 (icalendar-import-non-recurring)
16 (icalendar-import-rrule)
17 (icalendar-import-duration)
18 (icalendar-import-bug-6766)
19 (icalendar-real-world): Adjusted to string= instead of
20 icalendar-tests--compare-strings.
21 (icalendar-import-multiple-vcalendars): New.
22
23 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
24
25 * automated/gnus-tests.el: Add wrapper for Gnus tests.
26 Require CL.
27
28 2011-05-09 Juri Linkov <juri@jurta.org>
29
30 * automated/occur-tests.el: Move from test/occur-testsuite.el.
31 Convert to ERT.
32
33 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
34
35 * automated/compile-tests.el: New file.
36
37 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
38
39 * automated/font-parse-tests.el: Don't byte-compile.
40
41 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
42
43 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * automated/lexbind-tests.el: New file.
46
47 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
48
49 * Version 23.3 released.
50
51 2011-03-05 Glenn Morris <rgm@gnu.org>
52
53 * eshell.el: Move here from lisp/eshell/esh-test.el.
54
55 2011-03-03 Christian Ohler <ohler@gnu.org>
56
57 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
58 New test.
59
60 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
61
62 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
63 convert to ERT format.
64
65 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
66
67 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
68 convert to ERT format.
69
70 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * indent/shell.sh:
73 * indent/shell.rc: New files.
74
75 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
76
77 * automated/font-parse-tests.el: Move from
78 font-parse-testsuite.el.
79
80 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
81
82 * font-parse-testsuite.el (test-font-parse-data): New file.
83
84 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * indent/prolog.prolog: Add tokenizing tests.
87
88 2011-01-13 Christian Ohler <ohler@gnu.org>
89
90 * automated: New directory for automated tests.
91
92 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
93
94 * automated/Makefile.in: New file.
95
96 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * indent/modula2.mod: New file.
99
100 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * indent/octave.m: Add a test to ensure indentation is local.
103
104 2010-10-23 Glenn Morris <rgm@gnu.org>
105
106 * comint-testsuite.el
107 (comint-testsuite--test-comint-password-prompt-regexp):
108 Add "Please enter the password". (Bug#7224)
109
110 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * indent/prolog.prolog: Use normal spacing around !.
113
114 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * indent/octave.m: Remove one more `fixindent'. Use `end'.
117
118 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * indent/octave.m: Remove some `fixindent' not needed any more.
121
122 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * indent/octave.m: New file.
125
126 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
127
128 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
129 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
130 (icalendar-testsuite--run-internal-tests): New.
131 (icalendar-testsuite--test-convert-ordinary-to-ical)
132 (icalendar-testsuite--test-convert-block-to-ical)
133 (icalendar-testsuite--test-convert-anniversary-to-ical)
134 (icalendar-testsuite--test-parse-vtimezone)
135 (icalendar-testsuite--do-test-export): Code formatting.
136 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
137 (icalendar-testsuite--do-test-import)
138 (icalendar-testsuite--do-test-cycle):
139 Use icalendar-testsuite--compare-strings
140 (icalendar-testsuite--run-import-tests): Comment added.
141 (icalendar-testsuite--run-import-tests)
142 (icalendar-testsuite--run-real-world-tests): Fix expected results.
143
144 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
145
146 * redisplay-testsuite.el (test-redisplay-3): New test.
147
148 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
149
150 * comint-testsuite.el: New file.
151
152 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * indent: New dir.
155
156 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
157
158 * Version 23.2 released.
159
160 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
161
162 * cedet/semantic-ia-utest.el
163 (semantic-symref-test-count-hits-in-tag): Add function, from
164 semantic-test.el.
165
166 * cedet/tests/test.cpp:
167 * cedet/tests/test.py:
168 * cedet/tests/teststruct.cpp:
169 * cedet/tests/testtemplates.cpp:
170 * cedet/tests/testusing.cpp:
171 * cedet/tests/scopetest.cpp:
172 * cedet/tests/scopetest.java: Files deleted.
173
174 * cedet/tests/test.make:
175 * cedet/tests/test.c:
176 * cedet/tests/testjavacomp.java:
177 * cedet/tests/testspp.c:
178 * cedet/tests/testsppreplace.c:
179 * cedet/tests/testsppreplaced.c:
180 * cedet/tests/testsubclass.cpp:
181 * cedet/tests/testsubclass.hh:
182 * cedet/tests/testtypedefs.cpp:
183 * cedet/tests/testvarnames.c:
184 * cedet/tests/test.el:
185 * cedet/tests/testdoublens.cpp:
186 * cedet/tests/testdoublens.hpp: Add copyright header.
187
188 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
189 Remove reference to deleted files.
190
191 2010-03-30 Juri Linkov <juri@jurta.org>
192
193 * occur-testsuite.el (occur-tests): Add tests for context lines.
194
195 2010-03-23 Juri Linkov <juri@jurta.org>
196
197 * occur-testsuite.el: New file.
198
199 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
200
201 * Branch for 23.2.
202
203 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
204
205 * icalendar-testsuite.el
206 (icalendar-testsuite--run-function-tests): Added new tests.
207 (icalendar-testsuite--test-diarytime-to-isotime): Added another
208 testcase.
209 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
210 (icalendar-testsuite--test-convert-weekly-to-ical): New.
211 (icalendar-testsuite--test-convert-yearly-to-ical): New.
212 (icalendar-testsuite--test-convert-block-to-ical): New.
213 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
214 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
215
216 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
217
218 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
219 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
220 Fix typos in docstrings and error messages.
221 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
222
223 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
224
225 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
226 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
227 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
228
229 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
230
231 * icalendar-testsuite.el
232 (icalendar-testsuite--run-function-tests): Added
233 icalendar-testsuite--test-parse-vtimezone.
234 (icalendar-testsuite--test-parse-vtimezone): New.
235 (icalendar-testsuite--do-test-cycle): Doc changes.
236 (icalendar-testsuite--run-real-world-tests): Removed trailing
237 whitespace -- see change of icalendar--add-diary-entry in
238 icalendar.el.
239 (icalendar-testsuite--run-cycle-tests): Re-enabled all tests.
240
241 2009-09-30 Glenn Morris <rgm@gnu.org>
242
243 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
244
245 2009-06-26 Eric Ludlam <zappo@gnu.org>
246
247 * cedet/*: New unit tests, from CEDET repository.
248
249 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
250
251 * redisplay-testsuite.el: New file.
252
253 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
254
255 * Branch for 23.1.
256
257 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
258
259 * icalendar-testsuite.el
260 (icalendar-testsuite--run-function-tests): Added
261 icalendar-testsuite--test-diarytime-to-isotime.
262 (icalendar-testsuite--test-parse-summary-and-rest): Adjusted to
263 recent icalendar fixes.
264 (icalendar-testsuite--test-diarytime-to-isotime): New.
265 (icalendar-testsuite--test-create-uid): Adjusted to recent
266 icalendar changes.
267
268 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
269
270 * bytecomp-testsuite.el: New file.
271
272 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
273
274 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
275 Added `icalendar-testsuite--test-create-uid'.
276 (icalendar-testsuite--test-create-uid): New.
277
278 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
279
280 * newsticker-testsuite.el: New file.
281
282 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
283
284 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
285 Add icalendar-testsuite--test-datestring-to-isodate,
286 icalendar-testsuite--test-datetime-to-diary-date, and
287 icalendar-testsuite--test-calendar-style.
288 (icalendar-testsuite--test-format-ical-event):
289 (icalendar-testsuite--test-parse-summary-and-rest):
290 Doc fix. Remove european-calendar-style.
291 (icalendar-testsuite--get-ical-event): Doc fix.
292 (icalendar-testsuite--test-first-weekday-of-year):
293 (icalendar-testsuite--run-cycle-tests): Add doc string.
294 (icalendar-testsuite--test-datestring-to-isodate):
295 (icalendar-testsuite--test-datetime-to-diary-date):
296 (icalendar-testsuite--test-calendar-style): New functions.
297 (icalendar-testsuite--test-export): Handle iso date style.
298 New arg INPUT-ISO. Use calendar-date-style.
299 (icalendar-testsuite--test-import): Handle iso date style.
300 New arg EXPECTED-ISO. Use calendar-date-style.
301 (icalendar-testsuite--test-cycle): Handle iso date style.
302 (icalendar-testsuite--run-import-tests):
303 (icalendar-testsuite--run-export-tests):
304 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
305
306 2008-02-29 Glenn Morris <rgm@gnu.org>
307
308 * README: New file.
309
310 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
311
312 * icalendar-testsuite.el: New file.
313
314 ;; Local Variables:
315 ;; coding: utf-8
316 ;; End:
317
318 Copyright (C) 2008-2011 Free Software Foundation, Inc.
319
320 This file is part of GNU Emacs.
321
322 GNU Emacs is free software: you can redistribute it and/or modify
323 it under the terms of the GNU General Public License as published by
324 the Free Software Foundation, either version 3 of the License, or
325 (at your option) any later version.
326
327 GNU Emacs is distributed in the hope that it will be useful,
328 but WITHOUT ANY WARRANTY; without even the implied warranty of
329 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
330 GNU General Public License for more details.
331
332 You should have received a copy of the GNU General Public License
333 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.