diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 60b3ed352d0..ff02bd6a25d 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,12 +1,40 @@ | |||
| 1 | 2015-02-01 Joakim Verona <joakim@verona.se> | 1 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | Support for testing xwidgets | 2 | |
| 3 | * xwidget-test-manual.el: | 3 | * automated/python-tests.el |
| 4 | (python-eldoc--get-symbol-at-point-1) | ||
| 5 | (python-eldoc--get-symbol-at-point-2) | ||
| 6 | (python-eldoc--get-symbol-at-point-3) | ||
| 7 | (python-eldoc--get-symbol-at-point-4): New tests. | ||
| 8 | |||
| 9 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 10 | |||
| 11 | * automated/python-tests.el | ||
| 12 | (python-tests-visible-string): New function. | ||
| 13 | (python-parens-electric-indent-1) | ||
| 14 | (python-triple-quote-pairing): Fix indentation, move require calls. | ||
| 15 | (python-hideshow-hide-levels-1) | ||
| 16 | (python-hideshow-hide-levels-2): New tests. | ||
| 17 | |||
| 18 | 2015-02-07 Dmitry Gutov <dgutov@yandex.ru> | ||
| 19 | |||
| 20 | * automated/vc-tests.el (vc-test--working-revision): Fix | ||
| 21 | `vc-working-revision' checks to be compared against nil, which is | ||
| 22 | what is should return for unregistered files. | ||
| 23 | |||
| 24 | 2015-02-06 Nicolas Petton <nicolas@petton.fr> | ||
| 25 | |||
| 26 | * automated/seq-tests.el: New tests for seq-mapcat, seq-partition | ||
| 27 | and seq-group-by. | ||
| 28 | |||
| 29 | 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com> | ||
| 30 | |||
| 31 | * automated/package-test.el (package-test-get-deps): Fix typo. | ||
| 32 | (package-test-sort-by-dependence): New test | ||
| 4 | 33 | ||
| 5 | 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com> | 34 | 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com> |
| 6 | 35 | ||
| 7 | * automated/package-test.el (package-test-get-deps): New test. | 36 | * automated/package-test.el (package-test-get-deps): New test. |
| 8 | 37 | ||
| 9 | |||
| 10 | 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca> | 38 | 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca> |
| 11 | 39 | ||
| 12 | * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify. | 40 | * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify. |