Port to OpenBSD 5.1 amd64.
[bpt/emacs.git] / test / ChangeLog
CommitLineData
a76e6535
CY
12012-07-03 Chong Yidong <cyd@gnu.org>
2
3 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
4
a7aef6f5
CY
52012-07-02 Chong Yidong <cyd@gnu.org>
6
7 * automated/xml-parse-tests.el (xml-parse-tests--data): More
8 testcases.
9
fbf2e7ad
CY
102012-07-01 Chong Yidong <cyd@gnu.org>
11
12 * automated/xml-parse-tests.el: New file.
13
d5c6faf9
SM
142012-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
ee574791
UJ
192012-06-08 Ulf Jasper <ulf.jasper@web.de>
20
d5c6faf9
SM
21 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
22 Test escaped commas in TZID (Bug#11473).
ee574791
UJ
23 (icalendar-import-with-timezone): New.
24 (icalendar-real-world): Add new testcase as given in the bugreport
25 of Bug#11473.
26
6dbaa1c7
UJ
272012-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
b847032c
GM
392012-05-21 Glenn Morris <rgm@gnu.org>
40
41 * automated/Makefile.in (setwins): Scrap superfluous subshell.
42
5e561bc7
TZ
432012-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
461ef3c5
SM
492012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * indent/shell.sh:
52 * indent/shell.rc: Ad some test cases.
53
dfbd787f
SM
542012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * indent/ruby.rb: New file, to test new syntax-propertize code.
57
ab7ce8c1
GM
582012-04-11 Glenn Morris <rgm@gnu.org>
59
60 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
61
6c0c7cfc
TZ
622012-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
bdbc1c4e
UJ
672012-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
5c09001c
CY
722011-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
6df6ae42 76 compilation-message is recorded (Bug#10172).
5c09001c 77
394c65f1
GM
782011-11-22 Glenn Morris <rgm@gnu.org>
79
80 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
81
cd1181db
JB
822011-11-20 Juanma Barranquero <lekktu@gmail.com>
83
84 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
85
58179cce
JB
862011-11-16 Juanma Barranquero <lekktu@gmail.com>
87
7877f373
JB
88 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
89 (icalendar-tests--test-export, icalendar-tests--do-test-export):
58179cce
JB
90 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
91
dba0634a
UJ
922011-10-30 Ulf Jasper <ulf.jasper@web.de>
93
94 * automated/newsticker-tests.el
6df6ae42 95 (newsticker--group-manage-orphan-feeds): Remove fsetting of
dba0634a
UJ
96 newsticker--treeview-tree-update.
97
6d6a626c
UJ
982011-10-29 Ulf Jasper <ulf.jasper@web.de>
99
73c3f81d
UJ
100 * automated/newsticker-tests.el
101 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
102
6d6a626c
UJ
103 * trunk/test/automated/newsticker-tests.el
104 (newsticker--group-manage-orphan-feeds): Prevent updating
105 newsticker treeview. Fixed bug#9763.
106
6e0a9be7
GM
1072011-10-20 Glenn Morris <rgm@gnu.org>
108
e195ae68
GM
109 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
110
6e0a9be7
GM
111 * automated/vc-bzr.el: New file.
112
21fedf28
GM
1132011-10-15 Glenn Morris <rgm@gnu.org>
114
115 * automated/f90.el: New file.
116
81416b68
UJ
1172011-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
68575ab0
UJ
1222011-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)
6df6ae42 132 (icalendar-tests--do-test-cycle): Change argument order of
68575ab0
UJ
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)
6df6ae42 140 (icalendar-real-world): Adjust to string= instead of
68575ab0
UJ
141 icalendar-tests--compare-strings.
142 (icalendar-import-multiple-vcalendars): New.
143
de316778
TZ
1442011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
145
146 * automated/gnus-tests.el: Add wrapper for Gnus tests.
1c231080 147 Require CL.
de316778 148
c07b2710
JL
1492011-05-09 Juri Linkov <juri@jurta.org>
150
151 * automated/occur-tests.el: Move from test/occur-testsuite.el.
152 Convert to ERT.
153
adec429a
CY
1542011-05-09 Chong Yidong <cyd@stupidchicken.com>
155
156 * automated/compile-tests.el: New file.
157
c4c205d0
CY
1582011-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
6c075cd7
SM
1642011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 * automated/lexbind-tests.el: New file.
167
33383987
JB
1682011-03-07 Chong Yidong <cyd@stupidchicken.com>
169
170 * Version 23.3 released.
171
81fb60b2
GM
1722011-03-05 Glenn Morris <rgm@gnu.org>
173
174 * eshell.el: Move here from lisp/eshell/esh-test.el.
175
de69c0a8
CO
1762011-03-03 Christian Ohler <ohler@gnu.org>
177
178 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
179 New test.
180
4856384c
UJ
1812011-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
aa0935b9
CY
1862011-02-14 Chong Yidong <cyd@stupidchicken.com>
187
188 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
189 convert to ERT format.
190
ccded26c
SM
1912011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * indent/shell.sh:
194 * indent/shell.rc: New files.
195
372fb76b
CY
1962011-01-27 Chong Yidong <cyd@stupidchicken.com>
197
198 * automated/font-parse-tests.el: Move from
199 font-parse-testsuite.el.
200
6608a7d8
CY
2012011-01-26 Chong Yidong <cyd@stupidchicken.com>
202
203 * font-parse-testsuite.el (test-font-parse-data): New file.
204
db5d03ea
SM
2052011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
206
207 * indent/prolog.prolog: Add tokenizing tests.
208
d221e780
CO
2092011-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
cbf83ce9
SM
2172010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * indent/modula2.mod: New file.
220
d19dc73d
SM
2212010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * indent/octave.m: Add a test to ensure indentation is local.
224
41f592d1
GM
2252010-10-23 Glenn Morris <rgm@gnu.org>
226
227 * comint-testsuite.el
d19dc73d
SM
228 (comint-testsuite--test-comint-password-prompt-regexp):
229 Add "Please enter the password". (Bug#7224)
41f592d1 230
3672149f
SM
2312010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * indent/prolog.prolog: Use normal spacing around !.
234
f5632fb6
SM
2352010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * indent/octave.m: Remove one more `fixindent'. Use `end'.
238
cf38dd42
SM
2392010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * indent/octave.m: Remove some `fixindent' not needed any more.
242
e17b68ed
SM
2432010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * indent/octave.m: New file.
246
81ee9410
UJ
2472010-08-08 Ulf Jasper <ulf.jasper@web.de>
248
e17b68ed 249 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
81ee9410
UJ
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)
3672149f
SM
259 (icalendar-testsuite--do-test-cycle):
260 Use icalendar-testsuite--compare-strings
81ee9410
UJ
261 (icalendar-testsuite--run-import-tests): Comment added.
262 (icalendar-testsuite--run-import-tests)
e17b68ed 263 (icalendar-testsuite--run-real-world-tests): Fix expected results.
81ee9410 264
71ab16dd
CY
2652010-06-25 Chong Yidong <cyd@stupidchicken.com>
266
267 * redisplay-testsuite.el (test-redisplay-3): New test.
268
6534e58a
CY
2692010-06-11 Chong Yidong <cyd@stupidchicken.com>
270
271 * comint-testsuite.el: New file.
272
927c346b
SM
2732010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * indent: New dir.
276
61a808e8
CY
2772010-05-07 Chong Yidong <cyd@stupidchicken.com>
278
279 * Version 23.2 released.
280
a4100ebe
CY
2812010-03-29 Chong Yidong <cyd@stupidchicken.com>
282
3cbcd186
CY
283 * cedet/semantic-ia-utest.el
284 (semantic-symref-test-count-hits-in-tag): Add function, from
285 semantic-test.el.
286
a4100ebe
CY
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
85738751
SM
309 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
310 Remove reference to deleted files.
311
dc2d2590
JL
3122010-03-30 Juri Linkov <juri@jurta.org>
313
314 * occur-testsuite.el (occur-tests): Add tests for context lines.
315
5275ff8b
JL
3162010-03-23 Juri Linkov <juri@jurta.org>
317
318 * occur-testsuite.el: New file.
319
288f9fc0
CY
3202010-03-10 Chong Yidong <cyd@stupidchicken.com>
321
322 * Branch for 23.2.
323
b4340b3f
UJ
3242010-02-19 Ulf Jasper <ulf.jasper@web.de>
325
326 * icalendar-testsuite.el
6df6ae42
JB
327 (icalendar-testsuite--run-function-tests): Add new tests.
328 (icalendar-testsuite--test-diarytime-to-isotime): Add another
b4340b3f
UJ
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
db9e401b
JB
3372010-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
d1f18ec0
JB
3442010-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
6fe539d2
UJ
3502009-12-18 Ulf Jasper <ulf.jasper@web.de>
351
352 * icalendar-testsuite.el
d5c6faf9
SM
353 (icalendar-testsuite--run-function-tests):
354 Add icalendar-testsuite--test-parse-vtimezone.
6fe539d2
UJ
355 (icalendar-testsuite--test-parse-vtimezone): New.
356 (icalendar-testsuite--do-test-cycle): Doc changes.
6df6ae42 357 (icalendar-testsuite--run-real-world-tests): Remove trailing
6fe539d2
UJ
358 whitespace -- see change of icalendar--add-diary-entry in
359 icalendar.el.
6df6ae42 360 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
6fe539d2 361
d8085053
GM
3622009-09-30 Glenn Morris <rgm@gnu.org>
363
364 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
365
7c4dccd0
CY
3662009-06-26 Eric Ludlam <zappo@gnu.org>
367
368 * cedet/*: New unit tests, from CEDET repository.
369
6ada5ad1
CY
3702009-06-26 Chong Yidong <cyd@stupidchicken.com>
371
372 * redisplay-testsuite.el: New file.
373
70243478
CY
3742009-06-21 Chong Yidong <cyd@stupidchicken.com>
375
376 * Branch for 23.1.
377
f052351a
UJ
3782009-01-25 Ulf Jasper <ulf.jasper@web.de>
379
380 * icalendar-testsuite.el
6df6ae42
JB
381 (icalendar-testsuite--run-function-tests):
382 Add icalendar-testsuite--test-diarytime-to-isotime.
383 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
f052351a
UJ
384 recent icalendar fixes.
385 (icalendar-testsuite--test-diarytime-to-isotime): New.
6df6ae42 386 (icalendar-testsuite--test-create-uid): Adjust to recent
f052351a
UJ
387 icalendar changes.
388
dee5aa91
CY
3892008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
390
d4835507 391 * bytecomp-testsuite.el: New file.
dee5aa91 392
f052351a 3932008-10-31 Ulf Jasper <ulf.jasper@web.de>
aad81014
UJ
394
395 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
d5c6faf9 396 Add `icalendar-testsuite--test-create-uid'.
aad81014
UJ
397 (icalendar-testsuite--test-create-uid): New.
398
d176d8c6
UJ
3992008-06-14 Ulf Jasper <ulf.jasper@web.de>
400
401 * newsticker-testsuite.el: New file.
402
a4766629
GM
4032008-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
e42fc905
GM
4272008-02-29 Glenn Morris <rgm@gnu.org>
428
429 * README: New file.
430
366b88a2
GM
4312008-02-29 Ulf Jasper <ulf.jasper@web.de>
432
433 * icalendar-testsuite.el: New file.
434
435;; Local Variables:
880820fe 436;; coding: utf-8
366b88a2
GM
437;; End:
438
acaf905b 439 Copyright (C) 2008-2012 Free Software Foundation, Inc.
366b88a2
GM
440
441 This file is part of GNU Emacs.
442
4f43e937 443 GNU Emacs is free software: you can redistribute it and/or modify
366b88a2 444 it under the terms of the GNU General Public License as published by
4f43e937
GM
445 the Free Software Foundation, either version 3 of the License, or
446 (at your option) any later version.
366b88a2
GM
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
4f43e937 454 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.