diff options
| author | Glenn Morris | 2013-07-11 09:04:56 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-11 09:04:56 -0700 |
| commit | d2e1542aa91472925f13880b35d23ec5b5bbf9dd (patch) | |
| tree | 3dcc774649bf7f21bf5471df9a8620079b924648 /test/ChangeLog | |
| parent | 03d019811522c5d98b3359e48b5cf4d5cc9b72e5 (diff) | |
| download | emacs-d2e1542aa91472925f13880b35d23ec5b5bbf9dd.tar.gz emacs-d2e1542aa91472925f13880b35d23ec5b5bbf9dd.zip | |
Quieten ruby-mode-tests.el compilation
* test/automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
Goto point-min.
(works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
(ruby-move-to-block-skips-percent-literal)
(ruby-move-to-block-skips-heredoc)
(ruby-move-to-block-moves-from-else-to-if)
(ruby-beginning-of-defun-does-not-fold-case)
(ruby-end-of-defun-skips-to-next-line-after-the-method):
Replace goto-line with forward-line/goto-char.
(ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 5d51a8b7e98..29aa736e8ab 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2013-07-11 Glenn Morris <rgm@gnu.org> | 1 | 2013-07-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * automated/ruby-mode-tests.el (ruby-deftest-move-to-block): | ||
| 4 | Goto point-min. | ||
| 5 | (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two) | ||
| 6 | (ruby-move-to-block-skips-percent-literal) | ||
| 7 | (ruby-move-to-block-skips-heredoc) | ||
| 8 | (ruby-move-to-block-moves-from-else-to-if) | ||
| 9 | (ruby-beginning-of-defun-does-not-fold-case) | ||
| 10 | (ruby-end-of-defun-skips-to-next-line-after-the-method): | ||
| 11 | Replace goto-line with forward-line/goto-char. | ||
| 12 | (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer. | ||
| 13 | |||
| 3 | * automated/package-test.el (makeinfo-buffer): Autoload. | 14 | * automated/package-test.el (makeinfo-buffer): Autoload. |
| 4 | (compilation-in-progress, tar-parse-info, tar-header-name): Declare. | 15 | (compilation-in-progress, tar-parse-info, tar-header-name): Declare. |
| 5 | (package-test-install-texinfo): Don't require makeinfo. | 16 | (package-test-install-texinfo): Don't require makeinfo. |