Add support for package signature checking.
[bpt/emacs.git] / test / ChangeLog
CommitLineData
acbadd00
DU
12013-10-03 Daiki Ueno <ueno@gnu.org>
2
3 * automated/data/package/signed/archive-contents:
4 * automated/data/package/signed/archive-contents.sig:
5 * automated/data/package/signed/signed-good-1.0.el:
6 * automated/data/package/signed/signed-good-1.0.el.sig:
7 * automated/data/package/signed/signed-bad-1.0.el:
8 * automated/data/package/signed/signed-bad-1.0.el.sig:
9 * automated/data/package/key.pub:
10 * automated/data/package/key.sec: New files.
11
12 * automated/package-test.el (package-test-update-listing)
13 (package-test-update-archives, package-test-describe-package):
14 Adjust to package.el change.
15 (package-test-signed): New test.
16
494e898b
DG
172013-10-01 Dmitry Gutov <dgutov@yandex.ru>
18
19 * automated/package-test.el: Update all cases to use :url instead
20 of :homepage.
21
22 * automated/package-x-test.el
23 (package-x-test--single-archive-entry-1-3): Same.
24
056453c6
DG
252013-09-29 Dmitry Gutov <dgutov@yandex.ru>
26
27 * automated/package-test.el (simple-single-desc-1-4): Remove, it
28 was unused.
29 (simple-single-desc): Expect :homepage property.
30 (multi-file-desc): Same.
31 (with-package-test): Do not save previous `default-directory'
32 value, let-bind the var instead.
33 (package-test-install-single): Expect :homepage property in the
34 generated pkg file.
35 (package-test-describe-package): Expect Homepage button.
36 (package-test-describe-non-installed-package)
37 (package-test-describe-non-installed-multi-file-package): Same.
38 (package-test-describe-not-installed-package): Remove, it was a
39 duplicate.
40
41 * automated/package-x-test.el
42 (package-x-test--single-archive-entry-1-3): Expect :homepage
43 property.
44 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
45
46 * automated/data/package/simple-single-1.3.el: Add URL header.
47
48 * automated/data/package/archive-contents: Add :homepage
49 properties to `simple-single' and `multi-file'.
50
3e0b94e7
DC
512013-09-22 Daniel Colascione <dancol@dancol.org>
52
53 * automated/data-test.el:
54 (bool-vector-count-matches-all-0-nil)
55 (bool-vector-count-matches-all-0-t)
56 (bool-vector-count-matches-1-il,bool-vector-count-matches-1-t)
57 (bool-vector-count-matches-at,bool-vector-intersection-op)
58 (bool-vector-union-op,bool-vector-xor-op)
59 (bool-vector-set-difference-op)
60 (bool-vector-change-detection,bool-vector-not): New tests.
61 (mock-bool-vector-count-matches-at)
62 (test-bool-vector-bv-from-hex-string)
63 (test-bool-vector-to-hex-string)
64 (test-bool-vector-count-matches-at-tc)
65 (test-bool-vector-apply-mock-op)
66 (test-bool-vector-binop): New helper functions.
67 (bool-vector-test-vectors): New testcase data.
68
31dca772
R
692013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
70
71 * automated/advice-tests.el (advice-test-called-interactively-p-around)
72 (advice-test-called-interactively-p-filter-args)
73 (advice-test-called-interactively-p-around): New tests.
74
cde40d2b
GM
752013-09-16 Glenn Morris <rgm@gnu.org>
76
0c2a2b57
GM
77 * automated/eshell.el (eshell-match-result):
78 Return a more informative failure than simply "false". Update callers.
79
cde40d2b
GM
80 * automated/eshell.el (eshell-test/for-name-shadow-loop):
81 Test value before and after loop as well as during.
82
1e53bb4b
GM
832013-09-15 Glenn Morris <rgm@gnu.org>
84
85 * automated/eshell.el (eshell-test/for-name-shadow-loop):
86 New test. (Bug#15372)
87 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
88
9dc7e8e1
GM
892013-09-13 Glenn Morris <rgm@gnu.org>
90
91 * automated/eshell.el (with-temp-eshell):
92 Use a temp directory for eshell-directory-name.
6ad9cb08
GM
93 (eshell-test-command-result): New, again using a temp directory.
94 Replace eshell-command-result with this throughout.
e16582b6
GM
95 (eshell-test/for-loop, eshell-test/for-name-loop):
96 Ensure environment variables don't confuse us.
9dc7e8e1 97
2d5788f4
GM
982013-09-12 Glenn Morris <rgm@gnu.org>
99
100 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
e3066edb 101 due to "has a running process; kill it?" prompts.
2d5788f4 102
ae5e4c48
SM
1032013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * automated/eshell.el: Rename from eshell.el.
106 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
107
f8ccce03
GM
1082013-09-01 Glenn Morris <rgm@gnu.org>
109
110 * automated/Makefile.in (setwins): Avoid leading space in $wins.
111 Otherwise the sed command used by eg compile-main ends up
112 containing "/*.el". (Bug#15170)
113
50b13cde
PE
1142013-08-28 Paul Eggert <eggert@cs.ucla.edu>
115
116 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
117 for portability to hosts where /bin/sh has problems.
118
6ee60310
DE
1192013-08-21 David Engster <deng@randomsample.de>
120
121 * automated/eieio-tests.el, automated/eieio-test-persist.el:
122 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
123 upstream. Changed to use ERT.
124
281c7202
DH
1252013-08-14 Daniel Hackney <dan@haxney.org>
126
127 * package-test.el: Remove tar-package-building functions. Tar file
128 used for testing is included in the repository.
129 (package-test-install-texinfo, package-test-cleanup-built-files):
130 Remove.
131
ad756449
FEG
1322013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
133
134 * automated/python-tests.el (python-imenu-create-index-4)
135 (python-imenu-create-flat-index-2): New tests.
136
3e2cd454
GM
1372013-08-05 Glenn Morris <rgm@gnu.org>
138
139 * automated/mule-util.el: New file, with tests extracted from
140 lisp/international/mule-util.el.
141
671d5c16
SM
1422013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * automated/advice-tests.el (advice-tests-nadvice): Test removal
145 before definition.
146 (advice-tests-macroaliases): New test.
147
2ad0a067
GM
1482013-08-04 Glenn Morris <rgm@gnu.org>
149
dc8dfa8a
GM
150 * automated/ert-tests.el: Disable failing test that no-one seems
151 to know how to fix. (Bug#13064)
152
2ad0a067
GM
153 * automated/icalendar-tests.el (icalendar-tests--test-export)
154 (icalendar-tests--test-import): Try more precise TZ specification.
f8654242 155 Remove debug messages.
2ad0a067 156
f3ffcd8c
GM
1572013-08-03 Glenn Morris <rgm@gnu.org>
158
1f21d308
GM
159 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
160
f3ffcd8c
GM
161 * automated/icalendar-tests.el (icalendar-tests--test-export)
162 (icalendar-tests--test-import):
5e471f0d 163 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
f3ffcd8c
GM
164 (icalendar-tests--test-import): Reset zone even if error occurred.
165
a104f656
SM
1662013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * automated/core-elisp-tests.el: New file.
169
7d7e9a73
GM
1702013-08-01 Glenn Morris <rgm@gnu.org>
171
172 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
173 Try to check that the remote system has a notification program.
174
67a17772
GM
1752013-07-31 Glenn Morris <rgm@gnu.org>
176
177 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
178
e81dd54d
MA
1792013-07-24 Michael Albinus <michael.albinus@gmx.de>
180
181 * automated/file-notify-tests.el
182 (file-notify--test-local-enabled): New defconst. Replaces all
183 `file-notify-support' occurences.
184 (file-notify--test-remote-enabled): New defun.
185 (file-notify--deftest-remote): Use it.
186 (file-notify-test00-availability): Rewrite.
187 (file-notify-test00-availability-remote): New defun.
188 (file-notify-test01-add-watch): Rewrite first erroneous check.
189
66878244
GM
1902013-07-23 Glenn Morris <rgm@gnu.org>
191
97afc49a
GM
192 * automated/inotify-test.el (inotify-file-watch-simple):
193 Delete temp-file when done.
194
66878244
GM
195 * automated/subword-tests.el: Require subword.
196
0ac26976
SM
1972013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * automated/subword-tests.el: New file.
200
1f0480d4
FEG
2012013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
202
203 * automated/python-tests.el (python-imenu-create-index-2)
204 (python-imenu-create-index-3): New tests.
205
7faba176
GM
2062013-07-11 Glenn Morris <rgm@gnu.org>
207
a19b3c2d
GM
208 * automated/ert-tests.el: Require cl-lib at runtime too.
209 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
210 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
211 (ert-test-set-functions, ert-test-gensym)
212 (ert-test-coerce-to-vector, ert-test-string-position)
213 (ert-test-mismatch): Remove tests.
214 * automated/cl-lib.el: New, split from ert-tests.el.
215
d2e1542a
GM
216 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
217 Goto point-min.
218 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
219 (ruby-move-to-block-skips-percent-literal)
220 (ruby-move-to-block-skips-heredoc)
221 (ruby-move-to-block-moves-from-else-to-if)
222 (ruby-beginning-of-defun-does-not-fold-case)
223 (ruby-end-of-defun-skips-to-next-line-after-the-method):
224 Replace goto-line with forward-line/goto-char.
225 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
226
03d01981
GM
227 * automated/package-test.el (makeinfo-buffer): Autoload.
228 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
229 (package-test-install-texinfo): Don't require makeinfo.
230
709c6d2b
GM
231 * automated/files.el: Stop "local variables" confusion.
232
63cd50d4
GM
233 * automated/flymake-tests.el (flymake-tests): Remove unused group.
234
a550ba33
GM
235 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
236 Use with-current-buffer.
237
7faba176
GM
238 * automated/undo-tests.el (undo-test-buffer-modified)
239 (undo-test-file-modified): New tests.
240
59eb37e5
MA
2412013-07-09 Michael Albinus <michael.albinus@gmx.de>
242
243 * automated/file-notify-tests.el (file-notify-test00-availability):
244 Set :expected-result.
245 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
246 (file-notify-test02-events, file-notify-test02-events-remote)
247 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
248 Skip when `file-notify-support' is nil. (Bug#14823)
249
771b2fc3
GM
2502013-07-09 Glenn Morris <rgm@gnu.org>
251
0b57d6fc
GM
252 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
253 Declare.
254 (inotify-file-watch-simple): Silence compiler.
255
a87b74fe
GM
256 * automated/python-tests.el (python-indent-block-enders):
257 Make it actually test something.
258
08be5fba
GM
259 * automated/package-x-test.el: Require package-test when compiling.
260
771b2fc3 261 * automated/add-log-tests.el, automated/advice-tests.el:
08be5fba
GM
262 * automated/imenu-test.el, automated/package-x-test.el:
263 * automated/python-tests.el, automated/ruby-mode-tests.el:
264 * automated/xml-parse-tests.el: Explictly require ert.
771b2fc3 265
0f01f02f
KH
2662013-07-08 Kenichi Handa <handa@gnu.org>
267
268 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
269 Use with-ccoding-priority to avoid side-effect (Bug#14781).
270
84b6d3df
MA
2712013-07-05 Michael Albinus <michael.albinus@gmx.de>
272
273 * automated/file-notify-tests.el
ae5e4c48
SM
274 (file-notify-test-remote-temporary-file-directory):
275 Use `null-device' on w32.
84b6d3df
MA
276 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
277 (file-notify--test-results, file-notify--test-event)
278 (file-notify--deftest-remote, file-notify--event-test)
279 (file-notify--test-event-handler)
ae5e4c48 280 (file-notify--test-make-temp-name): Rename, in order to mark them
84b6d3df
MA
281 internal.
282 (tramp-message-show-message, tramp-read-passwd): Tweak them for
283 better fitting in noninteractive tests.
ae5e4c48
SM
284 (file-notify-test00-availability): Rename from `file-notify-test0'.
285 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
84b6d3df
MA
286 Use `temporary-file-directory '.
287 (file-notify-test01-add-watch-remote): New test.
ae5e4c48
SM
288 (file-notify-test02-events): Rename from `file-notify-test2'.
289 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
290 (file-notify-test03-autorevert): Rename from
84b6d3df 291 `file-notify-test4'. Use timeouts.
ae5e4c48 292 (file-notify-test03-autorevert-remote): Rename from
84b6d3df
MA
293 `file-notify-test5'.
294
46e4f821
MA
2952013-07-04 Michael Albinus <michael.albinus@gmx.de>
296
297 * automated/file-notify-tests.el: New package.
298
3e3da660
KH
2992013-06-28 Kenichi Handa <handa@gnu.org>
300
301 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
ae5e4c48 302 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
3e3da660
KH
303 Callers changed.
304 (decoder-tests-filename): New function.
305 (decoder-tests-prefer-utf-8-read)
306 (decoder-tests-prefer-utf-8-write): New function.
307 (ert-test-decoder-prefer-utf-8): New test.
308
10a2da6e
DG
3092013-06-27 Dmitry Gutov <dgutov@yandex.ru>
310
311 * automated/package-x-test.el: Change the commentary.
79f38c4e
DG
312 (package-x-test--single-archive-entry-1-3)
313 (package-x-test--single-archive-entry-1-4): Fix the tests, by
314 using the appropriate data structure.
10a2da6e 315
9ea5cf9f
DG
3162013-06-27 Daniel Hackney <dan@haxney.org>
317
318 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
319
320 * automated/package-x-test.el: New file.
321
322 * automated/package-test.el: New file.
323
324 * automated/data/package: New directory, with test examples.
325
fc3ec982
GM
3262013-06-27 Glenn Morris <rgm@gnu.org>
327
df86ba7d
GM
328 * automated/python-tests.el (python-tests-with-temp-file):
329 Clean up after ourself.
330
fc3ec982 331 * automated/undo-tests.el (undo-test3): Remove test that seems to
568a53f2 332 do nothing that the previous one doesn't, except leave a tempfile.
fc3ec982 333
f2136e1e
GM
3342013-06-26 Glenn Morris <rgm@gnu.org>
335
336 * automated/info-xref.el: New file.
337
51f85387
GM
3382013-06-25 Glenn Morris <rgm@gnu.org>
339
340 * automated/occur-tests.el (occur-test-create): New function.
341 Use it to create separate tests for each element, so we run them
342 all rather than stopping at the first error.
343
6e0e82a0 3442013-06-24 Glenn Morris <rgm@gnu.org>
e31106e8
GM
345
346 * automated/occur-tests.el (occur-tests):
347 Update for 2013-05-29 change to occur header line.
348
c5b0993e
EW
3492013-06-21 Eduard Wiebe <usenet@pusto.de>
350
351 Test suite for flymake.
352 * automated/flymake-tests.el:
353 * automated/flymake/warnpred/Makefile
354 * automated/flymake/warnpred/test.c
355 * automated/flymake/warnpred/test.pl: New files.
356
02a87775
TH
3572013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
358
4f405069 359 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
02a87775 360
18d78c5e
TH
3612013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
362
363 * automated/reftex-tests.el: New test suite for reftex.
364
19bb8e62
DG
3652013-05-31 Dmitry Gutov <dgutov@yandex.ru>
366
367 * automated/ruby-mode-tests.el: New tests, for percent literals
368 and expression expansion.
369
f236dd84
LL
3702013-05-29 Leo Liu <sdl.web@gmail.com>
371
372 * indent/octave.m: Tweak.
373
797c9e3d
AG
3742013-05-26 Aidan Gauland <aidalgol@amuri.net>
375
376 * tests/eshell.el: Rewrite tests using ERT.
377
cce6beeb
LL
3782013-05-25 Leo Liu <sdl.web@gmail.com>
379
380 * indent/octave.m: Add tests for %!, # and ### comments.
381
bc9a5003
KH
3822013-05-23 Kenichi Handa <handa@gnu.org>
383
384 * automated/decoder-tests.el: New file.
385
1a0a0a8a
DG
3862013-05-19 Dmitry Gutov <dgutov@yandex.ru>
387
388 * indent/ruby.rb: Add multiline regexp example.
389
390 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
391 (ruby-regexp-skips-over-interpolation)
392 (ruby-regexp-continues-till-end-when-unclosed)
393 (ruby-regexp-can-be-multiline)
394 (ruby-interpolation-inside-percent-literal): New tests.
395
a9e4425b
SM
3962013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
397
398 * indent/ruby.rb: Fix indentation after =; add more cases.
399
aa7dab97
SM
4002013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * indent/pascal.pas: Add test for mis-identified comments.
403
1398a54d
MY
4042013-04-01 Masatake YAMATO <yamato@redhat.com>
405
38ef2c84 406 * automated/imenu-tests.el: New file. (Bug#14112)
1398a54d 407
adc31213
FEG
4082013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
409
410 * automated/python-tests.el (python-imenu-prev-index-position-1):
aa7dab97 411 Remove test.
adc31213
FEG
412 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
413 New tests.
414
04754d36
FEG
4152013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
416
417 * automated/python-tests.el (python-nav-backward-defun-2)
418 (python-nav-backward-defun-3, python-nav-forward-defun-2)
419 (python-nav-forward-defun-3): New tests.
420
083850a6
FEG
4212013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
422
423 * automated/python-tests.el (python-nav-backward-defun-1)
424 (python-nav-forward-defun-1): New tests.
425
694569fc
MY
4262013-04-09 Masatake YAMATO <yamato@redhat.com>
427
428 * automated/add-log-tests.el: New file. (Bug#14112)
429
8d3655be 4302013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39 431
8d3655be 432 * automated/python-tests.el (python-indent-block-enders): New test.
c9886b39
FEG
433 (python-info-current-defun-2): Fix test.
434
2054a6c3
PE
4352013-03-05 Paul Eggert <eggert@cs.ucla.edu>
436
437 * indent/octave.m: Fix encoding error in comment. Add coding tag.
438
929aeac6 4392013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
b85f3423 440
929aeac6 441 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
b85f3423
FEG
442 (python-tests-with-temp-file): New macro.
443 (python-tests-shell-interpreter): New var.
444 (python-shell-get-process-name-1)
445 (python-shell-internal-get-process-name-1)
446 (python-shell-parse-command-1)
447 (python-shell-calculate-process-environment-1)
448 (python-shell-calculate-process-environment-2)
449 (python-shell-calculate-process-environment-3)
450 (python-shell-calculate-exec-path-1)
451 (python-shell-calculate-exec-path-2)
452 (python-shell-make-comint-1)
453 (python-shell-make-comint-2)
454 (python-shell-get-process-1)
455 (python-shell-get-or-create-process-1)
456 (python-shell-internal-get-or-create-process-1): New tests.
457
cfbf790d 4582013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
4dddd5dc 459
62cfd799 460 * automated/python-tests.el: New file.
4dddd5dc 461
53ca88c4
DG
4622013-02-14 Dmitry Gutov <dgutov@yandex.ru>
463
464 * automated/ruby-mode-tests.el
465 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
466 bits inside the examples.
467 (ruby-move-to-block-skips-heredoc): New test.
aa7dab97
SM
468 (ruby-add-log-current-method-after-inner-class):
469 Lower expectations: move point inside a method, initially.
53ca88c4 470
7132e457
DG
4712013-02-13 Dmitry Gutov <dgutov@yandex.ru>
472
473 * automated/ruby-mode-tests.el
474 (ruby-move-to-block-skips-percent-literal): New test.
475
6e5c1569
CY
4762013-02-04 Chong Yidong <cyd@gnu.org>
477
478 * automated/thingatpt.el: New file.
479
984096ed
CY
4802013-02-03 Chong Yidong <cyd@gnu.org>
481
aa7dab97
SM
482 * automated/files.el (file-test--do-local-variables-test):
483 Avoid compilation warning message.
984096ed 484
b1625024
DG
4852013-01-27 Dmitry Gutov <dgutov@yandex.ru>
486
487 * automated/ruby-mode-tests.el
488 (ruby-indent-spread-args-in-parens): New test.
a324b8c7
DG
489 * automated/ruby-mode-tests.el (ruby-block-test-example):
490 Break indentation of the do block opener and add a line inside it.
491 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
492 Adjust line numbers.
b1625024 493
cb9c0a53
SM
4942013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
497
51e73492
GM
4982013-01-14 Glenn Morris <rgm@gnu.org>
499
500 * automated/compile-tests.el (compile-tests--test-regexps-data):
501 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
502
327a6cca
WJ
5032013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
504
505 * automated/man-tests.el: New file.
506
51fb5578
AH
5072013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
508
509 * automated/undo-tests.el (undo-test0): Adjust error to code change.
510
3bace969
AH
5112013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
512
513 * automated/undo-tests.el: New file.
514
82e2a1f0 5152012-12-27 Dmitry Gutov <dgutov@yandex.ru>
db590ef6
DG
516
517 * automated/ruby-mode-tests.el
518 (ruby-indent-after-block-in-continued-expression): New test.
519
dbb530d9
DG
5202012-12-14 Dmitry Gutov <dgutov@yandex.ru>
521
522 * automated/ruby-mode-tests.el
523 Rename one interpolation test; add three more.
bb808526
DG
524 (ruby-with-temp-buffer): New macro, use it where appropriate.
525 (ruby-add-log-current-method-examples): Use "_" for target point.
526 Add four new tests for ruby-add-log-current-method.
dbb530d9 527
a0099d31
GM
5282012-12-11 Glenn Morris <rgm@gnu.org>
529
530 * automated/f90.el (f90-test-bug13138): New test.
531
81606b10
RS
5322012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
533
534 * automated/inotify-test.el: New test.
535
89eb3b0a
CY
5362012-12-02 Chong Yidong <cyd@gnu.org>
537
538 * automated/ruby-mode-tests.el
539 (ruby-add-log-current-method-examples): Don't use loop macro, to
540 allow automated testing to work.
541
23ba2705
SM
5422012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * automated/advice-tests.el (advice-tests--data): Remove.
545 (advice-tests): Move the tests directly here instead.
546 Add called-interactively-p tests.
547
19dc7206
SM
5482012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * automated/ert-x-tests.el: Use cl-lib.
551 * automated/ert-tests.el: Use lexical-binding and cl-lib.
552
8619323f
DG
5532012-11-14 Dmitry Gutov <dgutov@yandex.ru>
554
555 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
556 (ruby-indent-inside-heredoc-after-operator)
557 (ruby-indent-inside-heredoc-after-space): New tests.
c62792e7
DG
558 Change direct font-lock face references to var references.
559 (ruby-interpolation-suppresses-syntax-inside): New test.
19dc7206
SM
560 (ruby-interpolation-inside-percent-literal-with-paren):
561 New failing test.
8619323f 562
f178c32d
DG
5632012-11-13 Dmitry Gutov <dgutov@yandex.ru>
564
565 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
5745cae6
DG
566 (ruby-singleton-class-no-heredoc-font-lock)
567 (ruby-add-log-current-method-examples): New tests.
568 (ruby-test-string): Extract from ruby-should-indent-buffer.
5e9419e8
DG
569 (ruby-deftest-move-to-block): New macro.
570 Add several move-to-block tests.
f178c32d 571
231d8498
SM
5722012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * automated/advice-tests.el: New tests.
575
8111f5e6
EZ
5762012-10-14 Eli Zaretskii <eliz@gnu.org>
577
578 * automated/compile-tests.el (compile-tests--test-regexps-data):
579 Add new data for msft's new format.
580
c3268831
DG
5812012-09-08 Dmitry Gutov <dgutov@yandex.ru>
582
583 * automated/ruby-mode-tests.el:
584 (ruby-toggle-block-to-multiline): New test.
585 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
586 (ruby-toggle-block-to-brace): Use buffer-string.
587
0ba2d4b6
DG
5882012-09-07 Dmitry Gutov <dgutov@yandex.ru>
589
590 * automated/ruby-mode-tests.el: New tests (Bug#11613).
591
eada0861 5922012-08-28 Chong Yidong <cyd@gnu.org>
45e7ed71
CY
593
594 * automated/files.el: Test every combination of values for
595 enable-local-variables and enable-local-eval.
596
450809af
CY
5972012-08-19 Chong Yidong <cyd@gnu.org>
598
599 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
600
a999ce26
CY
6012012-08-18 Chong Yidong <cyd@gnu.org>
602
603 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
604
f063063a
DG
6052012-08-14 Dmitry Gutov <dgutov@yandex.ru>
606
607 * indent/ruby.rb: Rearrange examples, add new ones.
608
0d9e2599
NN
6092012-08-12 Dmitry Gutov <dgutov@yandex.ru>
610
611 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
612 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
613
9ff9402d 6142012-08-11 Glenn Morris <rgm@gnu.org>
5f168c20
GM
615
616 * automated/files.el: New file.
617
bf1757d1
GM
618 * automated/Makefile.in (all): Fix typo.
619
9d2ed8a2
DG
6202012-08-10 Dmitry Gutov <dgutov@yandex.ru>
621
622 * automated/ruby-mode-tests.el (ruby-should-indent):
623 Add docstring, check (current-indentation) instead of (current-column).
624 (ruby-should-indent-buffer): New function.
625 Add tests for `ruby-deep-indent-paren' behavior.
626 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
627
0d9e2599
NN
6282012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
629
630 Original tests in test_ruby_mode.rb in upstream (author).
631
9cd80478
DG
6322012-08-09 Dmitry Gutov <dgutov@yandex.ru>
633
634 * automated/ruby-mode-tests.el (ruby-should-indent)
635 (ruby-assert-state): New functions.
636 Add new tests.
637
c91562a6
DE
6382012-07-29 David Engster <deng@randomsample.de>
639
9d2ed8a2
DG
640 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
641 New variable to hold test data for name expansion.
c91562a6
DE
642 (xml-parse-tests): Test the two different types of name expansion.
643
d8efda90
JL
6442012-07-29 Juri Linkov <juri@jurta.org>
645
646 * automated/occur-tests.el (occur-test-case): Use predefined
647 buffer name " *test-occur*" instead of a random buffer name.
648
c28662a8
DG
6492012-07-20 Dmitry Gutov <dgutov@yandex.ru>
650
651 * automated/ruby-mode-tests.el: New file with one test.
652
45fd731c
SM
6532012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
654
efc26dbe
SM
655 * indent/shell.sh: Add test case for ${#VAR}.
656
45fd731c
SM
657 * indent/latex-mode.tex: New file.
658
a464a6c7
SM
6592012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * eshell.el: Use cl-lib.
662
a76e6535
CY
6632012-07-03 Chong Yidong <cyd@gnu.org>
664
665 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
666
a7aef6f5
CY
6672012-07-02 Chong Yidong <cyd@gnu.org>
668
a464a6c7
SM
669 * automated/xml-parse-tests.el (xml-parse-tests--data):
670 More testcases.
a7aef6f5 671
fbf2e7ad
CY
6722012-07-01 Chong Yidong <cyd@gnu.org>
673
674 * automated/xml-parse-tests.el: New file.
675
d5c6faf9
SM
6762012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
679 Use cl-flet.
680
ee574791
UJ
6812012-06-08 Ulf Jasper <ulf.jasper@web.de>
682
d5c6faf9
SM
683 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
684 Test escaped commas in TZID (Bug#11473).
ee574791
UJ
685 (icalendar-import-with-timezone): New.
686 (icalendar-real-world): Add new testcase as given in the bugreport
687 of Bug#11473.
688
6dbaa1c7
UJ
6892012-05-29 Ulf Jasper <ulf.jasper@web.de>
690
691 * automated/icalendar-tests.el (icalendar-tests--test-import):
692 Include UID in import tests (Bug#11525).
693 (icalendar-import-non-recurring, icalendar-import-rrule)
694 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
695 UID-import change.
696 (icalendar-import-with-uid): New.
697 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
698 Include UID in cycle tests.
699 (icalendar-cycle, icalendar-real-world): UID-import change.
700
b847032c
GM
7012012-05-21 Glenn Morris <rgm@gnu.org>
702
703 * automated/Makefile.in (setwins): Scrap superfluous subshell.
704
5e561bc7
TZ
7052012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
706
707 * automated/url-util-tests.el: New file to test
708 lisp/url/url-util.el. Only `url-build-query-string' and
709 `url-parse-query-string' are tested right now (Bug#8706).
710
461ef3c5
SM
7112012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * indent/shell.sh:
714 * indent/shell.rc: Ad some test cases.
715
dfbd787f
SM
7162012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
717
718 * indent/ruby.rb: New file, to test new syntax-propertize code.
719
ab7ce8c1
GM
7202012-04-11 Glenn Morris <rgm@gnu.org>
721
722 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
723
6c0c7cfc
TZ
7242012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
725
726 * automated/url-future-tests.el (url-future-tests): Move from
727 lisp/url/url-future.el and rename.
728
bdbc1c4e
UJ
7292012-01-29 Ulf Jasper <ulf.jasper@web.de>
730
731 * automated/icalendar-tests.el (icalendar-import-non-recurring):
732 Fix broken test, caused by missing trailing blank.
733
5c09001c
CY
7342011-12-03 Chong Yidong <cyd@gnu.org>
735
736 * automated/compile-tests.el (compile-tests--test-regexps-data):
737 Increase column numbers by one to reflect change in how
6df6ae42 738 compilation-message is recorded (Bug#10172).
5c09001c 739
394c65f1
GM
7402011-11-22 Glenn Morris <rgm@gnu.org>
741
742 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
743
cd1181db
JB
7442011-11-20 Juanma Barranquero <lekktu@gmail.com>
745
746 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
747
58179cce
JB
7482011-11-16 Juanma Barranquero <lekktu@gmail.com>
749
7877f373
JB
750 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
751 (icalendar-tests--test-export, icalendar-tests--do-test-export):
58179cce
JB
752 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
753
dba0634a
UJ
7542011-10-30 Ulf Jasper <ulf.jasper@web.de>
755
756 * automated/newsticker-tests.el
6df6ae42 757 (newsticker--group-manage-orphan-feeds): Remove fsetting of
dba0634a
UJ
758 newsticker--treeview-tree-update.
759
6d6a626c
UJ
7602011-10-29 Ulf Jasper <ulf.jasper@web.de>
761
73c3f81d
UJ
762 * automated/newsticker-tests.el
763 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
764
6d6a626c
UJ
765 * trunk/test/automated/newsticker-tests.el
766 (newsticker--group-manage-orphan-feeds): Prevent updating
767 newsticker treeview. Fixed bug#9763.
768
6e0a9be7
GM
7692011-10-20 Glenn Morris <rgm@gnu.org>
770
e195ae68
GM
771 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
772
6e0a9be7
GM
773 * automated/vc-bzr.el: New file.
774
21fedf28
GM
7752011-10-15 Glenn Morris <rgm@gnu.org>
776
777 * automated/f90.el: New file.
778
81416b68
UJ
7792011-09-27 Ulf Jasper <ulf.jasper@web.de>
780
781 * automated/newsticker-tests.el: Move newsticker-testsuite.el
782 to automated/newsticker-tests.el. Convert to ERT.
783
68575ab0
UJ
7842011-07-26 Ulf Jasper <ulf.jasper@web.de>
785
786 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
aa7dab97 787 Remove, simply use string=.
68575ab0
UJ
788 (icalendar--diarytime-to-isotime)
789 (icalendar--datetime-to-diary-date)
790 (icalendar--datestring-to-isodate)
791 (icalendar--format-ical-event)
792 (icalendar--parse-summary-and-rest)
793 (icalendar-tests--do-test-import)
6df6ae42 794 (icalendar-tests--do-test-cycle): Change argument order of
68575ab0
UJ
795 string= to EXPECTED ACTUAL.
796 (icalendar--import-format-sample)
797 (icalendar--format-ical-event)
798 (icalendar-import-non-recurring)
799 (icalendar-import-rrule)
800 (icalendar-import-duration)
801 (icalendar-import-bug-6766)
6df6ae42 802 (icalendar-real-world): Adjust to string= instead of
68575ab0
UJ
803 icalendar-tests--compare-strings.
804 (icalendar-import-multiple-vcalendars): New.
805
de316778
TZ
8062011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
807
808 * automated/gnus-tests.el: Add wrapper for Gnus tests.
1c231080 809 Require CL.
de316778 810
c07b2710
JL
8112011-05-09 Juri Linkov <juri@jurta.org>
812
813 * automated/occur-tests.el: Move from test/occur-testsuite.el.
814 Convert to ERT.
815
adec429a
CY
8162011-05-09 Chong Yidong <cyd@stupidchicken.com>
817
818 * automated/compile-tests.el: New file.
819
c4c205d0
CY
8202011-05-08 Chong Yidong <cyd@stupidchicken.com>
821
822 * automated/font-parse-tests.el: Don't byte-compile.
823
824 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
825
6c075cd7
SM
8262011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * automated/lexbind-tests.el: New file.
829
33383987
JB
8302011-03-07 Chong Yidong <cyd@stupidchicken.com>
831
832 * Version 23.3 released.
833
81fb60b2
GM
8342011-03-05 Glenn Morris <rgm@gnu.org>
835
836 * eshell.el: Move here from lisp/eshell/esh-test.el.
837
de69c0a8
CO
8382011-03-03 Christian Ohler <ohler@gnu.org>
839
840 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
841 New test.
842
4856384c
UJ
8432011-02-20 Ulf Jasper <ulf.jasper@web.de>
844
845 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
846 convert to ERT format.
847
aa0935b9
CY
8482011-02-14 Chong Yidong <cyd@stupidchicken.com>
849
850 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
851 convert to ERT format.
852
ccded26c
SM
8532011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
854
855 * indent/shell.sh:
856 * indent/shell.rc: New files.
857
372fb76b
CY
8582011-01-27 Chong Yidong <cyd@stupidchicken.com>
859
860 * automated/font-parse-tests.el: Move from
861 font-parse-testsuite.el.
862
6608a7d8
CY
8632011-01-26 Chong Yidong <cyd@stupidchicken.com>
864
865 * font-parse-testsuite.el (test-font-parse-data): New file.
866
db5d03ea
SM
8672011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * indent/prolog.prolog: Add tokenizing tests.
870
d221e780
CO
8712011-01-13 Christian Ohler <ohler@gnu.org>
872
873 * automated: New directory for automated tests.
874
875 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
876
877 * automated/Makefile.in: New file.
878
cbf83ce9
SM
8792010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
880
881 * indent/modula2.mod: New file.
882
d19dc73d
SM
8832010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * indent/octave.m: Add a test to ensure indentation is local.
886
41f592d1
GM
8872010-10-23 Glenn Morris <rgm@gnu.org>
888
889 * comint-testsuite.el
d19dc73d
SM
890 (comint-testsuite--test-comint-password-prompt-regexp):
891 Add "Please enter the password". (Bug#7224)
41f592d1 892
3672149f
SM
8932010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * indent/prolog.prolog: Use normal spacing around !.
896
f5632fb6
SM
8972010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * indent/octave.m: Remove one more `fixindent'. Use `end'.
900
cf38dd42
SM
9012010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * indent/octave.m: Remove some `fixindent' not needed any more.
904
e17b68ed
SM
9052010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * indent/octave.m: New file.
908
81ee9410
UJ
9092010-08-08 Ulf Jasper <ulf.jasper@web.de>
910
e17b68ed 911 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
81ee9410
UJ
912 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
913 (icalendar-testsuite--run-internal-tests): New.
914 (icalendar-testsuite--test-convert-ordinary-to-ical)
915 (icalendar-testsuite--test-convert-block-to-ical)
916 (icalendar-testsuite--test-convert-anniversary-to-ical)
917 (icalendar-testsuite--test-parse-vtimezone)
918 (icalendar-testsuite--do-test-export): Code formatting.
919 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
920 (icalendar-testsuite--do-test-import)
3672149f
SM
921 (icalendar-testsuite--do-test-cycle):
922 Use icalendar-testsuite--compare-strings
81ee9410
UJ
923 (icalendar-testsuite--run-import-tests): Comment added.
924 (icalendar-testsuite--run-import-tests)
e17b68ed 925 (icalendar-testsuite--run-real-world-tests): Fix expected results.
81ee9410 926
71ab16dd
CY
9272010-06-25 Chong Yidong <cyd@stupidchicken.com>
928
929 * redisplay-testsuite.el (test-redisplay-3): New test.
930
6534e58a
CY
9312010-06-11 Chong Yidong <cyd@stupidchicken.com>
932
933 * comint-testsuite.el: New file.
934
927c346b
SM
9352010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * indent: New dir.
938
61a808e8
CY
9392010-05-07 Chong Yidong <cyd@stupidchicken.com>
940
941 * Version 23.2 released.
942
a4100ebe
CY
9432010-03-29 Chong Yidong <cyd@stupidchicken.com>
944
3cbcd186
CY
945 * cedet/semantic-ia-utest.el
946 (semantic-symref-test-count-hits-in-tag): Add function, from
947 semantic-test.el.
948
a4100ebe
CY
949 * cedet/tests/test.cpp:
950 * cedet/tests/test.py:
951 * cedet/tests/teststruct.cpp:
952 * cedet/tests/testtemplates.cpp:
953 * cedet/tests/testusing.cpp:
954 * cedet/tests/scopetest.cpp:
955 * cedet/tests/scopetest.java: Files deleted.
956
957 * cedet/tests/test.make:
958 * cedet/tests/test.c:
959 * cedet/tests/testjavacomp.java:
960 * cedet/tests/testspp.c:
961 * cedet/tests/testsppreplace.c:
962 * cedet/tests/testsppreplaced.c:
963 * cedet/tests/testsubclass.cpp:
964 * cedet/tests/testsubclass.hh:
965 * cedet/tests/testtypedefs.cpp:
966 * cedet/tests/testvarnames.c:
967 * cedet/tests/test.el:
968 * cedet/tests/testdoublens.cpp:
969 * cedet/tests/testdoublens.hpp: Add copyright header.
970
85738751
SM
971 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
972 Remove reference to deleted files.
973
dc2d2590
JL
9742010-03-30 Juri Linkov <juri@jurta.org>
975
976 * occur-testsuite.el (occur-tests): Add tests for context lines.
977
5275ff8b
JL
9782010-03-23 Juri Linkov <juri@jurta.org>
979
980 * occur-testsuite.el: New file.
981
288f9fc0
CY
9822010-03-10 Chong Yidong <cyd@stupidchicken.com>
983
984 * Branch for 23.2.
985
b4340b3f
UJ
9862010-02-19 Ulf Jasper <ulf.jasper@web.de>
987
988 * icalendar-testsuite.el
6df6ae42
JB
989 (icalendar-testsuite--run-function-tests): Add new tests.
990 (icalendar-testsuite--test-diarytime-to-isotime): Add another
b4340b3f
UJ
991 testcase.
992 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
993 (icalendar-testsuite--test-convert-weekly-to-ical): New.
994 (icalendar-testsuite--test-convert-yearly-to-ical): New.
995 (icalendar-testsuite--test-convert-block-to-ical): New.
996 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
997 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
998
db9e401b
JB
9992010-01-18 Juanma Barranquero <lekktu@gmail.com>
1000
1001 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1002 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1003 Fix typos in docstrings and error messages.
1004 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1005
d1f18ec0
JB
10062010-01-14 Juanma Barranquero <lekktu@gmail.com>
1007
1008 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1009 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1010 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1011
6fe539d2
UJ
10122009-12-18 Ulf Jasper <ulf.jasper@web.de>
1013
1014 * icalendar-testsuite.el
d5c6faf9
SM
1015 (icalendar-testsuite--run-function-tests):
1016 Add icalendar-testsuite--test-parse-vtimezone.
6fe539d2
UJ
1017 (icalendar-testsuite--test-parse-vtimezone): New.
1018 (icalendar-testsuite--do-test-cycle): Doc changes.
6df6ae42 1019 (icalendar-testsuite--run-real-world-tests): Remove trailing
6fe539d2
UJ
1020 whitespace -- see change of icalendar--add-diary-entry in
1021 icalendar.el.
6df6ae42 1022 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
6fe539d2 1023
d8085053
GM
10242009-09-30 Glenn Morris <rgm@gnu.org>
1025
1026 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1027
7c4dccd0
CY
10282009-06-26 Eric Ludlam <zappo@gnu.org>
1029
1030 * cedet/*: New unit tests, from CEDET repository.
1031
6ada5ad1
CY
10322009-06-26 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * redisplay-testsuite.el: New file.
1035
70243478
CY
10362009-06-21 Chong Yidong <cyd@stupidchicken.com>
1037
1038 * Branch for 23.1.
1039
f052351a
UJ
10402009-01-25 Ulf Jasper <ulf.jasper@web.de>
1041
1042 * icalendar-testsuite.el
6df6ae42
JB
1043 (icalendar-testsuite--run-function-tests):
1044 Add icalendar-testsuite--test-diarytime-to-isotime.
1045 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
f052351a
UJ
1046 recent icalendar fixes.
1047 (icalendar-testsuite--test-diarytime-to-isotime): New.
6df6ae42 1048 (icalendar-testsuite--test-create-uid): Adjust to recent
f052351a
UJ
1049 icalendar changes.
1050
dee5aa91
CY
10512008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1052
d4835507 1053 * bytecomp-testsuite.el: New file.
dee5aa91 1054
f052351a 10552008-10-31 Ulf Jasper <ulf.jasper@web.de>
aad81014
UJ
1056
1057 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
d5c6faf9 1058 Add `icalendar-testsuite--test-create-uid'.
aad81014
UJ
1059 (icalendar-testsuite--test-create-uid): New.
1060
d176d8c6
UJ
10612008-06-14 Ulf Jasper <ulf.jasper@web.de>
1062
1063 * newsticker-testsuite.el: New file.
1064
a4766629
GM
10652008-05-24 Ulf Jasper <ulf.jasper@web.de>
1066
1067 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1068 Add icalendar-testsuite--test-datestring-to-isodate,
1069 icalendar-testsuite--test-datetime-to-diary-date, and
1070 icalendar-testsuite--test-calendar-style.
1071 (icalendar-testsuite--test-format-ical-event):
1072 (icalendar-testsuite--test-parse-summary-and-rest):
1073 Doc fix. Remove european-calendar-style.
1074 (icalendar-testsuite--get-ical-event): Doc fix.
1075 (icalendar-testsuite--test-first-weekday-of-year):
1076 (icalendar-testsuite--run-cycle-tests): Add doc string.
1077 (icalendar-testsuite--test-datestring-to-isodate):
1078 (icalendar-testsuite--test-datetime-to-diary-date):
1079 (icalendar-testsuite--test-calendar-style): New functions.
1080 (icalendar-testsuite--test-export): Handle iso date style.
1081 New arg INPUT-ISO. Use calendar-date-style.
1082 (icalendar-testsuite--test-import): Handle iso date style.
1083 New arg EXPECTED-ISO. Use calendar-date-style.
1084 (icalendar-testsuite--test-cycle): Handle iso date style.
1085 (icalendar-testsuite--run-import-tests):
1086 (icalendar-testsuite--run-export-tests):
1087 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1088
e42fc905
GM
10892008-02-29 Glenn Morris <rgm@gnu.org>
1090
1091 * README: New file.
1092
366b88a2
GM
10932008-02-29 Ulf Jasper <ulf.jasper@web.de>
1094
1095 * icalendar-testsuite.el: New file.
1096
1097;; Local Variables:
880820fe 1098;; coding: utf-8
366b88a2
GM
1099;; End:
1100
ab422c4d 1101 Copyright (C) 2008-2013 Free Software Foundation, Inc.
366b88a2
GM
1102
1103 This file is part of GNU Emacs.
1104
4f43e937 1105 GNU Emacs is free software: you can redistribute it and/or modify
366b88a2 1106 it under the terms of the GNU General Public License as published by
4f43e937
GM
1107 the Free Software Foundation, either version 3 of the License, or
1108 (at your option) any later version.
366b88a2
GM
1109
1110 GNU Emacs is distributed in the hope that it will be useful,
1111 but WITHOUT ANY WARRANTY; without even the implied warranty of
1112 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1113 GNU General Public License for more details.
1114
1115 You should have received a copy of the GNU General Public License
4f43e937 1116 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.