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