emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 244b682: ; More instrumentation for shadowfile-test


From: Michael Albinus
Subject: [Emacs-diffs] master 244b682: ; More instrumentation for shadowfile-tests.el
Date: Wed, 25 Jul 2018 16:04:43 -0400 (EDT)

branch: master
commit 244b6827257fb0ec9c14f19b9dd01a0e1bee1d75
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; More instrumentation for shadowfile-tests.el
---
 test/lisp/shadowfile-tests.el | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el
index a302b1c..83e9a36 100644
--- a/test/lisp/shadowfile-tests.el
+++ b/test/lisp/shadowfile-tests.el
@@ -731,6 +731,9 @@ guaranteed by the originator of a cluster definition."
             (setq buffer-file-name file)
             (insert "foo")
             (save-buffer))
+          (message "%s" file)
+          (message "%s" (shadow-contract-file-name (concat "/cluster2:" file)))
+          (message "%s" shadow-files-to-copy)
          (should
            (member
             (cons file (shadow-contract-file-name (concat "/cluster2:" file)))
@@ -739,9 +742,15 @@ guaranteed by the originator of a cluster definition."
           (message "Point 4")
           ;; Save file from "cluster2" definition.
           (with-temp-buffer
-            (setq buffer-file-name (concat (shadow-site-primary cluster2) 
file))
+           (message "Point 4.1")
+           (setq buffer-file-name (concat (shadow-site-primary cluster2) file))
+          (message "Point 4.2")
             (insert "foo")
             (save-buffer))
+          (message "Point 4.3")
+          (message "%s" (shadow-site-primary cluster2))
+          (message "%s" (shadow-contract-file-name (concat "/cluster1:" file)))
+          (message "%s" shadow-files-to-copy)
          (should
            (member
             (cons



reply via email to

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