ef13f97c9610b4a7e4ac6d3fffa0a8d0e03e1453
[elisp/wanderlust.git] / tests / ChangeLog
1 2011-04-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * test-elmo-date.el: Add `lexical-binding' file variable.
4         * test-elmo-imap4.el: Ditto.
5         * test-elmo-localdir.el: Ditto.
6         * test-elmo-util.el: Ditto.
7         * test-rfc2368.el: Ditto.
8         * test-utf7.el: Ditto.
9         * test-wl-draft.el: Ditto.
10         * test-wl-util.el: Ditto.
11
12 2011-04-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
13
14         * test-dist.el: Add `lexical-binding' file variable.
15         (test-wl-modules-trailing-whitespace, test-elmo-modules-exists)
16         (test-elmo-modules-trailing-whitespace)
17         (test-util-modules-exists)
18         (test-util-modules-trailing-whitespace, test-wl-icon-exists): Fix
19         let style for `lexical-binding'.
20
21 2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
22
23         * test-dist.el (test-elmo-modules-trailing-whitespace)
24         (test-util-modules-trailing-whitespace)
25         (test-wl-modules-trailing-whitespace): New testcases.
26
27 2010-01-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
28
29         * test-utf7.el (test-utf7-encode-string-alpha): Fix indent.
30
31         * test-elmo-date.el (test-elmo-date-get-week): Add assert.
32
33 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
34
35         * test-elmo-util.el (test-elmo-delete-cr-1): New testcase.
36         * test-elmo-date.el (test-elmo-time-parse-date-string-1)
37         (test-elmo-time-parse-date-string-2): New testcase.
38
39 2009-08-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
40
41         * test-elmo-imap4.el: New file.
42         (test-elmo-imap4-parse-greeting-ok): New testcase.
43         (test-elmo-imap4-parse-greeting-preauth): Ditto.
44         (test-elmo-imap4-parse-greeting-bye): Ditto.
45
46         * test-utf7.el (toplevel): Use `fboundp' instead of `boundp'.
47         Fix (require 'utf7) order for Mule-UCS.
48         (test-utf7-decode-string-plus): New testcase.
49         (test-utf7-decode-string-noconv): Ditto.
50         (test-utf7-encode-string-plus): Ditto.
51         (test-utf7-encode-string-noconv): Ditto.
52         (test-utf7-decode-string-nihongo): Rename from
53         `test-utf7-decode-string'. Use `make-char'.
54         (test-utf7-encode-string-nihongo): Rename from
55         `test-utf7-encode-string'. Use `make-char'.
56         (test-utf7-decode-string-alpha): New testcase.
57         (test-utf7-encode-string-alpha): Ditto.
58         (test-utf7-decode-string-smiling-face): Ditto.
59         (test-utf7-encode-string-smiling-face): Ditto.
60
61 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
62
63         * test-wl-util.el (test-wl-unique-id-by-user): New testcase.
64         (test-wl-inverse-alist): Ditto.
65
66 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
67
68         * test-elmo-date.el: New file.
69
70 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
71
72         * test-wl-draft.el: New file.
73
74 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
75
76         * test-elmo-util.el (test-elmo-same-list-p): New function.
77         (test-elmo-same-diff-p): Ditto.
78         (test-elmo-list-diff): Use it.
79
80 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
81
82         * test-elmo-util.el (test-elmo-list-diff): New testcase.
83
84 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
85
86         * test-elmo-util.el (test-elmo-number-set-delete-1): New testcase.
87         (test-elmo-number-set-delete-2): Ditto.
88         (test-elmo-number-set-delete-3): Ditto.
89         (test-elmo-number-set-delete-4): Ditto.
90         (test-elmo-number-set-delete-5): Ditto.
91         (test-elmo-number-set-delete-6): Ditto.
92         (test-elmo-number-set-delete-7): Ditto.
93         (test-elmo-number-set-delete-8): Ditto.
94         (test-elmo-number-set-delete-list-1): Ditto.
95
96 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
97
98         * test-utf7.el (toplevel): Enable utf-translate-cjk-mode explicitly.
99
100 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
101
102         * test-elmo-localdir.el
103         (test-elmo-folder-expand-msgdb-path-4): Remove.
104
105         * test-utf7.el (toplevel): Setup utf-translate-cjk-mode or
106         require 'un-define if available.
107
108 2004-02-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
109
110         * test-rfc2368.el: New file.
111
112         * test-elmo-util.el (test-elmo-number-set-member-1): Use `equal'.
113         (test-elmo-number-set-member-2): New testcase.
114
115 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
116
117         * test-elmo-util.el (lunit-test-case-setup): Set `print-length',
118         `print-level', and `case-fold-search'.
119         (lunit-test-case-teardown): Check file existence before remove.
120         (test-elmo-object-save-2, test-elmo-save-string-1)
121         (test-elmo-uniq-list-1, test-elmo-uniq-list-2)
122         (test-elmo-uniq-list-3, test-elmo-list-insert-1)
123         (test-elmo-list-insert-2, test-elmo-delete-char-1)
124         (test-elmo-concat-path-1)
125         (test-elmo-remove-passwd-1, test-elmo-remove-passwd-2)
126         (test-elmo-remove-passwd-3, test-elmo-passwd-alist-clear-1)
127         (test-elmo-address-quote-specials-1)
128         (test-elmo-address-quote-specials-2, test-elmo-elmo-flatten-1)
129         (test-elmo-number-set-member-1, test-elmo-number-set-append-list-1)
130         (test-elmo-number-set-append-1)
131         (test-elmo-number-set-to-number-list-1): New testcases.  Add
132         docstring.
133
134 2004-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
135
136         * test-elmo-util.el (test-elmo-object-save-1): New testcase.
137         (lunit-test-case-setup, lunit-test-case-teardown): Add
138         temporary-file stuff.
139
140         * test-elmo-localdir.el (test-elmo-folder-expand-msgdb-path-4):
141         New testcase.
142         (test-elmo-folder-expand-msgdb-path-2): Change order.
143
144 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
145
146         * test-dist.el (test-version-status-icon-xpm): Follow the
147         redefined `wl-demo-icon-name' as function.
148         (test-version-status-icon-xbm): Ditto.
149
150 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
151
152         * check-modules.el (test-spamfilter): Check `spamf-corpus-name'.
153
154 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
155
156         * check-modules.el (test-shimbun): Check `shimbun-server'.
157
158 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
159
160         * check-modules.el (test-semi-mime-edit): Check
161         `mime-make-text-tag'.
162
163 2003-01-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
164
165         * check-modules.el (test-apel-version): Renamed from
166         `check-modules-apel-version'.
167         (test-modules-charsets-mime-charset-alist): Ditto.
168         (test-x-face-xmas, test-x-face-mule): Ditto.
169         (test-flim-mime-entity, test-flim-mime-content-information): Ditto.
170         (test-flim-encoded-word, test-flim-content-transfer-encoding): Ditto.
171         (test-flim-mailcap, test-flim-std11, test-flim-smtp): Ditto.
172         (test-semi-mime-edit, test-semi-mime-view, test-semi-mime-play): Ditto.
173
174         * check-base64.el (test-base64-encode-1):
175         Renamed from `check-base64-encode-1'.
176         (test-base64-encode-2, test-base64-encode-3): Ditto.
177         (test-base64-encode-4, test-base64-encode-5): Ditto.
178
179 2003-01-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
180
181         * test-elmo-localdir.el: New file.
182         (test-elmo-folder-expand-msgdb-path-1): New testcase.
183         (test-elmo-folder-expand-msgdb-path-2): Ditto.
184         (test-elmo-folder-expand-msgdb-path-3): Ditto.
185
186         * test-dist.el (test-wl-modules-exists): Fix void variable.
187         (test-elmo-modules-exists): Ditto.
188
189 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
190
191         * check-modules.el (check-modules-semi-mime-edit): Check
192         `mime-create-tag'.
193
194 2003-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
195
196         * test-dist.el (test-wl-demo-copyright-notice): Check always.
197
198 2002-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
199
200         * test-dist.el (test-version-toplevel-changelog): Fixed regexp.
201
202 2002-10-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
203
204         * test-dist.el (test-version-readme): New testcase.
205         (test-wl-demo-copyright-notice): Ditto.
206
207 2002-10-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
208
209         * check-modules.el (check-modules-flim-content-transfer-encoding):
210         Fixed `mime-encode-string' testcase.
211
212 2002-07-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
213
214         * check-modules.el (check-modules-charsets-mime-charset-alist):
215         New testcase.
216
217 2002-05-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
218
219         * check-modules.el (check-modules-x-face-mule): New testcase.
220         (check-modules-x-face-decode-message-header): New function.
221
222 2002-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
223
224         * test-dist.el (test-refcard-version): Check version.tex.
225
226 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
227
228         * test-dist.el (test-codename, test-version-wl-changelog)
229         (test-version-elmo-changelog, test-version-toplevel-changelog)
230         (test-refcard-version): New testcases.
231
232         * check-modules.el (check-modules-apel-version): Update require
233         APEL version.
234
235 2001-11-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
236
237         * check-base64.el (toplevel): Remove (require 'wl).
238
239         * check-modules.el (check-modules-flim-mime-entity)
240         (check-modules-flim-mime-content-information)
241         (check-modules-flim-encoded-word)
242         (check-modules-flim-content-transfer-encoding)
243         (check-modules-flim-mailcap, check-modules-flim-std11)
244         (check-modules-flim-smtp)
245         (check-modules-semi-mime-edit, check-modules-semi-mime-view)
246         (check-modules-semi-mime-play): New testcases.
247
248 2001-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
249
250         * check-modules.el
251         (check-modules-x-face-xmas-wl-display-x-face-was-argument-required):
252         Fixed docstring.
253
254 2001-10-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
255
256         * check-modules.el (check-modules-x-face-xmas): New testcase. For
257         old x-face utility.
258         (check-modules-x-face-xmas-wl-display-x-face-was-argument-required):
259         New function.
260
261 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
262
263         * test-env.el: Removed (Separated to check-*.el).
264
265         * check-base64.el: New file.
266
267         * check-modules.el: Ditto.
268
269         * test-env.el (test-base64-encode-string-has-no-line-break-argument,
270         test-base64-encode-region-has-no-line-break-argument): New functions.
271         (test-base64-encode-4, test-base64-encode-5): Use them.
272
273 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
274
275         * test-env.el (test-base64-encode-4, test-base64-encode-5):
276         New testcases.
277
278 2001-08-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
279
280         * test-utf7.el: New file.
281         (test-utf7-encode-string, test-utf7-decode-string): New testcases.
282
283         * test-env.el: New file.
284         (test-apel-version, test-base64-encode-1)
285         (test-base64-encode-2, test-base64-encode-3): New testcases.
286
287 2001-08-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
288
289         * test-wl-util.el: New file.
290         (test-wl-parse-addresses-1, test-wl-unique-id): New testcases.
291
292         * test-elmo-util.el: New file.
293         (test-elmo-replace-string-as-filename-1): New testcase.
294
295         * test-dist.el: New file.
296         (test-wl-modules-exists, test-elmo-modules-exists)
297         (test-util-modules-exists, test-wl-icon-exists)
298         (test-version-status-icon-xpm, test-version-status-icon-xbm)
299         (test-texi-version): New testcases.