diff options
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. |