diff options
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 | ||