+2014-01-26 Michael Albinus <michael.albinus@gmx.de>
+
+ * automated/file-notify-tests.el (file-notify-test02-events):
+ Let test case fail for Bug#16519.
+
2014-01-22 Michael Albinus <michael.albinus@gmx.de>
* automated/file-notify-tests.el (file-notify-test02-events):
(ert-deftest file-notify-test02-events ()
"Check file creation/removal notifications."
+ ;; Bug#16519.
+ :expected-result
+ (if (and noninteractive (memq file-notify--library '(gfilenotify w32notify)))
+ :failed :passed)
(skip-unless (file-notify--test-local-enabled))
(let (desc)
(unwind-protect
(ignore-errors (delete-file file-notify--test-tmpfile))
(ignore-errors (delete-file file-notify--test-tmpfile1))))
- (should
- (or file-notify--test-results
- (and noninteractive (eq file-notify--library 'gfilenotify)))) ;; Bug#16519.
+ (should file-notify--test-results)
(dolist (result file-notify--test-results)
;(message "%s" (ert-test-result-messages result))
(when (ert-test-failed-p result)