diff options
| author | Michael Albinus | 2013-07-05 16:06:14 +0200 |
|---|---|---|
| committer | Michael Albinus | 2013-07-05 16:06:14 +0200 |
| commit | 84b6d3df1ad4f84faaf2bdf511f184ae1716762e (patch) | |
| tree | 22f1139b75e49a99ced63f0e317ec6eaf5cfdc95 /test/ChangeLog | |
| parent | d610f6dd0f7afd919c243e1c0786174010c19be8 (diff) | |
| download | emacs-84b6d3df1ad4f84faaf2bdf511f184ae1716762e.tar.gz emacs-84b6d3df1ad4f84faaf2bdf511f184ae1716762e.zip | |
* automated/file-notify-tests.el
(file-notify-test-remote-temporary-file-directory): Use
`null-device' on w32.
(file-notify--test-tmpfile, file-notify--test-tmpfile1)
(file-notify--test-results, file-notify--test-event)
(file-notify--deftest-remote, file-notify--event-test)
(file-notify--test-event-handler)
(file-notify--test-make-temp-name): Renamed, in order to mark them
internal.
(tramp-message-show-message, tramp-read-passwd): Tweak them for
better fitting in noninteractive tests.
(file-notify-test00-availability): Renamed from `file-notify-test0'.
(file-notify-test01-add-watch): Renamed from `file-notify-test1'.
Use `temporary-file-directory '.
(file-notify-test01-add-watch-remote): New test.
(file-notify-test02-events): Renamed from `file-notify-test2'.
(file-notify-test02-events-remote): Renamed from `file-notify-test3'.
(file-notify-test03-autorevert): Renamed from
`file-notify-test4'. Use timeouts.
(file-notify-test03-autorevert-remote): Renamed from
`file-notify-test5'.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index ab7a57bc35d..aded5473304 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2013-07-05 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/file-notify-tests.el | ||
| 4 | (file-notify-test-remote-temporary-file-directory): Use | ||
| 5 | `null-device' on w32. | ||
| 6 | (file-notify--test-tmpfile, file-notify--test-tmpfile1) | ||
| 7 | (file-notify--test-results, file-notify--test-event) | ||
| 8 | (file-notify--deftest-remote, file-notify--event-test) | ||
| 9 | (file-notify--test-event-handler) | ||
| 10 | (file-notify--test-make-temp-name): Renamed, in order to mark them | ||
| 11 | internal. | ||
| 12 | (tramp-message-show-message, tramp-read-passwd): Tweak them for | ||
| 13 | better fitting in noninteractive tests. | ||
| 14 | (file-notify-test00-availability): Renamed from `file-notify-test0'. | ||
| 15 | (file-notify-test01-add-watch): Renamed from `file-notify-test1'. | ||
| 16 | Use `temporary-file-directory '. | ||
| 17 | (file-notify-test01-add-watch-remote): New test. | ||
| 18 | (file-notify-test02-events): Renamed from `file-notify-test2'. | ||
| 19 | (file-notify-test02-events-remote): Renamed from `file-notify-test3'. | ||
| 20 | (file-notify-test03-autorevert): Renamed from | ||
| 21 | `file-notify-test4'. Use timeouts. | ||
| 22 | (file-notify-test03-autorevert-remote): Renamed from | ||
| 23 | `file-notify-test5'. | ||
| 24 | |||
| 1 | 2013-07-04 Michael Albinus <michael.albinus@gmx.de> | 25 | 2013-07-04 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 26 | ||
| 3 | * automated/file-notify-tests.el: New package. | 27 | * automated/file-notify-tests.el: New package. |