Mercurial > hg > xemacs-beta
diff tests/ChangeLog @ 4891:732c35cdded8
fix failing-case output of Assert-test, add Assert-test-not
-------------------- ChangeLog entries follow: --------------------
tests/ChangeLog addition:
2010-01-27 Ben Wing <ben@xemacs.org>
* automated/test-harness.el (test-harness-from-buffer):
Update doc string of `Assert-test' and change the failing-case
message to be clearer. Also add `Assert-test-not' for asserting
that a comparison should fail.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 27 Jan 2010 06:00:09 -0600 |
parents | 1fbf8bffa545 |
children | 91a023144e72 db2db229ee82 |
line wrap: on
line diff
--- a/tests/ChangeLog Wed Jan 27 05:58:38 2010 -0600 +++ b/tests/ChangeLog Wed Jan 27 06:00:09 2010 -0600 @@ -1,3 +1,10 @@ +2010-01-27 Ben Wing <ben@xemacs.org> + + * automated/test-harness.el (test-harness-from-buffer): + Update doc string of `Assert-test' and change the failing-case + message to be clearer. Also add `Assert-test-not' for asserting + that a comparison should fail. + 2010-01-27 Ben Wing <ben@xemacs.org> * automated/case-tests.el: