comparison 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
comparison
equal deleted inserted replaced
2055:512c8189d646 2056:ab71063baf27
1 2004-04-21 Jerry James <james@xemacs.org>
2
3 * automated/test-harness.el (Assert): Add an optional failing-case
4 arg so we can see what the test was trying to do when it failed.
5 * automated/lisp-tests.el: Use the failing-case arg for Asserts
6 with variables. Use eql on tests that might produce bignums. Fix
7 test for non-bignum XEmacsen that fails because
8 (eq most-negative-fixnum (- most-negative-fixnum)).
9
1 2004-04-19 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> 10 2004-04-19 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
2 11
3 * automated/mule-tests.el: Inhibit GC to speed up BIG_STRING tests. 12 * automated/mule-tests.el: Inhibit GC to speed up BIG_STRING tests.
4 13
5 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> 14 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org>