[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r116108: * automated/file-notify-tests.el (file-noti
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] trunk r116108: * automated/file-notify-tests.el (file-notify-test02-events): |
Date: |
Wed, 22 Jan 2014 10:02:52 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 116108
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Wed 2014-01-22 11:02:46 +0100
message:
* automated/file-notify-tests.el (file-notify-test02-events):
Hide Bug#16519, until it is solved.
modified:
test/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-8588
test/automated/file-notify-tests.el
filenotifytests.el-20130702144123-sxglvo6zs3jcj8w1-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog 2014-01-21 13:31:39 +0000
+++ b/test/ChangeLog 2014-01-22 10:02:46 +0000
@@ -1,3 +1,8 @@
+2014-01-22 Michael Albinus <address@hidden>
+
+ * automated/file-notify-tests.el (file-notify-test02-events):
+ Hide Bug#16519, until it is solved.
+
2014-01-21 Michael Albinus <address@hidden>
* automated/file-notify-tests.el
=== modified file 'test/automated/file-notify-tests.el'
--- a/test/automated/file-notify-tests.el 2014-01-21 13:31:39 +0000
+++ b/test/automated/file-notify-tests.el 2014-01-22 10:02:46 +0000
@@ -237,7 +237,9 @@
(ignore-errors (delete-file file-notify--test-tmpfile))
(ignore-errors (delete-file file-notify--test-tmpfile1))))
- (should file-notify--test-results)
+ (should
+ (or file-notify--test-results
+ (and noninteractive (eq file-notify--library 'gfilenotify)))) ;;
Bug#16519.
(dolist (result file-notify--test-results)
;(message "%s" (ert-test-result-messages result))
(when (ert-test-failed-p result)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r116108: * automated/file-notify-tests.el (file-notify-test02-events):,
Michael Albinus <=