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