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