Another fix of file-notify-tests for w32notify
* test/automated/file-notify-tests.el (file-notify-test02-events): Further adaptation for w32notify: reduce the number of expected 'changed' events. (Bug#21435)
This commit is contained in:
parent
01b547529b
commit
d443345b13
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ Don't wait longer than TIMEOUT seconds for the events to be delivered."
|
|||
;; w32notify does not distinguish between `changed' and
|
||||
;; `attribute-changed'.
|
||||
(if (eq file-notify--library 'w32notify)
|
||||
'(created changed changed changed deleted)
|
||||
'(created changed changed deleted)
|
||||
'(created changed deleted))
|
||||
(write-region
|
||||
"any text" nil file-notify--test-tmpfile nil 'no-message)
|
||||
|
@ -327,7 +327,7 @@ Don't wait longer than TIMEOUT seconds for the events to be delivered."
|
|||
(should (equal (mapcar #'cadr file-notify--test-events)
|
||||
(if (eq file-notify--library 'w32notify)
|
||||
'(created changed deleted
|
||||
created changed changed changed deleted
|
||||
created changed changed deleted
|
||||
created changed renamed)
|
||||
'(created changed deleted
|
||||
created changed deleted
|
||||
|
|
Loading…
Add table
Reference in a new issue