]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/automated/tramp-tests.el (tramp-test29-vc-registered):
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 2 Jun 2014 18:38:22 +0000 (20:38 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 2 Jun 2014 18:38:22 +0000 (20:38 +0200)
Remove instrumentation.

test/ChangeLog
test/automated/tramp-tests.el

index 5c5017c8825dda568b8e94ed68c24ccc5748b98b..b6b3dd379a784c670639b6597abc7a64c710943e 100644 (file)
@@ -1,7 +1,7 @@
 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
 
        * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
-       (tramp-test29-vc-registered): Set $BZR_HOME.
+       (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
 
 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
 
index 349a6ad0385306c90e49215578c56f1d956b2f46..128a114d666a0e175f4d71c5ab4f7e76b6fef125 100644 (file)
@@ -1395,7 +1395,6 @@ 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))
@@ -1440,12 +1439,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)))
 
-      (with-parsed-tramp-file-name tramp-test-temporary-file-directory nil
-       (with-current-buffer (tramp-get-connection-buffer v)
-         (message "%s" (buffer-string)))
-       (with-current-buffer (tramp-get-debug-buffer v)
-         (message "%s" (buffer-string))))
-      (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."