Mercurial > hg > xemacs-beta
diff tests/automated/tag-tests.el @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | 189fb67ca31a |
children | 0f66906b6e37 |
line wrap: on
line diff
--- a/tests/automated/tag-tests.el Wed Jan 20 07:05:57 2010 -0600 +++ b/tests/automated/tag-tests.el Wed Feb 24 01:58:04 2010 -0600 @@ -70,7 +70,7 @@ ;; Search for the tag "mystruct"; this should succeed (Silence-Message (find-tag "mystruct")) - (Assert (eq (point) 2)) + (Assert-eq (point) 2) ;; Search again. The search should fail, based on the patch that ;; Sven Grundmann submitted for 21.4.16. @@ -86,7 +86,7 @@ (Silence-Message (find-tag "require")) (t t)) - (Assert (eq (point) 52))) + (Assert-eq (point) 52)) (kill-buffer testfile) (delete-file testfile)