diff options
| author | Michael Albinus | 2014-02-04 12:41:20 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-02-04 12:41:20 +0100 |
| commit | 40d2f2e4bb6b4e0b373180ae12836f6b335dc0bb (patch) | |
| tree | a55dbab6c5612f7c60285d55b9510220137764a2 /test/ChangeLog | |
| parent | 86d2bf49962c66f19e467804dfcfb5153b460f51 (diff) | |
| download | emacs-40d2f2e4bb6b4e0b373180ae12836f6b335dc0bb.tar.gz emacs-40d2f2e4bb6b4e0b373180ae12836f6b335dc0bb.zip | |
* automated/file-notify-tests.el (file-notify--wait-for-events):
Use `read-event' instead of `sit-for'.
(file-notify-test02-events): Remove expected result, the bug is
fixed meanwhile.
(file-notify-test02-events, file-notify-test03-autorevert):
Use `sleep-for' instead of `sit-for'.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 5afc9890aff..597782da416 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-02-04 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/file-notify-tests.el (file-notify--wait-for-events): | ||
| 4 | Use `read-event' instead of `sit-for'. | ||
| 5 | (file-notify-test02-events): Remove expected result, the bug is | ||
| 6 | fixed meanwhile. | ||
| 7 | (file-notify-test02-events, file-notify-test03-autorevert): | ||
| 8 | Use `sleep-for' instead of `sit-for'. | ||
| 9 | |||
| 1 | 2014-01-31 Dmitry Gutov <dgutov@yandex.ru> | 10 | 2014-01-31 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 11 | ||
| 3 | * automated/ruby-mode-tests.el (ruby-align-chained-calls): | 12 | * automated/ruby-mode-tests.el (ruby-align-chained-calls): |