12020-07-13  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
2
3	* test-elmo-util.el (test-elmo-number-list-to-number-set-1): Add
4	new tests for elmo-number-list-to-number-set.
5
62017-09-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
7
8	* test-elmo-imap4.el (test-elmo-imap4-parse-greeting-ok)
9	(test-elmo-imap4-parse-greeting-preauth)
10	(test-elmo-imap4-parse-greeting-bye): Use insert insead of
11	insert-string.  Quote expression for lunit-assert.
12
13	* test-elmo-localdir.el: Require wl-folder.el.
14
15	* test-elmo-util.el: Require elmo-passwd.el.
16	(test-elmo-remove-passwd-1, test-elmo-remove-passwd-2)
17	(test-elmo-remove-passwd-3, test-elmo-passwd-alist-clear-1): Adapt
18	to recent change. Only alist storage type will be tested.
19
202012-09-23  David Maus  <dmaus@ictsoc.de>
21
22	* test-elmo-util.el (test-elmo-get-message-id-from-field): Add
23	test for extracting message ids.
24
252012-09-09  David Maus <dmaus@ictsoc.de>
26
27	* test-elmo-date.el: Remove `lexical-binding' file variable.
28	* test-elmo-imap4.el: Ditto.
29	* test-elmo-localdir.el: Ditto.
30	* test-elmo-util.el: Ditto.
31	* test-rfc2368.el: Ditto.
32	* test-utf7.el: Ditto.
33	* test-wl-draft.el: Ditto.
34	* test-wl-util.el: Ditto.
35
362011-05-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
37
38	* test-wl-address.el: New file.
39
402011-04-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
41
42	* test-elmo-date.el: Add `lexical-binding' file variable.
43	* test-elmo-imap4.el: Ditto.
44	* test-elmo-localdir.el: Ditto.
45	* test-elmo-util.el: Ditto.
46	* test-rfc2368.el: Ditto.
47	* test-utf7.el: Ditto.
48	* test-wl-draft.el: Ditto.
49	* test-wl-util.el: Ditto.
50
512011-04-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
52
53	* test-dist.el: Add `lexical-binding' file variable.
54	(test-wl-modules-trailing-whitespace, test-elmo-modules-exists)
55	(test-elmo-modules-trailing-whitespace)
56	(test-util-modules-exists)
57	(test-util-modules-trailing-whitespace, test-wl-icon-exists): Fix
58	let style for `lexical-binding'.
59
602010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
61
62	* test-dist.el (test-elmo-modules-trailing-whitespace)
63	(test-util-modules-trailing-whitespace)
64	(test-wl-modules-trailing-whitespace): New testcases.
65
662010-01-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
67
68	* test-utf7.el (test-utf7-encode-string-alpha): Fix indent.
69
70	* test-elmo-date.el (test-elmo-date-get-week): Add assert.
71
722010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
73
74	* test-elmo-util.el (test-elmo-delete-cr-1): New testcase.
75	* test-elmo-date.el (test-elmo-time-parse-date-string-1)
76	(test-elmo-time-parse-date-string-2): New testcase.
77
782009-08-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
79
80	* test-elmo-imap4.el: New file.
81	(test-elmo-imap4-parse-greeting-ok): New testcase.
82	(test-elmo-imap4-parse-greeting-preauth): Ditto.
83	(test-elmo-imap4-parse-greeting-bye): Ditto.
84
85	* test-utf7.el (toplevel): Use `fboundp' instead of `boundp'.
86	Fix (require 'utf7) order for Mule-UCS.
87	(test-utf7-decode-string-plus): New testcase.
88	(test-utf7-decode-string-noconv): Ditto.
89	(test-utf7-encode-string-plus): Ditto.
90	(test-utf7-encode-string-noconv): Ditto.
91	(test-utf7-decode-string-nihongo): Rename from
92	`test-utf7-decode-string'. Use `make-char'.
93	(test-utf7-encode-string-nihongo): Rename from
94	`test-utf7-encode-string'. Use `make-char'.
95	(test-utf7-decode-string-alpha): New testcase.
96	(test-utf7-encode-string-alpha): Ditto.
97	(test-utf7-decode-string-smiling-face): Ditto.
98	(test-utf7-encode-string-smiling-face): Ditto.
99
1002008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
101
102	* test-wl-util.el (test-wl-unique-id-by-user): New testcase.
103	(test-wl-inverse-alist): Ditto.
104
1052008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
106
107	* test-elmo-date.el: New file.
108
1092006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
110
111	* test-wl-draft.el: New file.
112
1132005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
114
115	* test-elmo-util.el (test-elmo-same-list-p): New function.
116	(test-elmo-same-diff-p): Ditto.
117	(test-elmo-list-diff): Use it.
118
1192005-02-27  Tetsurou Okazaki  <okazaki@be.to>
120
121	* test-elmo-util.el (test-elmo-list-diff): New testcase.
122
1232004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
124
125	* test-elmo-util.el (test-elmo-number-set-delete-1): New testcase.
126	(test-elmo-number-set-delete-2): Ditto.
127	(test-elmo-number-set-delete-3): Ditto.
128	(test-elmo-number-set-delete-4): Ditto.
129	(test-elmo-number-set-delete-5): Ditto.
130	(test-elmo-number-set-delete-6): Ditto.
131	(test-elmo-number-set-delete-7): Ditto.
132	(test-elmo-number-set-delete-8): Ditto.
133	(test-elmo-number-set-delete-list-1): Ditto.
134
1352004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
136
137	* test-utf7.el (toplevel): Enable utf-translate-cjk-mode explicitly.
138
1392004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
140
141	* test-elmo-localdir.el
142	(test-elmo-folder-expand-msgdb-path-4): Remove.
143
144	* test-utf7.el (toplevel): Setup utf-translate-cjk-mode or
145	require 'un-define if available.
146
1472004-02-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
148
149	* test-rfc2368.el: New file.
150
151	* test-elmo-util.el (test-elmo-number-set-member-1): Use `equal'.
152	(test-elmo-number-set-member-2): New testcase.
153
1542004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
155
156	* test-elmo-util.el (lunit-test-case-setup): Set `print-length',
157	`print-level', and `case-fold-search'.
158	(lunit-test-case-teardown): Check file existence before remove.
159	(test-elmo-object-save-2, test-elmo-save-string-1)
160	(test-elmo-uniq-list-1, test-elmo-uniq-list-2)
161	(test-elmo-uniq-list-3, test-elmo-list-insert-1)
162	(test-elmo-list-insert-2, test-elmo-delete-char-1)
163	(test-elmo-concat-path-1)
164	(test-elmo-remove-passwd-1, test-elmo-remove-passwd-2)
165	(test-elmo-remove-passwd-3, test-elmo-passwd-alist-clear-1)
166	(test-elmo-address-quote-specials-1)
167	(test-elmo-address-quote-specials-2, test-elmo-elmo-flatten-1)
168	(test-elmo-number-set-member-1, test-elmo-number-set-append-list-1)
169	(test-elmo-number-set-append-1)
170	(test-elmo-number-set-to-number-list-1): New testcases.  Add
171	docstring.
172
1732004-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
174
175	* test-elmo-util.el (test-elmo-object-save-1): New testcase.
176	(lunit-test-case-setup, lunit-test-case-teardown): Add
177	temporary-file stuff.
178
179	* test-elmo-localdir.el (test-elmo-folder-expand-msgdb-path-4):
180	New testcase.
181	(test-elmo-folder-expand-msgdb-path-2): Change order.
182
1832004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
184
185	* test-dist.el (test-version-status-icon-xpm): Follow the
186	redefined `wl-demo-icon-name' as function.
187	(test-version-status-icon-xbm): Ditto.
188
1892003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191	* check-modules.el (test-spamfilter): Check `spamf-corpus-name'.
192
1932003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
194
195	* check-modules.el (test-shimbun): Check `shimbun-server'.
196
1972003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
198
199	* check-modules.el (test-semi-mime-edit): Check
200	`mime-make-text-tag'.
201
2022003-01-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
203
204	* check-modules.el (test-apel-version): Renamed from
205	`check-modules-apel-version'.
206	(test-modules-charsets-mime-charset-alist): Ditto.
207	(test-x-face-xmas, test-x-face-mule): Ditto.
208	(test-flim-mime-entity, test-flim-mime-content-information): Ditto.
209	(test-flim-encoded-word, test-flim-content-transfer-encoding): Ditto.
210	(test-flim-mailcap, test-flim-std11, test-flim-smtp): Ditto.
211	(test-semi-mime-edit, test-semi-mime-view, test-semi-mime-play): Ditto.
212
213	* check-base64.el (test-base64-encode-1):
214	Renamed from `check-base64-encode-1'.
215	(test-base64-encode-2, test-base64-encode-3): Ditto.
216	(test-base64-encode-4, test-base64-encode-5): Ditto.
217
2182003-01-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
219
220	* test-elmo-localdir.el: New file.
221	(test-elmo-folder-expand-msgdb-path-1): New testcase.
222	(test-elmo-folder-expand-msgdb-path-2): Ditto.
223	(test-elmo-folder-expand-msgdb-path-3): Ditto.
224
225	* test-dist.el (test-wl-modules-exists): Fix void variable.
226	(test-elmo-modules-exists): Ditto.
227
2282003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
229
230	* check-modules.el (check-modules-semi-mime-edit): Check
231	`mime-create-tag'.
232
2332003-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
234
235	* test-dist.el (test-wl-demo-copyright-notice): Check always.
236
2372002-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
238
239	* test-dist.el (test-version-toplevel-changelog): Fixed regexp.
240
2412002-10-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
242
243	* test-dist.el (test-version-readme): New testcase.
244	(test-wl-demo-copyright-notice): Ditto.
245
2462002-10-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
247
248	* check-modules.el (check-modules-flim-content-transfer-encoding):
249	Fixed `mime-encode-string' testcase.
250
2512002-07-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
252
253	* check-modules.el (check-modules-charsets-mime-charset-alist):
254	New testcase.
255
2562002-05-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
257
258	* check-modules.el (check-modules-x-face-mule): New testcase.
259	(check-modules-x-face-decode-message-header): New function.
260
2612002-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
262
263	* test-dist.el (test-refcard-version): Check version.tex.
264
2652001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
266
267	* test-dist.el (test-codename, test-version-wl-changelog)
268	(test-version-elmo-changelog, test-version-toplevel-changelog)
269	(test-refcard-version): New testcases.
270
271	* check-modules.el (check-modules-apel-version): Update require
272	APEL version.
273
2742001-11-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
275
276	* check-base64.el (toplevel): Remove (require 'wl).
277
278	* check-modules.el (check-modules-flim-mime-entity)
279	(check-modules-flim-mime-content-information)
280	(check-modules-flim-encoded-word)
281	(check-modules-flim-content-transfer-encoding)
282	(check-modules-flim-mailcap, check-modules-flim-std11)
283	(check-modules-flim-smtp)
284	(check-modules-semi-mime-edit, check-modules-semi-mime-view)
285	(check-modules-semi-mime-play): New testcases.
286
2872001-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
288
289	* check-modules.el
290	(check-modules-x-face-xmas-wl-display-x-face-was-argument-required):
291	Fixed docstring.
292
2932001-10-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
294
295	* check-modules.el (check-modules-x-face-xmas): New testcase. For
296	old x-face utility.
297	(check-modules-x-face-xmas-wl-display-x-face-was-argument-required):
298	New function.
299
3002001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
301
302	* test-env.el: Removed (Separated to check-*.el).
303
304	* check-base64.el: New file.
305
306	* check-modules.el: Ditto.
307
308	* test-env.el (test-base64-encode-string-has-no-line-break-argument,
309	test-base64-encode-region-has-no-line-break-argument): New functions.
310	(test-base64-encode-4, test-base64-encode-5): Use them.
311
3122001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
313
314	* test-env.el (test-base64-encode-4, test-base64-encode-5):
315	New testcases.
316
3172001-08-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
318
319	* test-utf7.el: New file.
320	(test-utf7-encode-string, test-utf7-decode-string): New testcases.
321
322	* test-env.el: New file.
323	(test-apel-version, test-base64-encode-1)
324	(test-base64-encode-2, test-base64-encode-3): New testcases.
325
3262001-08-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
327
328	* test-wl-util.el: New file.
329	(test-wl-parse-addresses-1, test-wl-unique-id): New testcases.
330
331	* test-elmo-util.el: New file.
332	(test-elmo-replace-string-as-filename-1): New testcase.
333
334	* test-dist.el: New file.
335	(test-wl-modules-exists, test-elmo-modules-exists)
336	(test-util-modules-exists, test-wl-icon-exists)
337	(test-version-status-icon-xpm, test-version-status-icon-xbm)
338	(test-texi-version): New testcases.
339