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