aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index f11325d0318..b66c2925287 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,14 @@
12012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * automated/advice-tests.el (advice-tests--data): Remove.
4 (advice-tests): Move the tests directly here instead.
5 Add called-interactively-p tests.
6
72012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * automated/ert-x-tests.el: Use cl-lib.
10 * automated/ert-tests.el: Use lexical-binding and cl-lib.
11
12012-11-14 Dmitry Gutov <dgutov@yandex.ru> 122012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2 13
3 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass. 14 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
@@ -5,8 +16,8 @@
5 (ruby-indent-inside-heredoc-after-space): New tests. 16 (ruby-indent-inside-heredoc-after-space): New tests.
6 Change direct font-lock face references to var references. 17 Change direct font-lock face references to var references.
7 (ruby-interpolation-suppresses-syntax-inside): New test. 18 (ruby-interpolation-suppresses-syntax-inside): New test.
8 (ruby-interpolation-inside-percent-literal-with-paren): New 19 (ruby-interpolation-inside-percent-literal-with-paren):
9 failing test. 20 New failing test.
10 21
112012-11-13 Dmitry Gutov <dgutov@yandex.ru> 222012-11-13 Dmitry Gutov <dgutov@yandex.ru>
12 23