]> code.delx.au - gnu-emacs/commit
Adaot file-notify-tests.el test cases
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 14 Sep 2015 20:15:20 +0000 (22:15 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 14 Sep 2015 20:15:20 +0000 (22:15 +0200)
commit67ddc7c55d6b40e3d37b2773e002a50123ae7411
tree98e4f30f14cc1d0588a7f4b7fbee4e38055f9fca
parent1ee47d477ddb9c567eaf63154f78fad5d5826b78
Adaot file-notify-tests.el test cases

* lisp/filenotify.el (file-notify-rm-watch): Ignore `file-notify-error'.

* src/inotify.c (Finotify_valid_p): Adapt docstring.

* test/automated/file-notify-tests.el ()
(file-notify-test03-autorevert)
(file-notify-test04-file-validity)
(file-notify-test04-file-validity-remote)
(file-notify-test05-dir-validity)
(file-notify-test05-dir-validity-remote): Adapt docstring.
(file-notify-test04-file-validity): Let events arrive before
calling final `file-notify-valid-p'.  Do not ignore errors.
(file-notify-test05-dir-validity): Do not manipulate
`temporary-file-directory', it isn't necessary.  Let events arrive
before calling final `file-notify-valid-p'.  Do not ignore errors.
lisp/filenotify.el
src/inotify.c
test/automated/file-notify-tests.el