comparison tests/ChangeLog @ 5048:32e1ae4c1e3a

merge
author Ben Wing <ben@xemacs.org>
date Sat, 20 Feb 2010 23:34:25 -0600
parents efaa6cd845e5 9624523604c5
children 548f1f47eb82
comparison
equal deleted inserted replaced
5047:07dcc7000bbf 5048:32e1ae4c1e3a
1 2010-02-15 Ben Wing <ben@xemacs.org> 1 2010-02-15 Ben Wing <ben@xemacs.org>
2 2
3 * automated/search-tests.el (let): 3 * automated/search-tests.el (let):
4 * automated/search-tests.el (boundp): 4 * automated/search-tests.el (boundp):
5 debug-xemacs-searches renamed to debug-searches. 5 debug-xemacs-searches renamed to debug-searches.
6
7 2010-02-19 Aidan Kehoe <kehoea@parhasard.net>
8
9 * automated/lisp-tests.el:
10 Change the #'split-string-by-char text to use US federal
11 government information instead of a couple of sentences from the
12 OED; the latter would probably have qualified as non-infringement,
13 but with the former the question won't arise.
14 (The German text in the same tests is from a very public domain
15 19th-century work.)
16
17 2010-02-19 Aidan Kehoe <kehoea@parhasard.net>
18
19 * automated/lisp-tests.el:
20 Check that multiple values are discarded correctly with #'mapcar
21 and one SEQUENCE.
22 (equal):
6 23
7 2010-02-05 Jerry James <james@xemacs.org> 24 2010-02-05 Jerry James <james@xemacs.org>
8 25
9 * DLL/dltest.c: Remove old test. Building and using any module now 26 * DLL/dltest.c: Remove old test. Building and using any module now
10 provides a better test than this. 27 provides a better test than this.
272 2010-01-11 Ben Wing <ben@xemacs.org> 289 2010-01-11 Ben Wing <ben@xemacs.org>
273 290
274 * automated/mule-tests.el (featurep): 291 * automated/mule-tests.el (featurep):
275 Use utf-8 as file-name-coding-system under Cygwin 1.7+. 292 Use utf-8 as file-name-coding-system under Cygwin 1.7+.
276 293
294 2010-02-07 Aidan Kehoe <kehoea@parhasard.net>
295
296 * automated/lisp-tests.el (split-string-by-char):
297 Test this function, and its new ESCAPE-CHAR argument.
298
277 2010-01-01 Aidan Kehoe <kehoea@parhasard.net> 299 2010-01-01 Aidan Kehoe <kehoea@parhasard.net>
278 300
279 * automated/lisp-tests.el: 301 * automated/lisp-tests.el:
280 Test #'functionp, making sure it gives nil for special forms. 302 Test #'functionp, making sure it gives nil for special forms.
281 303