diff options
| author | Michael Albinus | 2014-02-27 13:07:10 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-02-27 13:07:10 +0100 |
| commit | 154ba7966c355a9d2db4d8763a78e75e068fe920 (patch) | |
| tree | 8516fa3901e4c99b017ece5fee6e78cf82e33383 /test/ChangeLog | |
| parent | 6be7660863fa4a1f4621757dcc57864a23742d36 (diff) | |
| download | emacs-154ba7966c355a9d2db4d8763a78e75e068fe920.tar.gz emacs-154ba7966c355a9d2db4d8763a78e75e068fe920.zip | |
* automated/tramp-tests.el (tramp--test-enabled): Move connection
cleanup into this function. Remove respective code from all test cases.
(tramp--instrument-test-case): Declare `indent' and `debug'.
Handle other errors as well.
(tramp-test14-delete-directory): Check for `file-error' error.
(tramp-test15-copy-directory): Ignore return value of
`copy-directory'. It's too much hassle to handle it for tramp-adb.el.
(tramp-test19-directory-files-and-attributes): Take care of
timestamp of "../".
(tramp-test20-file-modes, tramp-test27-start-file-process)
(tramp-test28-shell-command): Skip for tramp-adb.el.
(tramp-test21-file-links): `file-truename' shall preserve trailing
link of directories.
(tramp-test22-file-times): Skip if `set-file-times' returns nil.
(tramp-test26-process-file, tramp-test28-shell-command): Let-bind
`kill-buffer-query-functions' to nil.
(tramp-test28-shell-command): Run `async-shell-command' with timeouts.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index cf246b7eda9..0910f0b15b8 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2014-02-27 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/tramp-tests.el (tramp--test-enabled): Move connection | ||
| 4 | cleanup into this function. Remove respective code from all test | ||
| 5 | cases. | ||
| 6 | (tramp--instrument-test-case): Declare `indent' and `debug'. | ||
| 7 | Handle other errors as well. | ||
| 8 | (tramp-test14-delete-directory): Check for `file-error' error. | ||
| 9 | (tramp-test15-copy-directory): Ignore return value of | ||
| 10 | `copy-directory'. It's too much hassle to handle it for tramp-adb.el. | ||
| 11 | (tramp-test19-directory-files-and-attributes): Take care of | ||
| 12 | timestamp of "../". | ||
| 13 | (tramp-test20-file-modes, tramp-test27-start-file-process) | ||
| 14 | (tramp-test28-shell-command): Skip for tramp-adb.el. | ||
| 15 | (tramp-test21-file-links): `file-truename' shall preserve trailing | ||
| 16 | link of directories. | ||
| 17 | (tramp-test22-file-times): Skip if `set-file-times' returns nil. | ||
| 18 | (tramp-test26-process-file, tramp-test28-shell-command): Let-bind | ||
| 19 | `kill-buffer-query-functions' to nil. | ||
| 20 | (tramp-test28-shell-command): Run `async-shell-command' with timeouts. | ||
| 21 | |||
| 1 | 2014-02-21 Michael Albinus <michael.albinus@gmx.de> | 22 | 2014-02-21 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 23 | ||
| 3 | * automated/tramp-tests.el | 24 | * automated/tramp-tests.el |