From: Glenn Morris Date: Wed, 3 Dec 2014 06:15:54 +0000 (-0800) Subject: Fix tramp-tests, broken by incompatible vc.el change X-Git-Tag: emacs-25.0.90~2635^2~219 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7385c3e643cbdac22ad7c5e4d36c41678716b4c5;p=emacs.git Fix tramp-tests, broken by incompatible vc.el change * test/automated/tramp-tests.el (tramp-test29-vc-registered): Update for recent incompatible change in vc-register. --- diff --git a/test/ChangeLog b/test/ChangeLog index c2c2d9b09ee..fea40786ba0 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2014-12-03 Glenn Morris + + * automated/tramp-tests.el (tramp-test29-vc-registered): + Update for recent incompatible change in vc-register. + 2014-11-29 Fabián Ezequiel Gallina * automated/python-tests.el diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el index 864a43d638f..2b2074c78ed 100644 --- a/test/automated/tramp-tests.el +++ b/test/automated/tramp-tests.el @@ -1470,8 +1470,8 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." ;; The structure of VC-FILESET is not documented. Let's ;; hope it won't change. (vc-register - nil (list (car vc-handled-backends) - (list (file-name-nondirectory tmp-name2))))) + (list (car vc-handled-backends) + (list (file-name-nondirectory tmp-name2))))) (should (vc-registered tmp-name2))) (ignore-errors (delete-directory tmp-name1 'recursive)))))