* calendar/todo-mode.el: Add handling of file deletion, both by
[bpt/emacs.git] / test / ChangeLog
CommitLineData
46e4f821
MA
12013-07-04 Michael Albinus <michael.albinus@gmx.de>
2
3 * automated/file-notify-tests.el: New package.
4
3e3da660
KH
52013-06-28 Kenichi Handa <handa@gnu.org>
6
7 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
8 (decoder-tests-ao-gen-file): Renamed from decoder-tests-filename.
9 Callers changed.
10 (decoder-tests-filename): New function.
11 (decoder-tests-prefer-utf-8-read)
12 (decoder-tests-prefer-utf-8-write): New function.
13 (ert-test-decoder-prefer-utf-8): New test.
14
10a2da6e
DG
152013-06-27 Dmitry Gutov <dgutov@yandex.ru>
16
17 * automated/package-x-test.el: Change the commentary.
79f38c4e
DG
18 (package-x-test--single-archive-entry-1-3)
19 (package-x-test--single-archive-entry-1-4): Fix the tests, by
20 using the appropriate data structure.
10a2da6e 21
9ea5cf9f
DG
222013-06-27 Daniel Hackney <dan@haxney.org>
23
24 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
25
26 * automated/package-x-test.el: New file.
27
28 * automated/package-test.el: New file.
29
30 * automated/data/package: New directory, with test examples.
31
fc3ec982
GM
322013-06-27 Glenn Morris <rgm@gnu.org>
33
df86ba7d
GM
34 * automated/python-tests.el (python-tests-with-temp-file):
35 Clean up after ourself.
36
fc3ec982 37 * automated/undo-tests.el (undo-test3): Remove test that seems to
568a53f2 38 do nothing that the previous one doesn't, except leave a tempfile.
fc3ec982 39
f2136e1e
GM
402013-06-26 Glenn Morris <rgm@gnu.org>
41
42 * automated/info-xref.el: New file.
43
51f85387
GM
442013-06-25 Glenn Morris <rgm@gnu.org>
45
46 * automated/occur-tests.el (occur-test-create): New function.
47 Use it to create separate tests for each element, so we run them
48 all rather than stopping at the first error.
49
e31106e8
GM
502013-06-24 Glenn Morris <rgm@fencepost.gnu.org>
51
52 * automated/occur-tests.el (occur-tests):
53 Update for 2013-05-29 change to occur header line.
54
c5b0993e
EW
552013-06-21 Eduard Wiebe <usenet@pusto.de>
56
57 Test suite for flymake.
58 * automated/flymake-tests.el:
59 * automated/flymake/warnpred/Makefile
60 * automated/flymake/warnpred/test.c
61 * automated/flymake/warnpred/test.pl: New files.
62
02a87775
TH
632013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
64
4f405069 65 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
02a87775 66
18d78c5e
TH
672013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
68
69 * automated/reftex-tests.el: New test suite for reftex.
70
19bb8e62
DG
712013-05-31 Dmitry Gutov <dgutov@yandex.ru>
72
73 * automated/ruby-mode-tests.el: New tests, for percent literals
74 and expression expansion.
75
f236dd84
LL
762013-05-29 Leo Liu <sdl.web@gmail.com>
77
78 * indent/octave.m: Tweak.
79
797c9e3d
AG
802013-05-26 Aidan Gauland <aidalgol@amuri.net>
81
82 * tests/eshell.el: Rewrite tests using ERT.
83
cce6beeb
LL
842013-05-25 Leo Liu <sdl.web@gmail.com>
85
86 * indent/octave.m: Add tests for %!, # and ### comments.
87
bc9a5003
KH
882013-05-23 Kenichi Handa <handa@gnu.org>
89
90 * automated/decoder-tests.el: New file.
91
1a0a0a8a
DG
922013-05-19 Dmitry Gutov <dgutov@yandex.ru>
93
94 * indent/ruby.rb: Add multiline regexp example.
95
96 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
97 (ruby-regexp-skips-over-interpolation)
98 (ruby-regexp-continues-till-end-when-unclosed)
99 (ruby-regexp-can-be-multiline)
100 (ruby-interpolation-inside-percent-literal): New tests.
101
a9e4425b
SM
1022013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * indent/ruby.rb: Fix indentation after =; add more cases.
105
aa7dab97
SM
1062013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
107
108 * indent/pascal.pas: Add test for mis-identified comments.
109
1398a54d
MY
1102013-04-01 Masatake YAMATO <yamato@redhat.com>
111
38ef2c84 112 * automated/imenu-tests.el: New file. (Bug#14112)
1398a54d 113
adc31213
FEG
1142013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
115
116 * automated/python-tests.el (python-imenu-prev-index-position-1):
aa7dab97 117 Remove test.
adc31213
FEG
118 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
119 New tests.
120
04754d36
FEG
1212013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
122
123 * automated/python-tests.el (python-nav-backward-defun-2)
124 (python-nav-backward-defun-3, python-nav-forward-defun-2)
125 (python-nav-forward-defun-3): New tests.
126
083850a6
FEG
1272013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
128
129 * automated/python-tests.el (python-nav-backward-defun-1)
130 (python-nav-forward-defun-1): New tests.
131
694569fc
MY
1322013-04-09 Masatake YAMATO <yamato@redhat.com>
133
134 * automated/add-log-tests.el: New file. (Bug#14112)
135
8d3655be 1362013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39 137
8d3655be 138 * automated/python-tests.el (python-indent-block-enders): New test.
c9886b39
FEG
139 (python-info-current-defun-2): Fix test.
140
2054a6c3
PE
1412013-03-05 Paul Eggert <eggert@cs.ucla.edu>
142
143 * indent/octave.m: Fix encoding error in comment. Add coding tag.
144
929aeac6 1452013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
b85f3423 146
929aeac6 147 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
b85f3423
FEG
148 (python-tests-with-temp-file): New macro.
149 (python-tests-shell-interpreter): New var.
150 (python-shell-get-process-name-1)
151 (python-shell-internal-get-process-name-1)
152 (python-shell-parse-command-1)
153 (python-shell-calculate-process-environment-1)
154 (python-shell-calculate-process-environment-2)
155 (python-shell-calculate-process-environment-3)
156 (python-shell-calculate-exec-path-1)
157 (python-shell-calculate-exec-path-2)
158 (python-shell-make-comint-1)
159 (python-shell-make-comint-2)
160 (python-shell-get-process-1)
161 (python-shell-get-or-create-process-1)
162 (python-shell-internal-get-or-create-process-1): New tests.
163
cfbf790d 1642013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
4dddd5dc 165
62cfd799 166 * automated/python-tests.el: New file.
4dddd5dc 167
53ca88c4
DG
1682013-02-14 Dmitry Gutov <dgutov@yandex.ru>
169
170 * automated/ruby-mode-tests.el
171 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
172 bits inside the examples.
173 (ruby-move-to-block-skips-heredoc): New test.
aa7dab97
SM
174 (ruby-add-log-current-method-after-inner-class):
175 Lower expectations: move point inside a method, initially.
53ca88c4 176
7132e457
DG
1772013-02-13 Dmitry Gutov <dgutov@yandex.ru>
178
179 * automated/ruby-mode-tests.el
180 (ruby-move-to-block-skips-percent-literal): New test.
181
6e5c1569
CY
1822013-02-04 Chong Yidong <cyd@gnu.org>
183
184 * automated/thingatpt.el: New file.
185
984096ed
CY
1862013-02-03 Chong Yidong <cyd@gnu.org>
187
aa7dab97
SM
188 * automated/files.el (file-test--do-local-variables-test):
189 Avoid compilation warning message.
984096ed 190
b1625024
DG
1912013-01-27 Dmitry Gutov <dgutov@yandex.ru>
192
193 * automated/ruby-mode-tests.el
194 (ruby-indent-spread-args-in-parens): New test.
a324b8c7
DG
195 * automated/ruby-mode-tests.el (ruby-block-test-example):
196 Break indentation of the do block opener and add a line inside it.
197 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
198 Adjust line numbers.
b1625024 199
cb9c0a53
SM
2002013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
203
51e73492
GM
2042013-01-14 Glenn Morris <rgm@gnu.org>
205
206 * automated/compile-tests.el (compile-tests--test-regexps-data):
207 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
208
327a6cca
WJ
2092013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
210
211 * automated/man-tests.el: New file.
212
51fb5578
AH
2132013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
214
215 * automated/undo-tests.el (undo-test0): Adjust error to code change.
216
3bace969
AH
2172013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
218
219 * automated/undo-tests.el: New file.
220
82e2a1f0 2212012-12-27 Dmitry Gutov <dgutov@yandex.ru>
db590ef6
DG
222
223 * automated/ruby-mode-tests.el
224 (ruby-indent-after-block-in-continued-expression): New test.
225
dbb530d9
DG
2262012-12-14 Dmitry Gutov <dgutov@yandex.ru>
227
228 * automated/ruby-mode-tests.el
229 Rename one interpolation test; add three more.
bb808526
DG
230 (ruby-with-temp-buffer): New macro, use it where appropriate.
231 (ruby-add-log-current-method-examples): Use "_" for target point.
232 Add four new tests for ruby-add-log-current-method.
dbb530d9 233
a0099d31
GM
2342012-12-11 Glenn Morris <rgm@gnu.org>
235
236 * automated/f90.el (f90-test-bug13138): New test.
237
81606b10
RS
2382012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
239
240 * automated/inotify-test.el: New test.
241
89eb3b0a
CY
2422012-12-02 Chong Yidong <cyd@gnu.org>
243
244 * automated/ruby-mode-tests.el
245 (ruby-add-log-current-method-examples): Don't use loop macro, to
246 allow automated testing to work.
247
23ba2705
SM
2482012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
249
250 * automated/advice-tests.el (advice-tests--data): Remove.
251 (advice-tests): Move the tests directly here instead.
252 Add called-interactively-p tests.
253
19dc7206
SM
2542012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * automated/ert-x-tests.el: Use cl-lib.
257 * automated/ert-tests.el: Use lexical-binding and cl-lib.
258
8619323f
DG
2592012-11-14 Dmitry Gutov <dgutov@yandex.ru>
260
261 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
262 (ruby-indent-inside-heredoc-after-operator)
263 (ruby-indent-inside-heredoc-after-space): New tests.
c62792e7
DG
264 Change direct font-lock face references to var references.
265 (ruby-interpolation-suppresses-syntax-inside): New test.
19dc7206
SM
266 (ruby-interpolation-inside-percent-literal-with-paren):
267 New failing test.
8619323f 268
f178c32d
DG
2692012-11-13 Dmitry Gutov <dgutov@yandex.ru>
270
271 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
5745cae6
DG
272 (ruby-singleton-class-no-heredoc-font-lock)
273 (ruby-add-log-current-method-examples): New tests.
274 (ruby-test-string): Extract from ruby-should-indent-buffer.
5e9419e8
DG
275 (ruby-deftest-move-to-block): New macro.
276 Add several move-to-block tests.
f178c32d 277
231d8498
SM
2782012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
279
280 * automated/advice-tests.el: New tests.
281
8111f5e6
EZ
2822012-10-14 Eli Zaretskii <eliz@gnu.org>
283
284 * automated/compile-tests.el (compile-tests--test-regexps-data):
285 Add new data for msft's new format.
286
c3268831
DG
2872012-09-08 Dmitry Gutov <dgutov@yandex.ru>
288
289 * automated/ruby-mode-tests.el:
290 (ruby-toggle-block-to-multiline): New test.
291 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
292 (ruby-toggle-block-to-brace): Use buffer-string.
293
0ba2d4b6
DG
2942012-09-07 Dmitry Gutov <dgutov@yandex.ru>
295
296 * automated/ruby-mode-tests.el: New tests (Bug#11613).
297
eada0861 2982012-08-28 Chong Yidong <cyd@gnu.org>
45e7ed71
CY
299
300 * automated/files.el: Test every combination of values for
301 enable-local-variables and enable-local-eval.
302
450809af
CY
3032012-08-19 Chong Yidong <cyd@gnu.org>
304
305 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
306
a999ce26
CY
3072012-08-18 Chong Yidong <cyd@gnu.org>
308
309 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
310
f063063a
DG
3112012-08-14 Dmitry Gutov <dgutov@yandex.ru>
312
313 * indent/ruby.rb: Rearrange examples, add new ones.
314
0d9e2599
NN
3152012-08-12 Dmitry Gutov <dgutov@yandex.ru>
316
317 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
318 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
319
9ff9402d 3202012-08-11 Glenn Morris <rgm@gnu.org>
5f168c20
GM
321
322 * automated/files.el: New file.
323
bf1757d1
GM
324 * automated/Makefile.in (all): Fix typo.
325
9d2ed8a2
DG
3262012-08-10 Dmitry Gutov <dgutov@yandex.ru>
327
328 * automated/ruby-mode-tests.el (ruby-should-indent):
329 Add docstring, check (current-indentation) instead of (current-column).
330 (ruby-should-indent-buffer): New function.
331 Add tests for `ruby-deep-indent-paren' behavior.
332 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
333
0d9e2599
NN
3342012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
335
336 Original tests in test_ruby_mode.rb in upstream (author).
337
9cd80478
DG
3382012-08-09 Dmitry Gutov <dgutov@yandex.ru>
339
340 * automated/ruby-mode-tests.el (ruby-should-indent)
341 (ruby-assert-state): New functions.
342 Add new tests.
343
c91562a6
DE
3442012-07-29 David Engster <deng@randomsample.de>
345
9d2ed8a2
DG
346 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
347 New variable to hold test data for name expansion.
c91562a6
DE
348 (xml-parse-tests): Test the two different types of name expansion.
349
d8efda90
JL
3502012-07-29 Juri Linkov <juri@jurta.org>
351
352 * automated/occur-tests.el (occur-test-case): Use predefined
353 buffer name " *test-occur*" instead of a random buffer name.
354
c28662a8
DG
3552012-07-20 Dmitry Gutov <dgutov@yandex.ru>
356
357 * automated/ruby-mode-tests.el: New file with one test.
358
45fd731c
SM
3592012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
360
efc26dbe
SM
361 * indent/shell.sh: Add test case for ${#VAR}.
362
45fd731c
SM
363 * indent/latex-mode.tex: New file.
364
a464a6c7
SM
3652012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * eshell.el: Use cl-lib.
368
a76e6535
CY
3692012-07-03 Chong Yidong <cyd@gnu.org>
370
371 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
372
a7aef6f5
CY
3732012-07-02 Chong Yidong <cyd@gnu.org>
374
a464a6c7
SM
375 * automated/xml-parse-tests.el (xml-parse-tests--data):
376 More testcases.
a7aef6f5 377
fbf2e7ad
CY
3782012-07-01 Chong Yidong <cyd@gnu.org>
379
380 * automated/xml-parse-tests.el: New file.
381
d5c6faf9
SM
3822012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
385 Use cl-flet.
386
ee574791
UJ
3872012-06-08 Ulf Jasper <ulf.jasper@web.de>
388
d5c6faf9
SM
389 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
390 Test escaped commas in TZID (Bug#11473).
ee574791
UJ
391 (icalendar-import-with-timezone): New.
392 (icalendar-real-world): Add new testcase as given in the bugreport
393 of Bug#11473.
394
6dbaa1c7
UJ
3952012-05-29 Ulf Jasper <ulf.jasper@web.de>
396
397 * automated/icalendar-tests.el (icalendar-tests--test-import):
398 Include UID in import tests (Bug#11525).
399 (icalendar-import-non-recurring, icalendar-import-rrule)
400 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
401 UID-import change.
402 (icalendar-import-with-uid): New.
403 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
404 Include UID in cycle tests.
405 (icalendar-cycle, icalendar-real-world): UID-import change.
406
b847032c
GM
4072012-05-21 Glenn Morris <rgm@gnu.org>
408
409 * automated/Makefile.in (setwins): Scrap superfluous subshell.
410
5e561bc7
TZ
4112012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
412
413 * automated/url-util-tests.el: New file to test
414 lisp/url/url-util.el. Only `url-build-query-string' and
415 `url-parse-query-string' are tested right now (Bug#8706).
416
461ef3c5
SM
4172012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * indent/shell.sh:
420 * indent/shell.rc: Ad some test cases.
421
dfbd787f
SM
4222012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * indent/ruby.rb: New file, to test new syntax-propertize code.
425
ab7ce8c1
GM
4262012-04-11 Glenn Morris <rgm@gnu.org>
427
428 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
429
6c0c7cfc
TZ
4302012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
431
432 * automated/url-future-tests.el (url-future-tests): Move from
433 lisp/url/url-future.el and rename.
434
bdbc1c4e
UJ
4352012-01-29 Ulf Jasper <ulf.jasper@web.de>
436
437 * automated/icalendar-tests.el (icalendar-import-non-recurring):
438 Fix broken test, caused by missing trailing blank.
439
5c09001c
CY
4402011-12-03 Chong Yidong <cyd@gnu.org>
441
442 * automated/compile-tests.el (compile-tests--test-regexps-data):
443 Increase column numbers by one to reflect change in how
6df6ae42 444 compilation-message is recorded (Bug#10172).
5c09001c 445
394c65f1
GM
4462011-11-22 Glenn Morris <rgm@gnu.org>
447
448 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
449
cd1181db
JB
4502011-11-20 Juanma Barranquero <lekktu@gmail.com>
451
452 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
453
58179cce
JB
4542011-11-16 Juanma Barranquero <lekktu@gmail.com>
455
7877f373
JB
456 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
457 (icalendar-tests--test-export, icalendar-tests--do-test-export):
58179cce
JB
458 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
459
dba0634a
UJ
4602011-10-30 Ulf Jasper <ulf.jasper@web.de>
461
462 * automated/newsticker-tests.el
6df6ae42 463 (newsticker--group-manage-orphan-feeds): Remove fsetting of
dba0634a
UJ
464 newsticker--treeview-tree-update.
465
6d6a626c
UJ
4662011-10-29 Ulf Jasper <ulf.jasper@web.de>
467
73c3f81d
UJ
468 * automated/newsticker-tests.el
469 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
470
6d6a626c
UJ
471 * trunk/test/automated/newsticker-tests.el
472 (newsticker--group-manage-orphan-feeds): Prevent updating
473 newsticker treeview. Fixed bug#9763.
474
6e0a9be7
GM
4752011-10-20 Glenn Morris <rgm@gnu.org>
476
e195ae68
GM
477 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
478
6e0a9be7
GM
479 * automated/vc-bzr.el: New file.
480
21fedf28
GM
4812011-10-15 Glenn Morris <rgm@gnu.org>
482
483 * automated/f90.el: New file.
484
81416b68
UJ
4852011-09-27 Ulf Jasper <ulf.jasper@web.de>
486
487 * automated/newsticker-tests.el: Move newsticker-testsuite.el
488 to automated/newsticker-tests.el. Convert to ERT.
489
68575ab0
UJ
4902011-07-26 Ulf Jasper <ulf.jasper@web.de>
491
492 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
aa7dab97 493 Remove, simply use string=.
68575ab0
UJ
494 (icalendar--diarytime-to-isotime)
495 (icalendar--datetime-to-diary-date)
496 (icalendar--datestring-to-isodate)
497 (icalendar--format-ical-event)
498 (icalendar--parse-summary-and-rest)
499 (icalendar-tests--do-test-import)
6df6ae42 500 (icalendar-tests--do-test-cycle): Change argument order of
68575ab0
UJ
501 string= to EXPECTED ACTUAL.
502 (icalendar--import-format-sample)
503 (icalendar--format-ical-event)
504 (icalendar-import-non-recurring)
505 (icalendar-import-rrule)
506 (icalendar-import-duration)
507 (icalendar-import-bug-6766)
6df6ae42 508 (icalendar-real-world): Adjust to string= instead of
68575ab0
UJ
509 icalendar-tests--compare-strings.
510 (icalendar-import-multiple-vcalendars): New.
511
de316778
TZ
5122011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
513
514 * automated/gnus-tests.el: Add wrapper for Gnus tests.
1c231080 515 Require CL.
de316778 516
c07b2710
JL
5172011-05-09 Juri Linkov <juri@jurta.org>
518
519 * automated/occur-tests.el: Move from test/occur-testsuite.el.
520 Convert to ERT.
521
adec429a
CY
5222011-05-09 Chong Yidong <cyd@stupidchicken.com>
523
524 * automated/compile-tests.el: New file.
525
c4c205d0
CY
5262011-05-08 Chong Yidong <cyd@stupidchicken.com>
527
528 * automated/font-parse-tests.el: Don't byte-compile.
529
530 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
531
6c075cd7
SM
5322011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * automated/lexbind-tests.el: New file.
535
33383987
JB
5362011-03-07 Chong Yidong <cyd@stupidchicken.com>
537
538 * Version 23.3 released.
539
81fb60b2
GM
5402011-03-05 Glenn Morris <rgm@gnu.org>
541
542 * eshell.el: Move here from lisp/eshell/esh-test.el.
543
de69c0a8
CO
5442011-03-03 Christian Ohler <ohler@gnu.org>
545
546 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
547 New test.
548
4856384c
UJ
5492011-02-20 Ulf Jasper <ulf.jasper@web.de>
550
551 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
552 convert to ERT format.
553
aa0935b9
CY
5542011-02-14 Chong Yidong <cyd@stupidchicken.com>
555
556 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
557 convert to ERT format.
558
ccded26c
SM
5592011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * indent/shell.sh:
562 * indent/shell.rc: New files.
563
372fb76b
CY
5642011-01-27 Chong Yidong <cyd@stupidchicken.com>
565
566 * automated/font-parse-tests.el: Move from
567 font-parse-testsuite.el.
568
6608a7d8
CY
5692011-01-26 Chong Yidong <cyd@stupidchicken.com>
570
571 * font-parse-testsuite.el (test-font-parse-data): New file.
572
db5d03ea
SM
5732011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * indent/prolog.prolog: Add tokenizing tests.
576
d221e780
CO
5772011-01-13 Christian Ohler <ohler@gnu.org>
578
579 * automated: New directory for automated tests.
580
581 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
582
583 * automated/Makefile.in: New file.
584
cbf83ce9
SM
5852010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * indent/modula2.mod: New file.
588
d19dc73d
SM
5892010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 * indent/octave.m: Add a test to ensure indentation is local.
592
41f592d1
GM
5932010-10-23 Glenn Morris <rgm@gnu.org>
594
595 * comint-testsuite.el
d19dc73d
SM
596 (comint-testsuite--test-comint-password-prompt-regexp):
597 Add "Please enter the password". (Bug#7224)
41f592d1 598
3672149f
SM
5992010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * indent/prolog.prolog: Use normal spacing around !.
602
f5632fb6
SM
6032010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * indent/octave.m: Remove one more `fixindent'. Use `end'.
606
cf38dd42
SM
6072010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * indent/octave.m: Remove some `fixindent' not needed any more.
610
e17b68ed
SM
6112010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * indent/octave.m: New file.
614
81ee9410
UJ
6152010-08-08 Ulf Jasper <ulf.jasper@web.de>
616
e17b68ed 617 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
81ee9410
UJ
618 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
619 (icalendar-testsuite--run-internal-tests): New.
620 (icalendar-testsuite--test-convert-ordinary-to-ical)
621 (icalendar-testsuite--test-convert-block-to-ical)
622 (icalendar-testsuite--test-convert-anniversary-to-ical)
623 (icalendar-testsuite--test-parse-vtimezone)
624 (icalendar-testsuite--do-test-export): Code formatting.
625 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
626 (icalendar-testsuite--do-test-import)
3672149f
SM
627 (icalendar-testsuite--do-test-cycle):
628 Use icalendar-testsuite--compare-strings
81ee9410
UJ
629 (icalendar-testsuite--run-import-tests): Comment added.
630 (icalendar-testsuite--run-import-tests)
e17b68ed 631 (icalendar-testsuite--run-real-world-tests): Fix expected results.
81ee9410 632
71ab16dd
CY
6332010-06-25 Chong Yidong <cyd@stupidchicken.com>
634
635 * redisplay-testsuite.el (test-redisplay-3): New test.
636
6534e58a
CY
6372010-06-11 Chong Yidong <cyd@stupidchicken.com>
638
639 * comint-testsuite.el: New file.
640
927c346b
SM
6412010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * indent: New dir.
644
61a808e8
CY
6452010-05-07 Chong Yidong <cyd@stupidchicken.com>
646
647 * Version 23.2 released.
648
a4100ebe
CY
6492010-03-29 Chong Yidong <cyd@stupidchicken.com>
650
3cbcd186
CY
651 * cedet/semantic-ia-utest.el
652 (semantic-symref-test-count-hits-in-tag): Add function, from
653 semantic-test.el.
654
a4100ebe
CY
655 * cedet/tests/test.cpp:
656 * cedet/tests/test.py:
657 * cedet/tests/teststruct.cpp:
658 * cedet/tests/testtemplates.cpp:
659 * cedet/tests/testusing.cpp:
660 * cedet/tests/scopetest.cpp:
661 * cedet/tests/scopetest.java: Files deleted.
662
663 * cedet/tests/test.make:
664 * cedet/tests/test.c:
665 * cedet/tests/testjavacomp.java:
666 * cedet/tests/testspp.c:
667 * cedet/tests/testsppreplace.c:
668 * cedet/tests/testsppreplaced.c:
669 * cedet/tests/testsubclass.cpp:
670 * cedet/tests/testsubclass.hh:
671 * cedet/tests/testtypedefs.cpp:
672 * cedet/tests/testvarnames.c:
673 * cedet/tests/test.el:
674 * cedet/tests/testdoublens.cpp:
675 * cedet/tests/testdoublens.hpp: Add copyright header.
676
85738751
SM
677 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
678 Remove reference to deleted files.
679
dc2d2590
JL
6802010-03-30 Juri Linkov <juri@jurta.org>
681
682 * occur-testsuite.el (occur-tests): Add tests for context lines.
683
5275ff8b
JL
6842010-03-23 Juri Linkov <juri@jurta.org>
685
686 * occur-testsuite.el: New file.
687
288f9fc0
CY
6882010-03-10 Chong Yidong <cyd@stupidchicken.com>
689
690 * Branch for 23.2.
691
b4340b3f
UJ
6922010-02-19 Ulf Jasper <ulf.jasper@web.de>
693
694 * icalendar-testsuite.el
6df6ae42
JB
695 (icalendar-testsuite--run-function-tests): Add new tests.
696 (icalendar-testsuite--test-diarytime-to-isotime): Add another
b4340b3f
UJ
697 testcase.
698 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
699 (icalendar-testsuite--test-convert-weekly-to-ical): New.
700 (icalendar-testsuite--test-convert-yearly-to-ical): New.
701 (icalendar-testsuite--test-convert-block-to-ical): New.
702 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
703 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
704
db9e401b
JB
7052010-01-18 Juanma Barranquero <lekktu@gmail.com>
706
707 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
708 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
709 Fix typos in docstrings and error messages.
710 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
711
d1f18ec0
JB
7122010-01-14 Juanma Barranquero <lekktu@gmail.com>
713
714 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
715 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
716 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
717
6fe539d2
UJ
7182009-12-18 Ulf Jasper <ulf.jasper@web.de>
719
720 * icalendar-testsuite.el
d5c6faf9
SM
721 (icalendar-testsuite--run-function-tests):
722 Add icalendar-testsuite--test-parse-vtimezone.
6fe539d2
UJ
723 (icalendar-testsuite--test-parse-vtimezone): New.
724 (icalendar-testsuite--do-test-cycle): Doc changes.
6df6ae42 725 (icalendar-testsuite--run-real-world-tests): Remove trailing
6fe539d2
UJ
726 whitespace -- see change of icalendar--add-diary-entry in
727 icalendar.el.
6df6ae42 728 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
6fe539d2 729
d8085053
GM
7302009-09-30 Glenn Morris <rgm@gnu.org>
731
732 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
733
7c4dccd0
CY
7342009-06-26 Eric Ludlam <zappo@gnu.org>
735
736 * cedet/*: New unit tests, from CEDET repository.
737
6ada5ad1
CY
7382009-06-26 Chong Yidong <cyd@stupidchicken.com>
739
740 * redisplay-testsuite.el: New file.
741
70243478
CY
7422009-06-21 Chong Yidong <cyd@stupidchicken.com>
743
744 * Branch for 23.1.
745
f052351a
UJ
7462009-01-25 Ulf Jasper <ulf.jasper@web.de>
747
748 * icalendar-testsuite.el
6df6ae42
JB
749 (icalendar-testsuite--run-function-tests):
750 Add icalendar-testsuite--test-diarytime-to-isotime.
751 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
f052351a
UJ
752 recent icalendar fixes.
753 (icalendar-testsuite--test-diarytime-to-isotime): New.
6df6ae42 754 (icalendar-testsuite--test-create-uid): Adjust to recent
f052351a
UJ
755 icalendar changes.
756
dee5aa91
CY
7572008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
758
d4835507 759 * bytecomp-testsuite.el: New file.
dee5aa91 760
f052351a 7612008-10-31 Ulf Jasper <ulf.jasper@web.de>
aad81014
UJ
762
763 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
d5c6faf9 764 Add `icalendar-testsuite--test-create-uid'.
aad81014
UJ
765 (icalendar-testsuite--test-create-uid): New.
766
d176d8c6
UJ
7672008-06-14 Ulf Jasper <ulf.jasper@web.de>
768
769 * newsticker-testsuite.el: New file.
770
a4766629
GM
7712008-05-24 Ulf Jasper <ulf.jasper@web.de>
772
773 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
774 Add icalendar-testsuite--test-datestring-to-isodate,
775 icalendar-testsuite--test-datetime-to-diary-date, and
776 icalendar-testsuite--test-calendar-style.
777 (icalendar-testsuite--test-format-ical-event):
778 (icalendar-testsuite--test-parse-summary-and-rest):
779 Doc fix. Remove european-calendar-style.
780 (icalendar-testsuite--get-ical-event): Doc fix.
781 (icalendar-testsuite--test-first-weekday-of-year):
782 (icalendar-testsuite--run-cycle-tests): Add doc string.
783 (icalendar-testsuite--test-datestring-to-isodate):
784 (icalendar-testsuite--test-datetime-to-diary-date):
785 (icalendar-testsuite--test-calendar-style): New functions.
786 (icalendar-testsuite--test-export): Handle iso date style.
787 New arg INPUT-ISO. Use calendar-date-style.
788 (icalendar-testsuite--test-import): Handle iso date style.
789 New arg EXPECTED-ISO. Use calendar-date-style.
790 (icalendar-testsuite--test-cycle): Handle iso date style.
791 (icalendar-testsuite--run-import-tests):
792 (icalendar-testsuite--run-export-tests):
793 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
794
e42fc905
GM
7952008-02-29 Glenn Morris <rgm@gnu.org>
796
797 * README: New file.
798
366b88a2
GM
7992008-02-29 Ulf Jasper <ulf.jasper@web.de>
800
801 * icalendar-testsuite.el: New file.
802
803;; Local Variables:
880820fe 804;; coding: utf-8
366b88a2
GM
805;; End:
806
ab422c4d 807 Copyright (C) 2008-2013 Free Software Foundation, Inc.
366b88a2
GM
808
809 This file is part of GNU Emacs.
810
4f43e937 811 GNU Emacs is free software: you can redistribute it and/or modify
366b88a2 812 it under the terms of the GNU General Public License as published by
4f43e937
GM
813 the Free Software Foundation, either version 3 of the License, or
814 (at your option) any later version.
366b88a2
GM
815
816 GNU Emacs is distributed in the hope that it will be useful,
817 but WITHOUT ANY WARRANTY; without even the implied warranty of
818 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
819 GNU General Public License for more details.
820
821 You should have received a copy of the GNU General Public License
4f43e937 822 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.