aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2018-09-06 10:12:02 +0200
committerMichael Albinus2018-09-06 10:12:02 +0200
commit79d7138c187a5a950e4d226de333db6404700332 (patch)
tree877b64421267b70920c4db63cd86dabb4201f294 /test
parent67475a59e95919e2dbe25ae950450578afdfd0dc (diff)
downloademacs-79d7138c187a5a950e4d226de333db6404700332.tar.gz
emacs-79d7138c187a5a950e4d226de333db6404700332.zip
* test/lisp/autorevert-tests.el
(auto-revert-test02-auto-revert-deleted-file): Extend test.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/autorevert-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el
index 05d24b51ee7..b378c9b8b08 100644
--- a/test/lisp/autorevert-tests.el
+++ b/test/lisp/autorevert-tests.el
@@ -167,6 +167,7 @@ This expects `auto-revert--messages' to be bound by
167 (write-region "any text" nil tmpfile nil 'no-message) 167 (write-region "any text" nil tmpfile nil 'no-message)
168 (setq buf (find-file-noselect tmpfile)) 168 (setq buf (find-file-noselect tmpfile))
169 (with-current-buffer buf 169 (with-current-buffer buf
170 (should-not auto-revert-notify-watch-descriptor)
170 (should (string-equal (buffer-string) "any text")) 171 (should (string-equal (buffer-string) "any text"))
171 ;; `buffer-stale--default-function' checks for 172 ;; `buffer-stale--default-function' checks for
172 ;; `verify-visited-file-modtime'. We must ensure that 173 ;; `verify-visited-file-modtime'. We must ensure that