]> git.eshelyaron.com Git - emacs.git/commitdiff
; More instrumentation in autorevert-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 26 Sep 2021 10:40:55 +0000 (12:40 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 26 Sep 2021 10:40:55 +0000 (12:40 +0200)
test/lisp/autorevert-tests.el

index 284b352cd74a5de3c4e591a15dbc78f5cbc2522e..a04610089c08397777d7e53116b41eb65dd7202a 100644 (file)
@@ -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)))