1 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
3 * automated/icalendar-tests.el (icalendar--parse-vtimezone): Test
4 escaped commas in TZID (Bug#11473).
5 (icalendar-import-with-timezone): New.
6 (icalendar-real-world): Add new testcase as given in the bugreport
9 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11 * automated/icalendar-tests.el (icalendar-tests--test-import):
12 Include UID in import tests (Bug#11525).
13 (icalendar-import-non-recurring, icalendar-import-rrule)
14 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
16 (icalendar-import-with-uid): New.
17 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
18 Include UID in cycle tests.
19 (icalendar-cycle, icalendar-real-world): UID-import change.
21 2012-05-21 Glenn Morris <rgm@gnu.org>
23 * automated/Makefile.in (setwins): Scrap superfluous subshell.
25 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
27 * automated/url-util-tests.el: New file to test
28 lisp/url/url-util.el. Only `url-build-query-string' and
29 `url-parse-query-string' are tested right now (Bug#8706).
31 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
34 * indent/shell.rc: Ad some test cases.
36 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
38 * indent/ruby.rb: New file, to test new syntax-propertize code.
40 2012-04-11 Glenn Morris <rgm@gnu.org>
42 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
44 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
46 * automated/url-future-tests.el (url-future-tests): Move from
47 lisp/url/url-future.el and rename.
49 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
51 * automated/icalendar-tests.el (icalendar-import-non-recurring):
52 Fix broken test, caused by missing trailing blank.
54 2011-12-03 Chong Yidong <cyd@gnu.org>
56 * automated/compile-tests.el (compile-tests--test-regexps-data):
57 Increase column numbers by one to reflect change in how
58 compilation-message is recorded (Bug#10172).
60 2011-11-22 Glenn Morris <rgm@gnu.org>
62 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
64 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
66 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
68 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
70 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
71 (icalendar-tests--test-export, icalendar-tests--do-test-export):
72 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
74 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
76 * automated/newsticker-tests.el
77 (newsticker--group-manage-orphan-feeds): Remove fsetting of
78 newsticker--treeview-tree-update.
80 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
82 * automated/newsticker-tests.el
83 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
85 * trunk/test/automated/newsticker-tests.el
86 (newsticker--group-manage-orphan-feeds): Prevent updating
87 newsticker treeview. Fixed bug#9763.
89 2011-10-20 Glenn Morris <rgm@gnu.org>
91 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
93 * automated/vc-bzr.el: New file.
95 2011-10-15 Glenn Morris <rgm@gnu.org>
97 * automated/f90.el: New file.
99 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
101 * automated/newsticker-tests.el: Move newsticker-testsuite.el
102 to automated/newsticker-tests.el. Convert to ERT.
104 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
106 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
107 Removed, simply use string=.
108 (icalendar--diarytime-to-isotime)
109 (icalendar--datetime-to-diary-date)
110 (icalendar--datestring-to-isodate)
111 (icalendar--format-ical-event)
112 (icalendar--parse-summary-and-rest)
113 (icalendar-tests--do-test-import)
114 (icalendar-tests--do-test-cycle): Change argument order of
115 string= to EXPECTED ACTUAL.
116 (icalendar--import-format-sample)
117 (icalendar--format-ical-event)
118 (icalendar-import-non-recurring)
119 (icalendar-import-rrule)
120 (icalendar-import-duration)
121 (icalendar-import-bug-6766)
122 (icalendar-real-world): Adjust to string= instead of
123 icalendar-tests--compare-strings.
124 (icalendar-import-multiple-vcalendars): New.
126 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
128 * automated/gnus-tests.el: Add wrapper for Gnus tests.
131 2011-05-09 Juri Linkov <juri@jurta.org>
133 * automated/occur-tests.el: Move from test/occur-testsuite.el.
136 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
138 * automated/compile-tests.el: New file.
140 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
142 * automated/font-parse-tests.el: Don't byte-compile.
144 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
146 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
148 * automated/lexbind-tests.el: New file.
150 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
152 * Version 23.3 released.
154 2011-03-05 Glenn Morris <rgm@gnu.org>
156 * eshell.el: Move here from lisp/eshell/esh-test.el.
158 2011-03-03 Christian Ohler <ohler@gnu.org>
160 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
163 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
165 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
166 convert to ERT format.
168 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
170 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
171 convert to ERT format.
173 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
176 * indent/shell.rc: New files.
178 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
180 * automated/font-parse-tests.el: Move from
181 font-parse-testsuite.el.
183 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
185 * font-parse-testsuite.el (test-font-parse-data): New file.
187 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
189 * indent/prolog.prolog: Add tokenizing tests.
191 2011-01-13 Christian Ohler <ohler@gnu.org>
193 * automated: New directory for automated tests.
195 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
197 * automated/Makefile.in: New file.
199 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
201 * indent/modula2.mod: New file.
203 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
205 * indent/octave.m: Add a test to ensure indentation is local.
207 2010-10-23 Glenn Morris <rgm@gnu.org>
209 * comint-testsuite.el
210 (comint-testsuite--test-comint-password-prompt-regexp):
211 Add "Please enter the password". (Bug#7224)
213 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
215 * indent/prolog.prolog: Use normal spacing around !.
217 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
219 * indent/octave.m: Remove one more `fixindent'. Use `end'.
221 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
223 * indent/octave.m: Remove some `fixindent' not needed any more.
225 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
227 * indent/octave.m: New file.
229 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
231 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
232 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
233 (icalendar-testsuite--run-internal-tests): New.
234 (icalendar-testsuite--test-convert-ordinary-to-ical)
235 (icalendar-testsuite--test-convert-block-to-ical)
236 (icalendar-testsuite--test-convert-anniversary-to-ical)
237 (icalendar-testsuite--test-parse-vtimezone)
238 (icalendar-testsuite--do-test-export): Code formatting.
239 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
240 (icalendar-testsuite--do-test-import)
241 (icalendar-testsuite--do-test-cycle):
242 Use icalendar-testsuite--compare-strings
243 (icalendar-testsuite--run-import-tests): Comment added.
244 (icalendar-testsuite--run-import-tests)
245 (icalendar-testsuite--run-real-world-tests): Fix expected results.
247 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
249 * redisplay-testsuite.el (test-redisplay-3): New test.
251 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
253 * comint-testsuite.el: New file.
255 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
259 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
261 * Version 23.2 released.
263 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
265 * cedet/semantic-ia-utest.el
266 (semantic-symref-test-count-hits-in-tag): Add function, from
269 * cedet/tests/test.cpp:
270 * cedet/tests/test.py:
271 * cedet/tests/teststruct.cpp:
272 * cedet/tests/testtemplates.cpp:
273 * cedet/tests/testusing.cpp:
274 * cedet/tests/scopetest.cpp:
275 * cedet/tests/scopetest.java: Files deleted.
277 * cedet/tests/test.make:
278 * cedet/tests/test.c:
279 * cedet/tests/testjavacomp.java:
280 * cedet/tests/testspp.c:
281 * cedet/tests/testsppreplace.c:
282 * cedet/tests/testsppreplaced.c:
283 * cedet/tests/testsubclass.cpp:
284 * cedet/tests/testsubclass.hh:
285 * cedet/tests/testtypedefs.cpp:
286 * cedet/tests/testvarnames.c:
287 * cedet/tests/test.el:
288 * cedet/tests/testdoublens.cpp:
289 * cedet/tests/testdoublens.hpp: Add copyright header.
291 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
292 Remove reference to deleted files.
294 2010-03-30 Juri Linkov <juri@jurta.org>
296 * occur-testsuite.el (occur-tests): Add tests for context lines.
298 2010-03-23 Juri Linkov <juri@jurta.org>
300 * occur-testsuite.el: New file.
302 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
306 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
308 * icalendar-testsuite.el
309 (icalendar-testsuite--run-function-tests): Add new tests.
310 (icalendar-testsuite--test-diarytime-to-isotime): Add another
312 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
313 (icalendar-testsuite--test-convert-weekly-to-ical): New.
314 (icalendar-testsuite--test-convert-yearly-to-ical): New.
315 (icalendar-testsuite--test-convert-block-to-ical): New.
316 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
317 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
319 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
321 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
322 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
323 Fix typos in docstrings and error messages.
324 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
326 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
328 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
329 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
330 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
332 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
334 * icalendar-testsuite.el
335 (icalendar-testsuite--run-function-tests): Add
336 icalendar-testsuite--test-parse-vtimezone.
337 (icalendar-testsuite--test-parse-vtimezone): New.
338 (icalendar-testsuite--do-test-cycle): Doc changes.
339 (icalendar-testsuite--run-real-world-tests): Remove trailing
340 whitespace -- see change of icalendar--add-diary-entry in
342 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
344 2009-09-30 Glenn Morris <rgm@gnu.org>
346 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
348 2009-06-26 Eric Ludlam <zappo@gnu.org>
350 * cedet/*: New unit tests, from CEDET repository.
352 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
354 * redisplay-testsuite.el: New file.
356 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
360 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
362 * icalendar-testsuite.el
363 (icalendar-testsuite--run-function-tests):
364 Add icalendar-testsuite--test-diarytime-to-isotime.
365 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
366 recent icalendar fixes.
367 (icalendar-testsuite--test-diarytime-to-isotime): New.
368 (icalendar-testsuite--test-create-uid): Adjust to recent
371 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
373 * bytecomp-testsuite.el: New file.
375 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
377 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
378 Added `icalendar-testsuite--test-create-uid'.
379 (icalendar-testsuite--test-create-uid): New.
381 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
383 * newsticker-testsuite.el: New file.
385 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
387 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
388 Add icalendar-testsuite--test-datestring-to-isodate,
389 icalendar-testsuite--test-datetime-to-diary-date, and
390 icalendar-testsuite--test-calendar-style.
391 (icalendar-testsuite--test-format-ical-event):
392 (icalendar-testsuite--test-parse-summary-and-rest):
393 Doc fix. Remove european-calendar-style.
394 (icalendar-testsuite--get-ical-event): Doc fix.
395 (icalendar-testsuite--test-first-weekday-of-year):
396 (icalendar-testsuite--run-cycle-tests): Add doc string.
397 (icalendar-testsuite--test-datestring-to-isodate):
398 (icalendar-testsuite--test-datetime-to-diary-date):
399 (icalendar-testsuite--test-calendar-style): New functions.
400 (icalendar-testsuite--test-export): Handle iso date style.
401 New arg INPUT-ISO. Use calendar-date-style.
402 (icalendar-testsuite--test-import): Handle iso date style.
403 New arg EXPECTED-ISO. Use calendar-date-style.
404 (icalendar-testsuite--test-cycle): Handle iso date style.
405 (icalendar-testsuite--run-import-tests):
406 (icalendar-testsuite--run-export-tests):
407 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
409 2008-02-29 Glenn Morris <rgm@gnu.org>
413 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
415 * icalendar-testsuite.el: New file.
421 Copyright (C) 2008-2012 Free Software Foundation, Inc.
423 This file is part of GNU Emacs.
425 GNU Emacs is free software: you can redistribute it and/or modify
426 it under the terms of the GNU General Public License as published by
427 the Free Software Foundation, either version 3 of the License, or
428 (at your option) any later version.
430 GNU Emacs is distributed in the hope that it will be useful,
431 but WITHOUT ANY WARRANTY; without even the implied warranty of
432 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
433 GNU General Public License for more details.
435 You should have received a copy of the GNU General Public License
436 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.