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