emacs-diffs
[Top][All Lists]
Advanced

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

master ea36561: ; More instrumentation in autorevert-tests.el


From: Michael Albinus
Subject: master ea36561: ; More instrumentation in autorevert-tests.el
Date: Sat, 25 Sep 2021 06:20:54 -0400 (EDT)

branch: master
commit ea3656191d8dbc009744ee5d2c79c738ba90c9b9
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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el
index 4a67dae..284b352 100644
--- a/test/lisp/autorevert-tests.el
+++ b/test/lisp/autorevert-tests.el
@@ -528,10 +528,10 @@ 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")
-           (when (buffer-name buf-1)
-             (should (buffer-local-value
-                      'auto-revert-notify-watch-descriptor buf-1)))
+           (message "Hallo1 %s %s %s" file-1 buf-1 (get-file-buffer file-1))
+           (should
+            (buffer-local-value
+             'auto-revert-notify-watch-descriptor (get-file-buffer file-1)))
 
            ;; Write a buffer to a new file, then modify the new file on disk.
            (with-current-buffer buf-2



reply via email to

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