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