From: Michael Albinus Date: Fri, 24 Sep 2021 07:56:02 +0000 (+0200) Subject: ; Instrument autorevert-tests.el X-Git-Tag: emacs-28.0.90~693 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01e17fd4e9d671fa92411f8fd3a00766df0e0787;p=emacs.git ; Instrument autorevert-tests.el --- diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el index 96169c75d3d..a235d60dc7b 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)))