emacs-diffs
[Top][All Lists]
Advanced

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

master 2cd2fc7: ; More instrumentation in autorevert-tests.el


From: Michael Albinus
Subject: master 2cd2fc7: ; More instrumentation in autorevert-tests.el
Date: Sun, 26 Sep 2021 06:41:03 -0400 (EDT)

branch: master
commit 2cd2fc74e474c158a1b0e6dfa29b49341262fcd9
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; More instrumentation in autorevert-tests.el
---
 test/lisp/autorevert-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el
index 284b352..a046100 100644
--- a/test/lisp/autorevert-tests.el
+++ b/test/lisp/autorevert-tests.el
@@ -528,7 +528,7 @@ This expects `auto-revert--messages' to be bound by
            (auto-revert-test--wait-for-buffer-text
             buf-1 "1-b" (auto-revert--timeout))
            ;; On emba, `buf-1' is a killed buffer.
-           (message "Hallo1 %s %s %s" file-1 buf-1 (get-file-buffer file-1))
+           (message "Hallo1 %s %s %s %s %s %s %s" buf-1 (buffer-name buf-1) 
(buffer-live-p buf-1) file-1 (get-file-buffer file-1) (buffer-name 
(get-file-buffer file-1)) (buffer-live-p (get-file-buffer file-1)))
            (should
             (buffer-local-value
              'auto-revert-notify-watch-descriptor (get-file-buffer file-1)))



reply via email to

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