diff options
| author | Joakim Verona | 2013-01-10 00:04:21 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-01-10 00:04:21 +0100 |
| commit | 09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3 (patch) | |
| tree | 9376433d772aa4a302b231af1c601bcb4440c9f1 /test | |
| parent | 0f9ee7aa0e6b57e28b31699a912356c24b959b01 (diff) | |
| parent | 51fb5578777d1041feaab31651b65e09e1731d33 (diff) | |
| download | emacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.tar.gz emacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.zip | |
auto upstream
Diffstat (limited to 'test')
| -rw-r--r-- | test/ChangeLog | 4 | ||||
| -rw-r--r-- | test/automated/undo-tests.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index b7b628cce69..c409e891d97 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com> | ||
| 2 | |||
| 3 | * automated/undo-tests.el (undo-test0): Adjust error to code change. | ||
| 4 | |||
| 1 | 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com> | 5 | 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com> |
| 2 | 6 | ||
| 3 | * automated/undo-tests.el: New file. | 7 | * automated/undo-tests.el: New file. |
diff --git a/test/automated/undo-tests.el b/test/automated/undo-tests.el index 3e71d974e5b..3037db03602 100644 --- a/test/automated/undo-tests.el +++ b/test/automated/undo-tests.el | |||
| @@ -79,7 +79,7 @@ | |||
| 79 | (undo) | 79 | (undo) |
| 80 | (should | 80 | (should |
| 81 | (equal (should-error (undo-more nil)) | 81 | (equal (should-error (undo-more nil)) |
| 82 | '(wrong-type-argument integerp nil))) | 82 | '(wrong-type-argument number-or-marker-p nil))) |
| 83 | (undo-more 7) | 83 | (undo-more 7) |
| 84 | (should (string-equal "" (buffer-string))))) | 84 | (should (string-equal "" (buffer-string))))) |
| 85 | 85 | ||