aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2013-10-24 09:38:45 +0200
committerMichael Albinus2013-10-24 09:38:45 +0200
commit4ddbf128362dcb0a0a8abe42348ff20d3d511ab6 (patch)
tree52352f57953b0dab9b8462990720fdc007412616 /test/ChangeLog
parent50b5b857412f310d69cac74ffe906837da6757c6 (diff)
downloademacs-4ddbf128362dcb0a0a8abe42348ff20d3d511ab6.tar.gz
emacs-4ddbf128362dcb0a0a8abe42348ff20d3d511ab6.zip
* automated/ert-tests.el (ert-test-skip-unless): New test case.
(ert-test-deftest): Adapt test for changed macro expansion. (ert-test-run-tests-interactively): * automated/ert-x-tests.el (ert-test-run-tests-interactively-2): Add a skipping test. * automated/file-notify-tests.el (top): Do not require tramp-sh.el. (file-notify--test-local-enabled): Make it a function. Check also for `file-remote-p' of `temporary-file-directory'. (file-notify--test-remote-enabled-checked): New defvar. (file-notify--test-remote-enabled): Rewrite. Do not use Tramp internal functions. Cache result. (file-notify--deftest-remote, file-notify-test00-availability) (file-notify-test01-add-watch, file-notify-test02-events) (file-notify-test03-autorevert): Add checks with `skip_unless'. (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog19
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 @@
12013-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
12013-10-24 Dmitry Gutov <dgutov@yandex.ru> 202013-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.