comparison tests/ChangeLog @ 4907:9e7f5a77cc84

merge
author Ben Wing <ben@xemacs.org>
date Mon, 01 Feb 2010 01:05:28 -0600
parents 6ef8256a020a e91e3e353805
children e813cf16c015
comparison
equal deleted inserted replaced
4906:6ef8256a020a 4907:9e7f5a77cc84
26 * automated/test-harness.el (test-harness-from-buffer): 26 * automated/test-harness.el (test-harness-from-buffer):
27 * automated/test-harness.el (batch-test-emacs): 27 * automated/test-harness.el (batch-test-emacs):
28 Fix Assert-test-not. Create Assert-not-equal and variants. 28 Fix Assert-test-not. Create Assert-not-equal and variants.
29 Delete the doc strings from all these convenience functions to avoid 29 Delete the doc strings from all these convenience functions to avoid
30 excessive repetition; instead use one copy in a comment. 30 excessive repetition; instead use one copy in a comment.
31
32 2010-01-31 Aidan Kehoe <kehoea@parhasard.net>
33
34 * automated/search-tests.el:
35 Check that multidimensional characters with repeated octets and
36 case information force simple_search(), since boyer_moore()
37 doesn't understand them when constructing its stride table.
38 In passing; correct my spelling.
39 * automated/case-tests.el (uni-mappings):
40 In passing; delete a couple of redundant tests, correct the logic
41 of another.
31 42
32 2010-01-30 Ben Wing <ben@xemacs.org> 43 2010-01-30 Ben Wing <ben@xemacs.org>
33 44
34 * automated/search-tests.el: 45 * automated/search-tests.el:
35 * automated/search-tests.el (insert): 46 * automated/search-tests.el (insert):