diff options
| author | Glenn Morris | 2014-01-10 19:55:50 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-10 19:55:50 -0800 |
| commit | a12bf61ed4bb5b06d829df1a1371b3bbf2c8e791 (patch) | |
| tree | 5212fea2a6147308a40d979f656be2f971728a7b /test | |
| parent | d2f16e93d2f96a33bcac0f5e5f1536575075bc0c (diff) | |
| download | emacs-a12bf61ed4bb5b06d829df1a1371b3bbf2c8e791.tar.gz emacs-a12bf61ed4bb5b06d829df1a1371b3bbf2c8e791.zip | |
ChangeLog fixes
Diffstat (limited to 'test')
| -rw-r--r-- | test/ChangeLog | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 493d33784b5..1c26b408224 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -44,8 +44,8 @@ | |||
| 44 | 44 | ||
| 45 | 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> | 45 | 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> |
| 46 | 46 | ||
| 47 | * automated/python-test.el (python-indent-block-enders-1): Rename | 47 | * automated/python-tests.el (python-indent-block-enders-1): |
| 48 | from python-indent-block-enders. | 48 | Rename from python-indent-block-enders. |
| 49 | (python-indent-block-enders-2): New test. | 49 | (python-indent-block-enders-2): New test. |
| 50 | 50 | ||
| 51 | 2013-12-08 Dmitry Gutov <dgutov@yandex.ru> | 51 | 2013-12-08 Dmitry Gutov <dgutov@yandex.ru> |
| @@ -131,9 +131,8 @@ | |||
| 131 | 131 | ||
| 132 | 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com> | 132 | 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com> |
| 133 | 133 | ||
| 134 | * test/automated/ruby-mode-tests.el (ruby-exit!-font-lock): | 134 | * automated/ruby-mode-tests.el (ruby-exit!-font-lock): |
| 135 | Add a failing test for Bug#15874. | 135 | Add a failing test for Bug#15874. |
| 136 | * test/automated/ruby-mode-tests.el | ||
| 137 | (ruby--insert-coding-comment-ruby-style) | 136 | (ruby--insert-coding-comment-ruby-style) |
| 138 | (ruby--insert-coding-comment-emacs-style) | 137 | (ruby--insert-coding-comment-emacs-style) |
| 139 | (ruby--insert-coding-comment-custom-style): | 138 | (ruby--insert-coding-comment-custom-style): |
| @@ -353,7 +352,7 @@ | |||
| 353 | 352 | ||
| 354 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> | 353 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> |
| 355 | 354 | ||
| 356 | * test/automated/timer-tests.el: New file. Tests that (sit-for 0) | 355 | * automated/timer-tests.el: New file. Tests that (sit-for 0) |
| 357 | allows another timer to run. | 356 | allows another timer to run. |
| 358 | 357 | ||
| 359 | 2013-10-14 Dmitry Gutov <dgutov@yandex.ru> | 358 | 2013-10-14 Dmitry Gutov <dgutov@yandex.ru> |
| @@ -449,7 +448,7 @@ | |||
| 449 | 448 | ||
| 450 | 2013-09-22 Daniel Colascione <dancol@dancol.org> | 449 | 2013-09-22 Daniel Colascione <dancol@dancol.org> |
| 451 | 450 | ||
| 452 | * automated/data-test.el: | 451 | * automated/data-tests.el: |
| 453 | (bool-vector-count-matches-all-0-nil) | 452 | (bool-vector-count-matches-all-0-nil) |
| 454 | (bool-vector-count-matches-all-0-t) | 453 | (bool-vector-count-matches-all-0-t) |
| 455 | (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t) | 454 | (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t) |
| @@ -523,8 +522,8 @@ | |||
| 523 | 522 | ||
| 524 | 2013-08-14 Daniel Hackney <dan@haxney.org> | 523 | 2013-08-14 Daniel Hackney <dan@haxney.org> |
| 525 | 524 | ||
| 526 | * package-test.el: Remove tar-package-building functions. Tar file | 525 | * automated/package-test.el: Remove tar-package-building functions. |
| 527 | used for testing is included in the repository. | 526 | Tar file used for testing is included in the repository. |
| 528 | (package-test-install-texinfo, package-test-cleanup-built-files): | 527 | (package-test-install-texinfo, package-test-cleanup-built-files): |
| 529 | Remove. | 528 | Remove. |
| 530 | 529 | ||
| @@ -772,7 +771,7 @@ | |||
| 772 | 771 | ||
| 773 | 2013-05-26 Aidan Gauland <aidalgol@amuri.net> | 772 | 2013-05-26 Aidan Gauland <aidalgol@amuri.net> |
| 774 | 773 | ||
| 775 | * tests/eshell.el: Rewrite tests using ERT. | 774 | * eshell.el: Rewrite tests using ERT. |
| 776 | 775 | ||
| 777 | 2013-05-25 Leo Liu <sdl.web@gmail.com> | 776 | 2013-05-25 Leo Liu <sdl.web@gmail.com> |
| 778 | 777 | ||
| @@ -802,7 +801,7 @@ | |||
| 802 | 801 | ||
| 803 | 2013-04-01 Masatake YAMATO <yamato@redhat.com> | 802 | 2013-04-01 Masatake YAMATO <yamato@redhat.com> |
| 804 | 803 | ||
| 805 | * automated/imenu-tests.el: New file. (Bug#14112) | 804 | * automated/imenu-test.el: New file. (Bug#14112) |
| 806 | 805 | ||
| 807 | 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org> | 806 | 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 808 | 807 | ||
| @@ -1161,7 +1160,7 @@ | |||
| 1161 | * automated/newsticker-tests.el | 1160 | * automated/newsticker-tests.el |
| 1162 | (newsticker--group-manage-orphan-feeds): Use fset instead of flet. | 1161 | (newsticker--group-manage-orphan-feeds): Use fset instead of flet. |
| 1163 | 1162 | ||
| 1164 | * trunk/test/automated/newsticker-tests.el | 1163 | * automated/newsticker-tests.el |
| 1165 | (newsticker--group-manage-orphan-feeds): Prevent updating | 1164 | (newsticker--group-manage-orphan-feeds): Prevent updating |
| 1166 | newsticker treeview. Fixed bug#9763. | 1165 | newsticker treeview. Fixed bug#9763. |
| 1167 | 1166 | ||