comparison tests/ChangeLog @ 5188:000287f8053b

Be more careful about parentheses and number features, #'equalp tests 2010-04-03 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el: Correct the parentheses in the equalp tests, so they get run more often. Within them, only attempt to read a bignum if the bignum feature is present; actually evaluate (/ 3/2 0.2), (/ 3/2 0.7) if the ratio feature is present. Construct the (Assert ...) calls at macroexpansion time, so the output in the *Test-Log* buffer is more informative.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 03 Apr 2010 16:27:07 +0100
parents 97eb4942aec8
children 71ee43b8a74d
comparison
equal deleted inserted replaced
5187:b51c2079ec8e 5188:000287f8053b
1 2010-04-03 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/lisp-tests.el:
4 Correct the parentheses in the equalp tests, so they get run more
5 often.
6 Within them, only attempt to read a bignum if the bignum
7 feature is present; actually evaluate (/ 3/2 0.2), (/ 3/2 0.7) if
8 the ratio feature is present.
9 Construct the (Assert ...) calls at
10 macroexpansion time, so the output in the *Test-Log* buffer is
11 more informative.
12
1 2010-03-18 Ben Wing <ben@xemacs.org> 13 2010-03-18 Ben Wing <ben@xemacs.org>
2 14
3 * automated/c-tests.el: 15 * automated/c-tests.el:
4 * automated/c-tests.el (when): 16 * automated/c-tests.el (when):
5 Use `with-temp-buffer' so results don't get written into source 17 Use `with-temp-buffer' so results don't get written into source