aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2014-06-01 12:49:45 +0200
committerMichael Albinus <[email protected]>2014-06-01 12:49:45 +0200
commita67aaeb3a97e733628f3b97a71b2297eb958c8ed (patch)
tree2dd4ac0c4da9e5d43d6630bd7726e45fc3db85df /test
parentec0f0d2c4b736e2194bdb36ad14ecf5e79d8dc01 (diff)
* automated/tramp-tests.el (tramp-test29-vc-registered):
Instrument failed test case.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/automated/tramp-tests.el3
2 files changed, 7 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index becf23c58c..545e77adee 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-01 Michael Albinus <[email protected]>
+
+ * automated/tramp-tests.el (tramp-test29-vc-registered):
+ Instrument failed test case.
+
2014-05-29 Stefan Monnier <[email protected]>
* automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el
index 2640ee9cef..ef229710cd 100644
--- a/test/automated/tramp-tests.el
+++ b/test/automated/tramp-tests.el
@@ -1394,6 +1394,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(tramp-find-foreign-file-name-handler tramp-test-temporary-file-directory)
'tramp-sh-file-name-handler))
+ (tramp--instrument-test-case 10
(let* ((default-directory tramp-test-temporary-file-directory)
(tmp-name1 (tramp--test-make-temp-name))
(tmp-name2 (expand-file-name "foo" tmp-name1))
@@ -1429,7 +1430,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(list (file-name-nondirectory tmp-name2)))))
(should (vc-registered tmp-name2)))
- (ignore-errors (delete-directory tmp-name1 'recursive)))))
+ (ignore-errors (delete-directory tmp-name1 'recursive))))))
(defun tramp--test-check-files (&rest files)
"Runs a simple but comprehensive test over every file in FILES."