]> code.delx.au - gnu-emacs/commitdiff
* test/automated/undo-tests.el (undo-test0): Adjust error to code change.
authorAaron S. Hawley <aaron.s.hawley@gmail.com>
Wed, 9 Jan 2013 21:29:27 +0000 (16:29 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 9 Jan 2013 21:29:27 +0000 (16:29 -0500)
test/ChangeLog
test/automated/undo-tests.el

index b7b628cce6926cd370055e8039c20cda594303ca..c409e891d97a3961af443ba535d09c9f7a2c83a1 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
+
+       * automated/undo-tests.el (undo-test0): Adjust error to code change.
+
 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
 
        * automated/undo-tests.el: New file.
index 3e71d974e5bfae154890b8c09e1c40e416e86bf8..3037db03602df9310c6c2028f2e18a3c2a3f7af3 100644 (file)
@@ -79,7 +79,7 @@
     (undo)
     (should
      (equal (should-error (undo-more nil))
-            '(wrong-type-argument integerp nil)))
+            '(wrong-type-argument number-or-marker-p nil)))
     (undo-more 7)
     (should (string-equal "" (buffer-string)))))