Extend flymake's warning predicate to be a function. Test suite for flymake.
[bpt/emacs.git] / test / ChangeLog
CommitLineData
c5b0993e
EW
12013-06-21 Eduard Wiebe <usenet@pusto.de>
2
3 Test suite for flymake.
4 * automated/flymake-tests.el:
5 * automated/flymake/warnpred/Makefile
6 * automated/flymake/warnpred/test.c
7 * automated/flymake/warnpred/test.pl: New files.
8
02a87775
TH
92013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10
4f405069 11 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
02a87775 12
18d78c5e
TH
132013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14
15 * automated/reftex-tests.el: New test suite for reftex.
16
19bb8e62
DG
172013-05-31 Dmitry Gutov <dgutov@yandex.ru>
18
19 * automated/ruby-mode-tests.el: New tests, for percent literals
20 and expression expansion.
21
f236dd84
LL
222013-05-29 Leo Liu <sdl.web@gmail.com>
23
24 * indent/octave.m: Tweak.
25
797c9e3d
AG
262013-05-26 Aidan Gauland <aidalgol@amuri.net>
27
28 * tests/eshell.el: Rewrite tests using ERT.
29
cce6beeb
LL
302013-05-25 Leo Liu <sdl.web@gmail.com>
31
32 * indent/octave.m: Add tests for %!, # and ### comments.
33
bc9a5003
KH
342013-05-23 Kenichi Handa <handa@gnu.org>
35
36 * automated/decoder-tests.el: New file.
37
1a0a0a8a
DG
382013-05-19 Dmitry Gutov <dgutov@yandex.ru>
39
40 * indent/ruby.rb: Add multiline regexp example.
41
42 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
43 (ruby-regexp-skips-over-interpolation)
44 (ruby-regexp-continues-till-end-when-unclosed)
45 (ruby-regexp-can-be-multiline)
46 (ruby-interpolation-inside-percent-literal): New tests.
47
a9e4425b
SM
482013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * indent/ruby.rb: Fix indentation after =; add more cases.
51
aa7dab97
SM
522013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * indent/pascal.pas: Add test for mis-identified comments.
55
1398a54d
MY
562013-04-01 Masatake YAMATO <yamato@redhat.com>
57
38ef2c84 58 * automated/imenu-tests.el: New file. (Bug#14112)
1398a54d 59
adc31213
FEG
602013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
61
62 * automated/python-tests.el (python-imenu-prev-index-position-1):
aa7dab97 63 Remove test.
adc31213
FEG
64 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
65 New tests.
66
04754d36
FEG
672013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
68
69 * automated/python-tests.el (python-nav-backward-defun-2)
70 (python-nav-backward-defun-3, python-nav-forward-defun-2)
71 (python-nav-forward-defun-3): New tests.
72
083850a6
FEG
732013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
74
75 * automated/python-tests.el (python-nav-backward-defun-1)
76 (python-nav-forward-defun-1): New tests.
77
694569fc
MY
782013-04-09 Masatake YAMATO <yamato@redhat.com>
79
80 * automated/add-log-tests.el: New file. (Bug#14112)
81
8d3655be 822013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39 83
8d3655be 84 * automated/python-tests.el (python-indent-block-enders): New test.
c9886b39
FEG
85 (python-info-current-defun-2): Fix test.
86
2054a6c3
PE
872013-03-05 Paul Eggert <eggert@cs.ucla.edu>
88
89 * indent/octave.m: Fix encoding error in comment. Add coding tag.
90
929aeac6 912013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
b85f3423 92
929aeac6 93 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
b85f3423
FEG
94 (python-tests-with-temp-file): New macro.
95 (python-tests-shell-interpreter): New var.
96 (python-shell-get-process-name-1)
97 (python-shell-internal-get-process-name-1)
98 (python-shell-parse-command-1)
99 (python-shell-calculate-process-environment-1)
100 (python-shell-calculate-process-environment-2)
101 (python-shell-calculate-process-environment-3)
102 (python-shell-calculate-exec-path-1)
103 (python-shell-calculate-exec-path-2)
104 (python-shell-make-comint-1)
105 (python-shell-make-comint-2)
106 (python-shell-get-process-1)
107 (python-shell-get-or-create-process-1)
108 (python-shell-internal-get-or-create-process-1): New tests.
109
cfbf790d 1102013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
4dddd5dc 111
62cfd799 112 * automated/python-tests.el: New file.
4dddd5dc 113
53ca88c4
DG
1142013-02-14 Dmitry Gutov <dgutov@yandex.ru>
115
116 * automated/ruby-mode-tests.el
117 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
118 bits inside the examples.
119 (ruby-move-to-block-skips-heredoc): New test.
aa7dab97
SM
120 (ruby-add-log-current-method-after-inner-class):
121 Lower expectations: move point inside a method, initially.
53ca88c4 122
7132e457
DG
1232013-02-13 Dmitry Gutov <dgutov@yandex.ru>
124
125 * automated/ruby-mode-tests.el
126 (ruby-move-to-block-skips-percent-literal): New test.
127
6e5c1569
CY
1282013-02-04 Chong Yidong <cyd@gnu.org>
129
130 * automated/thingatpt.el: New file.
131
984096ed
CY
1322013-02-03 Chong Yidong <cyd@gnu.org>
133
aa7dab97
SM
134 * automated/files.el (file-test--do-local-variables-test):
135 Avoid compilation warning message.
984096ed 136
b1625024
DG
1372013-01-27 Dmitry Gutov <dgutov@yandex.ru>
138
139 * automated/ruby-mode-tests.el
140 (ruby-indent-spread-args-in-parens): New test.
a324b8c7
DG
141 * automated/ruby-mode-tests.el (ruby-block-test-example):
142 Break indentation of the do block opener and add a line inside it.
143 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
144 Adjust line numbers.
b1625024 145
cb9c0a53
SM
1462013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
149
51e73492
GM
1502013-01-14 Glenn Morris <rgm@gnu.org>
151
152 * automated/compile-tests.el (compile-tests--test-regexps-data):
153 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
154
327a6cca
WJ
1552013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
156
157 * automated/man-tests.el: New file.
158
51fb5578
AH
1592013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
160
161 * automated/undo-tests.el (undo-test0): Adjust error to code change.
162
3bace969
AH
1632013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
164
165 * automated/undo-tests.el: New file.
166
82e2a1f0 1672012-12-27 Dmitry Gutov <dgutov@yandex.ru>
db590ef6
DG
168
169 * automated/ruby-mode-tests.el
170 (ruby-indent-after-block-in-continued-expression): New test.
171
dbb530d9
DG
1722012-12-14 Dmitry Gutov <dgutov@yandex.ru>
173
174 * automated/ruby-mode-tests.el
175 Rename one interpolation test; add three more.
bb808526
DG
176 (ruby-with-temp-buffer): New macro, use it where appropriate.
177 (ruby-add-log-current-method-examples): Use "_" for target point.
178 Add four new tests for ruby-add-log-current-method.
dbb530d9 179
a0099d31
GM
1802012-12-11 Glenn Morris <rgm@gnu.org>
181
182 * automated/f90.el (f90-test-bug13138): New test.
183
81606b10
RS
1842012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
185
186 * automated/inotify-test.el: New test.
187
89eb3b0a
CY
1882012-12-02 Chong Yidong <cyd@gnu.org>
189
190 * automated/ruby-mode-tests.el
191 (ruby-add-log-current-method-examples): Don't use loop macro, to
192 allow automated testing to work.
193
23ba2705
SM
1942012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * automated/advice-tests.el (advice-tests--data): Remove.
197 (advice-tests): Move the tests directly here instead.
198 Add called-interactively-p tests.
199
19dc7206
SM
2002012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * automated/ert-x-tests.el: Use cl-lib.
203 * automated/ert-tests.el: Use lexical-binding and cl-lib.
204
8619323f
DG
2052012-11-14 Dmitry Gutov <dgutov@yandex.ru>
206
207 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
208 (ruby-indent-inside-heredoc-after-operator)
209 (ruby-indent-inside-heredoc-after-space): New tests.
c62792e7
DG
210 Change direct font-lock face references to var references.
211 (ruby-interpolation-suppresses-syntax-inside): New test.
19dc7206
SM
212 (ruby-interpolation-inside-percent-literal-with-paren):
213 New failing test.
8619323f 214
f178c32d
DG
2152012-11-13 Dmitry Gutov <dgutov@yandex.ru>
216
217 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
5745cae6
DG
218 (ruby-singleton-class-no-heredoc-font-lock)
219 (ruby-add-log-current-method-examples): New tests.
220 (ruby-test-string): Extract from ruby-should-indent-buffer.
5e9419e8
DG
221 (ruby-deftest-move-to-block): New macro.
222 Add several move-to-block tests.
f178c32d 223
231d8498
SM
2242012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * automated/advice-tests.el: New tests.
227
8111f5e6
EZ
2282012-10-14 Eli Zaretskii <eliz@gnu.org>
229
230 * automated/compile-tests.el (compile-tests--test-regexps-data):
231 Add new data for msft's new format.
232
c3268831
DG
2332012-09-08 Dmitry Gutov <dgutov@yandex.ru>
234
235 * automated/ruby-mode-tests.el:
236 (ruby-toggle-block-to-multiline): New test.
237 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
238 (ruby-toggle-block-to-brace): Use buffer-string.
239
0ba2d4b6
DG
2402012-09-07 Dmitry Gutov <dgutov@yandex.ru>
241
242 * automated/ruby-mode-tests.el: New tests (Bug#11613).
243
eada0861 2442012-08-28 Chong Yidong <cyd@gnu.org>
45e7ed71
CY
245
246 * automated/files.el: Test every combination of values for
247 enable-local-variables and enable-local-eval.
248
450809af
CY
2492012-08-19 Chong Yidong <cyd@gnu.org>
250
251 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
252
a999ce26
CY
2532012-08-18 Chong Yidong <cyd@gnu.org>
254
255 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
256
f063063a
DG
2572012-08-14 Dmitry Gutov <dgutov@yandex.ru>
258
259 * indent/ruby.rb: Rearrange examples, add new ones.
260
0d9e2599
NN
2612012-08-12 Dmitry Gutov <dgutov@yandex.ru>
262
263 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
264 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
265
9ff9402d 2662012-08-11 Glenn Morris <rgm@gnu.org>
5f168c20
GM
267
268 * automated/files.el: New file.
269
bf1757d1
GM
270 * automated/Makefile.in (all): Fix typo.
271
9d2ed8a2
DG
2722012-08-10 Dmitry Gutov <dgutov@yandex.ru>
273
274 * automated/ruby-mode-tests.el (ruby-should-indent):
275 Add docstring, check (current-indentation) instead of (current-column).
276 (ruby-should-indent-buffer): New function.
277 Add tests for `ruby-deep-indent-paren' behavior.
278 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
279
0d9e2599
NN
2802012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
281
282 Original tests in test_ruby_mode.rb in upstream (author).
283
9cd80478
DG
2842012-08-09 Dmitry Gutov <dgutov@yandex.ru>
285
286 * automated/ruby-mode-tests.el (ruby-should-indent)
287 (ruby-assert-state): New functions.
288 Add new tests.
289
c91562a6
DE
2902012-07-29 David Engster <deng@randomsample.de>
291
9d2ed8a2
DG
292 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
293 New variable to hold test data for name expansion.
c91562a6
DE
294 (xml-parse-tests): Test the two different types of name expansion.
295
d8efda90
JL
2962012-07-29 Juri Linkov <juri@jurta.org>
297
298 * automated/occur-tests.el (occur-test-case): Use predefined
299 buffer name " *test-occur*" instead of a random buffer name.
300
c28662a8
DG
3012012-07-20 Dmitry Gutov <dgutov@yandex.ru>
302
303 * automated/ruby-mode-tests.el: New file with one test.
304
45fd731c
SM
3052012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
306
efc26dbe
SM
307 * indent/shell.sh: Add test case for ${#VAR}.
308
45fd731c
SM
309 * indent/latex-mode.tex: New file.
310
a464a6c7
SM
3112012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * eshell.el: Use cl-lib.
314
a76e6535
CY
3152012-07-03 Chong Yidong <cyd@gnu.org>
316
317 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
318
a7aef6f5
CY
3192012-07-02 Chong Yidong <cyd@gnu.org>
320
a464a6c7
SM
321 * automated/xml-parse-tests.el (xml-parse-tests--data):
322 More testcases.
a7aef6f5 323
fbf2e7ad
CY
3242012-07-01 Chong Yidong <cyd@gnu.org>
325
326 * automated/xml-parse-tests.el: New file.
327
d5c6faf9
SM
3282012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
331 Use cl-flet.
332
ee574791
UJ
3332012-06-08 Ulf Jasper <ulf.jasper@web.de>
334
d5c6faf9
SM
335 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
336 Test escaped commas in TZID (Bug#11473).
ee574791
UJ
337 (icalendar-import-with-timezone): New.
338 (icalendar-real-world): Add new testcase as given in the bugreport
339 of Bug#11473.
340
6dbaa1c7
UJ
3412012-05-29 Ulf Jasper <ulf.jasper@web.de>
342
343 * automated/icalendar-tests.el (icalendar-tests--test-import):
344 Include UID in import tests (Bug#11525).
345 (icalendar-import-non-recurring, icalendar-import-rrule)
346 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
347 UID-import change.
348 (icalendar-import-with-uid): New.
349 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
350 Include UID in cycle tests.
351 (icalendar-cycle, icalendar-real-world): UID-import change.
352
b847032c
GM
3532012-05-21 Glenn Morris <rgm@gnu.org>
354
355 * automated/Makefile.in (setwins): Scrap superfluous subshell.
356
5e561bc7
TZ
3572012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
358
359 * automated/url-util-tests.el: New file to test
360 lisp/url/url-util.el. Only `url-build-query-string' and
361 `url-parse-query-string' are tested right now (Bug#8706).
362
461ef3c5
SM
3632012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * indent/shell.sh:
366 * indent/shell.rc: Ad some test cases.
367
dfbd787f
SM
3682012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * indent/ruby.rb: New file, to test new syntax-propertize code.
371
ab7ce8c1
GM
3722012-04-11 Glenn Morris <rgm@gnu.org>
373
374 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
375
6c0c7cfc
TZ
3762012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
377
378 * automated/url-future-tests.el (url-future-tests): Move from
379 lisp/url/url-future.el and rename.
380
bdbc1c4e
UJ
3812012-01-29 Ulf Jasper <ulf.jasper@web.de>
382
383 * automated/icalendar-tests.el (icalendar-import-non-recurring):
384 Fix broken test, caused by missing trailing blank.
385
5c09001c
CY
3862011-12-03 Chong Yidong <cyd@gnu.org>
387
388 * automated/compile-tests.el (compile-tests--test-regexps-data):
389 Increase column numbers by one to reflect change in how
6df6ae42 390 compilation-message is recorded (Bug#10172).
5c09001c 391
394c65f1
GM
3922011-11-22 Glenn Morris <rgm@gnu.org>
393
394 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
395
cd1181db
JB
3962011-11-20 Juanma Barranquero <lekktu@gmail.com>
397
398 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
399
58179cce
JB
4002011-11-16 Juanma Barranquero <lekktu@gmail.com>
401
7877f373
JB
402 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
403 (icalendar-tests--test-export, icalendar-tests--do-test-export):
58179cce
JB
404 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
405
dba0634a
UJ
4062011-10-30 Ulf Jasper <ulf.jasper@web.de>
407
408 * automated/newsticker-tests.el
6df6ae42 409 (newsticker--group-manage-orphan-feeds): Remove fsetting of
dba0634a
UJ
410 newsticker--treeview-tree-update.
411
6d6a626c
UJ
4122011-10-29 Ulf Jasper <ulf.jasper@web.de>
413
73c3f81d
UJ
414 * automated/newsticker-tests.el
415 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
416
6d6a626c
UJ
417 * trunk/test/automated/newsticker-tests.el
418 (newsticker--group-manage-orphan-feeds): Prevent updating
419 newsticker treeview. Fixed bug#9763.
420
6e0a9be7
GM
4212011-10-20 Glenn Morris <rgm@gnu.org>
422
e195ae68
GM
423 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
424
6e0a9be7
GM
425 * automated/vc-bzr.el: New file.
426
21fedf28
GM
4272011-10-15 Glenn Morris <rgm@gnu.org>
428
429 * automated/f90.el: New file.
430
81416b68
UJ
4312011-09-27 Ulf Jasper <ulf.jasper@web.de>
432
433 * automated/newsticker-tests.el: Move newsticker-testsuite.el
434 to automated/newsticker-tests.el. Convert to ERT.
435
68575ab0
UJ
4362011-07-26 Ulf Jasper <ulf.jasper@web.de>
437
438 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
aa7dab97 439 Remove, simply use string=.
68575ab0
UJ
440 (icalendar--diarytime-to-isotime)
441 (icalendar--datetime-to-diary-date)
442 (icalendar--datestring-to-isodate)
443 (icalendar--format-ical-event)
444 (icalendar--parse-summary-and-rest)
445 (icalendar-tests--do-test-import)
6df6ae42 446 (icalendar-tests--do-test-cycle): Change argument order of
68575ab0
UJ
447 string= to EXPECTED ACTUAL.
448 (icalendar--import-format-sample)
449 (icalendar--format-ical-event)
450 (icalendar-import-non-recurring)
451 (icalendar-import-rrule)
452 (icalendar-import-duration)
453 (icalendar-import-bug-6766)
6df6ae42 454 (icalendar-real-world): Adjust to string= instead of
68575ab0
UJ
455 icalendar-tests--compare-strings.
456 (icalendar-import-multiple-vcalendars): New.
457
de316778
TZ
4582011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
459
460 * automated/gnus-tests.el: Add wrapper for Gnus tests.
1c231080 461 Require CL.
de316778 462
c07b2710
JL
4632011-05-09 Juri Linkov <juri@jurta.org>
464
465 * automated/occur-tests.el: Move from test/occur-testsuite.el.
466 Convert to ERT.
467
adec429a
CY
4682011-05-09 Chong Yidong <cyd@stupidchicken.com>
469
470 * automated/compile-tests.el: New file.
471
c4c205d0
CY
4722011-05-08 Chong Yidong <cyd@stupidchicken.com>
473
474 * automated/font-parse-tests.el: Don't byte-compile.
475
476 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
477
6c075cd7
SM
4782011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * automated/lexbind-tests.el: New file.
481
33383987
JB
4822011-03-07 Chong Yidong <cyd@stupidchicken.com>
483
484 * Version 23.3 released.
485
81fb60b2
GM
4862011-03-05 Glenn Morris <rgm@gnu.org>
487
488 * eshell.el: Move here from lisp/eshell/esh-test.el.
489
de69c0a8
CO
4902011-03-03 Christian Ohler <ohler@gnu.org>
491
492 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
493 New test.
494
4856384c
UJ
4952011-02-20 Ulf Jasper <ulf.jasper@web.de>
496
497 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
498 convert to ERT format.
499
aa0935b9
CY
5002011-02-14 Chong Yidong <cyd@stupidchicken.com>
501
502 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
503 convert to ERT format.
504
ccded26c
SM
5052011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * indent/shell.sh:
508 * indent/shell.rc: New files.
509
372fb76b
CY
5102011-01-27 Chong Yidong <cyd@stupidchicken.com>
511
512 * automated/font-parse-tests.el: Move from
513 font-parse-testsuite.el.
514
6608a7d8
CY
5152011-01-26 Chong Yidong <cyd@stupidchicken.com>
516
517 * font-parse-testsuite.el (test-font-parse-data): New file.
518
db5d03ea
SM
5192011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 * indent/prolog.prolog: Add tokenizing tests.
522
d221e780
CO
5232011-01-13 Christian Ohler <ohler@gnu.org>
524
525 * automated: New directory for automated tests.
526
527 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
528
529 * automated/Makefile.in: New file.
530
cbf83ce9
SM
5312010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * indent/modula2.mod: New file.
534
d19dc73d
SM
5352010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
536
537 * indent/octave.m: Add a test to ensure indentation is local.
538
41f592d1
GM
5392010-10-23 Glenn Morris <rgm@gnu.org>
540
541 * comint-testsuite.el
d19dc73d
SM
542 (comint-testsuite--test-comint-password-prompt-regexp):
543 Add "Please enter the password". (Bug#7224)
41f592d1 544
3672149f
SM
5452010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * indent/prolog.prolog: Use normal spacing around !.
548
f5632fb6
SM
5492010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * indent/octave.m: Remove one more `fixindent'. Use `end'.
552
cf38dd42
SM
5532010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * indent/octave.m: Remove some `fixindent' not needed any more.
556
e17b68ed
SM
5572010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * indent/octave.m: New file.
560
81ee9410
UJ
5612010-08-08 Ulf Jasper <ulf.jasper@web.de>
562
e17b68ed 563 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
81ee9410
UJ
564 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
565 (icalendar-testsuite--run-internal-tests): New.
566 (icalendar-testsuite--test-convert-ordinary-to-ical)
567 (icalendar-testsuite--test-convert-block-to-ical)
568 (icalendar-testsuite--test-convert-anniversary-to-ical)
569 (icalendar-testsuite--test-parse-vtimezone)
570 (icalendar-testsuite--do-test-export): Code formatting.
571 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
572 (icalendar-testsuite--do-test-import)
3672149f
SM
573 (icalendar-testsuite--do-test-cycle):
574 Use icalendar-testsuite--compare-strings
81ee9410
UJ
575 (icalendar-testsuite--run-import-tests): Comment added.
576 (icalendar-testsuite--run-import-tests)
e17b68ed 577 (icalendar-testsuite--run-real-world-tests): Fix expected results.
81ee9410 578
71ab16dd
CY
5792010-06-25 Chong Yidong <cyd@stupidchicken.com>
580
581 * redisplay-testsuite.el (test-redisplay-3): New test.
582
6534e58a
CY
5832010-06-11 Chong Yidong <cyd@stupidchicken.com>
584
585 * comint-testsuite.el: New file.
586
927c346b
SM
5872010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * indent: New dir.
590
61a808e8
CY
5912010-05-07 Chong Yidong <cyd@stupidchicken.com>
592
593 * Version 23.2 released.
594
a4100ebe
CY
5952010-03-29 Chong Yidong <cyd@stupidchicken.com>
596
3cbcd186
CY
597 * cedet/semantic-ia-utest.el
598 (semantic-symref-test-count-hits-in-tag): Add function, from
599 semantic-test.el.
600
a4100ebe
CY
601 * cedet/tests/test.cpp:
602 * cedet/tests/test.py:
603 * cedet/tests/teststruct.cpp:
604 * cedet/tests/testtemplates.cpp:
605 * cedet/tests/testusing.cpp:
606 * cedet/tests/scopetest.cpp:
607 * cedet/tests/scopetest.java: Files deleted.
608
609 * cedet/tests/test.make:
610 * cedet/tests/test.c:
611 * cedet/tests/testjavacomp.java:
612 * cedet/tests/testspp.c:
613 * cedet/tests/testsppreplace.c:
614 * cedet/tests/testsppreplaced.c:
615 * cedet/tests/testsubclass.cpp:
616 * cedet/tests/testsubclass.hh:
617 * cedet/tests/testtypedefs.cpp:
618 * cedet/tests/testvarnames.c:
619 * cedet/tests/test.el:
620 * cedet/tests/testdoublens.cpp:
621 * cedet/tests/testdoublens.hpp: Add copyright header.
622
85738751
SM
623 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
624 Remove reference to deleted files.
625
dc2d2590
JL
6262010-03-30 Juri Linkov <juri@jurta.org>
627
628 * occur-testsuite.el (occur-tests): Add tests for context lines.
629
5275ff8b
JL
6302010-03-23 Juri Linkov <juri@jurta.org>
631
632 * occur-testsuite.el: New file.
633
288f9fc0
CY
6342010-03-10 Chong Yidong <cyd@stupidchicken.com>
635
636 * Branch for 23.2.
637
b4340b3f
UJ
6382010-02-19 Ulf Jasper <ulf.jasper@web.de>
639
640 * icalendar-testsuite.el
6df6ae42
JB
641 (icalendar-testsuite--run-function-tests): Add new tests.
642 (icalendar-testsuite--test-diarytime-to-isotime): Add another
b4340b3f
UJ
643 testcase.
644 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
645 (icalendar-testsuite--test-convert-weekly-to-ical): New.
646 (icalendar-testsuite--test-convert-yearly-to-ical): New.
647 (icalendar-testsuite--test-convert-block-to-ical): New.
648 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
649 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
650
db9e401b
JB
6512010-01-18 Juanma Barranquero <lekktu@gmail.com>
652
653 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
654 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
655 Fix typos in docstrings and error messages.
656 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
657
d1f18ec0
JB
6582010-01-14 Juanma Barranquero <lekktu@gmail.com>
659
660 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
661 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
662 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
663
6fe539d2
UJ
6642009-12-18 Ulf Jasper <ulf.jasper@web.de>
665
666 * icalendar-testsuite.el
d5c6faf9
SM
667 (icalendar-testsuite--run-function-tests):
668 Add icalendar-testsuite--test-parse-vtimezone.
6fe539d2
UJ
669 (icalendar-testsuite--test-parse-vtimezone): New.
670 (icalendar-testsuite--do-test-cycle): Doc changes.
6df6ae42 671 (icalendar-testsuite--run-real-world-tests): Remove trailing
6fe539d2
UJ
672 whitespace -- see change of icalendar--add-diary-entry in
673 icalendar.el.
6df6ae42 674 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
6fe539d2 675
d8085053
GM
6762009-09-30 Glenn Morris <rgm@gnu.org>
677
678 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
679
7c4dccd0
CY
6802009-06-26 Eric Ludlam <zappo@gnu.org>
681
682 * cedet/*: New unit tests, from CEDET repository.
683
6ada5ad1
CY
6842009-06-26 Chong Yidong <cyd@stupidchicken.com>
685
686 * redisplay-testsuite.el: New file.
687
70243478
CY
6882009-06-21 Chong Yidong <cyd@stupidchicken.com>
689
690 * Branch for 23.1.
691
f052351a
UJ
6922009-01-25 Ulf Jasper <ulf.jasper@web.de>
693
694 * icalendar-testsuite.el
6df6ae42
JB
695 (icalendar-testsuite--run-function-tests):
696 Add icalendar-testsuite--test-diarytime-to-isotime.
697 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
f052351a
UJ
698 recent icalendar fixes.
699 (icalendar-testsuite--test-diarytime-to-isotime): New.
6df6ae42 700 (icalendar-testsuite--test-create-uid): Adjust to recent
f052351a
UJ
701 icalendar changes.
702
dee5aa91
CY
7032008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
704
d4835507 705 * bytecomp-testsuite.el: New file.
dee5aa91 706
f052351a 7072008-10-31 Ulf Jasper <ulf.jasper@web.de>
aad81014
UJ
708
709 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
d5c6faf9 710 Add `icalendar-testsuite--test-create-uid'.
aad81014
UJ
711 (icalendar-testsuite--test-create-uid): New.
712
d176d8c6
UJ
7132008-06-14 Ulf Jasper <ulf.jasper@web.de>
714
715 * newsticker-testsuite.el: New file.
716
a4766629
GM
7172008-05-24 Ulf Jasper <ulf.jasper@web.de>
718
719 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
720 Add icalendar-testsuite--test-datestring-to-isodate,
721 icalendar-testsuite--test-datetime-to-diary-date, and
722 icalendar-testsuite--test-calendar-style.
723 (icalendar-testsuite--test-format-ical-event):
724 (icalendar-testsuite--test-parse-summary-and-rest):
725 Doc fix. Remove european-calendar-style.
726 (icalendar-testsuite--get-ical-event): Doc fix.
727 (icalendar-testsuite--test-first-weekday-of-year):
728 (icalendar-testsuite--run-cycle-tests): Add doc string.
729 (icalendar-testsuite--test-datestring-to-isodate):
730 (icalendar-testsuite--test-datetime-to-diary-date):
731 (icalendar-testsuite--test-calendar-style): New functions.
732 (icalendar-testsuite--test-export): Handle iso date style.
733 New arg INPUT-ISO. Use calendar-date-style.
734 (icalendar-testsuite--test-import): Handle iso date style.
735 New arg EXPECTED-ISO. Use calendar-date-style.
736 (icalendar-testsuite--test-cycle): Handle iso date style.
737 (icalendar-testsuite--run-import-tests):
738 (icalendar-testsuite--run-export-tests):
739 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
740
e42fc905
GM
7412008-02-29 Glenn Morris <rgm@gnu.org>
742
743 * README: New file.
744
366b88a2
GM
7452008-02-29 Ulf Jasper <ulf.jasper@web.de>
746
747 * icalendar-testsuite.el: New file.
748
749;; Local Variables:
880820fe 750;; coding: utf-8
366b88a2
GM
751;; End:
752
ab422c4d 753 Copyright (C) 2008-2013 Free Software Foundation, Inc.
366b88a2
GM
754
755 This file is part of GNU Emacs.
756
4f43e937 757 GNU Emacs is free software: you can redistribute it and/or modify
366b88a2 758 it under the terms of the GNU General Public License as published by
4f43e937
GM
759 the Free Software Foundation, either version 3 of the License, or
760 (at your option) any later version.
366b88a2
GM
761
762 GNU Emacs is distributed in the hope that it will be useful,
763 but WITHOUT ANY WARRANTY; without even the implied warranty of
764 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
765 GNU General Public License for more details.
766
767 You should have received a copy of the GNU General Public License
4f43e937 768 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.