test/automated: Use relative filename for emacs executable
[bpt/emacs.git] / test / ChangeLog
1 2013-11-02 Glenn Morris <rgm@gnu.org>
2
3 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
4 (test, abs_top_srcdir, abs_top_builddir): Remove variables.
5 (abs_srcdir): New, set by configure.
6 (EMACS): Use a relative file name.
7 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
8 (lisp-compile): Remove (assume it's up-to-date).
9 (compile-main): Do not run lisp-compile.
10 (compile-main, compile-clean, compile-always, bootstrap-clean)
11 (check): Use srcdir rather than $test. Check cd return value.
12 Use --chdir.
13 (doit, compile, compile-always): Remove stuff copied from lisp/.
14 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
15
16 2013-10-31 Michael Albinus <michael.albinus@gmx.de>
17
18 * automated/ert-tests.el (ert-test-stats-set-test-and-result):
19 Add a skipping test.
20
21 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * indent/prolog.prolog: Test alignment of ->; with operator at bol.
24
25 * indent/css-mode.css (.x2): Test alignement inside braces.
26
27 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
28
29 * indent/ruby.rb: New failing example.
30
31 * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
32 Fix the test, in respect to adding the space after the curly.
33
34 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
35
36 * automated/ert-tests.el (ert-test-skip-unless): New test case.
37 (ert-test-deftest): Adapt test for changed macro expansion.
38 (ert-test-run-tests-interactively):
39 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
40 Add a skipping test.
41
42 * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
43 (file-notify--test-local-enabled): Make it a function. Check also
44 for `file-remote-p' of `temporary-file-directory'.
45 (file-notify--test-remote-enabled-checked): New defvar.
46 (file-notify--test-remote-enabled): Rewrite. Do not use Tramp
47 internal functions. Cache result.
48 (file-notify--deftest-remote, file-notify-test00-availability)
49 (file-notify-test01-add-watch, file-notify-test02-events)
50 (file-notify-test03-autorevert): Add checks with `skip_unless'.
51 (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
52
53 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
54
55 * indent/ruby.rb: Fix syntax error in the latest example.
56
57 2013-10-23 Glenn Morris <rgm@gnu.org>
58
59 * automated/Makefile.in (abs_top_srcdir, top_builddir):
60 New, set by configure.
61 (top_srcdir): Remove.
62 (abs_test, abs_lispsrc): New.
63 (lisp): No longer absolute.
64 (emacs, lisp-compile, compile, compile-always):
65 Quote entities that might contain whitespace.
66
67 2013-10-22 Dmitry Gutov <dgutov@yandex.ru>
68
69 * indent/ruby.rb: Move two examples to "working" section, add one
70 more.
71
72 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
73
74 * indent/ruby.rb: New examples for indentation of blocks.
75 Example of hash inside parens that inflooped before the present commit.
76
77 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
78
79 * test/automated/timer-tests.el: New file. Tests that (sit-for 0)
80 allows another timer to run.
81
82 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
83
84 * indent/ruby.rb: More examples for bug#15594, both failing and
85 now passing.
86
87 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
88
89 * indent/ruby.rb: Add two more cases.
90
91 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
92
93 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
94 first use.
95 (ruby-should-indent): Use indent-according-to-mode.
96 (ruby-deftest-move-to-block): Use `declare'.
97
98 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
99
100 * indent/ruby.rb: Fix a spurious change, add more failing examples.
101
102 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * indent/ruby.rb: Add a few more tests; adjust some indentation.
105
106 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
107
108 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
109 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
110
111 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
112
113 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
116 Adjust indentation of continued line to the new SMIE behavior.
117
118 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * automated/completion-tests.el:
121 * indent/css-mode.css: New files.
122
123 2013-10-03 Daiki Ueno <ueno@gnu.org>
124
125 * automated/data/package/signed/archive-contents:
126 * automated/data/package/signed/archive-contents.sig:
127 * automated/data/package/signed/signed-good-1.0.el:
128 * automated/data/package/signed/signed-good-1.0.el.sig:
129 * automated/data/package/signed/signed-bad-1.0.el:
130 * automated/data/package/signed/signed-bad-1.0.el.sig:
131 * automated/data/package/key.pub:
132 * automated/data/package/key.sec: New files.
133
134 * automated/package-test.el (package-test-update-listing)
135 (package-test-update-archives, package-test-describe-package):
136 Adjust to package.el change.
137 (package-test-signed): New test.
138
139 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
140
141 * automated/package-test.el: Update all cases to use :url instead
142 of :homepage.
143
144 * automated/package-x-test.el
145 (package-x-test--single-archive-entry-1-3): Same.
146
147 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
148
149 * automated/package-test.el (simple-single-desc-1-4): Remove, it
150 was unused.
151 (simple-single-desc): Expect :homepage property.
152 (multi-file-desc): Same.
153 (with-package-test): Do not save previous `default-directory'
154 value, let-bind the var instead.
155 (package-test-install-single): Expect :homepage property in the
156 generated pkg file.
157 (package-test-describe-package): Expect Homepage button.
158 (package-test-describe-non-installed-package)
159 (package-test-describe-non-installed-multi-file-package): Same.
160 (package-test-describe-not-installed-package): Remove, it was a
161 duplicate.
162
163 * automated/package-x-test.el
164 (package-x-test--single-archive-entry-1-3): Expect :homepage
165 property.
166 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
167
168 * automated/data/package/simple-single-1.3.el: Add URL header.
169
170 * automated/data/package/archive-contents: Add :homepage
171 properties to `simple-single' and `multi-file'.
172
173 2013-09-22 Daniel Colascione <dancol@dancol.org>
174
175 * automated/data-test.el:
176 (bool-vector-count-matches-all-0-nil)
177 (bool-vector-count-matches-all-0-t)
178 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
179 (bool-vector-count-matches-at, bool-vector-intersection-op)
180 (bool-vector-union-op, bool-vector-xor-op)
181 (bool-vector-set-difference-op)
182 (bool-vector-change-detection, bool-vector-not): New tests.
183 (mock-bool-vector-count-matches-at)
184 (test-bool-vector-bv-from-hex-string)
185 (test-bool-vector-to-hex-string)
186 (test-bool-vector-count-matches-at-tc)
187 (test-bool-vector-apply-mock-op)
188 (test-bool-vector-binop): New helper functions.
189 (bool-vector-test-vectors): New testcase data.
190
191 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
192
193 * automated/advice-tests.el (advice-test-called-interactively-p-around)
194 (advice-test-called-interactively-p-filter-args)
195 (advice-test-called-interactively-p-around): New tests.
196
197 2013-09-16 Glenn Morris <rgm@gnu.org>
198
199 * automated/eshell.el (eshell-match-result):
200 Return a more informative failure than simply "false". Update callers.
201
202 * automated/eshell.el (eshell-test/for-name-shadow-loop):
203 Test value before and after loop as well as during.
204
205 2013-09-15 Glenn Morris <rgm@gnu.org>
206
207 * automated/eshell.el (eshell-test/for-name-shadow-loop):
208 New test. (Bug#15372)
209 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
210
211 2013-09-13 Glenn Morris <rgm@gnu.org>
212
213 * automated/eshell.el (with-temp-eshell):
214 Use a temp directory for eshell-directory-name.
215 (eshell-test-command-result): New, again using a temp directory.
216 Replace eshell-command-result with this throughout.
217 (eshell-test/for-loop, eshell-test/for-name-loop):
218 Ensure environment variables don't confuse us.
219
220 2013-09-12 Glenn Morris <rgm@gnu.org>
221
222 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
223 due to "has a running process; kill it?" prompts.
224
225 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * automated/eshell.el: Rename from eshell.el.
228 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
229
230 2013-09-01 Glenn Morris <rgm@gnu.org>
231
232 * automated/Makefile.in (setwins): Avoid leading space in $wins.
233 Otherwise the sed command used by eg compile-main ends up
234 containing "/*.el". (Bug#15170)
235
236 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
237
238 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
239 for portability to hosts where /bin/sh has problems.
240
241 2013-08-21 David Engster <deng@randomsample.de>
242
243 * automated/eieio-tests.el, automated/eieio-test-persist.el:
244 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
245 upstream. Changed to use ERT.
246
247 2013-08-14 Daniel Hackney <dan@haxney.org>
248
249 * package-test.el: Remove tar-package-building functions. Tar file
250 used for testing is included in the repository.
251 (package-test-install-texinfo, package-test-cleanup-built-files):
252 Remove.
253
254 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
255
256 * automated/python-tests.el (python-imenu-create-index-4)
257 (python-imenu-create-flat-index-2): New tests.
258
259 2013-08-05 Glenn Morris <rgm@gnu.org>
260
261 * automated/mule-util.el: New file, with tests extracted from
262 lisp/international/mule-util.el.
263
264 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
265
266 * automated/advice-tests.el (advice-tests-nadvice): Test removal
267 before definition.
268 (advice-tests-macroaliases): New test.
269
270 2013-08-04 Glenn Morris <rgm@gnu.org>
271
272 * automated/ert-tests.el: Disable failing test that no-one seems
273 to know how to fix. (Bug#13064)
274
275 * automated/icalendar-tests.el (icalendar-tests--test-export)
276 (icalendar-tests--test-import): Try more precise TZ specification.
277 Remove debug messages.
278
279 2013-08-03 Glenn Morris <rgm@gnu.org>
280
281 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
282
283 * automated/icalendar-tests.el (icalendar-tests--test-export)
284 (icalendar-tests--test-import):
285 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
286 (icalendar-tests--test-import): Reset zone even if error occurred.
287
288 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * automated/core-elisp-tests.el: New file.
291
292 2013-08-01 Glenn Morris <rgm@gnu.org>
293
294 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
295 Try to check that the remote system has a notification program.
296
297 2013-07-31 Glenn Morris <rgm@gnu.org>
298
299 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
300
301 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
302
303 * automated/file-notify-tests.el
304 (file-notify--test-local-enabled): New defconst. Replaces all
305 `file-notify-support' occurences.
306 (file-notify--test-remote-enabled): New defun.
307 (file-notify--deftest-remote): Use it.
308 (file-notify-test00-availability): Rewrite.
309 (file-notify-test00-availability-remote): New defun.
310 (file-notify-test01-add-watch): Rewrite first erroneous check.
311
312 2013-07-23 Glenn Morris <rgm@gnu.org>
313
314 * automated/inotify-test.el (inotify-file-watch-simple):
315 Delete temp-file when done.
316
317 * automated/subword-tests.el: Require subword.
318
319 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * automated/subword-tests.el: New file.
322
323 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
324
325 * automated/python-tests.el (python-imenu-create-index-2)
326 (python-imenu-create-index-3): New tests.
327
328 2013-07-11 Glenn Morris <rgm@gnu.org>
329
330 * automated/ert-tests.el: Require cl-lib at runtime too.
331 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
332 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
333 (ert-test-set-functions, ert-test-gensym)
334 (ert-test-coerce-to-vector, ert-test-string-position)
335 (ert-test-mismatch): Remove tests.
336 * automated/cl-lib.el: New, split from ert-tests.el.
337
338 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
339 Goto point-min.
340 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
341 (ruby-move-to-block-skips-percent-literal)
342 (ruby-move-to-block-skips-heredoc)
343 (ruby-move-to-block-moves-from-else-to-if)
344 (ruby-beginning-of-defun-does-not-fold-case)
345 (ruby-end-of-defun-skips-to-next-line-after-the-method):
346 Replace goto-line with forward-line/goto-char.
347 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
348
349 * automated/package-test.el (makeinfo-buffer): Autoload.
350 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
351 (package-test-install-texinfo): Don't require makeinfo.
352
353 * automated/files.el: Stop "local variables" confusion.
354
355 * automated/flymake-tests.el (flymake-tests): Remove unused group.
356
357 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
358 Use with-current-buffer.
359
360 * automated/undo-tests.el (undo-test-buffer-modified)
361 (undo-test-file-modified): New tests.
362
363 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
364
365 * automated/file-notify-tests.el (file-notify-test00-availability):
366 Set :expected-result.
367 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
368 (file-notify-test02-events, file-notify-test02-events-remote)
369 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
370 Skip when `file-notify-support' is nil. (Bug#14823)
371
372 2013-07-09 Glenn Morris <rgm@gnu.org>
373
374 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
375 Declare.
376 (inotify-file-watch-simple): Silence compiler.
377
378 * automated/python-tests.el (python-indent-block-enders):
379 Make it actually test something.
380
381 * automated/package-x-test.el: Require package-test when compiling.
382
383 * automated/add-log-tests.el, automated/advice-tests.el:
384 * automated/imenu-test.el, automated/package-x-test.el:
385 * automated/python-tests.el, automated/ruby-mode-tests.el:
386 * automated/xml-parse-tests.el: Explictly require ert.
387
388 2013-07-08 Kenichi Handa <handa@gnu.org>
389
390 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
391 Use with-ccoding-priority to avoid side-effect (Bug#14781).
392
393 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
394
395 * automated/file-notify-tests.el
396 (file-notify-test-remote-temporary-file-directory):
397 Use `null-device' on w32.
398 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
399 (file-notify--test-results, file-notify--test-event)
400 (file-notify--deftest-remote, file-notify--event-test)
401 (file-notify--test-event-handler)
402 (file-notify--test-make-temp-name): Rename, in order to mark them
403 internal.
404 (tramp-message-show-message, tramp-read-passwd): Tweak them for
405 better fitting in noninteractive tests.
406 (file-notify-test00-availability): Rename from `file-notify-test0'.
407 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
408 Use `temporary-file-directory '.
409 (file-notify-test01-add-watch-remote): New test.
410 (file-notify-test02-events): Rename from `file-notify-test2'.
411 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
412 (file-notify-test03-autorevert): Rename from
413 `file-notify-test4'. Use timeouts.
414 (file-notify-test03-autorevert-remote): Rename from
415 `file-notify-test5'.
416
417 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
418
419 * automated/file-notify-tests.el: New package.
420
421 2013-06-28 Kenichi Handa <handa@gnu.org>
422
423 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
424 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
425 Callers changed.
426 (decoder-tests-filename): New function.
427 (decoder-tests-prefer-utf-8-read)
428 (decoder-tests-prefer-utf-8-write): New function.
429 (ert-test-decoder-prefer-utf-8): New test.
430
431 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
432
433 * automated/package-x-test.el: Change the commentary.
434 (package-x-test--single-archive-entry-1-3)
435 (package-x-test--single-archive-entry-1-4): Fix the tests, by
436 using the appropriate data structure.
437
438 2013-06-27 Daniel Hackney <dan@haxney.org>
439
440 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
441
442 * automated/package-x-test.el: New file.
443
444 * automated/package-test.el: New file.
445
446 * automated/data/package: New directory, with test examples.
447
448 2013-06-27 Glenn Morris <rgm@gnu.org>
449
450 * automated/python-tests.el (python-tests-with-temp-file):
451 Clean up after ourself.
452
453 * automated/undo-tests.el (undo-test3): Remove test that seems to
454 do nothing that the previous one doesn't, except leave a tempfile.
455
456 2013-06-26 Glenn Morris <rgm@gnu.org>
457
458 * automated/info-xref.el: New file.
459
460 2013-06-25 Glenn Morris <rgm@gnu.org>
461
462 * automated/occur-tests.el (occur-test-create): New function.
463 Use it to create separate tests for each element, so we run them
464 all rather than stopping at the first error.
465
466 2013-06-24 Glenn Morris <rgm@gnu.org>
467
468 * automated/occur-tests.el (occur-tests):
469 Update for 2013-05-29 change to occur header line.
470
471 2013-06-21 Eduard Wiebe <usenet@pusto.de>
472
473 Test suite for flymake.
474 * automated/flymake-tests.el:
475 * automated/flymake/warnpred/Makefile
476 * automated/flymake/warnpred/test.c
477 * automated/flymake/warnpred/test.pl: New files.
478
479 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
480
481 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
482
483 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
484
485 * automated/reftex-tests.el: New test suite for reftex.
486
487 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
488
489 * automated/ruby-mode-tests.el: New tests, for percent literals
490 and expression expansion.
491
492 2013-05-29 Leo Liu <sdl.web@gmail.com>
493
494 * indent/octave.m: Tweak.
495
496 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
497
498 * tests/eshell.el: Rewrite tests using ERT.
499
500 2013-05-25 Leo Liu <sdl.web@gmail.com>
501
502 * indent/octave.m: Add tests for %!, # and ### comments.
503
504 2013-05-23 Kenichi Handa <handa@gnu.org>
505
506 * automated/decoder-tests.el: New file.
507
508 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
509
510 * indent/ruby.rb: Add multiline regexp example.
511
512 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
513 (ruby-regexp-skips-over-interpolation)
514 (ruby-regexp-continues-till-end-when-unclosed)
515 (ruby-regexp-can-be-multiline)
516 (ruby-interpolation-inside-percent-literal): New tests.
517
518 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
519
520 * indent/ruby.rb: Fix indentation after =; add more cases.
521
522 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
523
524 * indent/pascal.pas: Add test for mis-identified comments.
525
526 2013-04-01 Masatake YAMATO <yamato@redhat.com>
527
528 * automated/imenu-tests.el: New file. (Bug#14112)
529
530 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
531
532 * automated/python-tests.el (python-imenu-prev-index-position-1):
533 Remove test.
534 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
535 New tests.
536
537 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
538
539 * automated/python-tests.el (python-nav-backward-defun-2)
540 (python-nav-backward-defun-3, python-nav-forward-defun-2)
541 (python-nav-forward-defun-3): New tests.
542
543 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
544
545 * automated/python-tests.el (python-nav-backward-defun-1)
546 (python-nav-forward-defun-1): New tests.
547
548 2013-04-09 Masatake YAMATO <yamato@redhat.com>
549
550 * automated/add-log-tests.el: New file. (Bug#14112)
551
552 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
553
554 * automated/python-tests.el (python-indent-block-enders): New test.
555 (python-info-current-defun-2): Fix test.
556
557 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
558
559 * indent/octave.m: Fix encoding error in comment. Add coding tag.
560
561 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
562
563 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
564 (python-tests-with-temp-file): New macro.
565 (python-tests-shell-interpreter): New var.
566 (python-shell-get-process-name-1)
567 (python-shell-internal-get-process-name-1)
568 (python-shell-parse-command-1)
569 (python-shell-calculate-process-environment-1)
570 (python-shell-calculate-process-environment-2)
571 (python-shell-calculate-process-environment-3)
572 (python-shell-calculate-exec-path-1)
573 (python-shell-calculate-exec-path-2)
574 (python-shell-make-comint-1)
575 (python-shell-make-comint-2)
576 (python-shell-get-process-1)
577 (python-shell-get-or-create-process-1)
578 (python-shell-internal-get-or-create-process-1): New tests.
579
580 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
581
582 * automated/python-tests.el: New file.
583
584 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
585
586 * automated/ruby-mode-tests.el
587 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
588 bits inside the examples.
589 (ruby-move-to-block-skips-heredoc): New test.
590 (ruby-add-log-current-method-after-inner-class):
591 Lower expectations: move point inside a method, initially.
592
593 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
594
595 * automated/ruby-mode-tests.el
596 (ruby-move-to-block-skips-percent-literal): New test.
597
598 2013-02-04 Chong Yidong <cyd@gnu.org>
599
600 * automated/thingatpt.el: New file.
601
602 2013-02-03 Chong Yidong <cyd@gnu.org>
603
604 * automated/files.el (file-test--do-local-variables-test):
605 Avoid compilation warning message.
606
607 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
608
609 * automated/ruby-mode-tests.el
610 (ruby-indent-spread-args-in-parens): New test.
611 * automated/ruby-mode-tests.el (ruby-block-test-example):
612 Break indentation of the do block opener and add a line inside it.
613 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
614 Adjust line numbers.
615
616 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
619
620 2013-01-14 Glenn Morris <rgm@gnu.org>
621
622 * automated/compile-tests.el (compile-tests--test-regexps-data):
623 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
624
625 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
626
627 * automated/man-tests.el: New file.
628
629 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
630
631 * automated/undo-tests.el (undo-test0): Adjust error to code change.
632
633 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
634
635 * automated/undo-tests.el: New file.
636
637 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
638
639 * automated/ruby-mode-tests.el
640 (ruby-indent-after-block-in-continued-expression): New test.
641
642 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
643
644 * automated/ruby-mode-tests.el:
645 Rename one interpolation test; add three more.
646 (ruby-with-temp-buffer): New macro, use it where appropriate.
647 (ruby-add-log-current-method-examples): Use "_" for target point.
648 Add four new tests for ruby-add-log-current-method.
649
650 2012-12-11 Glenn Morris <rgm@gnu.org>
651
652 * automated/f90.el (f90-test-bug13138): New test.
653
654 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
655
656 * automated/inotify-test.el: New test.
657
658 2012-12-02 Chong Yidong <cyd@gnu.org>
659
660 * automated/ruby-mode-tests.el
661 (ruby-add-log-current-method-examples): Don't use loop macro, to
662 allow automated testing to work.
663
664 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * automated/advice-tests.el (advice-tests--data): Remove.
667 (advice-tests): Move the tests directly here instead.
668 Add called-interactively-p tests.
669
670 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * automated/ert-x-tests.el: Use cl-lib.
673 * automated/ert-tests.el: Use lexical-binding and cl-lib.
674
675 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
676
677 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
678 (ruby-indent-inside-heredoc-after-operator)
679 (ruby-indent-inside-heredoc-after-space): New tests.
680 Change direct font-lock face references to var references.
681 (ruby-interpolation-suppresses-syntax-inside): New test.
682 (ruby-interpolation-inside-percent-literal-with-paren):
683 New failing test.
684
685 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
686
687 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
688 (ruby-singleton-class-no-heredoc-font-lock)
689 (ruby-add-log-current-method-examples): New tests.
690 (ruby-test-string): Extract from ruby-should-indent-buffer.
691 (ruby-deftest-move-to-block): New macro.
692 Add several move-to-block tests.
693
694 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * automated/advice-tests.el: New tests.
697
698 2012-10-14 Eli Zaretskii <eliz@gnu.org>
699
700 * automated/compile-tests.el (compile-tests--test-regexps-data):
701 Add new data for msft's new format.
702
703 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
704
705 * automated/ruby-mode-tests.el:
706 (ruby-toggle-block-to-multiline): New test.
707 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
708 (ruby-toggle-block-to-brace): Use buffer-string.
709
710 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
711
712 * automated/ruby-mode-tests.el: New tests (Bug#11613).
713
714 2012-08-28 Chong Yidong <cyd@gnu.org>
715
716 * automated/files.el: Test every combination of values for
717 enable-local-variables and enable-local-eval.
718
719 2012-08-19 Chong Yidong <cyd@gnu.org>
720
721 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
722
723 2012-08-18 Chong Yidong <cyd@gnu.org>
724
725 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
726
727 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
728
729 * indent/ruby.rb: Rearrange examples, add new ones.
730
731 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
732
733 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
734 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
735
736 2012-08-11 Glenn Morris <rgm@gnu.org>
737
738 * automated/files.el: New file.
739
740 * automated/Makefile.in (all): Fix typo.
741
742 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
743
744 * automated/ruby-mode-tests.el (ruby-should-indent):
745 Add docstring, check (current-indentation) instead of (current-column).
746 (ruby-should-indent-buffer): New function.
747 Add tests for `ruby-deep-indent-paren' behavior.
748 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
749
750 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
751
752 Original tests in test_ruby_mode.rb in upstream (author).
753
754 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
755
756 * automated/ruby-mode-tests.el (ruby-should-indent)
757 (ruby-assert-state): New functions.
758 Add new tests.
759
760 2012-07-29 David Engster <deng@randomsample.de>
761
762 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
763 New variable to hold test data for name expansion.
764 (xml-parse-tests): Test the two different types of name expansion.
765
766 2012-07-29 Juri Linkov <juri@jurta.org>
767
768 * automated/occur-tests.el (occur-test-case): Use predefined
769 buffer name " *test-occur*" instead of a random buffer name.
770
771 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
772
773 * automated/ruby-mode-tests.el: New file with one test.
774
775 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * indent/shell.sh: Add test case for ${#VAR}.
778
779 * indent/latex-mode.tex: New file.
780
781 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * eshell.el: Use cl-lib.
784
785 2012-07-03 Chong Yidong <cyd@gnu.org>
786
787 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
788
789 2012-07-02 Chong Yidong <cyd@gnu.org>
790
791 * automated/xml-parse-tests.el (xml-parse-tests--data):
792 More testcases.
793
794 2012-07-01 Chong Yidong <cyd@gnu.org>
795
796 * automated/xml-parse-tests.el: New file.
797
798 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
801 Use cl-flet.
802
803 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
804
805 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
806 Test escaped commas in TZID (Bug#11473).
807 (icalendar-import-with-timezone): New.
808 (icalendar-real-world): Add new testcase as given in the bugreport
809 of Bug#11473.
810
811 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
812
813 * automated/icalendar-tests.el (icalendar-tests--test-import):
814 Include UID in import tests (Bug#11525).
815 (icalendar-import-non-recurring, icalendar-import-rrule)
816 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
817 UID-import change.
818 (icalendar-import-with-uid): New.
819 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
820 Include UID in cycle tests.
821 (icalendar-cycle, icalendar-real-world): UID-import change.
822
823 2012-05-21 Glenn Morris <rgm@gnu.org>
824
825 * automated/Makefile.in (setwins): Scrap superfluous subshell.
826
827 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
828
829 * automated/url-util-tests.el: New file to test
830 lisp/url/url-util.el. Only `url-build-query-string' and
831 `url-parse-query-string' are tested right now (Bug#8706).
832
833 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
834
835 * indent/shell.sh:
836 * indent/shell.rc: Ad some test cases.
837
838 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * indent/ruby.rb: New file, to test new syntax-propertize code.
841
842 2012-04-11 Glenn Morris <rgm@gnu.org>
843
844 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
845
846 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
847
848 * automated/url-future-tests.el (url-future-tests): Move from
849 lisp/url/url-future.el and rename.
850
851 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
852
853 * automated/icalendar-tests.el (icalendar-import-non-recurring):
854 Fix broken test, caused by missing trailing blank.
855
856 2011-12-03 Chong Yidong <cyd@gnu.org>
857
858 * automated/compile-tests.el (compile-tests--test-regexps-data):
859 Increase column numbers by one to reflect change in how
860 compilation-message is recorded (Bug#10172).
861
862 2011-11-22 Glenn Morris <rgm@gnu.org>
863
864 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
865
866 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
867
868 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
869
870 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
871
872 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
873 (icalendar-tests--test-export, icalendar-tests--do-test-export):
874 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
875
876 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
877
878 * automated/newsticker-tests.el
879 (newsticker--group-manage-orphan-feeds): Remove fsetting of
880 newsticker--treeview-tree-update.
881
882 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
883
884 * automated/newsticker-tests.el
885 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
886
887 * trunk/test/automated/newsticker-tests.el
888 (newsticker--group-manage-orphan-feeds): Prevent updating
889 newsticker treeview. Fixed bug#9763.
890
891 2011-10-20 Glenn Morris <rgm@gnu.org>
892
893 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
894
895 * automated/vc-bzr.el: New file.
896
897 2011-10-15 Glenn Morris <rgm@gnu.org>
898
899 * automated/f90.el: New file.
900
901 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
902
903 * automated/newsticker-tests.el: Move newsticker-testsuite.el
904 to automated/newsticker-tests.el. Convert to ERT.
905
906 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
907
908 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
909 Remove, simply use string=.
910 (icalendar--diarytime-to-isotime)
911 (icalendar--datetime-to-diary-date)
912 (icalendar--datestring-to-isodate)
913 (icalendar--format-ical-event)
914 (icalendar--parse-summary-and-rest)
915 (icalendar-tests--do-test-import)
916 (icalendar-tests--do-test-cycle): Change argument order of
917 string= to EXPECTED ACTUAL.
918 (icalendar--import-format-sample)
919 (icalendar--format-ical-event)
920 (icalendar-import-non-recurring)
921 (icalendar-import-rrule)
922 (icalendar-import-duration)
923 (icalendar-import-bug-6766)
924 (icalendar-real-world): Adjust to string= instead of
925 icalendar-tests--compare-strings.
926 (icalendar-import-multiple-vcalendars): New.
927
928 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
929
930 * automated/gnus-tests.el: Add wrapper for Gnus tests.
931 Require CL.
932
933 2011-05-09 Juri Linkov <juri@jurta.org>
934
935 * automated/occur-tests.el: Move from test/occur-testsuite.el.
936 Convert to ERT.
937
938 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
939
940 * automated/compile-tests.el: New file.
941
942 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
943
944 * automated/font-parse-tests.el: Don't byte-compile.
945
946 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
947
948 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
949
950 * automated/lexbind-tests.el: New file.
951
952 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
953
954 * Version 23.3 released.
955
956 2011-03-05 Glenn Morris <rgm@gnu.org>
957
958 * eshell.el: Move here from lisp/eshell/esh-test.el.
959
960 2011-03-03 Christian Ohler <ohler@gnu.org>
961
962 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
963 New test.
964
965 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
966
967 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
968 convert to ERT format.
969
970 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
971
972 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
973 convert to ERT format.
974
975 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * indent/shell.sh:
978 * indent/shell.rc: New files.
979
980 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
981
982 * automated/font-parse-tests.el: Move from
983 font-parse-testsuite.el.
984
985 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
986
987 * font-parse-testsuite.el (test-font-parse-data): New file.
988
989 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * indent/prolog.prolog: Add tokenizing tests.
992
993 2011-01-13 Christian Ohler <ohler@gnu.org>
994
995 * automated: New directory for automated tests.
996
997 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
998
999 * automated/Makefile.in: New file.
1000
1001 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * indent/modula2.mod: New file.
1004
1005 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * indent/octave.m: Add a test to ensure indentation is local.
1008
1009 2010-10-23 Glenn Morris <rgm@gnu.org>
1010
1011 * comint-testsuite.el
1012 (comint-testsuite--test-comint-password-prompt-regexp):
1013 Add "Please enter the password". (Bug#7224)
1014
1015 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * indent/prolog.prolog: Use normal spacing around !.
1018
1019 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 * indent/octave.m: Remove one more `fixindent'. Use `end'.
1022
1023 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * indent/octave.m: Remove some `fixindent' not needed any more.
1026
1027 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * indent/octave.m: New file.
1030
1031 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
1032
1033 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1034 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1035 (icalendar-testsuite--run-internal-tests): New.
1036 (icalendar-testsuite--test-convert-ordinary-to-ical)
1037 (icalendar-testsuite--test-convert-block-to-ical)
1038 (icalendar-testsuite--test-convert-anniversary-to-ical)
1039 (icalendar-testsuite--test-parse-vtimezone)
1040 (icalendar-testsuite--do-test-export): Code formatting.
1041 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1042 (icalendar-testsuite--do-test-import)
1043 (icalendar-testsuite--do-test-cycle):
1044 Use icalendar-testsuite--compare-strings
1045 (icalendar-testsuite--run-import-tests): Comment added.
1046 (icalendar-testsuite--run-import-tests)
1047 (icalendar-testsuite--run-real-world-tests): Fix expected results.
1048
1049 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
1050
1051 * redisplay-testsuite.el (test-redisplay-3): New test.
1052
1053 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1054
1055 * comint-testsuite.el: New file.
1056
1057 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * indent: New dir.
1060
1061 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1062
1063 * Version 23.2 released.
1064
1065 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
1066
1067 * cedet/semantic-ia-utest.el
1068 (semantic-symref-test-count-hits-in-tag): Add function, from
1069 semantic-test.el.
1070
1071 * cedet/tests/test.cpp:
1072 * cedet/tests/test.py:
1073 * cedet/tests/teststruct.cpp:
1074 * cedet/tests/testtemplates.cpp:
1075 * cedet/tests/testusing.cpp:
1076 * cedet/tests/scopetest.cpp:
1077 * cedet/tests/scopetest.java: Files deleted.
1078
1079 * cedet/tests/test.make:
1080 * cedet/tests/test.c:
1081 * cedet/tests/testjavacomp.java:
1082 * cedet/tests/testspp.c:
1083 * cedet/tests/testsppreplace.c:
1084 * cedet/tests/testsppreplaced.c:
1085 * cedet/tests/testsubclass.cpp:
1086 * cedet/tests/testsubclass.hh:
1087 * cedet/tests/testtypedefs.cpp:
1088 * cedet/tests/testvarnames.c:
1089 * cedet/tests/test.el:
1090 * cedet/tests/testdoublens.cpp:
1091 * cedet/tests/testdoublens.hpp: Add copyright header.
1092
1093 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1094 Remove reference to deleted files.
1095
1096 2010-03-30 Juri Linkov <juri@jurta.org>
1097
1098 * occur-testsuite.el (occur-tests): Add tests for context lines.
1099
1100 2010-03-23 Juri Linkov <juri@jurta.org>
1101
1102 * occur-testsuite.el: New file.
1103
1104 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1105
1106 * Branch for 23.2.
1107
1108 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1109
1110 * icalendar-testsuite.el
1111 (icalendar-testsuite--run-function-tests): Add new tests.
1112 (icalendar-testsuite--test-diarytime-to-isotime): Add another
1113 testcase.
1114 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1115 (icalendar-testsuite--test-convert-weekly-to-ical): New.
1116 (icalendar-testsuite--test-convert-yearly-to-ical): New.
1117 (icalendar-testsuite--test-convert-block-to-ical): New.
1118 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1119 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1120
1121 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1122
1123 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1124 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1125 Fix typos in docstrings and error messages.
1126 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1127
1128 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1129
1130 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1131 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1132 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1133
1134 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1135
1136 * icalendar-testsuite.el
1137 (icalendar-testsuite--run-function-tests):
1138 Add icalendar-testsuite--test-parse-vtimezone.
1139 (icalendar-testsuite--test-parse-vtimezone): New.
1140 (icalendar-testsuite--do-test-cycle): Doc changes.
1141 (icalendar-testsuite--run-real-world-tests): Remove trailing
1142 whitespace -- see change of icalendar--add-diary-entry in
1143 icalendar.el.
1144 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1145
1146 2009-09-30 Glenn Morris <rgm@gnu.org>
1147
1148 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1149
1150 2009-06-26 Eric Ludlam <zappo@gnu.org>
1151
1152 * cedet/*: New unit tests, from CEDET repository.
1153
1154 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
1155
1156 * redisplay-testsuite.el: New file.
1157
1158 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1159
1160 * Branch for 23.1.
1161
1162 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1163
1164 * icalendar-testsuite.el
1165 (icalendar-testsuite--run-function-tests):
1166 Add icalendar-testsuite--test-diarytime-to-isotime.
1167 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1168 recent icalendar fixes.
1169 (icalendar-testsuite--test-diarytime-to-isotime): New.
1170 (icalendar-testsuite--test-create-uid): Adjust to recent
1171 icalendar changes.
1172
1173 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1174
1175 * bytecomp-testsuite.el: New file.
1176
1177 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1178
1179 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1180 Add `icalendar-testsuite--test-create-uid'.
1181 (icalendar-testsuite--test-create-uid): New.
1182
1183 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
1184
1185 * newsticker-testsuite.el: New file.
1186
1187 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
1188
1189 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1190 Add icalendar-testsuite--test-datestring-to-isodate,
1191 icalendar-testsuite--test-datetime-to-diary-date, and
1192 icalendar-testsuite--test-calendar-style.
1193 (icalendar-testsuite--test-format-ical-event):
1194 (icalendar-testsuite--test-parse-summary-and-rest):
1195 Doc fix. Remove european-calendar-style.
1196 (icalendar-testsuite--get-ical-event): Doc fix.
1197 (icalendar-testsuite--test-first-weekday-of-year):
1198 (icalendar-testsuite--run-cycle-tests): Add doc string.
1199 (icalendar-testsuite--test-datestring-to-isodate):
1200 (icalendar-testsuite--test-datetime-to-diary-date):
1201 (icalendar-testsuite--test-calendar-style): New functions.
1202 (icalendar-testsuite--test-export): Handle iso date style.
1203 New arg INPUT-ISO. Use calendar-date-style.
1204 (icalendar-testsuite--test-import): Handle iso date style.
1205 New arg EXPECTED-ISO. Use calendar-date-style.
1206 (icalendar-testsuite--test-cycle): Handle iso date style.
1207 (icalendar-testsuite--run-import-tests):
1208 (icalendar-testsuite--run-export-tests):
1209 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1210
1211 2008-02-29 Glenn Morris <rgm@gnu.org>
1212
1213 * README: New file.
1214
1215 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
1216
1217 * icalendar-testsuite.el: New file.
1218
1219 ;; Local Variables:
1220 ;; coding: utf-8
1221 ;; End:
1222
1223 Copyright (C) 2008-2013 Free Software Foundation, Inc.
1224
1225 This file is part of GNU Emacs.
1226
1227 GNU Emacs is free software: you can redistribute it and/or modify
1228 it under the terms of the GNU General Public License as published by
1229 the Free Software Foundation, either version 3 of the License, or
1230 (at your option) any later version.
1231
1232 GNU Emacs is distributed in the hope that it will be useful,
1233 but WITHOUT ANY WARRANTY; without even the implied warranty of
1234 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1235 GNU General Public License for more details.
1236
1237 You should have received a copy of the GNU General Public License
1238 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.