diff options
| author | Michael Albinus | 2013-11-28 17:14:13 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-11-28 17:14:13 +0100 |
| commit | 23293cb07ae8b48ae9159142dfcb5e7a51bc422a (patch) | |
| tree | 36ba37dd91fc467072c4a84b214bcc40bdcb57b9 | |
| parent | 1b10adb6822fe1fc2eb503caa43e5c75da197394 (diff) | |
| download | emacs-23293cb07ae8b48ae9159142dfcb5e7a51bc422a.tar.gz emacs-23293cb07ae8b48ae9159142dfcb5e7a51bc422a.zip | |
* automated/file-notify-tests.el (auto-revert-stop-on-user-input):
Set to nil.
| -rw-r--r-- | test/ChangeLog | 5 | ||||
| -rw-r--r-- | test/automated/file-notify-tests.el | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 1237d4629a9..fd54464528a 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-11-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/file-notify-tests.el (auto-revert-stop-on-user-input): | ||
| 4 | Set to nil. | ||
| 5 | |||
| 1 | 2013-11-27 Michael Albinus <michael.albinus@gmx.de> | 6 | 2013-11-27 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 1d0a63b6ada..b8d30ecf070 100644 --- a/test/automated/file-notify-tests.el +++ b/test/automated/file-notify-tests.el | |||
| @@ -232,9 +232,10 @@ Save the result in `file-notify--test-results', for later analysis." | |||
| 232 | (file-notify--deftest-remote file-notify-test02-events | 232 | (file-notify--deftest-remote file-notify-test02-events |
| 233 | "Check file creation/removal notifications for remote files.") | 233 | "Check file creation/removal notifications for remote files.") |
| 234 | 234 | ||
| 235 | ;; autorevert runs only in interactive mode. | ||
| 236 | (defvar auto-revert-remote-files) | 235 | (defvar auto-revert-remote-files) |
| 237 | (setq auto-revert-remote-files t) | 236 | (defvar auto-revert-stop-on-user-input) |
| 237 | (setq auto-revert-remote-files t | ||
| 238 | auto-revert-stop-on-user-input nil) | ||
| 238 | (require 'autorevert) | 239 | (require 'autorevert) |
| 239 | 240 | ||
| 240 | (ert-deftest file-notify-test03-autorevert () | 241 | (ert-deftest file-notify-test03-autorevert () |