Fix fontification bugs with constructors and const.
[bpt/emacs.git] / test / ChangeLog
CommitLineData
ef566920
BR
12013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
2
3 * test/automated/timer-tests.el: New file. Tests that (sit-for 0)
4 allows another timer to run.
5
1eda1d8d
DG
62013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7
8 * indent/ruby.rb: More examples for bug#15594, both failing and
9 now passing.
10
55ee77a3
DG
112013-10-11 Dmitry Gutov <dgutov@yandex.ru>
12
13 * indent/ruby.rb: Add two more cases.
14
6d8ca172
SM
152013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
18 first use.
19 (ruby-should-indent): Use indent-according-to-mode.
20 (ruby-deftest-move-to-block): Use `declare'.
21
2f84ba10
DG
222013-10-07 Dmitry Gutov <dgutov@yandex.ru>
23
24 * indent/ruby.rb: Fix a spurious change, add more failing examples.
25
20832de0
SM
262013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * indent/ruby.rb: Add a few more tests; adjust some indentation.
29
5cd9cda9
DG
302013-10-06 Dmitry Gutov <dgutov@yandex.ru>
31
7318480c
DG
32 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
33 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
34
5cd9cda9
DG
35 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
36
34d1a133
SM
372013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
40 Adjust indentation of continued line to the new SMIE behavior.
41
a27c1b72
SM
422013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * automated/completion-tests.el:
45 * indent/css-mode.css: New files.
46
acbadd00
DU
472013-10-03 Daiki Ueno <ueno@gnu.org>
48
49 * automated/data/package/signed/archive-contents:
50 * automated/data/package/signed/archive-contents.sig:
51 * automated/data/package/signed/signed-good-1.0.el:
52 * automated/data/package/signed/signed-good-1.0.el.sig:
53 * automated/data/package/signed/signed-bad-1.0.el:
54 * automated/data/package/signed/signed-bad-1.0.el.sig:
55 * automated/data/package/key.pub:
56 * automated/data/package/key.sec: New files.
57
58 * automated/package-test.el (package-test-update-listing)
59 (package-test-update-archives, package-test-describe-package):
60 Adjust to package.el change.
61 (package-test-signed): New test.
62
494e898b
DG
632013-10-01 Dmitry Gutov <dgutov@yandex.ru>
64
65 * automated/package-test.el: Update all cases to use :url instead
66 of :homepage.
67
68 * automated/package-x-test.el
69 (package-x-test--single-archive-entry-1-3): Same.
70
056453c6
DG
712013-09-29 Dmitry Gutov <dgutov@yandex.ru>
72
73 * automated/package-test.el (simple-single-desc-1-4): Remove, it
74 was unused.
75 (simple-single-desc): Expect :homepage property.
76 (multi-file-desc): Same.
77 (with-package-test): Do not save previous `default-directory'
78 value, let-bind the var instead.
79 (package-test-install-single): Expect :homepage property in the
80 generated pkg file.
81 (package-test-describe-package): Expect Homepage button.
82 (package-test-describe-non-installed-package)
83 (package-test-describe-non-installed-multi-file-package): Same.
84 (package-test-describe-not-installed-package): Remove, it was a
85 duplicate.
86
87 * automated/package-x-test.el
88 (package-x-test--single-archive-entry-1-3): Expect :homepage
89 property.
90 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
91
92 * automated/data/package/simple-single-1.3.el: Add URL header.
93
94 * automated/data/package/archive-contents: Add :homepage
95 properties to `simple-single' and `multi-file'.
96
3e0b94e7
DC
972013-09-22 Daniel Colascione <dancol@dancol.org>
98
99 * automated/data-test.el:
100 (bool-vector-count-matches-all-0-nil)
101 (bool-vector-count-matches-all-0-t)
ffb3f67a
PE
102 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
103 (bool-vector-count-matches-at, bool-vector-intersection-op)
104 (bool-vector-union-op, bool-vector-xor-op)
3e0b94e7 105 (bool-vector-set-difference-op)
ffb3f67a 106 (bool-vector-change-detection, bool-vector-not): New tests.
3e0b94e7
DC
107 (mock-bool-vector-count-matches-at)
108 (test-bool-vector-bv-from-hex-string)
109 (test-bool-vector-to-hex-string)
110 (test-bool-vector-count-matches-at-tc)
111 (test-bool-vector-apply-mock-op)
112 (test-bool-vector-binop): New helper functions.
113 (bool-vector-test-vectors): New testcase data.
114
31dca772
R
1152013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
116
117 * automated/advice-tests.el (advice-test-called-interactively-p-around)
118 (advice-test-called-interactively-p-filter-args)
119 (advice-test-called-interactively-p-around): New tests.
120
cde40d2b
GM
1212013-09-16 Glenn Morris <rgm@gnu.org>
122
0c2a2b57
GM
123 * automated/eshell.el (eshell-match-result):
124 Return a more informative failure than simply "false". Update callers.
125
cde40d2b
GM
126 * automated/eshell.el (eshell-test/for-name-shadow-loop):
127 Test value before and after loop as well as during.
128
1e53bb4b
GM
1292013-09-15 Glenn Morris <rgm@gnu.org>
130
131 * automated/eshell.el (eshell-test/for-name-shadow-loop):
132 New test. (Bug#15372)
133 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
134
9dc7e8e1
GM
1352013-09-13 Glenn Morris <rgm@gnu.org>
136
137 * automated/eshell.el (with-temp-eshell):
138 Use a temp directory for eshell-directory-name.
6ad9cb08
GM
139 (eshell-test-command-result): New, again using a temp directory.
140 Replace eshell-command-result with this throughout.
e16582b6
GM
141 (eshell-test/for-loop, eshell-test/for-name-loop):
142 Ensure environment variables don't confuse us.
9dc7e8e1 143
2d5788f4
GM
1442013-09-12 Glenn Morris <rgm@gnu.org>
145
146 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
e3066edb 147 due to "has a running process; kill it?" prompts.
2d5788f4 148
ae5e4c48
SM
1492013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
150
151 * automated/eshell.el: Rename from eshell.el.
152 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
153
f8ccce03
GM
1542013-09-01 Glenn Morris <rgm@gnu.org>
155
156 * automated/Makefile.in (setwins): Avoid leading space in $wins.
157 Otherwise the sed command used by eg compile-main ends up
158 containing "/*.el". (Bug#15170)
159
50b13cde
PE
1602013-08-28 Paul Eggert <eggert@cs.ucla.edu>
161
e903c210 162 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
50b13cde
PE
163 for portability to hosts where /bin/sh has problems.
164
6ee60310
DE
1652013-08-21 David Engster <deng@randomsample.de>
166
167 * automated/eieio-tests.el, automated/eieio-test-persist.el:
168 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
169 upstream. Changed to use ERT.
170
281c7202
DH
1712013-08-14 Daniel Hackney <dan@haxney.org>
172
173 * package-test.el: Remove tar-package-building functions. Tar file
174 used for testing is included in the repository.
175 (package-test-install-texinfo, package-test-cleanup-built-files):
176 Remove.
177
ad756449
FEG
1782013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
179
180 * automated/python-tests.el (python-imenu-create-index-4)
181 (python-imenu-create-flat-index-2): New tests.
182
3e2cd454
GM
1832013-08-05 Glenn Morris <rgm@gnu.org>
184
185 * automated/mule-util.el: New file, with tests extracted from
186 lisp/international/mule-util.el.
187
671d5c16
SM
1882013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * automated/advice-tests.el (advice-tests-nadvice): Test removal
191 before definition.
192 (advice-tests-macroaliases): New test.
193
2ad0a067
GM
1942013-08-04 Glenn Morris <rgm@gnu.org>
195
dc8dfa8a
GM
196 * automated/ert-tests.el: Disable failing test that no-one seems
197 to know how to fix. (Bug#13064)
198
2ad0a067
GM
199 * automated/icalendar-tests.el (icalendar-tests--test-export)
200 (icalendar-tests--test-import): Try more precise TZ specification.
f8654242 201 Remove debug messages.
2ad0a067 202
f3ffcd8c
GM
2032013-08-03 Glenn Morris <rgm@gnu.org>
204
1f21d308
GM
205 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
206
f3ffcd8c
GM
207 * automated/icalendar-tests.el (icalendar-tests--test-export)
208 (icalendar-tests--test-import):
5e471f0d 209 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
f3ffcd8c
GM
210 (icalendar-tests--test-import): Reset zone even if error occurred.
211
a104f656
SM
2122013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * automated/core-elisp-tests.el: New file.
215
7d7e9a73
GM
2162013-08-01 Glenn Morris <rgm@gnu.org>
217
218 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
219 Try to check that the remote system has a notification program.
220
67a17772
GM
2212013-07-31 Glenn Morris <rgm@gnu.org>
222
223 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
224
e81dd54d
MA
2252013-07-24 Michael Albinus <michael.albinus@gmx.de>
226
227 * automated/file-notify-tests.el
228 (file-notify--test-local-enabled): New defconst. Replaces all
229 `file-notify-support' occurences.
230 (file-notify--test-remote-enabled): New defun.
231 (file-notify--deftest-remote): Use it.
232 (file-notify-test00-availability): Rewrite.
233 (file-notify-test00-availability-remote): New defun.
234 (file-notify-test01-add-watch): Rewrite first erroneous check.
235
66878244
GM
2362013-07-23 Glenn Morris <rgm@gnu.org>
237
97afc49a
GM
238 * automated/inotify-test.el (inotify-file-watch-simple):
239 Delete temp-file when done.
240
66878244
GM
241 * automated/subword-tests.el: Require subword.
242
0ac26976
SM
2432013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * automated/subword-tests.el: New file.
246
1f0480d4
FEG
2472013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
248
249 * automated/python-tests.el (python-imenu-create-index-2)
250 (python-imenu-create-index-3): New tests.
251
7faba176
GM
2522013-07-11 Glenn Morris <rgm@gnu.org>
253
a19b3c2d
GM
254 * automated/ert-tests.el: Require cl-lib at runtime too.
255 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
256 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
257 (ert-test-set-functions, ert-test-gensym)
258 (ert-test-coerce-to-vector, ert-test-string-position)
259 (ert-test-mismatch): Remove tests.
260 * automated/cl-lib.el: New, split from ert-tests.el.
261
d2e1542a
GM
262 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
263 Goto point-min.
264 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
265 (ruby-move-to-block-skips-percent-literal)
266 (ruby-move-to-block-skips-heredoc)
267 (ruby-move-to-block-moves-from-else-to-if)
268 (ruby-beginning-of-defun-does-not-fold-case)
269 (ruby-end-of-defun-skips-to-next-line-after-the-method):
270 Replace goto-line with forward-line/goto-char.
271 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
272
03d01981
GM
273 * automated/package-test.el (makeinfo-buffer): Autoload.
274 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
275 (package-test-install-texinfo): Don't require makeinfo.
276
709c6d2b
GM
277 * automated/files.el: Stop "local variables" confusion.
278
63cd50d4
GM
279 * automated/flymake-tests.el (flymake-tests): Remove unused group.
280
a550ba33
GM
281 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
282 Use with-current-buffer.
283
7faba176
GM
284 * automated/undo-tests.el (undo-test-buffer-modified)
285 (undo-test-file-modified): New tests.
286
59eb37e5
MA
2872013-07-09 Michael Albinus <michael.albinus@gmx.de>
288
289 * automated/file-notify-tests.el (file-notify-test00-availability):
290 Set :expected-result.
291 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
292 (file-notify-test02-events, file-notify-test02-events-remote)
293 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
294 Skip when `file-notify-support' is nil. (Bug#14823)
295
771b2fc3
GM
2962013-07-09 Glenn Morris <rgm@gnu.org>
297
0b57d6fc
GM
298 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
299 Declare.
300 (inotify-file-watch-simple): Silence compiler.
301
a87b74fe
GM
302 * automated/python-tests.el (python-indent-block-enders):
303 Make it actually test something.
304
08be5fba
GM
305 * automated/package-x-test.el: Require package-test when compiling.
306
771b2fc3 307 * automated/add-log-tests.el, automated/advice-tests.el:
08be5fba
GM
308 * automated/imenu-test.el, automated/package-x-test.el:
309 * automated/python-tests.el, automated/ruby-mode-tests.el:
310 * automated/xml-parse-tests.el: Explictly require ert.
771b2fc3 311
0f01f02f
KH
3122013-07-08 Kenichi Handa <handa@gnu.org>
313
314 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
315 Use with-ccoding-priority to avoid side-effect (Bug#14781).
316
84b6d3df
MA
3172013-07-05 Michael Albinus <michael.albinus@gmx.de>
318
319 * automated/file-notify-tests.el
ae5e4c48
SM
320 (file-notify-test-remote-temporary-file-directory):
321 Use `null-device' on w32.
84b6d3df
MA
322 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
323 (file-notify--test-results, file-notify--test-event)
324 (file-notify--deftest-remote, file-notify--event-test)
325 (file-notify--test-event-handler)
ae5e4c48 326 (file-notify--test-make-temp-name): Rename, in order to mark them
84b6d3df
MA
327 internal.
328 (tramp-message-show-message, tramp-read-passwd): Tweak them for
329 better fitting in noninteractive tests.
ae5e4c48
SM
330 (file-notify-test00-availability): Rename from `file-notify-test0'.
331 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
84b6d3df
MA
332 Use `temporary-file-directory '.
333 (file-notify-test01-add-watch-remote): New test.
ae5e4c48
SM
334 (file-notify-test02-events): Rename from `file-notify-test2'.
335 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
336 (file-notify-test03-autorevert): Rename from
84b6d3df 337 `file-notify-test4'. Use timeouts.
ae5e4c48 338 (file-notify-test03-autorevert-remote): Rename from
84b6d3df
MA
339 `file-notify-test5'.
340
46e4f821
MA
3412013-07-04 Michael Albinus <michael.albinus@gmx.de>
342
343 * automated/file-notify-tests.el: New package.
344
3e3da660
KH
3452013-06-28 Kenichi Handa <handa@gnu.org>
346
347 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
ae5e4c48 348 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
3e3da660
KH
349 Callers changed.
350 (decoder-tests-filename): New function.
351 (decoder-tests-prefer-utf-8-read)
352 (decoder-tests-prefer-utf-8-write): New function.
353 (ert-test-decoder-prefer-utf-8): New test.
354
10a2da6e
DG
3552013-06-27 Dmitry Gutov <dgutov@yandex.ru>
356
357 * automated/package-x-test.el: Change the commentary.
79f38c4e
DG
358 (package-x-test--single-archive-entry-1-3)
359 (package-x-test--single-archive-entry-1-4): Fix the tests, by
360 using the appropriate data structure.
10a2da6e 361
9ea5cf9f
DG
3622013-06-27 Daniel Hackney <dan@haxney.org>
363
364 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
365
366 * automated/package-x-test.el: New file.
367
368 * automated/package-test.el: New file.
369
370 * automated/data/package: New directory, with test examples.
371
fc3ec982
GM
3722013-06-27 Glenn Morris <rgm@gnu.org>
373
df86ba7d
GM
374 * automated/python-tests.el (python-tests-with-temp-file):
375 Clean up after ourself.
376
fc3ec982 377 * automated/undo-tests.el (undo-test3): Remove test that seems to
568a53f2 378 do nothing that the previous one doesn't, except leave a tempfile.
fc3ec982 379
f2136e1e
GM
3802013-06-26 Glenn Morris <rgm@gnu.org>
381
382 * automated/info-xref.el: New file.
383
51f85387
GM
3842013-06-25 Glenn Morris <rgm@gnu.org>
385
386 * automated/occur-tests.el (occur-test-create): New function.
387 Use it to create separate tests for each element, so we run them
388 all rather than stopping at the first error.
389
6e0e82a0 3902013-06-24 Glenn Morris <rgm@gnu.org>
e31106e8
GM
391
392 * automated/occur-tests.el (occur-tests):
393 Update for 2013-05-29 change to occur header line.
394
c5b0993e
EW
3952013-06-21 Eduard Wiebe <usenet@pusto.de>
396
397 Test suite for flymake.
398 * automated/flymake-tests.el:
399 * automated/flymake/warnpred/Makefile
400 * automated/flymake/warnpred/test.c
401 * automated/flymake/warnpred/test.pl: New files.
402
02a87775
TH
4032013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
404
4f405069 405 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
02a87775 406
18d78c5e
TH
4072013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
408
409 * automated/reftex-tests.el: New test suite for reftex.
410
19bb8e62
DG
4112013-05-31 Dmitry Gutov <dgutov@yandex.ru>
412
413 * automated/ruby-mode-tests.el: New tests, for percent literals
414 and expression expansion.
415
f236dd84
LL
4162013-05-29 Leo Liu <sdl.web@gmail.com>
417
418 * indent/octave.m: Tweak.
419
797c9e3d
AG
4202013-05-26 Aidan Gauland <aidalgol@amuri.net>
421
422 * tests/eshell.el: Rewrite tests using ERT.
423
cce6beeb
LL
4242013-05-25 Leo Liu <sdl.web@gmail.com>
425
426 * indent/octave.m: Add tests for %!, # and ### comments.
427
bc9a5003
KH
4282013-05-23 Kenichi Handa <handa@gnu.org>
429
430 * automated/decoder-tests.el: New file.
431
1a0a0a8a
DG
4322013-05-19 Dmitry Gutov <dgutov@yandex.ru>
433
434 * indent/ruby.rb: Add multiline regexp example.
435
436 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
437 (ruby-regexp-skips-over-interpolation)
438 (ruby-regexp-continues-till-end-when-unclosed)
439 (ruby-regexp-can-be-multiline)
440 (ruby-interpolation-inside-percent-literal): New tests.
441
a9e4425b
SM
4422013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * indent/ruby.rb: Fix indentation after =; add more cases.
445
aa7dab97
SM
4462013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * indent/pascal.pas: Add test for mis-identified comments.
449
1398a54d
MY
4502013-04-01 Masatake YAMATO <yamato@redhat.com>
451
38ef2c84 452 * automated/imenu-tests.el: New file. (Bug#14112)
1398a54d 453
adc31213
FEG
4542013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
455
456 * automated/python-tests.el (python-imenu-prev-index-position-1):
aa7dab97 457 Remove test.
adc31213
FEG
458 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
459 New tests.
460
04754d36
FEG
4612013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
462
463 * automated/python-tests.el (python-nav-backward-defun-2)
464 (python-nav-backward-defun-3, python-nav-forward-defun-2)
465 (python-nav-forward-defun-3): New tests.
466
083850a6
FEG
4672013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
468
469 * automated/python-tests.el (python-nav-backward-defun-1)
470 (python-nav-forward-defun-1): New tests.
471
694569fc
MY
4722013-04-09 Masatake YAMATO <yamato@redhat.com>
473
474 * automated/add-log-tests.el: New file. (Bug#14112)
475
8d3655be 4762013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39 477
8d3655be 478 * automated/python-tests.el (python-indent-block-enders): New test.
c9886b39
FEG
479 (python-info-current-defun-2): Fix test.
480
2054a6c3
PE
4812013-03-05 Paul Eggert <eggert@cs.ucla.edu>
482
483 * indent/octave.m: Fix encoding error in comment. Add coding tag.
484
929aeac6 4852013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
b85f3423 486
929aeac6 487 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
b85f3423
FEG
488 (python-tests-with-temp-file): New macro.
489 (python-tests-shell-interpreter): New var.
490 (python-shell-get-process-name-1)
491 (python-shell-internal-get-process-name-1)
492 (python-shell-parse-command-1)
493 (python-shell-calculate-process-environment-1)
494 (python-shell-calculate-process-environment-2)
495 (python-shell-calculate-process-environment-3)
496 (python-shell-calculate-exec-path-1)
497 (python-shell-calculate-exec-path-2)
498 (python-shell-make-comint-1)
499 (python-shell-make-comint-2)
500 (python-shell-get-process-1)
501 (python-shell-get-or-create-process-1)
502 (python-shell-internal-get-or-create-process-1): New tests.
503
cfbf790d 5042013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
4dddd5dc 505
62cfd799 506 * automated/python-tests.el: New file.
4dddd5dc 507
53ca88c4
DG
5082013-02-14 Dmitry Gutov <dgutov@yandex.ru>
509
510 * automated/ruby-mode-tests.el
511 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
512 bits inside the examples.
513 (ruby-move-to-block-skips-heredoc): New test.
aa7dab97
SM
514 (ruby-add-log-current-method-after-inner-class):
515 Lower expectations: move point inside a method, initially.
53ca88c4 516
7132e457
DG
5172013-02-13 Dmitry Gutov <dgutov@yandex.ru>
518
519 * automated/ruby-mode-tests.el
520 (ruby-move-to-block-skips-percent-literal): New test.
521
6e5c1569
CY
5222013-02-04 Chong Yidong <cyd@gnu.org>
523
524 * automated/thingatpt.el: New file.
525
984096ed
CY
5262013-02-03 Chong Yidong <cyd@gnu.org>
527
aa7dab97
SM
528 * automated/files.el (file-test--do-local-variables-test):
529 Avoid compilation warning message.
984096ed 530
b1625024
DG
5312013-01-27 Dmitry Gutov <dgutov@yandex.ru>
532
533 * automated/ruby-mode-tests.el
534 (ruby-indent-spread-args-in-parens): New test.
a324b8c7
DG
535 * automated/ruby-mode-tests.el (ruby-block-test-example):
536 Break indentation of the do block opener and add a line inside it.
537 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
538 Adjust line numbers.
b1625024 539
cb9c0a53
SM
5402013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
541
542 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
543
51e73492
GM
5442013-01-14 Glenn Morris <rgm@gnu.org>
545
546 * automated/compile-tests.el (compile-tests--test-regexps-data):
547 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
548
327a6cca
WJ
5492013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
550
551 * automated/man-tests.el: New file.
552
51fb5578
AH
5532013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
554
555 * automated/undo-tests.el (undo-test0): Adjust error to code change.
556
3bace969
AH
5572013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
558
559 * automated/undo-tests.el: New file.
560
82e2a1f0 5612012-12-27 Dmitry Gutov <dgutov@yandex.ru>
db590ef6
DG
562
563 * automated/ruby-mode-tests.el
564 (ruby-indent-after-block-in-continued-expression): New test.
565
dbb530d9
DG
5662012-12-14 Dmitry Gutov <dgutov@yandex.ru>
567
e903c210 568 * automated/ruby-mode-tests.el:
dbb530d9 569 Rename one interpolation test; add three more.
bb808526
DG
570 (ruby-with-temp-buffer): New macro, use it where appropriate.
571 (ruby-add-log-current-method-examples): Use "_" for target point.
572 Add four new tests for ruby-add-log-current-method.
dbb530d9 573
a0099d31
GM
5742012-12-11 Glenn Morris <rgm@gnu.org>
575
576 * automated/f90.el (f90-test-bug13138): New test.
577
81606b10
RS
5782012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
579
580 * automated/inotify-test.el: New test.
581
89eb3b0a
CY
5822012-12-02 Chong Yidong <cyd@gnu.org>
583
584 * automated/ruby-mode-tests.el
585 (ruby-add-log-current-method-examples): Don't use loop macro, to
586 allow automated testing to work.
587
23ba2705
SM
5882012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * automated/advice-tests.el (advice-tests--data): Remove.
591 (advice-tests): Move the tests directly here instead.
592 Add called-interactively-p tests.
593
19dc7206
SM
5942012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
595
596 * automated/ert-x-tests.el: Use cl-lib.
597 * automated/ert-tests.el: Use lexical-binding and cl-lib.
598
8619323f
DG
5992012-11-14 Dmitry Gutov <dgutov@yandex.ru>
600
601 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
602 (ruby-indent-inside-heredoc-after-operator)
603 (ruby-indent-inside-heredoc-after-space): New tests.
c62792e7
DG
604 Change direct font-lock face references to var references.
605 (ruby-interpolation-suppresses-syntax-inside): New test.
19dc7206
SM
606 (ruby-interpolation-inside-percent-literal-with-paren):
607 New failing test.
8619323f 608
f178c32d
DG
6092012-11-13 Dmitry Gutov <dgutov@yandex.ru>
610
611 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
5745cae6
DG
612 (ruby-singleton-class-no-heredoc-font-lock)
613 (ruby-add-log-current-method-examples): New tests.
614 (ruby-test-string): Extract from ruby-should-indent-buffer.
5e9419e8
DG
615 (ruby-deftest-move-to-block): New macro.
616 Add several move-to-block tests.
f178c32d 617
231d8498
SM
6182012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * automated/advice-tests.el: New tests.
621
8111f5e6
EZ
6222012-10-14 Eli Zaretskii <eliz@gnu.org>
623
624 * automated/compile-tests.el (compile-tests--test-regexps-data):
625 Add new data for msft's new format.
626
c3268831
DG
6272012-09-08 Dmitry Gutov <dgutov@yandex.ru>
628
629 * automated/ruby-mode-tests.el:
630 (ruby-toggle-block-to-multiline): New test.
631 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
632 (ruby-toggle-block-to-brace): Use buffer-string.
633
0ba2d4b6
DG
6342012-09-07 Dmitry Gutov <dgutov@yandex.ru>
635
636 * automated/ruby-mode-tests.el: New tests (Bug#11613).
637
eada0861 6382012-08-28 Chong Yidong <cyd@gnu.org>
45e7ed71
CY
639
640 * automated/files.el: Test every combination of values for
641 enable-local-variables and enable-local-eval.
642
450809af
CY
6432012-08-19 Chong Yidong <cyd@gnu.org>
644
645 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
646
a999ce26
CY
6472012-08-18 Chong Yidong <cyd@gnu.org>
648
649 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
650
f063063a
DG
6512012-08-14 Dmitry Gutov <dgutov@yandex.ru>
652
653 * indent/ruby.rb: Rearrange examples, add new ones.
654
0d9e2599
NN
6552012-08-12 Dmitry Gutov <dgutov@yandex.ru>
656
657 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
658 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
659
9ff9402d 6602012-08-11 Glenn Morris <rgm@gnu.org>
5f168c20
GM
661
662 * automated/files.el: New file.
663
bf1757d1
GM
664 * automated/Makefile.in (all): Fix typo.
665
9d2ed8a2
DG
6662012-08-10 Dmitry Gutov <dgutov@yandex.ru>
667
668 * automated/ruby-mode-tests.el (ruby-should-indent):
669 Add docstring, check (current-indentation) instead of (current-column).
670 (ruby-should-indent-buffer): New function.
671 Add tests for `ruby-deep-indent-paren' behavior.
672 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
673
0d9e2599
NN
6742012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
675
676 Original tests in test_ruby_mode.rb in upstream (author).
677
9cd80478
DG
6782012-08-09 Dmitry Gutov <dgutov@yandex.ru>
679
680 * automated/ruby-mode-tests.el (ruby-should-indent)
681 (ruby-assert-state): New functions.
682 Add new tests.
683
c91562a6
DE
6842012-07-29 David Engster <deng@randomsample.de>
685
9d2ed8a2
DG
686 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
687 New variable to hold test data for name expansion.
c91562a6
DE
688 (xml-parse-tests): Test the two different types of name expansion.
689
d8efda90
JL
6902012-07-29 Juri Linkov <juri@jurta.org>
691
692 * automated/occur-tests.el (occur-test-case): Use predefined
693 buffer name " *test-occur*" instead of a random buffer name.
694
c28662a8
DG
6952012-07-20 Dmitry Gutov <dgutov@yandex.ru>
696
697 * automated/ruby-mode-tests.el: New file with one test.
698
45fd731c
SM
6992012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
700
efc26dbe
SM
701 * indent/shell.sh: Add test case for ${#VAR}.
702
45fd731c
SM
703 * indent/latex-mode.tex: New file.
704
a464a6c7
SM
7052012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * eshell.el: Use cl-lib.
708
a76e6535
CY
7092012-07-03 Chong Yidong <cyd@gnu.org>
710
711 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
712
a7aef6f5
CY
7132012-07-02 Chong Yidong <cyd@gnu.org>
714
a464a6c7
SM
715 * automated/xml-parse-tests.el (xml-parse-tests--data):
716 More testcases.
a7aef6f5 717
fbf2e7ad
CY
7182012-07-01 Chong Yidong <cyd@gnu.org>
719
720 * automated/xml-parse-tests.el: New file.
721
d5c6faf9
SM
7222012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
725 Use cl-flet.
726
ee574791
UJ
7272012-06-08 Ulf Jasper <ulf.jasper@web.de>
728
d5c6faf9
SM
729 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
730 Test escaped commas in TZID (Bug#11473).
ee574791
UJ
731 (icalendar-import-with-timezone): New.
732 (icalendar-real-world): Add new testcase as given in the bugreport
733 of Bug#11473.
734
6dbaa1c7
UJ
7352012-05-29 Ulf Jasper <ulf.jasper@web.de>
736
737 * automated/icalendar-tests.el (icalendar-tests--test-import):
738 Include UID in import tests (Bug#11525).
739 (icalendar-import-non-recurring, icalendar-import-rrule)
740 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
741 UID-import change.
742 (icalendar-import-with-uid): New.
743 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
744 Include UID in cycle tests.
745 (icalendar-cycle, icalendar-real-world): UID-import change.
746
b847032c
GM
7472012-05-21 Glenn Morris <rgm@gnu.org>
748
749 * automated/Makefile.in (setwins): Scrap superfluous subshell.
750
5e561bc7
TZ
7512012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
752
753 * automated/url-util-tests.el: New file to test
754 lisp/url/url-util.el. Only `url-build-query-string' and
755 `url-parse-query-string' are tested right now (Bug#8706).
756
461ef3c5
SM
7572012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * indent/shell.sh:
760 * indent/shell.rc: Ad some test cases.
761
dfbd787f
SM
7622012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * indent/ruby.rb: New file, to test new syntax-propertize code.
765
ab7ce8c1
GM
7662012-04-11 Glenn Morris <rgm@gnu.org>
767
768 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
769
6c0c7cfc
TZ
7702012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
771
772 * automated/url-future-tests.el (url-future-tests): Move from
773 lisp/url/url-future.el and rename.
774
bdbc1c4e
UJ
7752012-01-29 Ulf Jasper <ulf.jasper@web.de>
776
777 * automated/icalendar-tests.el (icalendar-import-non-recurring):
778 Fix broken test, caused by missing trailing blank.
779
5c09001c
CY
7802011-12-03 Chong Yidong <cyd@gnu.org>
781
782 * automated/compile-tests.el (compile-tests--test-regexps-data):
783 Increase column numbers by one to reflect change in how
6df6ae42 784 compilation-message is recorded (Bug#10172).
5c09001c 785
394c65f1
GM
7862011-11-22 Glenn Morris <rgm@gnu.org>
787
788 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
789
cd1181db
JB
7902011-11-20 Juanma Barranquero <lekktu@gmail.com>
791
792 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
793
58179cce
JB
7942011-11-16 Juanma Barranquero <lekktu@gmail.com>
795
7877f373
JB
796 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
797 (icalendar-tests--test-export, icalendar-tests--do-test-export):
58179cce
JB
798 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
799
dba0634a
UJ
8002011-10-30 Ulf Jasper <ulf.jasper@web.de>
801
802 * automated/newsticker-tests.el
6df6ae42 803 (newsticker--group-manage-orphan-feeds): Remove fsetting of
dba0634a
UJ
804 newsticker--treeview-tree-update.
805
6d6a626c
UJ
8062011-10-29 Ulf Jasper <ulf.jasper@web.de>
807
73c3f81d
UJ
808 * automated/newsticker-tests.el
809 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
810
6d6a626c
UJ
811 * trunk/test/automated/newsticker-tests.el
812 (newsticker--group-manage-orphan-feeds): Prevent updating
813 newsticker treeview. Fixed bug#9763.
814
6e0a9be7
GM
8152011-10-20 Glenn Morris <rgm@gnu.org>
816
e195ae68
GM
817 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
818
6e0a9be7
GM
819 * automated/vc-bzr.el: New file.
820
21fedf28
GM
8212011-10-15 Glenn Morris <rgm@gnu.org>
822
823 * automated/f90.el: New file.
824
81416b68
UJ
8252011-09-27 Ulf Jasper <ulf.jasper@web.de>
826
827 * automated/newsticker-tests.el: Move newsticker-testsuite.el
828 to automated/newsticker-tests.el. Convert to ERT.
829
68575ab0
UJ
8302011-07-26 Ulf Jasper <ulf.jasper@web.de>
831
832 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
aa7dab97 833 Remove, simply use string=.
68575ab0
UJ
834 (icalendar--diarytime-to-isotime)
835 (icalendar--datetime-to-diary-date)
836 (icalendar--datestring-to-isodate)
837 (icalendar--format-ical-event)
838 (icalendar--parse-summary-and-rest)
839 (icalendar-tests--do-test-import)
6df6ae42 840 (icalendar-tests--do-test-cycle): Change argument order of
68575ab0
UJ
841 string= to EXPECTED ACTUAL.
842 (icalendar--import-format-sample)
843 (icalendar--format-ical-event)
844 (icalendar-import-non-recurring)
845 (icalendar-import-rrule)
846 (icalendar-import-duration)
847 (icalendar-import-bug-6766)
6df6ae42 848 (icalendar-real-world): Adjust to string= instead of
68575ab0
UJ
849 icalendar-tests--compare-strings.
850 (icalendar-import-multiple-vcalendars): New.
851
de316778
TZ
8522011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
853
854 * automated/gnus-tests.el: Add wrapper for Gnus tests.
1c231080 855 Require CL.
de316778 856
c07b2710
JL
8572011-05-09 Juri Linkov <juri@jurta.org>
858
859 * automated/occur-tests.el: Move from test/occur-testsuite.el.
860 Convert to ERT.
861
adec429a
CY
8622011-05-09 Chong Yidong <cyd@stupidchicken.com>
863
864 * automated/compile-tests.el: New file.
865
c4c205d0
CY
8662011-05-08 Chong Yidong <cyd@stupidchicken.com>
867
868 * automated/font-parse-tests.el: Don't byte-compile.
869
870 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
871
6c075cd7
SM
8722011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * automated/lexbind-tests.el: New file.
875
33383987
JB
8762011-03-07 Chong Yidong <cyd@stupidchicken.com>
877
878 * Version 23.3 released.
879
81fb60b2
GM
8802011-03-05 Glenn Morris <rgm@gnu.org>
881
882 * eshell.el: Move here from lisp/eshell/esh-test.el.
883
de69c0a8
CO
8842011-03-03 Christian Ohler <ohler@gnu.org>
885
886 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
887 New test.
888
4856384c
UJ
8892011-02-20 Ulf Jasper <ulf.jasper@web.de>
890
891 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
892 convert to ERT format.
893
aa0935b9
CY
8942011-02-14 Chong Yidong <cyd@stupidchicken.com>
895
896 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
897 convert to ERT format.
898
ccded26c
SM
8992011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 * indent/shell.sh:
902 * indent/shell.rc: New files.
903
372fb76b
CY
9042011-01-27 Chong Yidong <cyd@stupidchicken.com>
905
906 * automated/font-parse-tests.el: Move from
907 font-parse-testsuite.el.
908
6608a7d8
CY
9092011-01-26 Chong Yidong <cyd@stupidchicken.com>
910
911 * font-parse-testsuite.el (test-font-parse-data): New file.
912
db5d03ea
SM
9132011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * indent/prolog.prolog: Add tokenizing tests.
916
d221e780
CO
9172011-01-13 Christian Ohler <ohler@gnu.org>
918
919 * automated: New directory for automated tests.
920
921 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
922
923 * automated/Makefile.in: New file.
924
cbf83ce9
SM
9252010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * indent/modula2.mod: New file.
928
d19dc73d
SM
9292010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * indent/octave.m: Add a test to ensure indentation is local.
932
41f592d1
GM
9332010-10-23 Glenn Morris <rgm@gnu.org>
934
935 * comint-testsuite.el
d19dc73d
SM
936 (comint-testsuite--test-comint-password-prompt-regexp):
937 Add "Please enter the password". (Bug#7224)
41f592d1 938
3672149f
SM
9392010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * indent/prolog.prolog: Use normal spacing around !.
942
f5632fb6
SM
9432010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * indent/octave.m: Remove one more `fixindent'. Use `end'.
946
cf38dd42
SM
9472010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * indent/octave.m: Remove some `fixindent' not needed any more.
950
e17b68ed
SM
9512010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * indent/octave.m: New file.
954
81ee9410
UJ
9552010-08-08 Ulf Jasper <ulf.jasper@web.de>
956
e17b68ed 957 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
81ee9410
UJ
958 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
959 (icalendar-testsuite--run-internal-tests): New.
960 (icalendar-testsuite--test-convert-ordinary-to-ical)
961 (icalendar-testsuite--test-convert-block-to-ical)
962 (icalendar-testsuite--test-convert-anniversary-to-ical)
963 (icalendar-testsuite--test-parse-vtimezone)
964 (icalendar-testsuite--do-test-export): Code formatting.
965 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
966 (icalendar-testsuite--do-test-import)
3672149f
SM
967 (icalendar-testsuite--do-test-cycle):
968 Use icalendar-testsuite--compare-strings
81ee9410
UJ
969 (icalendar-testsuite--run-import-tests): Comment added.
970 (icalendar-testsuite--run-import-tests)
e17b68ed 971 (icalendar-testsuite--run-real-world-tests): Fix expected results.
81ee9410 972
71ab16dd
CY
9732010-06-25 Chong Yidong <cyd@stupidchicken.com>
974
975 * redisplay-testsuite.el (test-redisplay-3): New test.
976
6534e58a
CY
9772010-06-11 Chong Yidong <cyd@stupidchicken.com>
978
979 * comint-testsuite.el: New file.
980
927c346b
SM
9812010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * indent: New dir.
984
61a808e8
CY
9852010-05-07 Chong Yidong <cyd@stupidchicken.com>
986
987 * Version 23.2 released.
988
a4100ebe
CY
9892010-03-29 Chong Yidong <cyd@stupidchicken.com>
990
3cbcd186
CY
991 * cedet/semantic-ia-utest.el
992 (semantic-symref-test-count-hits-in-tag): Add function, from
993 semantic-test.el.
994
a4100ebe
CY
995 * cedet/tests/test.cpp:
996 * cedet/tests/test.py:
997 * cedet/tests/teststruct.cpp:
998 * cedet/tests/testtemplates.cpp:
999 * cedet/tests/testusing.cpp:
1000 * cedet/tests/scopetest.cpp:
1001 * cedet/tests/scopetest.java: Files deleted.
1002
1003 * cedet/tests/test.make:
1004 * cedet/tests/test.c:
1005 * cedet/tests/testjavacomp.java:
1006 * cedet/tests/testspp.c:
1007 * cedet/tests/testsppreplace.c:
1008 * cedet/tests/testsppreplaced.c:
1009 * cedet/tests/testsubclass.cpp:
1010 * cedet/tests/testsubclass.hh:
1011 * cedet/tests/testtypedefs.cpp:
1012 * cedet/tests/testvarnames.c:
1013 * cedet/tests/test.el:
1014 * cedet/tests/testdoublens.cpp:
1015 * cedet/tests/testdoublens.hpp: Add copyright header.
1016
85738751
SM
1017 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1018 Remove reference to deleted files.
1019
dc2d2590
JL
10202010-03-30 Juri Linkov <juri@jurta.org>
1021
1022 * occur-testsuite.el (occur-tests): Add tests for context lines.
1023
5275ff8b
JL
10242010-03-23 Juri Linkov <juri@jurta.org>
1025
1026 * occur-testsuite.el: New file.
1027
288f9fc0
CY
10282010-03-10 Chong Yidong <cyd@stupidchicken.com>
1029
1030 * Branch for 23.2.
1031
b4340b3f
UJ
10322010-02-19 Ulf Jasper <ulf.jasper@web.de>
1033
1034 * icalendar-testsuite.el
6df6ae42
JB
1035 (icalendar-testsuite--run-function-tests): Add new tests.
1036 (icalendar-testsuite--test-diarytime-to-isotime): Add another
b4340b3f
UJ
1037 testcase.
1038 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1039 (icalendar-testsuite--test-convert-weekly-to-ical): New.
1040 (icalendar-testsuite--test-convert-yearly-to-ical): New.
1041 (icalendar-testsuite--test-convert-block-to-ical): New.
1042 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1043 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1044
db9e401b
JB
10452010-01-18 Juanma Barranquero <lekktu@gmail.com>
1046
1047 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1048 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1049 Fix typos in docstrings and error messages.
1050 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1051
d1f18ec0
JB
10522010-01-14 Juanma Barranquero <lekktu@gmail.com>
1053
1054 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1055 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1056 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1057
6fe539d2
UJ
10582009-12-18 Ulf Jasper <ulf.jasper@web.de>
1059
1060 * icalendar-testsuite.el
d5c6faf9
SM
1061 (icalendar-testsuite--run-function-tests):
1062 Add icalendar-testsuite--test-parse-vtimezone.
6fe539d2
UJ
1063 (icalendar-testsuite--test-parse-vtimezone): New.
1064 (icalendar-testsuite--do-test-cycle): Doc changes.
6df6ae42 1065 (icalendar-testsuite--run-real-world-tests): Remove trailing
6fe539d2
UJ
1066 whitespace -- see change of icalendar--add-diary-entry in
1067 icalendar.el.
6df6ae42 1068 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
6fe539d2 1069
d8085053
GM
10702009-09-30 Glenn Morris <rgm@gnu.org>
1071
1072 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1073
7c4dccd0
CY
10742009-06-26 Eric Ludlam <zappo@gnu.org>
1075
1076 * cedet/*: New unit tests, from CEDET repository.
1077
6ada5ad1
CY
10782009-06-26 Chong Yidong <cyd@stupidchicken.com>
1079
1080 * redisplay-testsuite.el: New file.
1081
70243478
CY
10822009-06-21 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * Branch for 23.1.
1085
f052351a
UJ
10862009-01-25 Ulf Jasper <ulf.jasper@web.de>
1087
1088 * icalendar-testsuite.el
6df6ae42
JB
1089 (icalendar-testsuite--run-function-tests):
1090 Add icalendar-testsuite--test-diarytime-to-isotime.
1091 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
f052351a
UJ
1092 recent icalendar fixes.
1093 (icalendar-testsuite--test-diarytime-to-isotime): New.
6df6ae42 1094 (icalendar-testsuite--test-create-uid): Adjust to recent
f052351a
UJ
1095 icalendar changes.
1096
dee5aa91
CY
10972008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1098
d4835507 1099 * bytecomp-testsuite.el: New file.
dee5aa91 1100
f052351a 11012008-10-31 Ulf Jasper <ulf.jasper@web.de>
aad81014
UJ
1102
1103 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
d5c6faf9 1104 Add `icalendar-testsuite--test-create-uid'.
aad81014
UJ
1105 (icalendar-testsuite--test-create-uid): New.
1106
d176d8c6
UJ
11072008-06-14 Ulf Jasper <ulf.jasper@web.de>
1108
1109 * newsticker-testsuite.el: New file.
1110
a4766629
GM
11112008-05-24 Ulf Jasper <ulf.jasper@web.de>
1112
1113 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1114 Add icalendar-testsuite--test-datestring-to-isodate,
1115 icalendar-testsuite--test-datetime-to-diary-date, and
1116 icalendar-testsuite--test-calendar-style.
1117 (icalendar-testsuite--test-format-ical-event):
1118 (icalendar-testsuite--test-parse-summary-and-rest):
1119 Doc fix. Remove european-calendar-style.
1120 (icalendar-testsuite--get-ical-event): Doc fix.
1121 (icalendar-testsuite--test-first-weekday-of-year):
1122 (icalendar-testsuite--run-cycle-tests): Add doc string.
1123 (icalendar-testsuite--test-datestring-to-isodate):
1124 (icalendar-testsuite--test-datetime-to-diary-date):
1125 (icalendar-testsuite--test-calendar-style): New functions.
1126 (icalendar-testsuite--test-export): Handle iso date style.
1127 New arg INPUT-ISO. Use calendar-date-style.
1128 (icalendar-testsuite--test-import): Handle iso date style.
1129 New arg EXPECTED-ISO. Use calendar-date-style.
1130 (icalendar-testsuite--test-cycle): Handle iso date style.
1131 (icalendar-testsuite--run-import-tests):
1132 (icalendar-testsuite--run-export-tests):
1133 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1134
e42fc905
GM
11352008-02-29 Glenn Morris <rgm@gnu.org>
1136
1137 * README: New file.
1138
366b88a2
GM
11392008-02-29 Ulf Jasper <ulf.jasper@web.de>
1140
1141 * icalendar-testsuite.el: New file.
1142
1143;; Local Variables:
880820fe 1144;; coding: utf-8
366b88a2
GM
1145;; End:
1146
ab422c4d 1147 Copyright (C) 2008-2013 Free Software Foundation, Inc.
366b88a2
GM
1148
1149 This file is part of GNU Emacs.
1150
4f43e937 1151 GNU Emacs is free software: you can redistribute it and/or modify
366b88a2 1152 it under the terms of the GNU General Public License as published by
4f43e937
GM
1153 the Free Software Foundation, either version 3 of the License, or
1154 (at your option) any later version.
366b88a2
GM
1155
1156 GNU Emacs is distributed in the hope that it will be useful,
1157 but WITHOUT ANY WARRANTY; without even the implied warranty of
1158 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1159 GNU General Public License for more details.
1160
1161 You should have received a copy of the GNU General Public License
4f43e937 1162 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.