12c9acd92194b3e2dfb379e00c1173825c319735
[bpt/emacs.git] / test / ChangeLog
1 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
2
3 * automated/icalendar-tests.el (icalendar-import-non-recurring):
4 Fix broken test, caused by missing trailing blank.
5
6 2011-12-03 Chong Yidong <cyd@gnu.org>
7
8 * automated/compile-tests.el (compile-tests--test-regexps-data):
9 Increase column numbers by one to reflect change in how
10 compilation-message is recorded (Bug#10172).
11
12 2011-11-22 Glenn Morris <rgm@gnu.org>
13
14 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
15
16 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17
18 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
19
20 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
21
22 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
23 (icalendar-tests--test-export, icalendar-tests--do-test-export):
24 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
25
26 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
27
28 * automated/newsticker-tests.el
29 (newsticker--group-manage-orphan-feeds): Removed fsetting of
30 newsticker--treeview-tree-update.
31
32 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
33
34 * automated/newsticker-tests.el
35 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
36
37 * trunk/test/automated/newsticker-tests.el
38 (newsticker--group-manage-orphan-feeds): Prevent updating
39 newsticker treeview. Fixed bug#9763.
40
41 2011-10-20 Glenn Morris <rgm@gnu.org>
42
43 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
44
45 * automated/vc-bzr.el: New file.
46
47 2011-10-15 Glenn Morris <rgm@gnu.org>
48
49 * automated/f90.el: New file.
50
51 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
52
53 * automated/newsticker-tests.el: Move newsticker-testsuite.el
54 to automated/newsticker-tests.el. Convert to ERT.
55
56 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
57
58 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
59 Removed, simply use string=.
60 (icalendar--diarytime-to-isotime)
61 (icalendar--datetime-to-diary-date)
62 (icalendar--datestring-to-isodate)
63 (icalendar--format-ical-event)
64 (icalendar--parse-summary-and-rest)
65 (icalendar-tests--do-test-import)
66 (icalendar-tests--do-test-cycle) : Changed argument order of
67 string= to EXPECTED ACTUAL.
68 (icalendar--import-format-sample)
69 (icalendar--format-ical-event)
70 (icalendar-import-non-recurring)
71 (icalendar-import-rrule)
72 (icalendar-import-duration)
73 (icalendar-import-bug-6766)
74 (icalendar-real-world): Adjusted to string= instead of
75 icalendar-tests--compare-strings.
76 (icalendar-import-multiple-vcalendars): New.
77
78 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
79
80 * automated/gnus-tests.el: Add wrapper for Gnus tests.
81 Require CL.
82
83 2011-05-09 Juri Linkov <juri@jurta.org>
84
85 * automated/occur-tests.el: Move from test/occur-testsuite.el.
86 Convert to ERT.
87
88 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
89
90 * automated/compile-tests.el: New file.
91
92 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
93
94 * automated/font-parse-tests.el: Don't byte-compile.
95
96 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
97
98 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * automated/lexbind-tests.el: New file.
101
102 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
103
104 * Version 23.3 released.
105
106 2011-03-05 Glenn Morris <rgm@gnu.org>
107
108 * eshell.el: Move here from lisp/eshell/esh-test.el.
109
110 2011-03-03 Christian Ohler <ohler@gnu.org>
111
112 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
113 New test.
114
115 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
116
117 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
118 convert to ERT format.
119
120 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
121
122 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
123 convert to ERT format.
124
125 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * indent/shell.sh:
128 * indent/shell.rc: New files.
129
130 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
131
132 * automated/font-parse-tests.el: Move from
133 font-parse-testsuite.el.
134
135 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
136
137 * font-parse-testsuite.el (test-font-parse-data): New file.
138
139 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * indent/prolog.prolog: Add tokenizing tests.
142
143 2011-01-13 Christian Ohler <ohler@gnu.org>
144
145 * automated: New directory for automated tests.
146
147 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
148
149 * automated/Makefile.in: New file.
150
151 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * indent/modula2.mod: New file.
154
155 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
156
157 * indent/octave.m: Add a test to ensure indentation is local.
158
159 2010-10-23 Glenn Morris <rgm@gnu.org>
160
161 * comint-testsuite.el
162 (comint-testsuite--test-comint-password-prompt-regexp):
163 Add "Please enter the password". (Bug#7224)
164
165 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * indent/prolog.prolog: Use normal spacing around !.
168
169 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * indent/octave.m: Remove one more `fixindent'. Use `end'.
172
173 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * indent/octave.m: Remove some `fixindent' not needed any more.
176
177 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * indent/octave.m: New file.
180
181 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
182
183 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
184 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
185 (icalendar-testsuite--run-internal-tests): New.
186 (icalendar-testsuite--test-convert-ordinary-to-ical)
187 (icalendar-testsuite--test-convert-block-to-ical)
188 (icalendar-testsuite--test-convert-anniversary-to-ical)
189 (icalendar-testsuite--test-parse-vtimezone)
190 (icalendar-testsuite--do-test-export): Code formatting.
191 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
192 (icalendar-testsuite--do-test-import)
193 (icalendar-testsuite--do-test-cycle):
194 Use icalendar-testsuite--compare-strings
195 (icalendar-testsuite--run-import-tests): Comment added.
196 (icalendar-testsuite--run-import-tests)
197 (icalendar-testsuite--run-real-world-tests): Fix expected results.
198
199 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
200
201 * redisplay-testsuite.el (test-redisplay-3): New test.
202
203 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
204
205 * comint-testsuite.el: New file.
206
207 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * indent: New dir.
210
211 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
212
213 * Version 23.2 released.
214
215 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
216
217 * cedet/semantic-ia-utest.el
218 (semantic-symref-test-count-hits-in-tag): Add function, from
219 semantic-test.el.
220
221 * cedet/tests/test.cpp:
222 * cedet/tests/test.py:
223 * cedet/tests/teststruct.cpp:
224 * cedet/tests/testtemplates.cpp:
225 * cedet/tests/testusing.cpp:
226 * cedet/tests/scopetest.cpp:
227 * cedet/tests/scopetest.java: Files deleted.
228
229 * cedet/tests/test.make:
230 * cedet/tests/test.c:
231 * cedet/tests/testjavacomp.java:
232 * cedet/tests/testspp.c:
233 * cedet/tests/testsppreplace.c:
234 * cedet/tests/testsppreplaced.c:
235 * cedet/tests/testsubclass.cpp:
236 * cedet/tests/testsubclass.hh:
237 * cedet/tests/testtypedefs.cpp:
238 * cedet/tests/testvarnames.c:
239 * cedet/tests/test.el:
240 * cedet/tests/testdoublens.cpp:
241 * cedet/tests/testdoublens.hpp: Add copyright header.
242
243 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
244 Remove reference to deleted files.
245
246 2010-03-30 Juri Linkov <juri@jurta.org>
247
248 * occur-testsuite.el (occur-tests): Add tests for context lines.
249
250 2010-03-23 Juri Linkov <juri@jurta.org>
251
252 * occur-testsuite.el: New file.
253
254 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
255
256 * Branch for 23.2.
257
258 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
259
260 * icalendar-testsuite.el
261 (icalendar-testsuite--run-function-tests): Added new tests.
262 (icalendar-testsuite--test-diarytime-to-isotime): Added another
263 testcase.
264 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
265 (icalendar-testsuite--test-convert-weekly-to-ical): New.
266 (icalendar-testsuite--test-convert-yearly-to-ical): New.
267 (icalendar-testsuite--test-convert-block-to-ical): New.
268 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
269 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
270
271 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
272
273 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
274 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
275 Fix typos in docstrings and error messages.
276 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
277
278 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
279
280 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
281 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
282 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
283
284 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
285
286 * icalendar-testsuite.el
287 (icalendar-testsuite--run-function-tests): Added
288 icalendar-testsuite--test-parse-vtimezone.
289 (icalendar-testsuite--test-parse-vtimezone): New.
290 (icalendar-testsuite--do-test-cycle): Doc changes.
291 (icalendar-testsuite--run-real-world-tests): Removed trailing
292 whitespace -- see change of icalendar--add-diary-entry in
293 icalendar.el.
294 (icalendar-testsuite--run-cycle-tests): Re-enabled all tests.
295
296 2009-09-30 Glenn Morris <rgm@gnu.org>
297
298 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
299
300 2009-06-26 Eric Ludlam <zappo@gnu.org>
301
302 * cedet/*: New unit tests, from CEDET repository.
303
304 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
305
306 * redisplay-testsuite.el: New file.
307
308 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
309
310 * Branch for 23.1.
311
312 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
313
314 * icalendar-testsuite.el
315 (icalendar-testsuite--run-function-tests): Added
316 icalendar-testsuite--test-diarytime-to-isotime.
317 (icalendar-testsuite--test-parse-summary-and-rest): Adjusted to
318 recent icalendar fixes.
319 (icalendar-testsuite--test-diarytime-to-isotime): New.
320 (icalendar-testsuite--test-create-uid): Adjusted to recent
321 icalendar changes.
322
323 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
324
325 * bytecomp-testsuite.el: New file.
326
327 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
328
329 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
330 Added `icalendar-testsuite--test-create-uid'.
331 (icalendar-testsuite--test-create-uid): New.
332
333 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
334
335 * newsticker-testsuite.el: New file.
336
337 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
338
339 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
340 Add icalendar-testsuite--test-datestring-to-isodate,
341 icalendar-testsuite--test-datetime-to-diary-date, and
342 icalendar-testsuite--test-calendar-style.
343 (icalendar-testsuite--test-format-ical-event):
344 (icalendar-testsuite--test-parse-summary-and-rest):
345 Doc fix. Remove european-calendar-style.
346 (icalendar-testsuite--get-ical-event): Doc fix.
347 (icalendar-testsuite--test-first-weekday-of-year):
348 (icalendar-testsuite--run-cycle-tests): Add doc string.
349 (icalendar-testsuite--test-datestring-to-isodate):
350 (icalendar-testsuite--test-datetime-to-diary-date):
351 (icalendar-testsuite--test-calendar-style): New functions.
352 (icalendar-testsuite--test-export): Handle iso date style.
353 New arg INPUT-ISO. Use calendar-date-style.
354 (icalendar-testsuite--test-import): Handle iso date style.
355 New arg EXPECTED-ISO. Use calendar-date-style.
356 (icalendar-testsuite--test-cycle): Handle iso date style.
357 (icalendar-testsuite--run-import-tests):
358 (icalendar-testsuite--run-export-tests):
359 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
360
361 2008-02-29 Glenn Morris <rgm@gnu.org>
362
363 * README: New file.
364
365 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
366
367 * icalendar-testsuite.el: New file.
368
369 ;; Local Variables:
370 ;; coding: utf-8
371 ;; End:
372
373 Copyright (C) 2008-2012 Free Software Foundation, Inc.
374
375 This file is part of GNU Emacs.
376
377 GNU Emacs is free software: you can redistribute it and/or modify
378 it under the terms of the GNU General Public License as published by
379 the Free Software Foundation, either version 3 of the License, or
380 (at your option) any later version.
381
382 GNU Emacs is distributed in the hope that it will be useful,
383 but WITHOUT ANY WARRANTY; without even the implied warranty of
384 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
385 GNU General Public License for more details.
386
387 You should have received a copy of the GNU General Public License
388 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.