Fix ChangeLog typo.
[emacs.git] / test / ChangeLog
blobf1bf458f8122a010ae553a4a2e27dc9e1f5103c2
1 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
3         * indent/ruby.rb: Rearrange examples, add new ones.
5 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
7         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
8         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
10 2012-08-11  Glenn Morris  <rgm@gnu.org>
12         * automated/files.el: New file.
14         * automated/Makefile.in (all): Fix typo.
16 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
18         * automated/ruby-mode-tests.el (ruby-should-indent):
19         Add docstring, check (current-indentation) instead of (current-column).
20         (ruby-should-indent-buffer): New function.
21         Add tests for `ruby-deep-indent-paren' behavior.
22         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
24 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
26         Original tests in test_ruby_mode.rb in upstream (author).
28 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
30         * automated/ruby-mode-tests.el (ruby-should-indent)
31         (ruby-assert-state): New functions.
32         Add new tests.
34 2012-07-29  David Engster  <deng@randomsample.de>
36         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
37         New variable to hold test data for name expansion.
38         (xml-parse-tests): Test the two different types of name expansion.
40 2012-07-29  Juri Linkov  <juri@jurta.org>
42         * automated/occur-tests.el (occur-test-case): Use predefined
43         buffer name " *test-occur*" instead of a random buffer name.
45 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
47         * automated/ruby-mode-tests.el: New file with one test.
49 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
51         * indent/shell.sh: Add test case for ${#VAR}.
53         * indent/latex-mode.tex: New file.
55 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * eshell.el: Use cl-lib.
59 2012-07-03  Chong Yidong  <cyd@gnu.org>
61         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
63 2012-07-02  Chong Yidong  <cyd@gnu.org>
65         * automated/xml-parse-tests.el (xml-parse-tests--data):
66         More testcases.
68 2012-07-01  Chong Yidong  <cyd@gnu.org>
70         * automated/xml-parse-tests.el: New file.
72 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
74         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
75         Use cl-flet.
77 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
79         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
80         Test escaped commas in TZID (Bug#11473).
81         (icalendar-import-with-timezone): New.
82         (icalendar-real-world): Add new testcase as given in the bugreport
83         of Bug#11473.
85 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
87         * automated/icalendar-tests.el (icalendar-tests--test-import):
88         Include UID in import tests (Bug#11525).
89         (icalendar-import-non-recurring, icalendar-import-rrule)
90         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
91         UID-import change.
92         (icalendar-import-with-uid): New.
93         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
94         Include UID in cycle tests.
95         (icalendar-cycle, icalendar-real-world): UID-import change.
97 2012-05-21  Glenn Morris  <rgm@gnu.org>
99         * automated/Makefile.in (setwins): Scrap superfluous subshell.
101 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
103         * automated/url-util-tests.el: New file to test
104         lisp/url/url-util.el.  Only `url-build-query-string' and
105         `url-parse-query-string' are tested right now (Bug#8706).
107 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * indent/shell.sh:
110         * indent/shell.rc: Ad some test cases.
112 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
114         * indent/ruby.rb: New file, to test new syntax-propertize code.
116 2012-04-11  Glenn Morris  <rgm@gnu.org>
118         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
120 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
122         * automated/url-future-tests.el (url-future-tests): Move from
123         lisp/url/url-future.el and rename.
125 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
127         * automated/icalendar-tests.el (icalendar-import-non-recurring):
128         Fix broken test, caused by missing trailing blank.
130 2011-12-03  Chong Yidong  <cyd@gnu.org>
132         * automated/compile-tests.el (compile-tests--test-regexps-data):
133         Increase column numbers by one to reflect change in how
134         compilation-message is recorded (Bug#10172).
136 2011-11-22  Glenn Morris  <rgm@gnu.org>
138         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
140 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
142         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
144 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
146         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
147         (icalendar-tests--test-export, icalendar-tests--do-test-export):
148         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
150 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
152         * automated/newsticker-tests.el
153         (newsticker--group-manage-orphan-feeds): Remove fsetting of
154         newsticker--treeview-tree-update.
156 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
158         * automated/newsticker-tests.el
159         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
161         * trunk/test/automated/newsticker-tests.el
162         (newsticker--group-manage-orphan-feeds): Prevent updating
163         newsticker treeview. Fixed bug#9763.
165 2011-10-20  Glenn Morris  <rgm@gnu.org>
167         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
169         * automated/vc-bzr.el: New file.
171 2011-10-15  Glenn Morris  <rgm@gnu.org>
173         * automated/f90.el: New file.
175 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
177         * automated/newsticker-tests.el: Move newsticker-testsuite.el
178         to automated/newsticker-tests.el. Convert to ERT.
180 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
182         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
183         Removed, simply use string=.
184         (icalendar--diarytime-to-isotime)
185         (icalendar--datetime-to-diary-date)
186         (icalendar--datestring-to-isodate)
187         (icalendar--format-ical-event)
188         (icalendar--parse-summary-and-rest)
189         (icalendar-tests--do-test-import)
190         (icalendar-tests--do-test-cycle): Change argument order of
191         string= to EXPECTED ACTUAL.
192         (icalendar--import-format-sample)
193         (icalendar--format-ical-event)
194         (icalendar-import-non-recurring)
195         (icalendar-import-rrule)
196         (icalendar-import-duration)
197         (icalendar-import-bug-6766)
198         (icalendar-real-world): Adjust to string= instead of
199         icalendar-tests--compare-strings.
200         (icalendar-import-multiple-vcalendars): New.
202 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
204         * automated/gnus-tests.el: Add wrapper for Gnus tests.
205         Require CL.
207 2011-05-09  Juri Linkov  <juri@jurta.org>
209         * automated/occur-tests.el: Move from test/occur-testsuite.el.
210         Convert to ERT.
212 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
214         * automated/compile-tests.el: New file.
216 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
218         * automated/font-parse-tests.el: Don't byte-compile.
220         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
222 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
224         * automated/lexbind-tests.el: New file.
226 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
228         * Version 23.3 released.
230 2011-03-05  Glenn Morris  <rgm@gnu.org>
232         * eshell.el: Move here from lisp/eshell/esh-test.el.
234 2011-03-03  Christian Ohler  <ohler@gnu.org>
236         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
237         New test.
239 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
241         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
242         convert to ERT format.
244 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
246         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
247         convert to ERT format.
249 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
251         * indent/shell.sh:
252         * indent/shell.rc: New files.
254 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
256         * automated/font-parse-tests.el: Move from
257         font-parse-testsuite.el.
259 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
261         * font-parse-testsuite.el (test-font-parse-data): New file.
263 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
265         * indent/prolog.prolog: Add tokenizing tests.
267 2011-01-13  Christian Ohler  <ohler@gnu.org>
269         * automated: New directory for automated tests.
271         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
273         * automated/Makefile.in: New file.
275 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
277         * indent/modula2.mod: New file.
279 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
281         * indent/octave.m: Add a test to ensure indentation is local.
283 2010-10-23  Glenn Morris  <rgm@gnu.org>
285         * comint-testsuite.el
286         (comint-testsuite--test-comint-password-prompt-regexp):
287         Add "Please enter the password".  (Bug#7224)
289 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
291         * indent/prolog.prolog: Use normal spacing around !.
293 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
295         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
297 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
299         * indent/octave.m: Remove some `fixindent' not needed any more.
301 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
303         * indent/octave.m: New file.
305 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
307         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
308         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
309         (icalendar-testsuite--run-internal-tests): New.
310         (icalendar-testsuite--test-convert-ordinary-to-ical)
311         (icalendar-testsuite--test-convert-block-to-ical)
312         (icalendar-testsuite--test-convert-anniversary-to-ical)
313         (icalendar-testsuite--test-parse-vtimezone)
314         (icalendar-testsuite--do-test-export): Code formatting.
315         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
316         (icalendar-testsuite--do-test-import)
317         (icalendar-testsuite--do-test-cycle):
318         Use icalendar-testsuite--compare-strings
319         (icalendar-testsuite--run-import-tests): Comment added.
320         (icalendar-testsuite--run-import-tests)
321         (icalendar-testsuite--run-real-world-tests): Fix expected results.
323 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
325         * redisplay-testsuite.el (test-redisplay-3): New test.
327 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
329         * comint-testsuite.el: New file.
331 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
333         * indent: New dir.
335 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
337         * Version 23.2 released.
339 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
341         * cedet/semantic-ia-utest.el
342         (semantic-symref-test-count-hits-in-tag): Add function, from
343         semantic-test.el.
345         * cedet/tests/test.cpp:
346         * cedet/tests/test.py:
347         * cedet/tests/teststruct.cpp:
348         * cedet/tests/testtemplates.cpp:
349         * cedet/tests/testusing.cpp:
350         * cedet/tests/scopetest.cpp:
351         * cedet/tests/scopetest.java: Files deleted.
353         * cedet/tests/test.make:
354         * cedet/tests/test.c:
355         * cedet/tests/testjavacomp.java:
356         * cedet/tests/testspp.c:
357         * cedet/tests/testsppreplace.c:
358         * cedet/tests/testsppreplaced.c:
359         * cedet/tests/testsubclass.cpp:
360         * cedet/tests/testsubclass.hh:
361         * cedet/tests/testtypedefs.cpp:
362         * cedet/tests/testvarnames.c:
363         * cedet/tests/test.el:
364         * cedet/tests/testdoublens.cpp:
365         * cedet/tests/testdoublens.hpp: Add copyright header.
367         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
368         Remove reference to deleted files.
370 2010-03-30  Juri Linkov  <juri@jurta.org>
372         * occur-testsuite.el (occur-tests): Add tests for context lines.
374 2010-03-23  Juri Linkov  <juri@jurta.org>
376         * occur-testsuite.el: New file.
378 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
380         * Branch for 23.2.
382 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
384         * icalendar-testsuite.el
385         (icalendar-testsuite--run-function-tests): Add new tests.
386         (icalendar-testsuite--test-diarytime-to-isotime): Add another
387         testcase.
388         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
389         (icalendar-testsuite--test-convert-weekly-to-ical): New.
390         (icalendar-testsuite--test-convert-yearly-to-ical): New.
391         (icalendar-testsuite--test-convert-block-to-ical): New.
392         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
393         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
395 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
397         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
398         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
399         Fix typos in docstrings and error messages.
400         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
402 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
404         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
405         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
406         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
408 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
410         * icalendar-testsuite.el
411         (icalendar-testsuite--run-function-tests):
412         Add icalendar-testsuite--test-parse-vtimezone.
413         (icalendar-testsuite--test-parse-vtimezone): New.
414         (icalendar-testsuite--do-test-cycle): Doc changes.
415         (icalendar-testsuite--run-real-world-tests): Remove trailing
416         whitespace -- see change of icalendar--add-diary-entry in
417         icalendar.el.
418         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
420 2009-09-30  Glenn Morris  <rgm@gnu.org>
422         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
424 2009-06-26  Eric Ludlam  <zappo@gnu.org>
426         * cedet/*: New unit tests, from CEDET repository.
428 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
430         * redisplay-testsuite.el: New file.
432 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
434         * Branch for 23.1.
436 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
438         * icalendar-testsuite.el
439         (icalendar-testsuite--run-function-tests):
440         Add icalendar-testsuite--test-diarytime-to-isotime.
441         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
442         recent icalendar fixes.
443         (icalendar-testsuite--test-diarytime-to-isotime): New.
444         (icalendar-testsuite--test-create-uid): Adjust to recent
445         icalendar changes.
447 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
449         * bytecomp-testsuite.el: New file.
451 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
453         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
454         Add `icalendar-testsuite--test-create-uid'.
455         (icalendar-testsuite--test-create-uid): New.
457 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
459         * newsticker-testsuite.el: New file.
461 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
463         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
464         Add icalendar-testsuite--test-datestring-to-isodate,
465         icalendar-testsuite--test-datetime-to-diary-date, and
466         icalendar-testsuite--test-calendar-style.
467         (icalendar-testsuite--test-format-ical-event):
468         (icalendar-testsuite--test-parse-summary-and-rest):
469         Doc fix.  Remove european-calendar-style.
470         (icalendar-testsuite--get-ical-event): Doc fix.
471         (icalendar-testsuite--test-first-weekday-of-year):
472         (icalendar-testsuite--run-cycle-tests): Add doc string.
473         (icalendar-testsuite--test-datestring-to-isodate):
474         (icalendar-testsuite--test-datetime-to-diary-date):
475         (icalendar-testsuite--test-calendar-style): New functions.
476         (icalendar-testsuite--test-export): Handle iso date style.
477         New arg INPUT-ISO.  Use calendar-date-style.
478         (icalendar-testsuite--test-import): Handle iso date style.
479         New arg EXPECTED-ISO.  Use calendar-date-style.
480         (icalendar-testsuite--test-cycle): Handle iso date style.
481         (icalendar-testsuite--run-import-tests):
482         (icalendar-testsuite--run-export-tests):
483         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
485 2008-02-29  Glenn Morris  <rgm@gnu.org>
487         * README: New file.
489 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
491         * icalendar-testsuite.el: New file.
493 ;; Local Variables:
494 ;; coding: utf-8
495 ;; End:
497   Copyright (C) 2008-2012  Free Software Foundation, Inc.
499   This file is part of GNU Emacs.
501   GNU Emacs is free software: you can redistribute it and/or modify
502   it under the terms of the GNU General Public License as published by
503   the Free Software Foundation, either version 3 of the License, or
504   (at your option) any later version.
506   GNU Emacs is distributed in the hope that it will be useful,
507   but WITHOUT ANY WARRANTY; without even the implied warranty of
508   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
509   GNU General Public License for more details.
511   You should have received a copy of the GNU General Public License
512   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.