* test/automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
[bpt/emacs.git] / test / ChangeLog
CommitLineData
6d8ca172
SM
12013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
4 first use.
5 (ruby-should-indent): Use indent-according-to-mode.
6 (ruby-deftest-move-to-block): Use `declare'.
7
2f84ba10
DG
82013-10-07 Dmitry Gutov <dgutov@yandex.ru>
9
10 * indent/ruby.rb: Fix a spurious change, add more failing examples.
11
20832de0
SM
122013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * indent/ruby.rb: Add a few more tests; adjust some indentation.
15
5cd9cda9
DG
162013-10-06 Dmitry Gutov <dgutov@yandex.ru>
17
7318480c
DG
18 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
19 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
20
5cd9cda9
DG
21 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
22
34d1a133
SM
232013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
26 Adjust indentation of continued line to the new SMIE behavior.
27
a27c1b72
SM
282013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * automated/completion-tests.el:
31 * indent/css-mode.css: New files.
32
acbadd00
DU
332013-10-03 Daiki Ueno <ueno@gnu.org>
34
35 * automated/data/package/signed/archive-contents:
36 * automated/data/package/signed/archive-contents.sig:
37 * automated/data/package/signed/signed-good-1.0.el:
38 * automated/data/package/signed/signed-good-1.0.el.sig:
39 * automated/data/package/signed/signed-bad-1.0.el:
40 * automated/data/package/signed/signed-bad-1.0.el.sig:
41 * automated/data/package/key.pub:
42 * automated/data/package/key.sec: New files.
43
44 * automated/package-test.el (package-test-update-listing)
45 (package-test-update-archives, package-test-describe-package):
46 Adjust to package.el change.
47 (package-test-signed): New test.
48
494e898b
DG
492013-10-01 Dmitry Gutov <dgutov@yandex.ru>
50
51 * automated/package-test.el: Update all cases to use :url instead
52 of :homepage.
53
54 * automated/package-x-test.el
55 (package-x-test--single-archive-entry-1-3): Same.
56
056453c6
DG
572013-09-29 Dmitry Gutov <dgutov@yandex.ru>
58
59 * automated/package-test.el (simple-single-desc-1-4): Remove, it
60 was unused.
61 (simple-single-desc): Expect :homepage property.
62 (multi-file-desc): Same.
63 (with-package-test): Do not save previous `default-directory'
64 value, let-bind the var instead.
65 (package-test-install-single): Expect :homepage property in the
66 generated pkg file.
67 (package-test-describe-package): Expect Homepage button.
68 (package-test-describe-non-installed-package)
69 (package-test-describe-non-installed-multi-file-package): Same.
70 (package-test-describe-not-installed-package): Remove, it was a
71 duplicate.
72
73 * automated/package-x-test.el
74 (package-x-test--single-archive-entry-1-3): Expect :homepage
75 property.
76 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
77
78 * automated/data/package/simple-single-1.3.el: Add URL header.
79
80 * automated/data/package/archive-contents: Add :homepage
81 properties to `simple-single' and `multi-file'.
82
3e0b94e7
DC
832013-09-22 Daniel Colascione <dancol@dancol.org>
84
85 * automated/data-test.el:
86 (bool-vector-count-matches-all-0-nil)
87 (bool-vector-count-matches-all-0-t)
88 (bool-vector-count-matches-1-il,bool-vector-count-matches-1-t)
89 (bool-vector-count-matches-at,bool-vector-intersection-op)
90 (bool-vector-union-op,bool-vector-xor-op)
91 (bool-vector-set-difference-op)
92 (bool-vector-change-detection,bool-vector-not): New tests.
93 (mock-bool-vector-count-matches-at)
94 (test-bool-vector-bv-from-hex-string)
95 (test-bool-vector-to-hex-string)
96 (test-bool-vector-count-matches-at-tc)
97 (test-bool-vector-apply-mock-op)
98 (test-bool-vector-binop): New helper functions.
99 (bool-vector-test-vectors): New testcase data.
100
31dca772
R
1012013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
102
103 * automated/advice-tests.el (advice-test-called-interactively-p-around)
104 (advice-test-called-interactively-p-filter-args)
105 (advice-test-called-interactively-p-around): New tests.
106
cde40d2b
GM
1072013-09-16 Glenn Morris <rgm@gnu.org>
108
0c2a2b57
GM
109 * automated/eshell.el (eshell-match-result):
110 Return a more informative failure than simply "false". Update callers.
111
cde40d2b
GM
112 * automated/eshell.el (eshell-test/for-name-shadow-loop):
113 Test value before and after loop as well as during.
114
1e53bb4b
GM
1152013-09-15 Glenn Morris <rgm@gnu.org>
116
117 * automated/eshell.el (eshell-test/for-name-shadow-loop):
118 New test. (Bug#15372)
119 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
120
9dc7e8e1
GM
1212013-09-13 Glenn Morris <rgm@gnu.org>
122
123 * automated/eshell.el (with-temp-eshell):
124 Use a temp directory for eshell-directory-name.
6ad9cb08
GM
125 (eshell-test-command-result): New, again using a temp directory.
126 Replace eshell-command-result with this throughout.
e16582b6
GM
127 (eshell-test/for-loop, eshell-test/for-name-loop):
128 Ensure environment variables don't confuse us.
9dc7e8e1 129
2d5788f4
GM
1302013-09-12 Glenn Morris <rgm@gnu.org>
131
132 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
e3066edb 133 due to "has a running process; kill it?" prompts.
2d5788f4 134
ae5e4c48
SM
1352013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
136
137 * automated/eshell.el: Rename from eshell.el.
138 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
139
f8ccce03
GM
1402013-09-01 Glenn Morris <rgm@gnu.org>
141
142 * automated/Makefile.in (setwins): Avoid leading space in $wins.
143 Otherwise the sed command used by eg compile-main ends up
144 containing "/*.el". (Bug#15170)
145
50b13cde
PE
1462013-08-28 Paul Eggert <eggert@cs.ucla.edu>
147
148 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
149 for portability to hosts where /bin/sh has problems.
150
6ee60310
DE
1512013-08-21 David Engster <deng@randomsample.de>
152
153 * automated/eieio-tests.el, automated/eieio-test-persist.el:
154 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
155 upstream. Changed to use ERT.
156
281c7202
DH
1572013-08-14 Daniel Hackney <dan@haxney.org>
158
159 * package-test.el: Remove tar-package-building functions. Tar file
160 used for testing is included in the repository.
161 (package-test-install-texinfo, package-test-cleanup-built-files):
162 Remove.
163
ad756449
FEG
1642013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
165
166 * automated/python-tests.el (python-imenu-create-index-4)
167 (python-imenu-create-flat-index-2): New tests.
168
3e2cd454
GM
1692013-08-05 Glenn Morris <rgm@gnu.org>
170
171 * automated/mule-util.el: New file, with tests extracted from
172 lisp/international/mule-util.el.
173
671d5c16
SM
1742013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * automated/advice-tests.el (advice-tests-nadvice): Test removal
177 before definition.
178 (advice-tests-macroaliases): New test.
179
2ad0a067
GM
1802013-08-04 Glenn Morris <rgm@gnu.org>
181
dc8dfa8a
GM
182 * automated/ert-tests.el: Disable failing test that no-one seems
183 to know how to fix. (Bug#13064)
184
2ad0a067
GM
185 * automated/icalendar-tests.el (icalendar-tests--test-export)
186 (icalendar-tests--test-import): Try more precise TZ specification.
f8654242 187 Remove debug messages.
2ad0a067 188
f3ffcd8c
GM
1892013-08-03 Glenn Morris <rgm@gnu.org>
190
1f21d308
GM
191 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
192
f3ffcd8c
GM
193 * automated/icalendar-tests.el (icalendar-tests--test-export)
194 (icalendar-tests--test-import):
5e471f0d 195 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
f3ffcd8c
GM
196 (icalendar-tests--test-import): Reset zone even if error occurred.
197
a104f656
SM
1982013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * automated/core-elisp-tests.el: New file.
201
7d7e9a73
GM
2022013-08-01 Glenn Morris <rgm@gnu.org>
203
204 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
205 Try to check that the remote system has a notification program.
206
67a17772
GM
2072013-07-31 Glenn Morris <rgm@gnu.org>
208
209 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
210
e81dd54d
MA
2112013-07-24 Michael Albinus <michael.albinus@gmx.de>
212
213 * automated/file-notify-tests.el
214 (file-notify--test-local-enabled): New defconst. Replaces all
215 `file-notify-support' occurences.
216 (file-notify--test-remote-enabled): New defun.
217 (file-notify--deftest-remote): Use it.
218 (file-notify-test00-availability): Rewrite.
219 (file-notify-test00-availability-remote): New defun.
220 (file-notify-test01-add-watch): Rewrite first erroneous check.
221
66878244
GM
2222013-07-23 Glenn Morris <rgm@gnu.org>
223
97afc49a
GM
224 * automated/inotify-test.el (inotify-file-watch-simple):
225 Delete temp-file when done.
226
66878244
GM
227 * automated/subword-tests.el: Require subword.
228
0ac26976
SM
2292013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * automated/subword-tests.el: New file.
232
1f0480d4
FEG
2332013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
234
235 * automated/python-tests.el (python-imenu-create-index-2)
236 (python-imenu-create-index-3): New tests.
237
7faba176
GM
2382013-07-11 Glenn Morris <rgm@gnu.org>
239
a19b3c2d
GM
240 * automated/ert-tests.el: Require cl-lib at runtime too.
241 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
242 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
243 (ert-test-set-functions, ert-test-gensym)
244 (ert-test-coerce-to-vector, ert-test-string-position)
245 (ert-test-mismatch): Remove tests.
246 * automated/cl-lib.el: New, split from ert-tests.el.
247
d2e1542a
GM
248 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
249 Goto point-min.
250 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
251 (ruby-move-to-block-skips-percent-literal)
252 (ruby-move-to-block-skips-heredoc)
253 (ruby-move-to-block-moves-from-else-to-if)
254 (ruby-beginning-of-defun-does-not-fold-case)
255 (ruby-end-of-defun-skips-to-next-line-after-the-method):
256 Replace goto-line with forward-line/goto-char.
257 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
258
03d01981
GM
259 * automated/package-test.el (makeinfo-buffer): Autoload.
260 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
261 (package-test-install-texinfo): Don't require makeinfo.
262
709c6d2b
GM
263 * automated/files.el: Stop "local variables" confusion.
264
63cd50d4
GM
265 * automated/flymake-tests.el (flymake-tests): Remove unused group.
266
a550ba33
GM
267 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
268 Use with-current-buffer.
269
7faba176
GM
270 * automated/undo-tests.el (undo-test-buffer-modified)
271 (undo-test-file-modified): New tests.
272
59eb37e5
MA
2732013-07-09 Michael Albinus <michael.albinus@gmx.de>
274
275 * automated/file-notify-tests.el (file-notify-test00-availability):
276 Set :expected-result.
277 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
278 (file-notify-test02-events, file-notify-test02-events-remote)
279 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
280 Skip when `file-notify-support' is nil. (Bug#14823)
281
771b2fc3
GM
2822013-07-09 Glenn Morris <rgm@gnu.org>
283
0b57d6fc
GM
284 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
285 Declare.
286 (inotify-file-watch-simple): Silence compiler.
287
a87b74fe
GM
288 * automated/python-tests.el (python-indent-block-enders):
289 Make it actually test something.
290
08be5fba
GM
291 * automated/package-x-test.el: Require package-test when compiling.
292
771b2fc3 293 * automated/add-log-tests.el, automated/advice-tests.el:
08be5fba
GM
294 * automated/imenu-test.el, automated/package-x-test.el:
295 * automated/python-tests.el, automated/ruby-mode-tests.el:
296 * automated/xml-parse-tests.el: Explictly require ert.
771b2fc3 297
0f01f02f
KH
2982013-07-08 Kenichi Handa <handa@gnu.org>
299
300 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
301 Use with-ccoding-priority to avoid side-effect (Bug#14781).
302
84b6d3df
MA
3032013-07-05 Michael Albinus <michael.albinus@gmx.de>
304
305 * automated/file-notify-tests.el
ae5e4c48
SM
306 (file-notify-test-remote-temporary-file-directory):
307 Use `null-device' on w32.
84b6d3df
MA
308 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
309 (file-notify--test-results, file-notify--test-event)
310 (file-notify--deftest-remote, file-notify--event-test)
311 (file-notify--test-event-handler)
ae5e4c48 312 (file-notify--test-make-temp-name): Rename, in order to mark them
84b6d3df
MA
313 internal.
314 (tramp-message-show-message, tramp-read-passwd): Tweak them for
315 better fitting in noninteractive tests.
ae5e4c48
SM
316 (file-notify-test00-availability): Rename from `file-notify-test0'.
317 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
84b6d3df
MA
318 Use `temporary-file-directory '.
319 (file-notify-test01-add-watch-remote): New test.
ae5e4c48
SM
320 (file-notify-test02-events): Rename from `file-notify-test2'.
321 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
322 (file-notify-test03-autorevert): Rename from
84b6d3df 323 `file-notify-test4'. Use timeouts.
ae5e4c48 324 (file-notify-test03-autorevert-remote): Rename from
84b6d3df
MA
325 `file-notify-test5'.
326
46e4f821
MA
3272013-07-04 Michael Albinus <michael.albinus@gmx.de>
328
329 * automated/file-notify-tests.el: New package.
330
3e3da660
KH
3312013-06-28 Kenichi Handa <handa@gnu.org>
332
333 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
ae5e4c48 334 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
3e3da660
KH
335 Callers changed.
336 (decoder-tests-filename): New function.
337 (decoder-tests-prefer-utf-8-read)
338 (decoder-tests-prefer-utf-8-write): New function.
339 (ert-test-decoder-prefer-utf-8): New test.
340
10a2da6e
DG
3412013-06-27 Dmitry Gutov <dgutov@yandex.ru>
342
343 * automated/package-x-test.el: Change the commentary.
79f38c4e
DG
344 (package-x-test--single-archive-entry-1-3)
345 (package-x-test--single-archive-entry-1-4): Fix the tests, by
346 using the appropriate data structure.
10a2da6e 347
9ea5cf9f
DG
3482013-06-27 Daniel Hackney <dan@haxney.org>
349
350 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
351
352 * automated/package-x-test.el: New file.
353
354 * automated/package-test.el: New file.
355
356 * automated/data/package: New directory, with test examples.
357
fc3ec982
GM
3582013-06-27 Glenn Morris <rgm@gnu.org>
359
df86ba7d
GM
360 * automated/python-tests.el (python-tests-with-temp-file):
361 Clean up after ourself.
362
fc3ec982 363 * automated/undo-tests.el (undo-test3): Remove test that seems to
568a53f2 364 do nothing that the previous one doesn't, except leave a tempfile.
fc3ec982 365
f2136e1e
GM
3662013-06-26 Glenn Morris <rgm@gnu.org>
367
368 * automated/info-xref.el: New file.
369
51f85387
GM
3702013-06-25 Glenn Morris <rgm@gnu.org>
371
372 * automated/occur-tests.el (occur-test-create): New function.
373 Use it to create separate tests for each element, so we run them
374 all rather than stopping at the first error.
375
6e0e82a0 3762013-06-24 Glenn Morris <rgm@gnu.org>
e31106e8
GM
377
378 * automated/occur-tests.el (occur-tests):
379 Update for 2013-05-29 change to occur header line.
380
c5b0993e
EW
3812013-06-21 Eduard Wiebe <usenet@pusto.de>
382
383 Test suite for flymake.
384 * automated/flymake-tests.el:
385 * automated/flymake/warnpred/Makefile
386 * automated/flymake/warnpred/test.c
387 * automated/flymake/warnpred/test.pl: New files.
388
02a87775
TH
3892013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
390
4f405069 391 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
02a87775 392
18d78c5e
TH
3932013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
394
395 * automated/reftex-tests.el: New test suite for reftex.
396
19bb8e62
DG
3972013-05-31 Dmitry Gutov <dgutov@yandex.ru>
398
399 * automated/ruby-mode-tests.el: New tests, for percent literals
400 and expression expansion.
401
f236dd84
LL
4022013-05-29 Leo Liu <sdl.web@gmail.com>
403
404 * indent/octave.m: Tweak.
405
797c9e3d
AG
4062013-05-26 Aidan Gauland <aidalgol@amuri.net>
407
408 * tests/eshell.el: Rewrite tests using ERT.
409
cce6beeb
LL
4102013-05-25 Leo Liu <sdl.web@gmail.com>
411
412 * indent/octave.m: Add tests for %!, # and ### comments.
413
bc9a5003
KH
4142013-05-23 Kenichi Handa <handa@gnu.org>
415
416 * automated/decoder-tests.el: New file.
417
1a0a0a8a
DG
4182013-05-19 Dmitry Gutov <dgutov@yandex.ru>
419
420 * indent/ruby.rb: Add multiline regexp example.
421
422 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
423 (ruby-regexp-skips-over-interpolation)
424 (ruby-regexp-continues-till-end-when-unclosed)
425 (ruby-regexp-can-be-multiline)
426 (ruby-interpolation-inside-percent-literal): New tests.
427
a9e4425b
SM
4282013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * indent/ruby.rb: Fix indentation after =; add more cases.
431
aa7dab97
SM
4322013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * indent/pascal.pas: Add test for mis-identified comments.
435
1398a54d
MY
4362013-04-01 Masatake YAMATO <yamato@redhat.com>
437
38ef2c84 438 * automated/imenu-tests.el: New file. (Bug#14112)
1398a54d 439
adc31213
FEG
4402013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
441
442 * automated/python-tests.el (python-imenu-prev-index-position-1):
aa7dab97 443 Remove test.
adc31213
FEG
444 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
445 New tests.
446
04754d36
FEG
4472013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
448
449 * automated/python-tests.el (python-nav-backward-defun-2)
450 (python-nav-backward-defun-3, python-nav-forward-defun-2)
451 (python-nav-forward-defun-3): New tests.
452
083850a6
FEG
4532013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
454
455 * automated/python-tests.el (python-nav-backward-defun-1)
456 (python-nav-forward-defun-1): New tests.
457
694569fc
MY
4582013-04-09 Masatake YAMATO <yamato@redhat.com>
459
460 * automated/add-log-tests.el: New file. (Bug#14112)
461
8d3655be 4622013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39 463
8d3655be 464 * automated/python-tests.el (python-indent-block-enders): New test.
c9886b39
FEG
465 (python-info-current-defun-2): Fix test.
466
2054a6c3
PE
4672013-03-05 Paul Eggert <eggert@cs.ucla.edu>
468
469 * indent/octave.m: Fix encoding error in comment. Add coding tag.
470
929aeac6 4712013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
b85f3423 472
929aeac6 473 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
b85f3423
FEG
474 (python-tests-with-temp-file): New macro.
475 (python-tests-shell-interpreter): New var.
476 (python-shell-get-process-name-1)
477 (python-shell-internal-get-process-name-1)
478 (python-shell-parse-command-1)
479 (python-shell-calculate-process-environment-1)
480 (python-shell-calculate-process-environment-2)
481 (python-shell-calculate-process-environment-3)
482 (python-shell-calculate-exec-path-1)
483 (python-shell-calculate-exec-path-2)
484 (python-shell-make-comint-1)
485 (python-shell-make-comint-2)
486 (python-shell-get-process-1)
487 (python-shell-get-or-create-process-1)
488 (python-shell-internal-get-or-create-process-1): New tests.
489
cfbf790d 4902013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
4dddd5dc 491
62cfd799 492 * automated/python-tests.el: New file.
4dddd5dc 493
53ca88c4
DG
4942013-02-14 Dmitry Gutov <dgutov@yandex.ru>
495
496 * automated/ruby-mode-tests.el
497 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
498 bits inside the examples.
499 (ruby-move-to-block-skips-heredoc): New test.
aa7dab97
SM
500 (ruby-add-log-current-method-after-inner-class):
501 Lower expectations: move point inside a method, initially.
53ca88c4 502
7132e457
DG
5032013-02-13 Dmitry Gutov <dgutov@yandex.ru>
504
505 * automated/ruby-mode-tests.el
506 (ruby-move-to-block-skips-percent-literal): New test.
507
6e5c1569
CY
5082013-02-04 Chong Yidong <cyd@gnu.org>
509
510 * automated/thingatpt.el: New file.
511
984096ed
CY
5122013-02-03 Chong Yidong <cyd@gnu.org>
513
aa7dab97
SM
514 * automated/files.el (file-test--do-local-variables-test):
515 Avoid compilation warning message.
984096ed 516
b1625024
DG
5172013-01-27 Dmitry Gutov <dgutov@yandex.ru>
518
519 * automated/ruby-mode-tests.el
520 (ruby-indent-spread-args-in-parens): New test.
a324b8c7
DG
521 * automated/ruby-mode-tests.el (ruby-block-test-example):
522 Break indentation of the do block opener and add a line inside it.
523 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
524 Adjust line numbers.
b1625024 525
cb9c0a53
SM
5262013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
527
528 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
529
51e73492
GM
5302013-01-14 Glenn Morris <rgm@gnu.org>
531
532 * automated/compile-tests.el (compile-tests--test-regexps-data):
533 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
534
327a6cca
WJ
5352013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
536
537 * automated/man-tests.el: New file.
538
51fb5578
AH
5392013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
540
541 * automated/undo-tests.el (undo-test0): Adjust error to code change.
542
3bace969
AH
5432013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
544
545 * automated/undo-tests.el: New file.
546
82e2a1f0 5472012-12-27 Dmitry Gutov <dgutov@yandex.ru>
db590ef6
DG
548
549 * automated/ruby-mode-tests.el
550 (ruby-indent-after-block-in-continued-expression): New test.
551
dbb530d9
DG
5522012-12-14 Dmitry Gutov <dgutov@yandex.ru>
553
554 * automated/ruby-mode-tests.el
555 Rename one interpolation test; add three more.
bb808526
DG
556 (ruby-with-temp-buffer): New macro, use it where appropriate.
557 (ruby-add-log-current-method-examples): Use "_" for target point.
558 Add four new tests for ruby-add-log-current-method.
dbb530d9 559
a0099d31
GM
5602012-12-11 Glenn Morris <rgm@gnu.org>
561
562 * automated/f90.el (f90-test-bug13138): New test.
563
81606b10
RS
5642012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
565
566 * automated/inotify-test.el: New test.
567
89eb3b0a
CY
5682012-12-02 Chong Yidong <cyd@gnu.org>
569
570 * automated/ruby-mode-tests.el
571 (ruby-add-log-current-method-examples): Don't use loop macro, to
572 allow automated testing to work.
573
23ba2705
SM
5742012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * automated/advice-tests.el (advice-tests--data): Remove.
577 (advice-tests): Move the tests directly here instead.
578 Add called-interactively-p tests.
579
19dc7206
SM
5802012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * automated/ert-x-tests.el: Use cl-lib.
583 * automated/ert-tests.el: Use lexical-binding and cl-lib.
584
8619323f
DG
5852012-11-14 Dmitry Gutov <dgutov@yandex.ru>
586
587 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
588 (ruby-indent-inside-heredoc-after-operator)
589 (ruby-indent-inside-heredoc-after-space): New tests.
c62792e7
DG
590 Change direct font-lock face references to var references.
591 (ruby-interpolation-suppresses-syntax-inside): New test.
19dc7206
SM
592 (ruby-interpolation-inside-percent-literal-with-paren):
593 New failing test.
8619323f 594
f178c32d
DG
5952012-11-13 Dmitry Gutov <dgutov@yandex.ru>
596
597 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
5745cae6
DG
598 (ruby-singleton-class-no-heredoc-font-lock)
599 (ruby-add-log-current-method-examples): New tests.
600 (ruby-test-string): Extract from ruby-should-indent-buffer.
5e9419e8
DG
601 (ruby-deftest-move-to-block): New macro.
602 Add several move-to-block tests.
f178c32d 603
231d8498
SM
6042012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * automated/advice-tests.el: New tests.
607
8111f5e6
EZ
6082012-10-14 Eli Zaretskii <eliz@gnu.org>
609
610 * automated/compile-tests.el (compile-tests--test-regexps-data):
611 Add new data for msft's new format.
612
c3268831
DG
6132012-09-08 Dmitry Gutov <dgutov@yandex.ru>
614
615 * automated/ruby-mode-tests.el:
616 (ruby-toggle-block-to-multiline): New test.
617 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
618 (ruby-toggle-block-to-brace): Use buffer-string.
619
0ba2d4b6
DG
6202012-09-07 Dmitry Gutov <dgutov@yandex.ru>
621
622 * automated/ruby-mode-tests.el: New tests (Bug#11613).
623
eada0861 6242012-08-28 Chong Yidong <cyd@gnu.org>
45e7ed71
CY
625
626 * automated/files.el: Test every combination of values for
627 enable-local-variables and enable-local-eval.
628
450809af
CY
6292012-08-19 Chong Yidong <cyd@gnu.org>
630
631 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
632
a999ce26
CY
6332012-08-18 Chong Yidong <cyd@gnu.org>
634
635 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
636
f063063a
DG
6372012-08-14 Dmitry Gutov <dgutov@yandex.ru>
638
639 * indent/ruby.rb: Rearrange examples, add new ones.
640
0d9e2599
NN
6412012-08-12 Dmitry Gutov <dgutov@yandex.ru>
642
643 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
644 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
645
9ff9402d 6462012-08-11 Glenn Morris <rgm@gnu.org>
5f168c20
GM
647
648 * automated/files.el: New file.
649
bf1757d1
GM
650 * automated/Makefile.in (all): Fix typo.
651
9d2ed8a2
DG
6522012-08-10 Dmitry Gutov <dgutov@yandex.ru>
653
654 * automated/ruby-mode-tests.el (ruby-should-indent):
655 Add docstring, check (current-indentation) instead of (current-column).
656 (ruby-should-indent-buffer): New function.
657 Add tests for `ruby-deep-indent-paren' behavior.
658 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
659
0d9e2599
NN
6602012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
661
662 Original tests in test_ruby_mode.rb in upstream (author).
663
9cd80478
DG
6642012-08-09 Dmitry Gutov <dgutov@yandex.ru>
665
666 * automated/ruby-mode-tests.el (ruby-should-indent)
667 (ruby-assert-state): New functions.
668 Add new tests.
669
c91562a6
DE
6702012-07-29 David Engster <deng@randomsample.de>
671
9d2ed8a2
DG
672 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
673 New variable to hold test data for name expansion.
c91562a6
DE
674 (xml-parse-tests): Test the two different types of name expansion.
675
d8efda90
JL
6762012-07-29 Juri Linkov <juri@jurta.org>
677
678 * automated/occur-tests.el (occur-test-case): Use predefined
679 buffer name " *test-occur*" instead of a random buffer name.
680
c28662a8
DG
6812012-07-20 Dmitry Gutov <dgutov@yandex.ru>
682
683 * automated/ruby-mode-tests.el: New file with one test.
684
45fd731c
SM
6852012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
686
efc26dbe
SM
687 * indent/shell.sh: Add test case for ${#VAR}.
688
45fd731c
SM
689 * indent/latex-mode.tex: New file.
690
a464a6c7
SM
6912012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * eshell.el: Use cl-lib.
694
a76e6535
CY
6952012-07-03 Chong Yidong <cyd@gnu.org>
696
697 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
698
a7aef6f5
CY
6992012-07-02 Chong Yidong <cyd@gnu.org>
700
a464a6c7
SM
701 * automated/xml-parse-tests.el (xml-parse-tests--data):
702 More testcases.
a7aef6f5 703
fbf2e7ad
CY
7042012-07-01 Chong Yidong <cyd@gnu.org>
705
706 * automated/xml-parse-tests.el: New file.
707
d5c6faf9
SM
7082012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
711 Use cl-flet.
712
ee574791
UJ
7132012-06-08 Ulf Jasper <ulf.jasper@web.de>
714
d5c6faf9
SM
715 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
716 Test escaped commas in TZID (Bug#11473).
ee574791
UJ
717 (icalendar-import-with-timezone): New.
718 (icalendar-real-world): Add new testcase as given in the bugreport
719 of Bug#11473.
720
6dbaa1c7
UJ
7212012-05-29 Ulf Jasper <ulf.jasper@web.de>
722
723 * automated/icalendar-tests.el (icalendar-tests--test-import):
724 Include UID in import tests (Bug#11525).
725 (icalendar-import-non-recurring, icalendar-import-rrule)
726 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
727 UID-import change.
728 (icalendar-import-with-uid): New.
729 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
730 Include UID in cycle tests.
731 (icalendar-cycle, icalendar-real-world): UID-import change.
732
b847032c
GM
7332012-05-21 Glenn Morris <rgm@gnu.org>
734
735 * automated/Makefile.in (setwins): Scrap superfluous subshell.
736
5e561bc7
TZ
7372012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
738
739 * automated/url-util-tests.el: New file to test
740 lisp/url/url-util.el. Only `url-build-query-string' and
741 `url-parse-query-string' are tested right now (Bug#8706).
742
461ef3c5
SM
7432012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * indent/shell.sh:
746 * indent/shell.rc: Ad some test cases.
747
dfbd787f
SM
7482012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * indent/ruby.rb: New file, to test new syntax-propertize code.
751
ab7ce8c1
GM
7522012-04-11 Glenn Morris <rgm@gnu.org>
753
754 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
755
6c0c7cfc
TZ
7562012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
757
758 * automated/url-future-tests.el (url-future-tests): Move from
759 lisp/url/url-future.el and rename.
760
bdbc1c4e
UJ
7612012-01-29 Ulf Jasper <ulf.jasper@web.de>
762
763 * automated/icalendar-tests.el (icalendar-import-non-recurring):
764 Fix broken test, caused by missing trailing blank.
765
5c09001c
CY
7662011-12-03 Chong Yidong <cyd@gnu.org>
767
768 * automated/compile-tests.el (compile-tests--test-regexps-data):
769 Increase column numbers by one to reflect change in how
6df6ae42 770 compilation-message is recorded (Bug#10172).
5c09001c 771
394c65f1
GM
7722011-11-22 Glenn Morris <rgm@gnu.org>
773
774 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
775
cd1181db
JB
7762011-11-20 Juanma Barranquero <lekktu@gmail.com>
777
778 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
779
58179cce
JB
7802011-11-16 Juanma Barranquero <lekktu@gmail.com>
781
7877f373
JB
782 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
783 (icalendar-tests--test-export, icalendar-tests--do-test-export):
58179cce
JB
784 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
785
dba0634a
UJ
7862011-10-30 Ulf Jasper <ulf.jasper@web.de>
787
788 * automated/newsticker-tests.el
6df6ae42 789 (newsticker--group-manage-orphan-feeds): Remove fsetting of
dba0634a
UJ
790 newsticker--treeview-tree-update.
791
6d6a626c
UJ
7922011-10-29 Ulf Jasper <ulf.jasper@web.de>
793
73c3f81d
UJ
794 * automated/newsticker-tests.el
795 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
796
6d6a626c
UJ
797 * trunk/test/automated/newsticker-tests.el
798 (newsticker--group-manage-orphan-feeds): Prevent updating
799 newsticker treeview. Fixed bug#9763.
800
6e0a9be7
GM
8012011-10-20 Glenn Morris <rgm@gnu.org>
802
e195ae68
GM
803 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
804
6e0a9be7
GM
805 * automated/vc-bzr.el: New file.
806
21fedf28
GM
8072011-10-15 Glenn Morris <rgm@gnu.org>
808
809 * automated/f90.el: New file.
810
81416b68
UJ
8112011-09-27 Ulf Jasper <ulf.jasper@web.de>
812
813 * automated/newsticker-tests.el: Move newsticker-testsuite.el
814 to automated/newsticker-tests.el. Convert to ERT.
815
68575ab0
UJ
8162011-07-26 Ulf Jasper <ulf.jasper@web.de>
817
818 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
aa7dab97 819 Remove, simply use string=.
68575ab0
UJ
820 (icalendar--diarytime-to-isotime)
821 (icalendar--datetime-to-diary-date)
822 (icalendar--datestring-to-isodate)
823 (icalendar--format-ical-event)
824 (icalendar--parse-summary-and-rest)
825 (icalendar-tests--do-test-import)
6df6ae42 826 (icalendar-tests--do-test-cycle): Change argument order of
68575ab0
UJ
827 string= to EXPECTED ACTUAL.
828 (icalendar--import-format-sample)
829 (icalendar--format-ical-event)
830 (icalendar-import-non-recurring)
831 (icalendar-import-rrule)
832 (icalendar-import-duration)
833 (icalendar-import-bug-6766)
6df6ae42 834 (icalendar-real-world): Adjust to string= instead of
68575ab0
UJ
835 icalendar-tests--compare-strings.
836 (icalendar-import-multiple-vcalendars): New.
837
de316778
TZ
8382011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
839
840 * automated/gnus-tests.el: Add wrapper for Gnus tests.
1c231080 841 Require CL.
de316778 842
c07b2710
JL
8432011-05-09 Juri Linkov <juri@jurta.org>
844
845 * automated/occur-tests.el: Move from test/occur-testsuite.el.
846 Convert to ERT.
847
adec429a
CY
8482011-05-09 Chong Yidong <cyd@stupidchicken.com>
849
850 * automated/compile-tests.el: New file.
851
c4c205d0
CY
8522011-05-08 Chong Yidong <cyd@stupidchicken.com>
853
854 * automated/font-parse-tests.el: Don't byte-compile.
855
856 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
857
6c075cd7
SM
8582011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * automated/lexbind-tests.el: New file.
861
33383987
JB
8622011-03-07 Chong Yidong <cyd@stupidchicken.com>
863
864 * Version 23.3 released.
865
81fb60b2
GM
8662011-03-05 Glenn Morris <rgm@gnu.org>
867
868 * eshell.el: Move here from lisp/eshell/esh-test.el.
869
de69c0a8
CO
8702011-03-03 Christian Ohler <ohler@gnu.org>
871
872 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
873 New test.
874
4856384c
UJ
8752011-02-20 Ulf Jasper <ulf.jasper@web.de>
876
877 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
878 convert to ERT format.
879
aa0935b9
CY
8802011-02-14 Chong Yidong <cyd@stupidchicken.com>
881
882 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
883 convert to ERT format.
884
ccded26c
SM
8852011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * indent/shell.sh:
888 * indent/shell.rc: New files.
889
372fb76b
CY
8902011-01-27 Chong Yidong <cyd@stupidchicken.com>
891
892 * automated/font-parse-tests.el: Move from
893 font-parse-testsuite.el.
894
6608a7d8
CY
8952011-01-26 Chong Yidong <cyd@stupidchicken.com>
896
897 * font-parse-testsuite.el (test-font-parse-data): New file.
898
db5d03ea
SM
8992011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 * indent/prolog.prolog: Add tokenizing tests.
902
d221e780
CO
9032011-01-13 Christian Ohler <ohler@gnu.org>
904
905 * automated: New directory for automated tests.
906
907 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
908
909 * automated/Makefile.in: New file.
910
cbf83ce9
SM
9112010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * indent/modula2.mod: New file.
914
d19dc73d
SM
9152010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * indent/octave.m: Add a test to ensure indentation is local.
918
41f592d1
GM
9192010-10-23 Glenn Morris <rgm@gnu.org>
920
921 * comint-testsuite.el
d19dc73d
SM
922 (comint-testsuite--test-comint-password-prompt-regexp):
923 Add "Please enter the password". (Bug#7224)
41f592d1 924
3672149f
SM
9252010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * indent/prolog.prolog: Use normal spacing around !.
928
f5632fb6
SM
9292010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * indent/octave.m: Remove one more `fixindent'. Use `end'.
932
cf38dd42
SM
9332010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
934
935 * indent/octave.m: Remove some `fixindent' not needed any more.
936
e17b68ed
SM
9372010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * indent/octave.m: New file.
940
81ee9410
UJ
9412010-08-08 Ulf Jasper <ulf.jasper@web.de>
942
e17b68ed 943 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
81ee9410
UJ
944 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
945 (icalendar-testsuite--run-internal-tests): New.
946 (icalendar-testsuite--test-convert-ordinary-to-ical)
947 (icalendar-testsuite--test-convert-block-to-ical)
948 (icalendar-testsuite--test-convert-anniversary-to-ical)
949 (icalendar-testsuite--test-parse-vtimezone)
950 (icalendar-testsuite--do-test-export): Code formatting.
951 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
952 (icalendar-testsuite--do-test-import)
3672149f
SM
953 (icalendar-testsuite--do-test-cycle):
954 Use icalendar-testsuite--compare-strings
81ee9410
UJ
955 (icalendar-testsuite--run-import-tests): Comment added.
956 (icalendar-testsuite--run-import-tests)
e17b68ed 957 (icalendar-testsuite--run-real-world-tests): Fix expected results.
81ee9410 958
71ab16dd
CY
9592010-06-25 Chong Yidong <cyd@stupidchicken.com>
960
961 * redisplay-testsuite.el (test-redisplay-3): New test.
962
6534e58a
CY
9632010-06-11 Chong Yidong <cyd@stupidchicken.com>
964
965 * comint-testsuite.el: New file.
966
927c346b
SM
9672010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * indent: New dir.
970
61a808e8
CY
9712010-05-07 Chong Yidong <cyd@stupidchicken.com>
972
973 * Version 23.2 released.
974
a4100ebe
CY
9752010-03-29 Chong Yidong <cyd@stupidchicken.com>
976
3cbcd186
CY
977 * cedet/semantic-ia-utest.el
978 (semantic-symref-test-count-hits-in-tag): Add function, from
979 semantic-test.el.
980
a4100ebe
CY
981 * cedet/tests/test.cpp:
982 * cedet/tests/test.py:
983 * cedet/tests/teststruct.cpp:
984 * cedet/tests/testtemplates.cpp:
985 * cedet/tests/testusing.cpp:
986 * cedet/tests/scopetest.cpp:
987 * cedet/tests/scopetest.java: Files deleted.
988
989 * cedet/tests/test.make:
990 * cedet/tests/test.c:
991 * cedet/tests/testjavacomp.java:
992 * cedet/tests/testspp.c:
993 * cedet/tests/testsppreplace.c:
994 * cedet/tests/testsppreplaced.c:
995 * cedet/tests/testsubclass.cpp:
996 * cedet/tests/testsubclass.hh:
997 * cedet/tests/testtypedefs.cpp:
998 * cedet/tests/testvarnames.c:
999 * cedet/tests/test.el:
1000 * cedet/tests/testdoublens.cpp:
1001 * cedet/tests/testdoublens.hpp: Add copyright header.
1002
85738751
SM
1003 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1004 Remove reference to deleted files.
1005
dc2d2590
JL
10062010-03-30 Juri Linkov <juri@jurta.org>
1007
1008 * occur-testsuite.el (occur-tests): Add tests for context lines.
1009
5275ff8b
JL
10102010-03-23 Juri Linkov <juri@jurta.org>
1011
1012 * occur-testsuite.el: New file.
1013
288f9fc0
CY
10142010-03-10 Chong Yidong <cyd@stupidchicken.com>
1015
1016 * Branch for 23.2.
1017
b4340b3f
UJ
10182010-02-19 Ulf Jasper <ulf.jasper@web.de>
1019
1020 * icalendar-testsuite.el
6df6ae42
JB
1021 (icalendar-testsuite--run-function-tests): Add new tests.
1022 (icalendar-testsuite--test-diarytime-to-isotime): Add another
b4340b3f
UJ
1023 testcase.
1024 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1025 (icalendar-testsuite--test-convert-weekly-to-ical): New.
1026 (icalendar-testsuite--test-convert-yearly-to-ical): New.
1027 (icalendar-testsuite--test-convert-block-to-ical): New.
1028 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1029 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1030
db9e401b
JB
10312010-01-18 Juanma Barranquero <lekktu@gmail.com>
1032
1033 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1034 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1035 Fix typos in docstrings and error messages.
1036 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1037
d1f18ec0
JB
10382010-01-14 Juanma Barranquero <lekktu@gmail.com>
1039
1040 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1041 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1042 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1043
6fe539d2
UJ
10442009-12-18 Ulf Jasper <ulf.jasper@web.de>
1045
1046 * icalendar-testsuite.el
d5c6faf9
SM
1047 (icalendar-testsuite--run-function-tests):
1048 Add icalendar-testsuite--test-parse-vtimezone.
6fe539d2
UJ
1049 (icalendar-testsuite--test-parse-vtimezone): New.
1050 (icalendar-testsuite--do-test-cycle): Doc changes.
6df6ae42 1051 (icalendar-testsuite--run-real-world-tests): Remove trailing
6fe539d2
UJ
1052 whitespace -- see change of icalendar--add-diary-entry in
1053 icalendar.el.
6df6ae42 1054 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
6fe539d2 1055
d8085053
GM
10562009-09-30 Glenn Morris <rgm@gnu.org>
1057
1058 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1059
7c4dccd0
CY
10602009-06-26 Eric Ludlam <zappo@gnu.org>
1061
1062 * cedet/*: New unit tests, from CEDET repository.
1063
6ada5ad1
CY
10642009-06-26 Chong Yidong <cyd@stupidchicken.com>
1065
1066 * redisplay-testsuite.el: New file.
1067
70243478
CY
10682009-06-21 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * Branch for 23.1.
1071
f052351a
UJ
10722009-01-25 Ulf Jasper <ulf.jasper@web.de>
1073
1074 * icalendar-testsuite.el
6df6ae42
JB
1075 (icalendar-testsuite--run-function-tests):
1076 Add icalendar-testsuite--test-diarytime-to-isotime.
1077 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
f052351a
UJ
1078 recent icalendar fixes.
1079 (icalendar-testsuite--test-diarytime-to-isotime): New.
6df6ae42 1080 (icalendar-testsuite--test-create-uid): Adjust to recent
f052351a
UJ
1081 icalendar changes.
1082
dee5aa91
CY
10832008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1084
d4835507 1085 * bytecomp-testsuite.el: New file.
dee5aa91 1086
f052351a 10872008-10-31 Ulf Jasper <ulf.jasper@web.de>
aad81014
UJ
1088
1089 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
d5c6faf9 1090 Add `icalendar-testsuite--test-create-uid'.
aad81014
UJ
1091 (icalendar-testsuite--test-create-uid): New.
1092
d176d8c6
UJ
10932008-06-14 Ulf Jasper <ulf.jasper@web.de>
1094
1095 * newsticker-testsuite.el: New file.
1096
a4766629
GM
10972008-05-24 Ulf Jasper <ulf.jasper@web.de>
1098
1099 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1100 Add icalendar-testsuite--test-datestring-to-isodate,
1101 icalendar-testsuite--test-datetime-to-diary-date, and
1102 icalendar-testsuite--test-calendar-style.
1103 (icalendar-testsuite--test-format-ical-event):
1104 (icalendar-testsuite--test-parse-summary-and-rest):
1105 Doc fix. Remove european-calendar-style.
1106 (icalendar-testsuite--get-ical-event): Doc fix.
1107 (icalendar-testsuite--test-first-weekday-of-year):
1108 (icalendar-testsuite--run-cycle-tests): Add doc string.
1109 (icalendar-testsuite--test-datestring-to-isodate):
1110 (icalendar-testsuite--test-datetime-to-diary-date):
1111 (icalendar-testsuite--test-calendar-style): New functions.
1112 (icalendar-testsuite--test-export): Handle iso date style.
1113 New arg INPUT-ISO. Use calendar-date-style.
1114 (icalendar-testsuite--test-import): Handle iso date style.
1115 New arg EXPECTED-ISO. Use calendar-date-style.
1116 (icalendar-testsuite--test-cycle): Handle iso date style.
1117 (icalendar-testsuite--run-import-tests):
1118 (icalendar-testsuite--run-export-tests):
1119 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1120
e42fc905
GM
11212008-02-29 Glenn Morris <rgm@gnu.org>
1122
1123 * README: New file.
1124
366b88a2
GM
11252008-02-29 Ulf Jasper <ulf.jasper@web.de>
1126
1127 * icalendar-testsuite.el: New file.
1128
1129;; Local Variables:
880820fe 1130;; coding: utf-8
366b88a2
GM
1131;; End:
1132
ab422c4d 1133 Copyright (C) 2008-2013 Free Software Foundation, Inc.
366b88a2
GM
1134
1135 This file is part of GNU Emacs.
1136
4f43e937 1137 GNU Emacs is free software: you can redistribute it and/or modify
366b88a2 1138 it under the terms of the GNU General Public License as published by
4f43e937
GM
1139 the Free Software Foundation, either version 3 of the License, or
1140 (at your option) any later version.
366b88a2
GM
1141
1142 GNU Emacs is distributed in the hope that it will be useful,
1143 but WITHOUT ANY WARRANTY; without even the implied warranty of
1144 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1145 GNU General Public License for more details.
1146
1147 You should have received a copy of the GNU General Public License
4f43e937 1148 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.