diff options
| author | Michael Albinus | 2014-01-22 11:02:46 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-01-22 11:02:46 +0100 |
| commit | 29f5e020a29c27e2b198069d0fe5ddc30b0a618f (patch) | |
| tree | f84582a7f3b4e52658d6b6ae45e74b094ac82614 | |
| parent | 7b997b14589f85f2987f45a99abb8cfa4cd8d390 (diff) | |
| download | emacs-29f5e020a29c27e2b198069d0fe5ddc30b0a618f.tar.gz emacs-29f5e020a29c27e2b198069d0fe5ddc30b0a618f.zip | |
* automated/file-notify-tests.el (file-notify-test02-events):
Hide Bug#16519, until it is solved.
| -rw-r--r-- | test/ChangeLog | 5 | ||||
| -rw-r--r-- | test/automated/file-notify-tests.el | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 21d3e54af80..4b931acbf22 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-01-22 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/file-notify-tests.el (file-notify-test02-events): | ||
| 4 | Hide Bug#16519, until it is solved. | ||
| 5 | |||
| 1 | 2014-01-21 Michael Albinus <michael.albinus@gmx.de> | 6 | 2014-01-21 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * automated/file-notify-tests.el | 8 | * automated/file-notify-tests.el |
diff --git a/test/automated/file-notify-tests.el b/test/automated/file-notify-tests.el index 4845b62d04b..de0f32b5e94 100644 --- a/test/automated/file-notify-tests.el +++ b/test/automated/file-notify-tests.el | |||
| @@ -237,7 +237,9 @@ TIMEOUT is the maximum time to wait for." | |||
| 237 | (ignore-errors (delete-file file-notify--test-tmpfile)) | 237 | (ignore-errors (delete-file file-notify--test-tmpfile)) |
| 238 | (ignore-errors (delete-file file-notify--test-tmpfile1)))) | 238 | (ignore-errors (delete-file file-notify--test-tmpfile1)))) |
| 239 | 239 | ||
| 240 | (should file-notify--test-results) | 240 | (should |
| 241 | (or file-notify--test-results | ||
| 242 | (and noninteractive (eq file-notify--library 'gfilenotify)))) ;; Bug#16519. | ||
| 241 | (dolist (result file-notify--test-results) | 243 | (dolist (result file-notify--test-results) |
| 242 | ;(message "%s" (ert-test-result-messages result)) | 244 | ;(message "%s" (ert-test-result-messages result)) |
| 243 | (when (ert-test-failed-p result) | 245 | (when (ert-test-failed-p result) |