Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 4133:5b55fa103aa1
[xemacs-hg @ 2007-08-21 12:38:57 by aidan]
Clean up tests/automated/mule-test.el, fix a problem revealed by it.
author | aidan |
---|---|
date | Tue, 21 Aug 2007 12:39:15 +0000 |
parents | 4d60c2708e5d |
children | 3660d327399f |
comparison
equal
deleted
inserted
replaced
4132:ebc64fb494fe | 4133:5b55fa103aa1 |
---|---|
1 2007-08-21 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/mule-tests.el (test-chars): | |
4 There are now 2^21 possible characters under Mule, not 2^19. | |
5 * automated/mule-tests.el (test-file-name): | |
6 Call #'make-temp-name instead of writing the file needed for the | |
7 rever-buffer test to the user's home directory. Wrap the following | |
8 #'save-buffer in a Silence-Message call. | |
9 * automated/mule-tests.el: | |
10 In the language environment tests, check that a given input method | |
11 exists before trying to activate it. If there are installed input | |
12 methods, assert that every input method specified in any language | |
13 environment exists. If the native-coding-system of the language | |
14 environment is specified as a function, don't assert that it is a | |
15 coding system. | |
16 | |
17 In the byte-compiler coding cookie tests, call #'read at runtime | |
18 on strings with non-Latin-1 Unicode escapes. This avoids errors | |
19 when make check is run under a non-Mule XEmacs, where unavailable | |
20 Unicode escapes throw an error in the Lisp reader. | |
21 | |
22 Add a new Known-Bug-Expect-Failure call for a bug that occurred to | |
23 me yesterday; if non-Latin-1 is generated in an eval-when-compile | |
24 clause, that non-ASCII may be trashed and the compiled code | |
25 incorrectly saved as no-conversion if no other non-Latin-1 exists | |
26 in the input buffer. Add a comment giving more details of the bug | |
27 and how one might fix it. | |
28 | |
1 2007-06-22 Stephen J. Turnbull <stephen@xemacs.org> | 29 2007-06-22 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 30 |
3 * automated/mule-tests.el (buffer-modified-p): Test after revert. | 31 * automated/mule-tests.el (buffer-modified-p): Test after revert. |
4 | 32 |
5 2007-06-21 Aidan Kehoe <kehoea@parhasard.net> | 33 2007-06-21 Aidan Kehoe <kehoea@parhasard.net> |