comparison 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
comparison
equal deleted inserted replaced
4956:3461165c79be 4957:db2db229ee82
19 Reverse order of "got" and "expected" values so it matches 19 Reverse order of "got" and "expected" values so it matches
20 order of call to comparison. 20 order of call to comparison.
21 21
22 * automated/test-harness.el (batch-test-emacs): 22 * automated/test-harness.el (batch-test-emacs):
23 Update doc to indicate that a directory is allowed. 23 Update doc to indicate that a directory is allowed.
24
25 2010-01-27 Ben Wing <ben@xemacs.org>
26
27 * automated/test-harness.el (test-harness-from-buffer):
28 Update doc string of `Assert-test' and change the failing-case
29 message to be clearer. Also add `Assert-test-not' for asserting
30 that a comparison should fail.
31
32 2010-01-27 Ben Wing <ben@xemacs.org>
33
34 * automated/case-tests.el:
35 * automated/case-tests.el (char-as-unicode-escape): New.
36 Add a "torture test" that uses the full set of lower-upper case
37 mappings from Unicode. See whether strings composed of all
38 lower-case characters across all languages will correctly be
39 uppercased to the string equivalent to all uppercase characters,
40 and vice-versa, and whether you can correctly do a case-folding
41 search in a buffer for these characters, all at once or individually.
42 Result: a number of assertion failures.
43
44 2010-01-26 Aidan Kehoe <kehoea@parhasard.net>
45
46 * automated/mule-tests.el:
47 Only give the list of character sets in HELLO once; correct it to
48 reflect its current contents and the extant character sets.
24 49
25 2010-01-14 Ben Wing <ben@xemacs.org> 50 2010-01-14 Ben Wing <ben@xemacs.org>
26 51
27 * automated/mule-tests.el (featurep): 52 * automated/mule-tests.el (featurep):
28 Accidentally included changes from Unicode-internal ws that 53 Accidentally included changes from Unicode-internal ws that