projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6899499
)
; More instrumentation in autorevert-tests.el
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 26 Sep 2021 10:40:55 +0000
(12:40 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 26 Sep 2021 10:40:55 +0000
(12:40 +0200)
test/lisp/autorevert-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/autorevert-tests.el
b/test/lisp/autorevert-tests.el
index 284b352cd74a5de3c4e591a15dbc78f5cbc2522e..a04610089c08397777d7e53116b41eb65dd7202a 100644
(file)
--- 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)))