emacs-diffs
[Top][All Lists]
Advanced

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

master 01e17fd: ; Instrument autorevert-tests.el


From: Michael Albinus
Subject: master 01e17fd: ; Instrument autorevert-tests.el
Date: Fri, 24 Sep 2021 03:56:09 -0400 (EDT)

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

    ; Instrument autorevert-tests.el
---
 test/lisp/autorevert-tests.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el
index 96169c7..a235d60 100644
--- a/test/lisp/autorevert-tests.el
+++ b/test/lisp/autorevert-tests.el
@@ -514,6 +514,7 @@ This expects `auto-revert--messages' to be bound by
             (lambda () (buffer-local-value
                    'auto-revert-notify-watch-descriptor buf-3))
             (auto-revert--timeout))
+           (message "Hallo0")
            (should (buffer-local-value
                     'auto-revert-notify-watch-descriptor buf-3))
            (auto-revert-test--write-file "3-a" file-3)
@@ -527,6 +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")
            (when (buffer-live-p buf-1)
              (should (buffer-local-value
                       'auto-revert-notify-watch-descriptor buf-1)))
@@ -538,6 +540,7 @@ This expects `auto-revert--messages' to be bound by
            (auto-revert-test--write-file "2-b" file-2b)
            (auto-revert-test--wait-for-buffer-text
             buf-2 "2-b" (auto-revert--timeout))
+           (message "Hallo2")
            (should (buffer-local-value
                     'auto-revert-notify-watch-descriptor buf-2)))
 



reply via email to

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