1 2012-07-29 Juri Linkov <juri@jurta.org>
3 * automated/occur-tests.el (occur-test-case): Use predefined
4 buffer name " *test-occur*" instead of a random buffer name.
6 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
8 * automated/ruby-mode-tests.el: New file with one test.
10 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12 * indent/shell.sh: Add test case for ${#VAR}.
14 * indent/latex-mode.tex: New file.
16 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
18 * eshell.el: Use cl-lib.
20 2012-07-03 Chong Yidong <cyd@gnu.org>
22 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
24 2012-07-02 Chong Yidong <cyd@gnu.org>
26 * automated/xml-parse-tests.el (xml-parse-tests--data):
29 2012-07-01 Chong Yidong <cyd@gnu.org>
31 * automated/xml-parse-tests.el: New file.
33 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
35 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
38 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
40 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
41 Test escaped commas in TZID (Bug#11473).
42 (icalendar-import-with-timezone): New.
43 (icalendar-real-world): Add new testcase as given in the bugreport
46 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
48 * automated/icalendar-tests.el (icalendar-tests--test-import):
49 Include UID in import tests (Bug#11525).
50 (icalendar-import-non-recurring, icalendar-import-rrule)
51 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
53 (icalendar-import-with-uid): New.
54 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
55 Include UID in cycle tests.
56 (icalendar-cycle, icalendar-real-world): UID-import change.
58 2012-05-21 Glenn Morris <rgm@gnu.org>
60 * automated/Makefile.in (setwins): Scrap superfluous subshell.
62 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
64 * automated/url-util-tests.el: New file to test
65 lisp/url/url-util.el. Only `url-build-query-string' and
66 `url-parse-query-string' are tested right now (Bug#8706).
68 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
71 * indent/shell.rc: Ad some test cases.
73 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
75 * indent/ruby.rb: New file, to test new syntax-propertize code.
77 2012-04-11 Glenn Morris <rgm@gnu.org>
79 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
81 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
83 * automated/url-future-tests.el (url-future-tests): Move from
84 lisp/url/url-future.el and rename.
86 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
88 * automated/icalendar-tests.el (icalendar-import-non-recurring):
89 Fix broken test, caused by missing trailing blank.
91 2011-12-03 Chong Yidong <cyd@gnu.org>
93 * automated/compile-tests.el (compile-tests--test-regexps-data):
94 Increase column numbers by one to reflect change in how
95 compilation-message is recorded (Bug#10172).
97 2011-11-22 Glenn Morris <rgm@gnu.org>
99 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
101 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
103 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
105 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
107 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
108 (icalendar-tests--test-export, icalendar-tests--do-test-export):
109 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
111 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
113 * automated/newsticker-tests.el
114 (newsticker--group-manage-orphan-feeds): Remove fsetting of
115 newsticker--treeview-tree-update.
117 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
119 * automated/newsticker-tests.el
120 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
122 * trunk/test/automated/newsticker-tests.el
123 (newsticker--group-manage-orphan-feeds): Prevent updating
124 newsticker treeview. Fixed bug#9763.
126 2011-10-20 Glenn Morris <rgm@gnu.org>
128 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
130 * automated/vc-bzr.el: New file.
132 2011-10-15 Glenn Morris <rgm@gnu.org>
134 * automated/f90.el: New file.
136 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
138 * automated/newsticker-tests.el: Move newsticker-testsuite.el
139 to automated/newsticker-tests.el. Convert to ERT.
141 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
143 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
144 Removed, simply use string=.
145 (icalendar--diarytime-to-isotime)
146 (icalendar--datetime-to-diary-date)
147 (icalendar--datestring-to-isodate)
148 (icalendar--format-ical-event)
149 (icalendar--parse-summary-and-rest)
150 (icalendar-tests--do-test-import)
151 (icalendar-tests--do-test-cycle): Change argument order of
152 string= to EXPECTED ACTUAL.
153 (icalendar--import-format-sample)
154 (icalendar--format-ical-event)
155 (icalendar-import-non-recurring)
156 (icalendar-import-rrule)
157 (icalendar-import-duration)
158 (icalendar-import-bug-6766)
159 (icalendar-real-world): Adjust to string= instead of
160 icalendar-tests--compare-strings.
161 (icalendar-import-multiple-vcalendars): New.
163 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
165 * automated/gnus-tests.el: Add wrapper for Gnus tests.
168 2011-05-09 Juri Linkov <juri@jurta.org>
170 * automated/occur-tests.el: Move from test/occur-testsuite.el.
173 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
175 * automated/compile-tests.el: New file.
177 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
179 * automated/font-parse-tests.el: Don't byte-compile.
181 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
183 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
185 * automated/lexbind-tests.el: New file.
187 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
189 * Version 23.3 released.
191 2011-03-05 Glenn Morris <rgm@gnu.org>
193 * eshell.el: Move here from lisp/eshell/esh-test.el.
195 2011-03-03 Christian Ohler <ohler@gnu.org>
197 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
200 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
202 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
203 convert to ERT format.
205 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
207 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
208 convert to ERT format.
210 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
213 * indent/shell.rc: New files.
215 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
217 * automated/font-parse-tests.el: Move from
218 font-parse-testsuite.el.
220 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
222 * font-parse-testsuite.el (test-font-parse-data): New file.
224 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
226 * indent/prolog.prolog: Add tokenizing tests.
228 2011-01-13 Christian Ohler <ohler@gnu.org>
230 * automated: New directory for automated tests.
232 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
234 * automated/Makefile.in: New file.
236 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
238 * indent/modula2.mod: New file.
240 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
242 * indent/octave.m: Add a test to ensure indentation is local.
244 2010-10-23 Glenn Morris <rgm@gnu.org>
246 * comint-testsuite.el
247 (comint-testsuite--test-comint-password-prompt-regexp):
248 Add "Please enter the password". (Bug#7224)
250 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
252 * indent/prolog.prolog: Use normal spacing around !.
254 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
256 * indent/octave.m: Remove one more `fixindent'. Use `end'.
258 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
260 * indent/octave.m: Remove some `fixindent' not needed any more.
262 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
264 * indent/octave.m: New file.
266 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
268 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
269 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
270 (icalendar-testsuite--run-internal-tests): New.
271 (icalendar-testsuite--test-convert-ordinary-to-ical)
272 (icalendar-testsuite--test-convert-block-to-ical)
273 (icalendar-testsuite--test-convert-anniversary-to-ical)
274 (icalendar-testsuite--test-parse-vtimezone)
275 (icalendar-testsuite--do-test-export): Code formatting.
276 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
277 (icalendar-testsuite--do-test-import)
278 (icalendar-testsuite--do-test-cycle):
279 Use icalendar-testsuite--compare-strings
280 (icalendar-testsuite--run-import-tests): Comment added.
281 (icalendar-testsuite--run-import-tests)
282 (icalendar-testsuite--run-real-world-tests): Fix expected results.
284 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
286 * redisplay-testsuite.el (test-redisplay-3): New test.
288 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
290 * comint-testsuite.el: New file.
292 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
296 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
298 * Version 23.2 released.
300 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
302 * cedet/semantic-ia-utest.el
303 (semantic-symref-test-count-hits-in-tag): Add function, from
306 * cedet/tests/test.cpp:
307 * cedet/tests/test.py:
308 * cedet/tests/teststruct.cpp:
309 * cedet/tests/testtemplates.cpp:
310 * cedet/tests/testusing.cpp:
311 * cedet/tests/scopetest.cpp:
312 * cedet/tests/scopetest.java: Files deleted.
314 * cedet/tests/test.make:
315 * cedet/tests/test.c:
316 * cedet/tests/testjavacomp.java:
317 * cedet/tests/testspp.c:
318 * cedet/tests/testsppreplace.c:
319 * cedet/tests/testsppreplaced.c:
320 * cedet/tests/testsubclass.cpp:
321 * cedet/tests/testsubclass.hh:
322 * cedet/tests/testtypedefs.cpp:
323 * cedet/tests/testvarnames.c:
324 * cedet/tests/test.el:
325 * cedet/tests/testdoublens.cpp:
326 * cedet/tests/testdoublens.hpp: Add copyright header.
328 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
329 Remove reference to deleted files.
331 2010-03-30 Juri Linkov <juri@jurta.org>
333 * occur-testsuite.el (occur-tests): Add tests for context lines.
335 2010-03-23 Juri Linkov <juri@jurta.org>
337 * occur-testsuite.el: New file.
339 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
343 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
345 * icalendar-testsuite.el
346 (icalendar-testsuite--run-function-tests): Add new tests.
347 (icalendar-testsuite--test-diarytime-to-isotime): Add another
349 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
350 (icalendar-testsuite--test-convert-weekly-to-ical): New.
351 (icalendar-testsuite--test-convert-yearly-to-ical): New.
352 (icalendar-testsuite--test-convert-block-to-ical): New.
353 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
354 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
356 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
358 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
359 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
360 Fix typos in docstrings and error messages.
361 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
363 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
365 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
366 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
367 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
369 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
371 * icalendar-testsuite.el
372 (icalendar-testsuite--run-function-tests):
373 Add icalendar-testsuite--test-parse-vtimezone.
374 (icalendar-testsuite--test-parse-vtimezone): New.
375 (icalendar-testsuite--do-test-cycle): Doc changes.
376 (icalendar-testsuite--run-real-world-tests): Remove trailing
377 whitespace -- see change of icalendar--add-diary-entry in
379 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
381 2009-09-30 Glenn Morris <rgm@gnu.org>
383 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
385 2009-06-26 Eric Ludlam <zappo@gnu.org>
387 * cedet/*: New unit tests, from CEDET repository.
389 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
391 * redisplay-testsuite.el: New file.
393 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
397 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
399 * icalendar-testsuite.el
400 (icalendar-testsuite--run-function-tests):
401 Add icalendar-testsuite--test-diarytime-to-isotime.
402 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
403 recent icalendar fixes.
404 (icalendar-testsuite--test-diarytime-to-isotime): New.
405 (icalendar-testsuite--test-create-uid): Adjust to recent
408 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
410 * bytecomp-testsuite.el: New file.
412 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
414 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
415 Add `icalendar-testsuite--test-create-uid'.
416 (icalendar-testsuite--test-create-uid): New.
418 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
420 * newsticker-testsuite.el: New file.
422 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
424 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
425 Add icalendar-testsuite--test-datestring-to-isodate,
426 icalendar-testsuite--test-datetime-to-diary-date, and
427 icalendar-testsuite--test-calendar-style.
428 (icalendar-testsuite--test-format-ical-event):
429 (icalendar-testsuite--test-parse-summary-and-rest):
430 Doc fix. Remove european-calendar-style.
431 (icalendar-testsuite--get-ical-event): Doc fix.
432 (icalendar-testsuite--test-first-weekday-of-year):
433 (icalendar-testsuite--run-cycle-tests): Add doc string.
434 (icalendar-testsuite--test-datestring-to-isodate):
435 (icalendar-testsuite--test-datetime-to-diary-date):
436 (icalendar-testsuite--test-calendar-style): New functions.
437 (icalendar-testsuite--test-export): Handle iso date style.
438 New arg INPUT-ISO. Use calendar-date-style.
439 (icalendar-testsuite--test-import): Handle iso date style.
440 New arg EXPECTED-ISO. Use calendar-date-style.
441 (icalendar-testsuite--test-cycle): Handle iso date style.
442 (icalendar-testsuite--run-import-tests):
443 (icalendar-testsuite--run-export-tests):
444 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
446 2008-02-29 Glenn Morris <rgm@gnu.org>
450 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
452 * icalendar-testsuite.el: New file.
458 Copyright (C) 2008-2012 Free Software Foundation, Inc.
460 This file is part of GNU Emacs.
462 GNU Emacs is free software: you can redistribute it and/or modify
463 it under the terms of the GNU General Public License as published by
464 the Free Software Foundation, either version 3 of the License, or
465 (at your option) any later version.
467 GNU Emacs is distributed in the hope that it will be useful,
468 but WITHOUT ANY WARRANTY; without even the implied warranty of
469 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
470 GNU General Public License for more details.
472 You should have received a copy of the GNU General Public License
473 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.