Mercurial > hg > xemacs-beta
diff tests/ChangeLog @ 2056:ab71063baf27
[xemacs-hg @ 2004-05-03 15:08:41 by james]
Add failing-case parameter to Assert and use it in lisp-tests.
author | james |
---|---|
date | Mon, 03 May 2004 15:08:51 +0000 |
parents | ca02e61c9829 |
children | 0f60caa73962 |
line wrap: on
line diff
--- a/tests/ChangeLog Sun May 02 21:50:42 2004 +0000 +++ b/tests/ChangeLog Mon May 03 15:08:51 2004 +0000 @@ -1,3 +1,12 @@ +2004-04-21 Jerry James <james@xemacs.org> + + * automated/test-harness.el (Assert): Add an optional failing-case + arg so we can see what the test was trying to do when it failed. + * automated/lisp-tests.el: Use the failing-case arg for Asserts + with variables. Use eql on tests that might produce bignums. Fix + test for non-bignum XEmacsen that fails because + (eq most-negative-fixnum (- most-negative-fixnum)). + 2004-04-19 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> * automated/mule-tests.el: Inhibit GC to speed up BIG_STRING tests.