Mercurial > hg > xemacs-beta
diff tests/ChangeLog @ 4957:db2db229ee82
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 28 Jan 2010 02:48:45 -0600 |
parents | 8b230c53075b 732c35cdded8 |
children | e813cf16c015 |
line wrap: on
line diff
--- a/tests/ChangeLog Thu Jan 28 01:15:10 2010 -0600 +++ b/tests/ChangeLog Thu Jan 28 02:48:45 2010 -0600 @@ -22,6 +22,31 @@ * automated/test-harness.el (batch-test-emacs): Update doc to indicate that a directory is allowed. +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: + * automated/case-tests.el (char-as-unicode-escape): New. + Add a "torture test" that uses the full set of lower-upper case + mappings from Unicode. See whether strings composed of all + lower-case characters across all languages will correctly be + uppercased to the string equivalent to all uppercase characters, + and vice-versa, and whether you can correctly do a case-folding + search in a buffer for these characters, all at once or individually. + Result: a number of assertion failures. + +2010-01-26 Aidan Kehoe <kehoea@parhasard.net> + + * automated/mule-tests.el: + Only give the list of character sets in HELLO once; correct it to + reflect its current contents and the extant character sets. + 2010-01-14 Ben Wing <ben@xemacs.org> * automated/mule-tests.el (featurep):