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