comparison tests/ChangeLog @ 5178:97eb4942aec8

merge
author Ben Wing <ben@xemacs.org>
date Mon, 29 Mar 2010 21:28:13 -0500
parents b785049378e3 6bff4f219697
children 000287f8053b
comparison
equal deleted inserted replaced
5177:b785049378e3 5178:97eb4942aec8
1 2010-03-18 Ben Wing <ben@xemacs.org>
2
3 * automated/c-tests.el:
4 * automated/c-tests.el (when):
5 Use `with-temp-buffer' so results don't get written into source
6 file.
7
8 2010-03-12 Ben Wing <ben@xemacs.org>
9
10 * automated/base64-tests.el (bt-base64-encode-string):
11 * automated/base64-tests.el (bt-base64-decode-string):
12 * automated/base64-tests.el (for):
13 * automated/byte-compiler-tests.el:
14 * automated/byte-compiler-tests.el (before-and-after-compile-equal):
15 * automated/case-tests.el (downcase-string):
16 * automated/case-tests.el (uni-mappings):
17 * automated/ccl-tests.el (ccl-test-normal-expr):
18 * automated/ccl-tests.el (ccl-test-map-instructions):
19 * automated/ccl-tests.el (ccl-test-suites):
20 * automated/database-tests.el (delete-database-files):
21 * automated/extent-tests.el (let):
22 * automated/extent-tests.el (insert):
23 * automated/extent-tests.el (props):
24 * automated/file-tests.el:
25 * automated/file-tests.el (for):
26 * automated/hash-table-tests.el (test):
27 * automated/hash-table-tests.el (for):
28 * automated/hash-table-tests.el (ht):
29 * automated/hash-table-tests.el (iterations):
30 * automated/hash-table-tests.el (h1):
31 * automated/hash-table-tests.el (equal):
32 * automated/hash-table-tests.el (=):
33 * automated/lisp-tests.el:
34 * automated/lisp-tests.el (eq):
35 * automated/lisp-tests.el (test-setq):
36 * automated/lisp-tests.el (my-vector):
37 * automated/lisp-tests.el (x):
38 * automated/lisp-tests.el (equal):
39 * automated/lisp-tests.el (y):
40 * automated/lisp-tests.el (featurep):
41 * automated/lisp-tests.el (=):
42 * automated/lisp-tests.el (six):
43 * automated/lisp-tests.el (three):
44 * automated/lisp-tests.el (one):
45 * automated/lisp-tests.el (two):
46 * automated/lisp-tests.el (five):
47 * automated/lisp-tests.el (test1):
48 * automated/lisp-tests.el (division-test):
49 * automated/lisp-tests.el (for):
50 * automated/lisp-tests.el (check-function-argcounts):
51 * automated/lisp-tests.el (z):
52 * automated/lisp-tests.el (eql):
53 * automated/lisp-tests.el (test-harness-risk-infloops):
54 * automated/lisp-tests.el (erase-buffer):
55 * automated/lisp-tests.el (sym):
56 * automated/lisp-tests.el (new-char):
57 * automated/lisp-tests.el (new-load-file-name):
58 * automated/lisp-tests.el (cl-floor):
59 * automated/lisp-tests.el (foo):
60 * automated/md5-tests.el (lambda):
61 * automated/md5-tests.el (large-string):
62 * automated/md5-tests.el (mapcar):
63 * automated/md5-tests.el (insert):
64 * automated/mule-tests.el:
65 * automated/mule-tests.el (test-chars):
66 * automated/mule-tests.el (existing-file-name):
67 * automated/mule-tests.el (featurep):
68 * automated/query-coding-tests.el (featurep):
69 * automated/regexp-tests.el:
70 * automated/regexp-tests.el (insert):
71 * automated/regexp-tests.el (Assert):
72 * automated/regexp-tests.el (=):
73 * automated/regexp-tests.el (featurep):
74 * automated/regexp-tests.el (text):
75 * automated/regexp-tests.el (text1):
76 * automated/regexp-tests.el ("aáa"):
77 * automated/regexp-tests.el (eql):
78 * automated/search-tests.el (insert):
79 * automated/search-tests.el (featurep):
80 * automated/search-tests.el (let):
81 * automated/search-tests.el (boundp):
82 * automated/symbol-tests.el:
83 * automated/symbol-tests.el (name):
84 * automated/symbol-tests.el (check-weak-list-unique):
85 * automated/symbol-tests.el (string):
86 * automated/symbol-tests.el (list):
87 * automated/symbol-tests.el (foo):
88 * automated/symbol-tests.el (eq):
89 * automated/symbol-tests.el (fresh-keyword-name):
90 * automated/symbol-tests.el (print-gensym):
91 * automated/symbol-tests.el (mysym):
92 * automated/syntax-tests.el (test-forward-word):
93 * automated/syntax-tests.el (test-backward-word):
94 * automated/syntax-tests.el (test-syntax-table):
95 * automated/syntax-tests.el (with-syntax-table):
96 * automated/syntax-tests.el (Skip-Test-Unless):
97 * automated/syntax-tests.el (with):
98 * automated/tag-tests.el (testfile):
99 * automated/weak-tests.el (w):
100 * automated/weak-tests.el (p):
101 * automated/weak-tests.el (a):
102 Undo change of e.g. (Assert (equalp ...)) to (Assert-equalp ...).
103 Get rid of `Assert-equalp' and friends, `Assert-test', and
104 `Assert-test-not'. Instead, make `Assert' smart enough to do the
105 equivalent functionality when an expression like (Assert (equalp ...))
106 is seen.
107
108 2010-03-07 Stephen J. Turnbull <stephen@xemacs.org>
109
110 * automated/mule-tests.el (string character conversion):
111 Test escape-quoted for the range U+0000 to U+00FF.
112 Inspired by Ben's patch to fix quoting of specials from C1 controls.
113
1 2010-02-22 Ben Wing <ben@xemacs.org> 114 2010-02-22 Ben Wing <ben@xemacs.org>
2 115
3 * reproduce-crashes.el (8): 116 * reproduce-crashes.el (8):
4 objects*.[ch] -> fontcolor*.[ch]. 117 objects*.[ch] -> fontcolor*.[ch].
5 118