diff options
| author | Michael Albinus | 2014-04-22 12:52:08 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-04-22 12:52:08 +0200 |
| commit | d5ff4ded7a225306017006fc96b0a30180ae6f6b (patch) | |
| tree | 056b23b9c45dc3f0971adc99f3271dfaa4001acf | |
| parent | 14828a9567be2acf2af9f52938174a2281684099 (diff) | |
| download | emacs-d5ff4ded7a225306017006fc96b0a30180ae6f6b.tar.gz emacs-d5ff4ded7a225306017006fc96b0a30180ae6f6b.zip | |
* automated/tramp-tests.el (tramp--test-check-files): Remove traces.
| -rw-r--r-- | test/ChangeLog | 4 | ||||
| -rw-r--r-- | test/automated/tramp-tests.el | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index cf42099e3d3..d21f24ff1e8 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2014-04-22 Michael Albinus <michael.albinus@gmx.de> | 1 | 2014-04-22 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 2 | ||
| 3 | * automated/tramp-tests.el (tramp-test30-special-characters): | 3 | * automated/tramp-tests.el (tramp--test-check-files): Remove traces. |
| 4 | Remove test for backslash. | 4 | (tramp-test30-special-characters): Remove test for backslash. |
| 5 | 5 | ||
| 6 | 2014-04-20 Michael Albinus <michael.albinus@gmx.de> | 6 | 2014-04-20 Michael Albinus <michael.albinus@gmx.de> |
| 7 | 7 | ||
diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el index 372b00de35a..b6e757d3ae5 100644 --- a/test/automated/tramp-tests.el +++ b/test/automated/tramp-tests.el | |||
| @@ -1426,7 +1426,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." | |||
| 1426 | 1426 | ||
| 1427 | (defun tramp--test-check-files (&rest files) | 1427 | (defun tramp--test-check-files (&rest files) |
| 1428 | "Runs a simple but comprehensive test over every file in FILES." | 1428 | "Runs a simple but comprehensive test over every file in FILES." |
| 1429 | (tramp--instrument-test-case 10 | ||
| 1430 | (let ((tmp-name1 (tramp--test-make-temp-name)) | 1429 | (let ((tmp-name1 (tramp--test-make-temp-name)) |
| 1431 | (tmp-name2 (tramp--test-make-temp-name 'local))) | 1430 | (tmp-name2 (tramp--test-make-temp-name 'local))) |
| 1432 | (unwind-protect | 1431 | (unwind-protect |
| @@ -1457,7 +1456,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." | |||
| 1457 | tmp-name2 nil directory-files-no-dot-files-regexp) | 1456 | tmp-name2 nil directory-files-no-dot-files-regexp) |
| 1458 | (sort files 'string-lessp)))) | 1457 | (sort files 'string-lessp)))) |
| 1459 | (ignore-errors (delete-directory tmp-name1 'recursive)) | 1458 | (ignore-errors (delete-directory tmp-name1 'recursive)) |
| 1460 | (ignore-errors (delete-directory tmp-name2 'recursive)))))) | 1459 | (ignore-errors (delete-directory tmp-name2 'recursive))))) |
| 1461 | 1460 | ||
| 1462 | ;; This test is inspired by Bug#17238. | 1461 | ;; This test is inspired by Bug#17238. |
| 1463 | (ert-deftest tramp-test30-special-characters () | 1462 | (ert-deftest tramp-test30-special-characters () |