diff options
| author | Michael Albinus | 2014-04-18 20:58:13 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-04-18 20:58:13 +0200 |
| commit | 2a2e6726d1f7031d89fd6740e5b167476267f778 (patch) | |
| tree | 1c0c9392aeb32a96a0d67778d89ac84fff7b7851 /test/ChangeLog | |
| parent | ce8c5107906ef282a1858c401c4400d2b54700b8 (diff) | |
| download | emacs-2a2e6726d1f7031d89fd6740e5b167476267f778.tar.gz emacs-2a2e6726d1f7031d89fd6740e5b167476267f778.zip | |
* automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
(tramp--test-make-temp-name): Optional argument LOCAL.
(tramp--instrument-test-case): Show messages. Catch also `quit'.
(tramp-test10-write-region): No special test for out-of-band copy
needed anymore.
(tramp-test11-copy-file, tramp-test12-rename-file)
(tramp-test21-file-links): Extend tests.
(tramp-test20-file-modes): More robust check for user "root".
(tramp--test-check-files): New defun.
(tramp-test30-special-characters, tramp-test33-recursive-load)
(tramp-test34-unload): New tests.
(tramp-test31-utf8, tramp-test32-asynchronous-requests): Rename.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 8f203f68d5c..0d8dd76ff91 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2014-04-18 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil. | ||
| 4 | (tramp--test-make-temp-name): Optional argument LOCAL. | ||
| 5 | (tramp--instrument-test-case): Show messages. Catch also `quit'. | ||
| 6 | (tramp-test10-write-region): No special test for out-of-band copy | ||
| 7 | needed anymore. | ||
| 8 | (tramp-test11-copy-file, tramp-test12-rename-file) | ||
| 9 | (tramp-test21-file-links): Extend tests. | ||
| 10 | (tramp-test20-file-modes): More robust check for user "root". | ||
| 11 | (tramp--test-check-files): New defun. | ||
| 12 | (tramp-test30-special-characters, tramp-test33-recursive-load) | ||
| 13 | (tramp-test34-unload): New tests. | ||
| 14 | (tramp-test31-utf8, tramp-test32-asynchronous-requests): Rename. | ||
| 15 | |||
| 1 | 2014-04-10 Paul Eggert <eggert@cs.ucla.edu> | 16 | 2014-04-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 17 | ||
| 3 | * automated/electric-tests.el: Fix spelling error in test name. | 18 | * automated/electric-tests.el: Fix spelling error in test name. |