Avoid EMACSDATA in user environment interfering with building
[bpt/emacs.git] / test / ChangeLog
1 2014-04-11 Glenn Morris <rgm@gnu.org>
2
3 * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
4
5 2014-04-11 Paul Eggert <eggert@cs.ucla.edu>
6
7 * automated/electric-tests.el: Fix spelling error in test name.
8 (whitespace-skipping-for-quotes-not-outside):
9 Rename from whitespace-skipping-for-quotes-not-ouside.
10
11 2014-04-09 Daniel Colascione <dancol@dancol.org>
12
13 * automated/syntax-tests.el: New file.
14
15 2014-04-09 Glenn Morris <rgm@gnu.org>
16
17 * automated/python-tests.el (python-triple-quote-pairing):
18 Enable/disable electric-pair-mode as needed.
19
20 * automated/electric-tests.el (electric-pair-backspace-1):
21 Replace deleted function.
22
23 2014-04-07 João Távora <joaotavora@gmail.com>
24
25 * automated/python-tests.el (python-triple-quote-pairing): New test.
26 (python-syntax-after-python-backspace): New test.
27
28 * automated/electric-tests.el (electric-pair-define-test-form):
29 More readable test docstrings.
30 (whitespace-skipping-for-quotes-not-ouside)
31 (whitespace-skipping-for-quotes-only-inside)
32 (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
33
34 2014-04-04 João Távora <joaotavora@gmail.com>
35
36 * automated/electric-tests.el (define-electric-pair-test):
37 Don't overtest.
38 (inhibit-in-mismatched-string-inside-ruby-comments): New test.
39 (inhibit-in-mismatched-string-inside-c-comments): New test.
40
41 2014-04-02 João Távora <joaotavora@gmail.com>
42
43 * automated/electric-tests.el (inhibit-if-strings-mismatched):
44 New test, change from `inhibit-only-of-next-is-mismatched'.
45
46 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
47
48 * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
49 (undo-test-region-t-marker): New tests of marker adjustments.
50 (undo-test-marker-adjustment-moved):
51 (undo-test-region-mark-adjustment): New tests to demonstrate
52 bug#16818, which fail without the fix.
53
54 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
55
56 * automated/package-test.el (package-test-describe-package):
57 Fix test failure in non-graphical mode.
58
59 2014-03-23 Daniel Colascione <dancol@dancol.org>
60
61 * automated/subword-tests.el (subword-tests2): More subword tests.
62
63 * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
64 test: correct parsing of keyword arguments.
65
66 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
67
68 * automated/package-test.el (package-test-describe-package):
69 Check for the "Keywords: " line.
70
71 * automated/data/package/archive-contents: Include the :keywords
72 field in `simple-single' data form.
73
74 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
75
76 * automated/package-test.el
77 (package-test-install-two-dependencies): New test (bug#16826).
78
79 * automated/data/package/simple-two-depend-1.1.el: New file.
80
81 * automated/data/package/archive-contents:
82 Add info about the new package.
83
84 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
85
86 * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
87 (tramp-test10-write-region): Extend for out-of-band copy.
88 (tramp-test31-asynchronous-requests): New test.
89
90 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
91
92 * automated/undo-tests.el (undo-test-in-region-not-most-recent):
93 Add new test of undo in region.
94 (undo-test-in-region-eob): Add test case described at
95 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
96
97 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
98
99 * automated/tramp-tests.el (tramp--test-enabled)
100 (tramp-test15-copy-directory): No special handling of tramp-adb.el
101 anymore. It's fixed in that package.
102
103 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
104
105 * automated/tramp-tests.el (tramp--test-enabled): Move connection
106 cleanup into this function. Remove respective code from all test
107 cases.
108 (tramp--instrument-test-case): Declare `indent' and `debug'.
109 Handle other errors as well.
110 (tramp-test14-delete-directory): Check for `file-error' error.
111 (tramp-test15-copy-directory): Ignore return value of
112 `copy-directory'. It's too much hassle to handle it for tramp-adb.el.
113 (tramp-test19-directory-files-and-attributes): Take care of
114 timestamp of "../".
115 (tramp-test20-file-modes, tramp-test27-start-file-process)
116 (tramp-test28-shell-command): Skip for tramp-adb.el.
117 (tramp-test21-file-links): `file-truename' shall preserve trailing
118 link of directories.
119 (tramp-test22-file-times): Skip if `set-file-times' returns nil.
120 (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
121 `kill-buffer-query-functions' to nil.
122 (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
123
124 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
125
126 * automated/tramp-tests.el
127 (tramp-test19-directory-files-and-attributes): Do not include
128 directories in comparison; they might have changed their
129 timestamps already.
130
131 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
132
133 * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
134 (tramp-test17-insert-directory): First line could contain more
135 text, when produced by `ls-lisp'.
136 (tramp-test19-directory-files-and-attributes): Instrument failed
137 test case.
138
139 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
140
141 * automated/tramp-tests.el (tramp-test17-insert-directory):
142 Make first line "total 123" optional.
143 (tramp-test20-file-modes, tramp-test22-file-times)
144 (tramp-test26-process-file, tramp-test27-start-file-process)
145 (tramp-test28-shell-command): Skip for tramp-gvfs.el and
146 tramp-smb.el.
147 (tramp-test20-file-modes): Check for "root" only when there is an
148 explicit user name.
149 (tramp-test21-file-links): Handle "... not supported" error.
150 (tramp-test22-file-times): Skip for "don't know" return values.
151 (tramp-test26-process-file, tramp-test28-shell-command):
152 Remove color escape sequences.
153 (tramp-test28-shell-command): Use `accept-process-output' rather
154 than `sit-for'.
155 (tramp-test30-utf8): Set coding system `utf-8'.
156
157 2014-02-17 Michael Albinus <michael.albinus@gmx.de>
158
159 * automated/tramp-tests.el (tramp-test28-shell-command): Perform
160 an initial `sit-for' prior the while loop.
161
162 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
163
164 Sync with Tramp 2.2.9.
165
166 * automated/tramp-tests.el (password-cache-expiry): Set to nil.
167 (tramp-test28-shell-command): Make a while loop when waiting for
168 process exit.
169
170 2014-02-11 Michael Albinus <michael.albinus@gmx.de>
171
172 * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
173 and `vc-hg'. Declare `tramp-find-executable' and
174 `tramp-get-remote-path'.
175 (tramp-test29-vc-registered): New test.
176 (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
177
178 2014-02-07 Michael Albinus <michael.albinus@gmx.de>
179
180 * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
181 (tramp-test27-start-file-process): Use "_p" as argument of lambda.
182 (tramp-test28-shell-command): Improve `shell-command' test. Add
183 `async-shell-command' tests.
184
185 2014-02-04 Michael Albinus <michael.albinus@gmx.de>
186
187 * automated/file-notify-tests.el (file-notify--wait-for-events):
188 Use `read-event' instead of `sit-for'.
189 (file-notify-test02-events): Remove expected result, the bug is
190 fixed meanwhile.
191 (file-notify-test02-events, file-notify-test03-autorevert):
192 Use `sleep-for' instead of `sit-for'.
193
194 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
195
196 * automated/ruby-mode-tests.el (ruby-align-chained-calls):
197 New test.
198
199 2014-01-27 Michael Albinus <michael.albinus@gmx.de>
200
201 * automated/file-notify-tests.el (file-notify--deftest-remote):
202 Do not skip when the local test has failed. They are unrelated.
203 (file-notify--wait-for-events): Use `sit-for'. Let-bind
204 `noninteractive' to nil, otherwise `sit-for' could be degraded to
205 `sleep-for'.
206 (file-notify-test02-events): Check for `file-remote-p' instead of
207 `file-notify--test-remote-enabled'.
208
209 2014-01-26 Michael Albinus <michael.albinus@gmx.de>
210
211 * automated/file-notify-tests.el (file-notify-test02-events):
212 Let test case fail for Bug#16519.
213
214 2014-01-22 Michael Albinus <michael.albinus@gmx.de>
215
216 * automated/file-notify-tests.el (file-notify-test02-events):
217 Hide Bug#16519, until it is solved.
218
219 2014-01-21 Michael Albinus <michael.albinus@gmx.de>
220
221 * automated/file-notify-tests.el
222 (file-notify--test-local-enabled): Fix error in logic.
223 (file-notify--wait-for-events): New defmacro.
224 (file-notify-test02-events): Make short breaks between file operations.
225 Use `file-notify--wait-for-events'. Check, that events have arrived.
226 (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
227
228 * automated/comint-testsuite.el
229 (comint-testsuite-password-strings): Add localized examples.
230
231 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
232
233 * automated/inotify-test.el (inotify-file-watch-simple): Skip test
234 case if inotify is not linked with Emacs. Use `read-event' rather
235 than `sit-for' in order to process events. (Bug#13662)
236
237 2014-01-13 Michael Albinus <michael.albinus@gmx.de>
238
239 * automated/ert-tests.el (ert-test-record-backtrace): Reenable
240 test case with adapted test string. (Bug#13064)
241
242 2013-12-28 Glenn Morris <rgm@gnu.org>
243
244 * automated/electric-tests.el: Require 'elec-pair.
245
246 2013-12-26 João Távora <joaotavora@gmail.com>
247
248 * automated/electric-tests.el (electric-pair-test-for):
249 Fix autowrapping tests in batch-mode by running with
250 `transient-mark-mode' set to `lambda'.
251
252 * automated/electric-tests.el: New file.
253
254 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
255
256 * automated/python-tests.el
257 (python-nav-lisp-forward-sexp-safe-1): Remove test.
258 (python-nav-forward-sexp-safe-1): New test.
259
260 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
261
262 * automated/ruby-mode-tests.el: Add tests for
263 `ruby-align-to-stmt-keywords'.
264
265 * indent/ruby.rb: Update examples to reflect the lack of change in
266 default indentation of `begin' blocks.
267
268 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
269
270 * indent/ruby.rb: Update examples according to the change
271 in `smie-indent-close'.
272
273 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
274
275 * indent/ruby.rb: New examples.
276
277 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
278
279 * automated/python-tests.el (python-indent-dedenters-2): New test.
280
281 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
282
283 * automated/python-tests.el (python-indent-after-comment-1)
284 (python-indent-after-comment-2): New tests.
285
286 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com>
287
288 * automated/python-tests.el (python-indent-block-enders-1):
289 Rename from python-indent-block-enders.
290 (python-indent-block-enders-2): New test.
291
292 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
293
294 * indent/js.js: New file.
295
296 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
297
298 * automated/dbus-tests.el: New file.
299
300 2013-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * automated/regexp-tests.el: New file.
303
304 2013-11-29 Eli Zaretskii <eliz@gnu.org>
305
306 * automated/reftex-tests.el (reftex-parse-from-file-test):
307 Run temp-dir through file-truename, to make sure the temporary file
308 names are comparable as strings.
309
310 * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
311 Force Unix EOLs by using 'utf-8-unix', since the default of
312 'utf-8' is system-dependent, while the test expects to see Unix EOLs.
313
314 2013-11-28 Glenn Morris <rgm@gnu.org>
315
316 * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
317
318 2013-11-28 Eli Zaretskii <eliz@gnu.org>
319
320 * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
321 (EMACSOPT): Use $(PATH_SEP).
322
323 2013-11-28 Michael Albinus <michael.albinus@gmx.de>
324
325 * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
326 Set to nil.
327
328 2013-11-27 Michael Albinus <michael.albinus@gmx.de>
329
330 * automated/file-notify-tests.el
331 (file-notify-test-remote-temporary-file-directory):
332 Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
333 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
334 (file-notify--deftest-remote): Cleanup connection initially.
335 (file-notify-test03-autorevert): Run also in batch mode. Use a
336 larger timeout for remote files. `sit-for' 1 second; 0.1 second
337 does not work on MS Windows. Call `accept-process-output' for
338 remote files. Apply `string-match' instead of `string-equal', the
339 messages are different on MS Windows.
340
341 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
342 Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
343 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
344
345 2013-11-23 Glenn Morris <rgm@gnu.org>
346
347 * automated/python-tests.el (python-shell-make-comint-1)
348 (python-shell-make-comint-2, python-shell-get-process-1):
349 Suppress creation of some temp-files.
350
351 * automated/python-tests.el (python-shell-parse-command-1)
352 (python-shell-make-comint-1, python-shell-make-comint-2)
353 (python-shell-get-process-1)
354 (python-shell-internal-get-or-create-process-1):
355 Skip rather than fail if prereqs not found.
356
357 * automated/Makefile.in (emacs):
358 Empty EMACSLOADPATH rather than unsetting.
359
360 2013-11-22 Glenn Morris <rgm@gnu.org>
361
362 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
363 Set expected-result.
364
365 2013-11-21 Glenn Morris <rgm@gnu.org>
366
367 * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
368 (compile-main): Pass XARGS_LIMIT to xargs.
369
370 * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
371 (EMACSOPT): Use PATH_SEPARATOR.
372
373 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
374
375 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
376 Add a failing test for Bug#15874.
377 (ruby--insert-coding-comment-ruby-style)
378 (ruby--insert-coding-comment-emacs-style)
379 (ruby--insert-coding-comment-custom-style):
380 Add a few tests for `ruby--insert-coding-comment'.
381
382 2013-11-18 Paul Eggert <eggert@cs.ucla.edu>
383
384 Improve API of recently-added bool vector functions (Bug#15912).
385 * automated/data-tests.el: Adjust to API changes.
386
387 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
388
389 * automated/tramp-tests.el (tramp-test07-file-exists-p)
390 (tramp-test08-file-local-copy)
391 (tramp-test09-insert-file-contents, tramp-test10-write-region)
392 (tramp-test11-copy-file, tramp-test12-rename-file)
393 (tramp-test13-make-directory, tramp-test14-delete-directory)
394 (tramp-test15-copy-directory, tramp-test16-directory-files)
395 (tramp-test17-insert-directory, tramp-test18-file-attributes)
396 (tramp-test19-directory-files-and-attributes)
397 (tramp-test20-file-modes, tramp-test21-file-links)
398 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
399 (tramp-test24-file-name-completion, tramp-test25-load)
400 (tramp-test26-process-file, tramp-test27-start-file-process)
401 (tramp-test28-shell-command): Cleanup connection initially.
402
403 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
404
405 * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
406 connection before running the test.
407
408 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
409
410 * automated/tramp-tests.el (tramp-test15-copy-directory)
411 (tramp-test16-directory-files, tramp-test17-insert-directory)
412 (tramp-test18-file-attributes)
413 (tramp-test19-directory-files-and-attributes)
414 (tramp-test20-file-modes, tramp-test21-file-links)
415 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
416 (tramp-test24-file-name-completion, tramp-test25-load)
417 (tramp-test26-process-file, tramp-test27-start-file-process)
418 (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
419 (tramp-test29-utf8): New test.
420
421 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
422
423 * automated/file-notify-tests.el (file-notify-test02-events)
424 (file-notify-test03-autorevert): Suppress messages in `write-region'.
425
426 * automated/tramp-tests.el (tramp-test02-file-name-dissect)
427 (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
428 (tramp-test26-process-file, tramp-test28-shell-command):
429 Ensure, that the directory is not empty when calling "ls".
430
431 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
432
433 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
434 Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
435 (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
436 (tramp-test09-insert-file-contents, tramp-test10-write-region)
437 (tramp-test26-process-file): Add tests.
438 (tramp-test11-copy-file): Remove debug message.
439 (tramp-test20-file-modes): Special case, if user is "root".
440
441 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
442
443 * automated/file-notify-tests.el:
444 * automated/tramp-tests.el: Add `tramp-own-remote-path' to
445 `tramp-remote-path' when running on hydra.
446 (tramp-test07-file-exists-p): Remove instrumentation code.
447 (tramp-test26-process-file): Don't use "/bin/true" and
448 "/bin/false", these paths do not exist on hydra.
449
450 2013-11-08 Helmut Eller <eller.helmut@gmail.com>
451
452 * automated/process-tests.el: New file.
453
454 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
455
456 * indent/ruby.rb: New examples.
457
458 2013-11-06 Glenn Morris <rgm@gnu.org>
459
460 * automated/Makefile.in (setwins): Avoid accidental matches.
461
462 2013-11-06 Michael Albinus <michael.albinus@gmx.de>
463
464 * automated/tramp-tests.el (tramp-test07-file-exists-p):
465 Fix docstring. Instrument, in order to hunt failure on hydra.
466
467 2013-11-06 Glenn Morris <rgm@gnu.org>
468
469 * automated/flymake-tests.el (warning-predicate-rx-gcc)
470 (warning-predicate-function-gcc, warning-predicate-rx-perl)
471 (warning-predicate-function-perl):
472 * automated/info-xref.el (info-xref-test-makeinfo):
473 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
474 (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
475
476 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
477
478 * automated/tramp-tests.el: New file.
479
480 2013-11-05 Glenn Morris <rgm@gnu.org>
481
482 Get rid of --chdir usage.
483 * automated/Makefile.in (EMACSOPT): Move -L here.
484 (emacs): Set EMACS_TEST_DIRECTORY in the environment.
485 (setwins): Don't assume called from srcdir. Remove legacy stuff.
486 (.el.elc): No more need to pass -L here.
487 (compile-main): Get rid of sub-shell and cd.
488 (compile-clean, check): Get rid of cd.
489
490 Make it possible to run tests with a different working directory.
491 * automated/flymake-tests.el (flymake-tests-data-directory): New.
492 (flymake-tests--current-face): Use flymake-tests-data-directory.
493 (warning-predicate-function-gcc, warning-predicate-rx-perl)
494 (warning-predicate-function-perl): Adapt for above change.
495 * automated/zlib-tests.el (zlib-tests-data-directory): New.
496 (zlib--decompress): Use zlib-tests-data-directory.
497
498 * automated/eieio-tests.el (eieio-test-37-persistent-classes):
499 Remove test that makes no sense.
500
501 * automated/files.el (files-test-local-variable-data):
502 Fix result typo presumably caused by interference from dir-locals.
503 (file-test--do-local-variables-test): Prevent dir-locals interfering.
504
505 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
506
507 * indent/ruby.rb: Add a statement on the line after heredoc.
508 Move a now-successful example.
509
510 * automated/ruby-mode-tests.el: Remove outdated comment.
511
512 2013-11-04 Glenn Morris <rgm@gnu.org>
513
514 * automated/Makefile.in (abs_srcdir): Remove.
515 (emacs): Unset EMACSLOADPATH.
516 (.el.elc, check): Use -L to append srcdir to load-path.
517
518 2013-11-02 Glenn Morris <rgm@gnu.org>
519
520 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
521 (test, abs_top_srcdir, abs_top_builddir): Remove variables.
522 (abs_srcdir): New, set by configure.
523 (EMACS): Use a relative file name.
524 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
525 (lisp-compile): Remove (assume it's up-to-date).
526 (compile-main): Do not run lisp-compile.
527 (compile-main, compile-clean, compile-always, bootstrap-clean)
528 (check): Use srcdir rather than $test. Check cd return value.
529 Use --chdir.
530 (doit, compile, compile-always): Remove stuff copied from lisp/.
531 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
532
533 2013-10-31 Michael Albinus <michael.albinus@gmx.de>
534
535 * automated/ert-tests.el (ert-test-stats-set-test-and-result):
536 Add a skipping test.
537
538 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * indent/prolog.prolog: Test alignment of ->; with operator at bol.
541
542 * indent/css-mode.css (.x2): Test alignement inside braces.
543
544 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
545
546 * indent/ruby.rb: New failing example.
547
548 * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
549 Fix the test, in respect to adding the space after the curly.
550
551 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
552
553 * automated/ert-tests.el (ert-test-skip-unless): New test case.
554 (ert-test-deftest): Adapt test for changed macro expansion.
555 (ert-test-run-tests-interactively):
556 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
557 Add a skipping test.
558
559 * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
560 (file-notify--test-local-enabled): Make it a function. Check also
561 for `file-remote-p' of `temporary-file-directory'.
562 (file-notify--test-remote-enabled-checked): New defvar.
563 (file-notify--test-remote-enabled): Rewrite. Do not use Tramp
564 internal functions. Cache result.
565 (file-notify--deftest-remote, file-notify-test00-availability)
566 (file-notify-test01-add-watch, file-notify-test02-events)
567 (file-notify-test03-autorevert): Add checks with `skip_unless'.
568 (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
569
570 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
571
572 * indent/ruby.rb: Fix syntax error in the latest example.
573
574 2013-10-23 Glenn Morris <rgm@gnu.org>
575
576 * automated/Makefile.in (abs_top_srcdir, top_builddir):
577 New, set by configure.
578 (top_srcdir): Remove.
579 (abs_test, abs_lispsrc): New.
580 (lisp): No longer absolute.
581 (emacs, lisp-compile, compile, compile-always):
582 Quote entities that might contain whitespace.
583
584 2013-10-22 Dmitry Gutov <dgutov@yandex.ru>
585
586 * indent/ruby.rb: Move two examples to "working" section, add one
587 more.
588
589 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
590
591 * indent/ruby.rb: New examples for indentation of blocks.
592 Example of hash inside parens that inflooped before the present commit.
593
594 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
595
596 * automated/timer-tests.el: New file. Tests that (sit-for 0)
597 allows another timer to run.
598
599 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
600
601 * indent/ruby.rb: More examples for bug#15594, both failing and
602 now passing.
603
604 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
605
606 * indent/ruby.rb: Add two more cases.
607
608 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
611 first use.
612 (ruby-should-indent): Use indent-according-to-mode.
613 (ruby-deftest-move-to-block): Use `declare'.
614
615 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
616
617 * indent/ruby.rb: Fix a spurious change, add more failing examples.
618
619 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * indent/ruby.rb: Add a few more tests; adjust some indentation.
622
623 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
624
625 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
626 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
627
628 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
629
630 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
633 Adjust indentation of continued line to the new SMIE behavior.
634
635 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * automated/completion-tests.el:
638 * indent/css-mode.css: New files.
639
640 2013-10-03 Daiki Ueno <ueno@gnu.org>
641
642 * automated/data/package/signed/archive-contents:
643 * automated/data/package/signed/archive-contents.sig:
644 * automated/data/package/signed/signed-good-1.0.el:
645 * automated/data/package/signed/signed-good-1.0.el.sig:
646 * automated/data/package/signed/signed-bad-1.0.el:
647 * automated/data/package/signed/signed-bad-1.0.el.sig:
648 * automated/data/package/key.pub:
649 * automated/data/package/key.sec: New files.
650
651 * automated/package-test.el (package-test-update-listing)
652 (package-test-update-archives, package-test-describe-package):
653 Adjust to package.el change.
654 (package-test-signed): New test.
655
656 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
657
658 * automated/package-test.el: Update all cases to use :url instead
659 of :homepage.
660
661 * automated/package-x-test.el
662 (package-x-test--single-archive-entry-1-3): Same.
663
664 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
665
666 * automated/package-test.el (simple-single-desc-1-4): Remove, it
667 was unused.
668 (simple-single-desc): Expect :homepage property.
669 (multi-file-desc): Same.
670 (with-package-test): Do not save previous `default-directory'
671 value, let-bind the var instead.
672 (package-test-install-single): Expect :homepage property in the
673 generated pkg file.
674 (package-test-describe-package): Expect Homepage button.
675 (package-test-describe-non-installed-package)
676 (package-test-describe-non-installed-multi-file-package): Same.
677 (package-test-describe-not-installed-package): Remove, it was a
678 duplicate.
679
680 * automated/package-x-test.el
681 (package-x-test--single-archive-entry-1-3): Expect :homepage
682 property.
683 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
684
685 * automated/data/package/simple-single-1.3.el: Add URL header.
686
687 * automated/data/package/archive-contents: Add :homepage
688 properties to `simple-single' and `multi-file'.
689
690 2013-09-22 Daniel Colascione <dancol@dancol.org>
691
692 * automated/data-tests.el:
693 (bool-vector-count-matches-all-0-nil)
694 (bool-vector-count-matches-all-0-t)
695 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
696 (bool-vector-count-matches-at, bool-vector-intersection-op)
697 (bool-vector-union-op, bool-vector-xor-op)
698 (bool-vector-set-difference-op)
699 (bool-vector-change-detection, bool-vector-not): New tests.
700 (mock-bool-vector-count-matches-at)
701 (test-bool-vector-bv-from-hex-string)
702 (test-bool-vector-to-hex-string)
703 (test-bool-vector-count-matches-at-tc)
704 (test-bool-vector-apply-mock-op)
705 (test-bool-vector-binop): New helper functions.
706 (bool-vector-test-vectors): New testcase data.
707
708 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
709
710 * automated/advice-tests.el (advice-test-called-interactively-p-around)
711 (advice-test-called-interactively-p-filter-args)
712 (advice-test-called-interactively-p-around): New tests.
713
714 2013-09-16 Glenn Morris <rgm@gnu.org>
715
716 * automated/eshell.el (eshell-match-result):
717 Return a more informative failure than simply "false". Update callers.
718
719 * automated/eshell.el (eshell-test/for-name-shadow-loop):
720 Test value before and after loop as well as during.
721
722 2013-09-15 Glenn Morris <rgm@gnu.org>
723
724 * automated/eshell.el (eshell-test/for-name-shadow-loop):
725 New test. (Bug#15372)
726 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
727
728 2013-09-13 Glenn Morris <rgm@gnu.org>
729
730 * automated/eshell.el (with-temp-eshell):
731 Use a temp directory for eshell-directory-name.
732 (eshell-test-command-result): New, again using a temp directory.
733 Replace eshell-command-result with this throughout.
734 (eshell-test/for-loop, eshell-test/for-name-loop):
735 Ensure environment variables don't confuse us.
736
737 2013-09-12 Glenn Morris <rgm@gnu.org>
738
739 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
740 due to "has a running process; kill it?" prompts.
741
742 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * automated/eshell.el: Rename from eshell.el.
745 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
746
747 2013-09-01 Glenn Morris <rgm@gnu.org>
748
749 * automated/Makefile.in (setwins): Avoid leading space in $wins.
750 Otherwise the sed command used by eg compile-main ends up
751 containing "/*.el". (Bug#15170)
752
753 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
754
755 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
756 for portability to hosts where /bin/sh has problems.
757
758 2013-08-21 David Engster <deng@randomsample.de>
759
760 * automated/eieio-tests.el, automated/eieio-test-persist.el:
761 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
762 upstream. Changed to use ERT.
763
764 2013-08-14 Daniel Hackney <dan@haxney.org>
765
766 * automated/package-test.el: Remove tar-package-building functions.
767 Tar file used for testing is included in the repository.
768 (package-test-install-texinfo, package-test-cleanup-built-files):
769 Remove.
770
771 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
772
773 * automated/python-tests.el (python-imenu-create-index-4)
774 (python-imenu-create-flat-index-2): New tests.
775
776 2013-08-05 Glenn Morris <rgm@gnu.org>
777
778 * automated/mule-util.el: New file, with tests extracted from
779 lisp/international/mule-util.el.
780
781 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * automated/advice-tests.el (advice-tests-nadvice): Test removal
784 before definition.
785 (advice-tests-macroaliases): New test.
786
787 2013-08-04 Glenn Morris <rgm@gnu.org>
788
789 * automated/ert-tests.el: Disable failing test that no-one seems
790 to know how to fix. (Bug#13064)
791
792 * automated/icalendar-tests.el (icalendar-tests--test-export)
793 (icalendar-tests--test-import): Try more precise TZ specification.
794 Remove debug messages.
795
796 2013-08-03 Glenn Morris <rgm@gnu.org>
797
798 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
799
800 * automated/icalendar-tests.el (icalendar-tests--test-export)
801 (icalendar-tests--test-import):
802 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
803 (icalendar-tests--test-import): Reset zone even if error occurred.
804
805 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * automated/core-elisp-tests.el: New file.
808
809 2013-08-01 Glenn Morris <rgm@gnu.org>
810
811 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
812 Try to check that the remote system has a notification program.
813
814 2013-07-31 Glenn Morris <rgm@gnu.org>
815
816 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
817
818 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
819
820 * automated/file-notify-tests.el
821 (file-notify--test-local-enabled): New defconst. Replaces all
822 `file-notify-support' occurrences.
823 (file-notify--test-remote-enabled): New defun.
824 (file-notify--deftest-remote): Use it.
825 (file-notify-test00-availability): Rewrite.
826 (file-notify-test00-availability-remote): New defun.
827 (file-notify-test01-add-watch): Rewrite first erroneous check.
828
829 2013-07-23 Glenn Morris <rgm@gnu.org>
830
831 * automated/inotify-test.el (inotify-file-watch-simple):
832 Delete temp-file when done.
833
834 * automated/subword-tests.el: Require subword.
835
836 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * automated/subword-tests.el: New file.
839
840 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
841
842 * automated/python-tests.el (python-imenu-create-index-2)
843 (python-imenu-create-index-3): New tests.
844
845 2013-07-11 Glenn Morris <rgm@gnu.org>
846
847 * automated/ert-tests.el: Require cl-lib at runtime too.
848 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
849 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
850 (ert-test-set-functions, ert-test-gensym)
851 (ert-test-coerce-to-vector, ert-test-string-position)
852 (ert-test-mismatch): Remove tests.
853 * automated/cl-lib.el: New, split from ert-tests.el.
854
855 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
856 Goto point-min.
857 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
858 (ruby-move-to-block-skips-percent-literal)
859 (ruby-move-to-block-skips-heredoc)
860 (ruby-move-to-block-moves-from-else-to-if)
861 (ruby-beginning-of-defun-does-not-fold-case)
862 (ruby-end-of-defun-skips-to-next-line-after-the-method):
863 Replace goto-line with forward-line/goto-char.
864 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
865
866 * automated/package-test.el (makeinfo-buffer): Autoload.
867 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
868 (package-test-install-texinfo): Don't require makeinfo.
869
870 * automated/files.el: Stop "local variables" confusion.
871
872 * automated/flymake-tests.el (flymake-tests): Remove unused group.
873
874 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
875 Use with-current-buffer.
876
877 * automated/undo-tests.el (undo-test-buffer-modified)
878 (undo-test-file-modified): New tests.
879
880 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
881
882 * automated/file-notify-tests.el (file-notify-test00-availability):
883 Set :expected-result.
884 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
885 (file-notify-test02-events, file-notify-test02-events-remote)
886 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
887 Skip when `file-notify-support' is nil. (Bug#14823)
888
889 2013-07-09 Glenn Morris <rgm@gnu.org>
890
891 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
892 Declare.
893 (inotify-file-watch-simple): Silence compiler.
894
895 * automated/python-tests.el (python-indent-block-enders):
896 Make it actually test something.
897
898 * automated/package-x-test.el: Require package-test when compiling.
899
900 * automated/add-log-tests.el, automated/advice-tests.el:
901 * automated/imenu-test.el, automated/package-x-test.el:
902 * automated/python-tests.el, automated/ruby-mode-tests.el:
903 * automated/xml-parse-tests.el: Explicitly require ert.
904
905 2013-07-08 Kenichi Handa <handa@gnu.org>
906
907 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
908 Use with-ccoding-priority to avoid side-effect (Bug#14781).
909
910 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
911
912 * automated/file-notify-tests.el
913 (file-notify-test-remote-temporary-file-directory):
914 Use `null-device' on w32.
915 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
916 (file-notify--test-results, file-notify--test-event)
917 (file-notify--deftest-remote, file-notify--event-test)
918 (file-notify--test-event-handler)
919 (file-notify--test-make-temp-name): Rename, in order to mark them
920 internal.
921 (tramp-message-show-message, tramp-read-passwd): Tweak them for
922 better fitting in noninteractive tests.
923 (file-notify-test00-availability): Rename from `file-notify-test0'.
924 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
925 Use `temporary-file-directory '.
926 (file-notify-test01-add-watch-remote): New test.
927 (file-notify-test02-events): Rename from `file-notify-test2'.
928 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
929 (file-notify-test03-autorevert): Rename from
930 `file-notify-test4'. Use timeouts.
931 (file-notify-test03-autorevert-remote): Rename from
932 `file-notify-test5'.
933
934 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
935
936 * automated/file-notify-tests.el: New package.
937
938 2013-06-28 Kenichi Handa <handa@gnu.org>
939
940 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
941 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
942 Callers changed.
943 (decoder-tests-filename): New function.
944 (decoder-tests-prefer-utf-8-read)
945 (decoder-tests-prefer-utf-8-write): New function.
946 (ert-test-decoder-prefer-utf-8): New test.
947
948 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
949
950 * automated/package-x-test.el: Change the commentary.
951 (package-x-test--single-archive-entry-1-3)
952 (package-x-test--single-archive-entry-1-4): Fix the tests, by
953 using the appropriate data structure.
954
955 2013-06-27 Daniel Hackney <dan@haxney.org>
956
957 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
958
959 * automated/package-x-test.el: New file.
960
961 * automated/package-test.el: New file.
962
963 * automated/data/package: New directory, with test examples.
964
965 2013-06-27 Glenn Morris <rgm@gnu.org>
966
967 * automated/python-tests.el (python-tests-with-temp-file):
968 Clean up after ourself.
969
970 * automated/undo-tests.el (undo-test3): Remove test that seems to
971 do nothing that the previous one doesn't, except leave a tempfile.
972
973 2013-06-26 Glenn Morris <rgm@gnu.org>
974
975 * automated/info-xref.el: New file.
976
977 2013-06-25 Glenn Morris <rgm@gnu.org>
978
979 * automated/occur-tests.el (occur-test-create): New function.
980 Use it to create separate tests for each element, so we run them
981 all rather than stopping at the first error.
982
983 2013-06-24 Glenn Morris <rgm@gnu.org>
984
985 * automated/occur-tests.el (occur-tests):
986 Update for 2013-05-29 change to occur header line.
987
988 2013-06-21 Eduard Wiebe <usenet@pusto.de>
989
990 Test suite for flymake.
991 * automated/flymake-tests.el:
992 * automated/flymake/warnpred/Makefile
993 * automated/flymake/warnpred/test.c
994 * automated/flymake/warnpred/test.pl: New files.
995
996 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
997
998 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
999
1000 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1001
1002 * automated/reftex-tests.el: New test suite for reftex.
1003
1004 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1005
1006 * automated/ruby-mode-tests.el: New tests, for percent literals
1007 and expression expansion.
1008
1009 2013-05-29 Leo Liu <sdl.web@gmail.com>
1010
1011 * indent/octave.m: Tweak.
1012
1013 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
1014
1015 * eshell.el: Rewrite tests using ERT.
1016
1017 2013-05-25 Leo Liu <sdl.web@gmail.com>
1018
1019 * indent/octave.m: Add tests for %!, # and ### comments.
1020
1021 2013-05-23 Kenichi Handa <handa@gnu.org>
1022
1023 * automated/decoder-tests.el: New file.
1024
1025 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
1026
1027 * indent/ruby.rb: Add multiline regexp example.
1028
1029 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1030 (ruby-regexp-skips-over-interpolation)
1031 (ruby-regexp-continues-till-end-when-unclosed)
1032 (ruby-regexp-can-be-multiline)
1033 (ruby-interpolation-inside-percent-literal): New tests.
1034
1035 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * indent/ruby.rb: Fix indentation after =; add more cases.
1038
1039 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * indent/pascal.pas: Add test for mis-identified comments.
1042
1043 2013-04-01 Masatake YAMATO <yamato@redhat.com>
1044
1045 * automated/imenu-test.el: New file. (Bug#14112)
1046
1047 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
1048
1049 * automated/python-tests.el (python-imenu-prev-index-position-1):
1050 Remove test.
1051 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1052 New tests.
1053
1054 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1055
1056 * automated/python-tests.el (python-nav-backward-defun-2)
1057 (python-nav-backward-defun-3, python-nav-forward-defun-2)
1058 (python-nav-forward-defun-3): New tests.
1059
1060 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1061
1062 * automated/python-tests.el (python-nav-backward-defun-1)
1063 (python-nav-forward-defun-1): New tests.
1064
1065 2013-04-09 Masatake YAMATO <yamato@redhat.com>
1066
1067 * automated/add-log-tests.el: New file. (Bug#14112)
1068
1069 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
1070
1071 * automated/python-tests.el (python-indent-block-enders): New test.
1072 (python-info-current-defun-2): Fix test.
1073
1074 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
1075
1076 * indent/octave.m: Fix encoding error in comment. Add coding tag.
1077
1078 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
1079
1080 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1081 (python-tests-with-temp-file): New macro.
1082 (python-tests-shell-interpreter): New var.
1083 (python-shell-get-process-name-1)
1084 (python-shell-internal-get-process-name-1)
1085 (python-shell-parse-command-1)
1086 (python-shell-calculate-process-environment-1)
1087 (python-shell-calculate-process-environment-2)
1088 (python-shell-calculate-process-environment-3)
1089 (python-shell-calculate-exec-path-1)
1090 (python-shell-calculate-exec-path-2)
1091 (python-shell-make-comint-1)
1092 (python-shell-make-comint-2)
1093 (python-shell-get-process-1)
1094 (python-shell-get-or-create-process-1)
1095 (python-shell-internal-get-or-create-process-1): New tests.
1096
1097 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1098
1099 * automated/python-tests.el: New file.
1100
1101 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1102
1103 * automated/ruby-mode-tests.el
1104 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1105 bits inside the examples.
1106 (ruby-move-to-block-skips-heredoc): New test.
1107 (ruby-add-log-current-method-after-inner-class):
1108 Lower expectations: move point inside a method, initially.
1109
1110 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1111
1112 * automated/ruby-mode-tests.el
1113 (ruby-move-to-block-skips-percent-literal): New test.
1114
1115 2013-02-04 Chong Yidong <cyd@gnu.org>
1116
1117 * automated/thingatpt.el: New file.
1118
1119 2013-02-03 Chong Yidong <cyd@gnu.org>
1120
1121 * automated/files.el (file-test--do-local-variables-test):
1122 Avoid compilation warning message.
1123
1124 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
1125
1126 * automated/ruby-mode-tests.el
1127 (ruby-indent-spread-args-in-parens): New test.
1128 * automated/ruby-mode-tests.el (ruby-block-test-example):
1129 Break indentation of the do block opener and add a line inside it.
1130 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1131 Adjust line numbers.
1132
1133 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
1136
1137 2013-01-14 Glenn Morris <rgm@gnu.org>
1138
1139 * automated/compile-tests.el (compile-tests--test-regexps-data):
1140 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
1141
1142 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1143
1144 * automated/man-tests.el: New file.
1145
1146 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1147
1148 * automated/undo-tests.el (undo-test0): Adjust error to code change.
1149
1150 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1151
1152 * automated/undo-tests.el: New file.
1153
1154 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1155
1156 * automated/ruby-mode-tests.el
1157 (ruby-indent-after-block-in-continued-expression): New test.
1158
1159 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1160
1161 * automated/ruby-mode-tests.el:
1162 Rename one interpolation test; add three more.
1163 (ruby-with-temp-buffer): New macro, use it where appropriate.
1164 (ruby-add-log-current-method-examples): Use "_" for target point.
1165 Add four new tests for ruby-add-log-current-method.
1166
1167 2012-12-11 Glenn Morris <rgm@gnu.org>
1168
1169 * automated/f90.el (f90-test-bug13138): New test.
1170
1171 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1172
1173 * automated/inotify-test.el: New test.
1174
1175 2012-12-02 Chong Yidong <cyd@gnu.org>
1176
1177 * automated/ruby-mode-tests.el
1178 (ruby-add-log-current-method-examples): Don't use loop macro, to
1179 allow automated testing to work.
1180
1181 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * automated/advice-tests.el (advice-tests--data): Remove.
1184 (advice-tests): Move the tests directly here instead.
1185 Add called-interactively-p tests.
1186
1187 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * automated/ert-x-tests.el: Use cl-lib.
1190 * automated/ert-tests.el: Use lexical-binding and cl-lib.
1191
1192 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
1193
1194 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1195 (ruby-indent-inside-heredoc-after-operator)
1196 (ruby-indent-inside-heredoc-after-space): New tests.
1197 Change direct font-lock face references to var references.
1198 (ruby-interpolation-suppresses-syntax-inside): New test.
1199 (ruby-interpolation-inside-percent-literal-with-paren):
1200 New failing test.
1201
1202 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1203
1204 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1205 (ruby-singleton-class-no-heredoc-font-lock)
1206 (ruby-add-log-current-method-examples): New tests.
1207 (ruby-test-string): Extract from ruby-should-indent-buffer.
1208 (ruby-deftest-move-to-block): New macro.
1209 Add several move-to-block tests.
1210
1211 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * automated/advice-tests.el: New tests.
1214
1215 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1216
1217 * automated/compile-tests.el (compile-tests--test-regexps-data):
1218 Add new data for msft's new format.
1219
1220 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
1221
1222 * automated/ruby-mode-tests.el:
1223 (ruby-toggle-block-to-multiline): New test.
1224 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1225 (ruby-toggle-block-to-brace): Use buffer-string.
1226
1227 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1228
1229 * automated/ruby-mode-tests.el: New tests (Bug#11613).
1230
1231 2012-08-28 Chong Yidong <cyd@gnu.org>
1232
1233 * automated/files.el: Test every combination of values for
1234 enable-local-variables and enable-local-eval.
1235
1236 2012-08-19 Chong Yidong <cyd@gnu.org>
1237
1238 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1239
1240 2012-08-18 Chong Yidong <cyd@gnu.org>
1241
1242 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1243
1244 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1245
1246 * indent/ruby.rb: Rearrange examples, add new ones.
1247
1248 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
1249
1250 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1251 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1252
1253 2012-08-11 Glenn Morris <rgm@gnu.org>
1254
1255 * automated/files.el: New file.
1256
1257 * automated/Makefile.in (all): Fix typo.
1258
1259 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
1260
1261 * automated/ruby-mode-tests.el (ruby-should-indent):
1262 Add docstring, check (current-indentation) instead of (current-column).
1263 (ruby-should-indent-buffer): New function.
1264 Add tests for `ruby-deep-indent-paren' behavior.
1265 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1266
1267 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
1268
1269 Original tests in test_ruby_mode.rb in upstream (author).
1270
1271 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
1272
1273 * automated/ruby-mode-tests.el (ruby-should-indent)
1274 (ruby-assert-state): New functions.
1275 Add new tests.
1276
1277 2012-07-29 David Engster <deng@randomsample.de>
1278
1279 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1280 New variable to hold test data for name expansion.
1281 (xml-parse-tests): Test the two different types of name expansion.
1282
1283 2012-07-29 Juri Linkov <juri@jurta.org>
1284
1285 * automated/occur-tests.el (occur-test-case): Use predefined
1286 buffer name " *test-occur*" instead of a random buffer name.
1287
1288 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
1289
1290 * automated/ruby-mode-tests.el: New file with one test.
1291
1292 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1293
1294 * indent/shell.sh: Add test case for ${#VAR}.
1295
1296 * indent/latex-mode.tex: New file.
1297
1298 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1299
1300 * eshell.el: Use cl-lib.
1301
1302 2012-07-03 Chong Yidong <cyd@gnu.org>
1303
1304 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1305
1306 2012-07-02 Chong Yidong <cyd@gnu.org>
1307
1308 * automated/xml-parse-tests.el (xml-parse-tests--data):
1309 More testcases.
1310
1311 2012-07-01 Chong Yidong <cyd@gnu.org>
1312
1313 * automated/xml-parse-tests.el: New file.
1314
1315 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1318 Use cl-flet.
1319
1320 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
1321
1322 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1323 Test escaped commas in TZID (Bug#11473).
1324 (icalendar-import-with-timezone): New.
1325 (icalendar-real-world): Add new testcase as given in the bugreport
1326 of Bug#11473.
1327
1328 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
1329
1330 * automated/icalendar-tests.el (icalendar-tests--test-import):
1331 Include UID in import tests (Bug#11525).
1332 (icalendar-import-non-recurring, icalendar-import-rrule)
1333 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1334 UID-import change.
1335 (icalendar-import-with-uid): New.
1336 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1337 Include UID in cycle tests.
1338 (icalendar-cycle, icalendar-real-world): UID-import change.
1339
1340 2012-05-21 Glenn Morris <rgm@gnu.org>
1341
1342 * automated/Makefile.in (setwins): Scrap superfluous subshell.
1343
1344 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
1345
1346 * automated/url-util-tests.el: New file to test
1347 lisp/url/url-util.el. Only `url-build-query-string' and
1348 `url-parse-query-string' are tested right now (Bug#8706).
1349
1350 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * indent/shell.sh:
1353 * indent/shell.rc: Ad some test cases.
1354
1355 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * indent/ruby.rb: New file, to test new syntax-propertize code.
1358
1359 2012-04-11 Glenn Morris <rgm@gnu.org>
1360
1361 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1362
1363 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1364
1365 * automated/url-future-tests.el (url-future-tests): Move from
1366 lisp/url/url-future.el and rename.
1367
1368 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
1369
1370 * automated/icalendar-tests.el (icalendar-import-non-recurring):
1371 Fix broken test, caused by missing trailing blank.
1372
1373 2011-12-03 Chong Yidong <cyd@gnu.org>
1374
1375 * automated/compile-tests.el (compile-tests--test-regexps-data):
1376 Increase column numbers by one to reflect change in how
1377 compilation-message is recorded (Bug#10172).
1378
1379 2011-11-22 Glenn Morris <rgm@gnu.org>
1380
1381 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1382
1383 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1384
1385 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1386
1387 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1388
1389 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1390 (icalendar-tests--test-export, icalendar-tests--do-test-export):
1391 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1392
1393 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
1394
1395 * automated/newsticker-tests.el
1396 (newsticker--group-manage-orphan-feeds): Remove fsetting of
1397 newsticker--treeview-tree-update.
1398
1399 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
1400
1401 * automated/newsticker-tests.el
1402 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1403
1404 * automated/newsticker-tests.el
1405 (newsticker--group-manage-orphan-feeds): Prevent updating
1406 newsticker treeview. Fixed bug#9763.
1407
1408 2011-10-20 Glenn Morris <rgm@gnu.org>
1409
1410 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1411
1412 * automated/vc-bzr.el: New file.
1413
1414 2011-10-15 Glenn Morris <rgm@gnu.org>
1415
1416 * automated/f90.el: New file.
1417
1418 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
1419
1420 * automated/newsticker-tests.el: Move newsticker-testsuite.el
1421 to automated/newsticker-tests.el. Convert to ERT.
1422
1423 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
1424
1425 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1426 Remove, simply use string=.
1427 (icalendar--diarytime-to-isotime)
1428 (icalendar--datetime-to-diary-date)
1429 (icalendar--datestring-to-isodate)
1430 (icalendar--format-ical-event)
1431 (icalendar--parse-summary-and-rest)
1432 (icalendar-tests--do-test-import)
1433 (icalendar-tests--do-test-cycle): Change argument order of
1434 string= to EXPECTED ACTUAL.
1435 (icalendar--import-format-sample)
1436 (icalendar--format-ical-event)
1437 (icalendar-import-non-recurring)
1438 (icalendar-import-rrule)
1439 (icalendar-import-duration)
1440 (icalendar-import-bug-6766)
1441 (icalendar-real-world): Adjust to string= instead of
1442 icalendar-tests--compare-strings.
1443 (icalendar-import-multiple-vcalendars): New.
1444
1445 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
1446
1447 * automated/gnus-tests.el: Add wrapper for Gnus tests.
1448 Require CL.
1449
1450 2011-05-09 Juri Linkov <juri@jurta.org>
1451
1452 * automated/occur-tests.el: Move from test/occur-testsuite.el.
1453 Convert to ERT.
1454
1455 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
1456
1457 * automated/compile-tests.el: New file.
1458
1459 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * automated/font-parse-tests.el: Don't byte-compile.
1462
1463 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
1464
1465 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * automated/lexbind-tests.el: New file.
1468
1469 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * Version 23.3 released.
1472
1473 2011-03-05 Glenn Morris <rgm@gnu.org>
1474
1475 * eshell.el: Move here from lisp/eshell/esh-test.el.
1476
1477 2011-03-03 Christian Ohler <ohler@gnu.org>
1478
1479 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1480 New test.
1481
1482 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
1483
1484 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1485 convert to ERT format.
1486
1487 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1490 convert to ERT format.
1491
1492 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 * indent/shell.sh:
1495 * indent/shell.rc: New files.
1496
1497 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
1498
1499 * automated/font-parse-tests.el: Move from
1500 font-parse-testsuite.el.
1501
1502 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * font-parse-testsuite.el (test-font-parse-data): New file.
1505
1506 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * indent/prolog.prolog: Add tokenizing tests.
1509
1510 2011-01-13 Christian Ohler <ohler@gnu.org>
1511
1512 * automated: New directory for automated tests.
1513
1514 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1515
1516 * automated/Makefile.in: New file.
1517
1518 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1519
1520 * indent/modula2.mod: New file.
1521
1522 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1523
1524 * indent/octave.m: Add a test to ensure indentation is local.
1525
1526 2010-10-23 Glenn Morris <rgm@gnu.org>
1527
1528 * comint-testsuite.el
1529 (comint-testsuite--test-comint-password-prompt-regexp):
1530 Add "Please enter the password". (Bug#7224)
1531
1532 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * indent/prolog.prolog: Use normal spacing around !.
1535
1536 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * indent/octave.m: Remove one more `fixindent'. Use `end'.
1539
1540 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * indent/octave.m: Remove some `fixindent' not needed any more.
1543
1544 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1545
1546 * indent/octave.m: New file.
1547
1548 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
1549
1550 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1551 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1552 (icalendar-testsuite--run-internal-tests): New.
1553 (icalendar-testsuite--test-convert-ordinary-to-ical)
1554 (icalendar-testsuite--test-convert-block-to-ical)
1555 (icalendar-testsuite--test-convert-anniversary-to-ical)
1556 (icalendar-testsuite--test-parse-vtimezone)
1557 (icalendar-testsuite--do-test-export): Code formatting.
1558 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1559 (icalendar-testsuite--do-test-import)
1560 (icalendar-testsuite--do-test-cycle):
1561 Use icalendar-testsuite--compare-strings
1562 (icalendar-testsuite--run-import-tests): Comment added.
1563 (icalendar-testsuite--run-import-tests)
1564 (icalendar-testsuite--run-real-world-tests): Fix expected results.
1565
1566 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * redisplay-testsuite.el (test-redisplay-3): New test.
1569
1570 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1571
1572 * comint-testsuite.el: New file.
1573
1574 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * indent: New dir.
1577
1578 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * Version 23.2 released.
1581
1582 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
1583
1584 * cedet/semantic-ia-utest.el
1585 (semantic-symref-test-count-hits-in-tag): Add function, from
1586 semantic-test.el.
1587
1588 * cedet/tests/test.cpp:
1589 * cedet/tests/test.py:
1590 * cedet/tests/teststruct.cpp:
1591 * cedet/tests/testtemplates.cpp:
1592 * cedet/tests/testusing.cpp:
1593 * cedet/tests/scopetest.cpp:
1594 * cedet/tests/scopetest.java: Files deleted.
1595
1596 * cedet/tests/test.make:
1597 * cedet/tests/test.c:
1598 * cedet/tests/testjavacomp.java:
1599 * cedet/tests/testspp.c:
1600 * cedet/tests/testsppreplace.c:
1601 * cedet/tests/testsppreplaced.c:
1602 * cedet/tests/testsubclass.cpp:
1603 * cedet/tests/testsubclass.hh:
1604 * cedet/tests/testtypedefs.cpp:
1605 * cedet/tests/testvarnames.c:
1606 * cedet/tests/test.el:
1607 * cedet/tests/testdoublens.cpp:
1608 * cedet/tests/testdoublens.hpp: Add copyright header.
1609
1610 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1611 Remove reference to deleted files.
1612
1613 2010-03-30 Juri Linkov <juri@jurta.org>
1614
1615 * occur-testsuite.el (occur-tests): Add tests for context lines.
1616
1617 2010-03-23 Juri Linkov <juri@jurta.org>
1618
1619 * occur-testsuite.el: New file.
1620
1621 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * Branch for 23.2.
1624
1625 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1626
1627 * icalendar-testsuite.el
1628 (icalendar-testsuite--run-function-tests): Add new tests.
1629 (icalendar-testsuite--test-diarytime-to-isotime): Add another
1630 testcase.
1631 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1632 (icalendar-testsuite--test-convert-weekly-to-ical): New.
1633 (icalendar-testsuite--test-convert-yearly-to-ical): New.
1634 (icalendar-testsuite--test-convert-block-to-ical): New.
1635 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1636 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1637
1638 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1639
1640 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1641 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1642 Fix typos in docstrings and error messages.
1643 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1644
1645 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1646
1647 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1648 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1649 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1650
1651 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1652
1653 * icalendar-testsuite.el
1654 (icalendar-testsuite--run-function-tests):
1655 Add icalendar-testsuite--test-parse-vtimezone.
1656 (icalendar-testsuite--test-parse-vtimezone): New.
1657 (icalendar-testsuite--do-test-cycle): Doc changes.
1658 (icalendar-testsuite--run-real-world-tests): Remove trailing
1659 whitespace -- see change of icalendar--add-diary-entry in
1660 icalendar.el.
1661 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1662
1663 2009-09-30 Glenn Morris <rgm@gnu.org>
1664
1665 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1666
1667 2009-06-26 Eric Ludlam <zappo@gnu.org>
1668
1669 * cedet/*: New unit tests, from CEDET repository.
1670
1671 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * redisplay-testsuite.el: New file.
1674
1675 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1676
1677 * Branch for 23.1.
1678
1679 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1680
1681 * icalendar-testsuite.el
1682 (icalendar-testsuite--run-function-tests):
1683 Add icalendar-testsuite--test-diarytime-to-isotime.
1684 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1685 recent icalendar fixes.
1686 (icalendar-testsuite--test-diarytime-to-isotime): New.
1687 (icalendar-testsuite--test-create-uid): Adjust to recent
1688 icalendar changes.
1689
1690 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1691
1692 * bytecomp-testsuite.el: New file.
1693
1694 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1695
1696 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1697 Add `icalendar-testsuite--test-create-uid'.
1698 (icalendar-testsuite--test-create-uid): New.
1699
1700 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
1701
1702 * newsticker-testsuite.el: New file.
1703
1704 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
1705
1706 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1707 Add icalendar-testsuite--test-datestring-to-isodate,
1708 icalendar-testsuite--test-datetime-to-diary-date, and
1709 icalendar-testsuite--test-calendar-style.
1710 (icalendar-testsuite--test-format-ical-event)
1711 (icalendar-testsuite--test-parse-summary-and-rest):
1712 Doc fix. Remove european-calendar-style.
1713 (icalendar-testsuite--get-ical-event): Doc fix.
1714 (icalendar-testsuite--test-first-weekday-of-year)
1715 (icalendar-testsuite--run-cycle-tests): Add doc string.
1716 (icalendar-testsuite--test-datestring-to-isodate)
1717 (icalendar-testsuite--test-datetime-to-diary-date)
1718 (icalendar-testsuite--test-calendar-style): New functions.
1719 (icalendar-testsuite--test-export): Handle iso date style.
1720 New arg INPUT-ISO. Use calendar-date-style.
1721 (icalendar-testsuite--test-import): Handle iso date style.
1722 New arg EXPECTED-ISO. Use calendar-date-style.
1723 (icalendar-testsuite--test-cycle): Handle iso date style.
1724 (icalendar-testsuite--run-import-tests)
1725 (icalendar-testsuite--run-export-tests)
1726 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1727
1728 2008-02-29 Glenn Morris <rgm@gnu.org>
1729
1730 * README: New file.
1731
1732 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
1733
1734 * icalendar-testsuite.el: New file.
1735
1736 ;; Local Variables:
1737 ;; coding: utf-8
1738 ;; End:
1739
1740 Copyright (C) 2008-2014 Free Software Foundation, Inc.
1741
1742 This file is part of GNU Emacs.
1743
1744 GNU Emacs is free software: you can redistribute it and/or modify
1745 it under the terms of the GNU General Public License as published by
1746 the Free Software Foundation, either version 3 of the License, or
1747 (at your option) any later version.
1748
1749 GNU Emacs is distributed in the hope that it will be useful,
1750 but WITHOUT ANY WARRANTY; without even the implied warranty of
1751 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1752 GNU General Public License for more details.
1753
1754 You should have received a copy of the GNU General Public License
1755 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.