aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
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