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