comparison tests/ChangeLog @ 5039:f8ae1031c706

merge
author Ben Wing <ben@xemacs.org>
date Sat, 20 Feb 2010 19:04:55 -0600
parents 9624523604c5
children 3daf9fc57cd4 32e1ae4c1e3a
comparison
equal deleted inserted replaced
5038:9410323e4b0d 5039:f8ae1031c706
1 2010-02-19 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/lisp-tests.el:
4 Change the #'split-string-by-char text to use US federal
5 government information instead of a couple of sentences from the
6 OED; the latter would probably have qualified as non-infringement,
7 but with the former the question won't arise.
8 (The German text in the same tests is from a very public domain
9 19th-century work.)
10
11 2010-02-19 Aidan Kehoe <kehoea@parhasard.net>
12
13 * automated/lisp-tests.el:
14 Check that multiple values are discarded correctly with #'mapcar
15 and one SEQUENCE.
16 (equal):
17
1 2010-02-05 Jerry James <james@xemacs.org> 18 2010-02-05 Jerry James <james@xemacs.org>
2 19
3 * DLL/dltest.c: Remove old test. Building and using any module now 20 * DLL/dltest.c: Remove old test. Building and using any module now
4 provides a better test than this. 21 provides a better test than this.
5 22
266 2010-01-11 Ben Wing <ben@xemacs.org> 283 2010-01-11 Ben Wing <ben@xemacs.org>
267 284
268 * automated/mule-tests.el (featurep): 285 * automated/mule-tests.el (featurep):
269 Use utf-8 as file-name-coding-system under Cygwin 1.7+. 286 Use utf-8 as file-name-coding-system under Cygwin 1.7+.
270 287
288 2010-02-07 Aidan Kehoe <kehoea@parhasard.net>
289
290 * automated/lisp-tests.el (split-string-by-char):
291 Test this function, and its new ESCAPE-CHAR argument.
292
271 2010-01-01 Aidan Kehoe <kehoea@parhasard.net> 293 2010-01-01 Aidan Kehoe <kehoea@parhasard.net>
272 294
273 * automated/lisp-tests.el: 295 * automated/lisp-tests.el:
274 Test #'functionp, making sure it gives nil for special forms. 296 Test #'functionp, making sure it gives nil for special forms.
275 297