diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index c392b792142..10acf187967 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2013-10-24 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/ert-tests.el (ert-test-skip-unless): New test case. | ||
| 4 | (ert-test-deftest): Adapt test for changed macro expansion. | ||
| 5 | (ert-test-run-tests-interactively): | ||
| 6 | * automated/ert-x-tests.el (ert-test-run-tests-interactively-2): | ||
| 7 | Add a skipping test. | ||
| 8 | |||
| 9 | * automated/file-notify-tests.el (top): Do not require tramp-sh.el. | ||
| 10 | (file-notify--test-local-enabled): Make it a function. Check also | ||
| 11 | for `file-remote-p' of `temporary-file-directory'. | ||
| 12 | (file-notify--test-remote-enabled-checked): New defvar. | ||
| 13 | (file-notify--test-remote-enabled): Rewrite. Do not use Tramp | ||
| 14 | internal functions. Cache result. | ||
| 15 | (file-notify--deftest-remote, file-notify-test00-availability) | ||
| 16 | (file-notify-test01-add-watch, file-notify-test02-events) | ||
| 17 | (file-notify-test03-autorevert): Add checks with `skip_unless'. | ||
| 18 | (file-notify-test-all): Do not check `file-notify--test-local-enabled'. | ||
| 19 | |||
| 1 | 2013-10-24 Dmitry Gutov <dgutov@yandex.ru> | 20 | 2013-10-24 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 21 | ||
| 3 | * indent/ruby.rb: Fix syntax error in the latest example. | 22 | * indent/ruby.rb: Fix syntax error in the latest example. |