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