emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 7385c3e: Fix tramp-tests, broken by incompatible vc


From: Glenn Morris
Subject: [Emacs-diffs] master 7385c3e: Fix tramp-tests, broken by incompatible vc.el change
Date: Wed, 03 Dec 2014 06:16:05 +0000

branch: master
commit 7385c3e643cbdac22ad7c5e4d36c41678716b4c5
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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.
---
 test/ChangeLog                |    5 +++++
 test/automated/tramp-tests.el |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/test/ChangeLog b/test/ChangeLog
index c2c2d9b..fea4078 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-03  Glenn Morris  <address@hidden>
+
+       * automated/tramp-tests.el (tramp-test29-vc-registered):
+       Update for recent incompatible change in vc-register.
+
 2014-11-29  Fabián Ezequiel Gallina  <address@hidden>
 
        * automated/python-tests.el
diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el
index 864a43d..2b2074c 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)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]