aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2013-11-15 09:03:19 +0100
committerMichael Albinus2013-11-15 09:03:19 +0100
commit3cd4192f84071777b36dab8a051cda5059eb4262 (patch)
treefb9f37db1f94ac7a22c4f9293e4c8fb623bca616 /test/ChangeLog
parente675b3e45242e65a4cab9271566ad9141a81036f (diff)
downloademacs-3cd4192f84071777b36dab8a051cda5059eb4262.tar.gz
emacs-3cd4192f84071777b36dab8a051cda5059eb4262.zip
* automated/tramp-tests.el (tramp-test15-copy-directory)
(tramp-test16-directory-files, tramp-test17-insert-directory) (tramp-test18-file-attributes) (tramp-test19-directory-files-and-attributes) (tramp-test20-file-modes, tramp-test21-file-links) (tramp-test22-file-times, tramp-test23-visited-file-modtime) (tramp-test24-file-name-completion, tramp-test25-load) (tramp-test26-process-file, tramp-test27-start-file-process): (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'. (tramp-test29-utf8): New test.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog18
1 files changed, 16 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 9f345d64a42..c1e75879200 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,17 @@
12013-11-15 Michael Albinus <michael.albinus@gmx.de>
2
3 * automated/tramp-tests.el (tramp-test15-copy-directory)
4 (tramp-test16-directory-files, tramp-test17-insert-directory)
5 (tramp-test18-file-attributes)
6 (tramp-test19-directory-files-and-attributes)
7 (tramp-test20-file-modes, tramp-test21-file-links)
8 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
9 (tramp-test24-file-name-completion, tramp-test25-load)
10 (tramp-test26-process-file, tramp-test27-start-file-process):
11 (tramp-test28-shell-command): Protect unwindforms with
12 `ignore-errors'.
13 (tramp-test29-utf8): New test.
14
12013-11-13 Michael Albinus <michael.albinus@gmx.de> 152013-11-13 Michael Albinus <michael.albinus@gmx.de>
2 16
3 * automated/file-notify-tests.el (file-notify-test02-events) 17 * automated/file-notify-tests.el (file-notify-test02-events)
@@ -5,8 +19,8 @@
5 19
6 * automated/tramp-tests.el (tramp-test02-file-name-dissect) 20 * automated/tramp-tests.el (tramp-test02-file-name-dissect)
7 (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests. 21 (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
8 (tramp-test26-process-file, tramp-test28-shell-command): Ensure, 22 (tramp-test26-process-file, tramp-test28-shell-command):
9 that the directory is not empty when calling "ls". 23 Ensure, that the directory is not empty when calling "ls".
10 24
112013-11-11 Michael Albinus <michael.albinus@gmx.de> 252013-11-11 Michael Albinus <michael.albinus@gmx.de>
12 26