* doc/misc/org.texi: Fix previous change.
[emacs.git] / test / ChangeLog
blobc8383a73300b359217c59dcc62d1b8b325d40eab
1 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
3         * automated/python-tests.el
4         (python-tests-with-temp-buffer): Doc fix.
5         (python-tests-with-temp-file): New macro.
6         (python-tests-shell-interpreter): New var.
7         (python-shell-get-process-name-1)
8         (python-shell-internal-get-process-name-1)
9         (python-shell-parse-command-1)
10         (python-shell-calculate-process-environment-1)
11         (python-shell-calculate-process-environment-2)
12         (python-shell-calculate-process-environment-3)
13         (python-shell-calculate-exec-path-1)
14         (python-shell-calculate-exec-path-2)
15         (python-shell-make-comint-1)
16         (python-shell-make-comint-2)
17         (python-shell-get-process-1)
18         (python-shell-get-or-create-process-1)
19         (python-shell-internal-get-or-create-process-1): New tests.
21 2013-02-20  Fabián Ezequiel Gallina  <fgallina@cuca>
23         * automated/python-tests.el: New file.
25 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
27         * automated/ruby-mode-tests.el
28         (ruby-indent-after-block-in-continued-expression): New test.
30 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
32         * automated/compile-tests.el (compile-tests--test-regexps-data):
33         Add new data for msft's new format.
35 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
37         * automated/ruby-mode-tests.el:
38         (ruby-toggle-block-to-multiline): New test.
39         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
40         (ruby-toggle-block-to-brace): Use buffer-string.
42 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
44         * automated/ruby-mode-tests.el: New tests (Bug#11613).
46 2012-08-28  Chong Yidong  <cyd@gnu.org>
48         * automated/files.el: Test every combination of values for
49         enable-local-variables and enable-local-eval.
51 2012-08-19  Chong Yidong  <cyd@gnu.org>
53         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
55 2012-08-18  Chong Yidong  <cyd@gnu.org>
57         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
59 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
61         * indent/ruby.rb: Rearrange examples, add new ones.
63 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
65         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
66         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
68 2012-08-11  Glenn Morris  <rgm@gnu.org>
70         * automated/files.el: New file.
72         * automated/Makefile.in (all): Fix typo.
74 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
76         * automated/ruby-mode-tests.el (ruby-should-indent):
77         Add docstring, check (current-indentation) instead of (current-column).
78         (ruby-should-indent-buffer): New function.
79         Add tests for `ruby-deep-indent-paren' behavior.
80         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
82 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
84         Original tests in test_ruby_mode.rb in upstream (author).
86 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
88         * automated/ruby-mode-tests.el (ruby-should-indent)
89         (ruby-assert-state): New functions.
90         Add new tests.
92 2012-07-29  David Engster  <deng@randomsample.de>
94         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
95         New variable to hold test data for name expansion.
96         (xml-parse-tests): Test the two different types of name expansion.
98 2012-07-29  Juri Linkov  <juri@jurta.org>
100         * automated/occur-tests.el (occur-test-case): Use predefined
101         buffer name " *test-occur*" instead of a random buffer name.
103 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
105         * automated/ruby-mode-tests.el: New file with one test.
107 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * indent/shell.sh: Add test case for ${#VAR}.
111         * indent/latex-mode.tex: New file.
113 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
115         * eshell.el: Use cl-lib.
117 2012-07-03  Chong Yidong  <cyd@gnu.org>
119         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
121 2012-07-02  Chong Yidong  <cyd@gnu.org>
123         * automated/xml-parse-tests.el (xml-parse-tests--data):
124         More testcases.
126 2012-07-01  Chong Yidong  <cyd@gnu.org>
128         * automated/xml-parse-tests.el: New file.
130 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
133         Use cl-flet.
135 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
137         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
138         Test escaped commas in TZID (Bug#11473).
139         (icalendar-import-with-timezone): New.
140         (icalendar-real-world): Add new testcase as given in the bugreport
141         of Bug#11473.
143 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
145         * automated/icalendar-tests.el (icalendar-tests--test-import):
146         Include UID in import tests (Bug#11525).
147         (icalendar-import-non-recurring, icalendar-import-rrule)
148         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
149         UID-import change.
150         (icalendar-import-with-uid): New.
151         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
152         Include UID in cycle tests.
153         (icalendar-cycle, icalendar-real-world): UID-import change.
155 2012-05-21  Glenn Morris  <rgm@gnu.org>
157         * automated/Makefile.in (setwins): Scrap superfluous subshell.
159 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
161         * automated/url-util-tests.el: New file to test
162         lisp/url/url-util.el.  Only `url-build-query-string' and
163         `url-parse-query-string' are tested right now (Bug#8706).
165 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * indent/shell.sh:
168         * indent/shell.rc: Ad some test cases.
170 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
172         * indent/ruby.rb: New file, to test new syntax-propertize code.
174 2012-04-11  Glenn Morris  <rgm@gnu.org>
176         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
178 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
180         * automated/url-future-tests.el (url-future-tests): Move from
181         lisp/url/url-future.el and rename.
183 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
185         * automated/icalendar-tests.el (icalendar-import-non-recurring):
186         Fix broken test, caused by missing trailing blank.
188 2011-12-03  Chong Yidong  <cyd@gnu.org>
190         * automated/compile-tests.el (compile-tests--test-regexps-data):
191         Increase column numbers by one to reflect change in how
192         compilation-message is recorded (Bug#10172).
194 2011-11-22  Glenn Morris  <rgm@gnu.org>
196         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
198 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
200         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
202 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
204         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
205         (icalendar-tests--test-export, icalendar-tests--do-test-export):
206         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
208 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
210         * automated/newsticker-tests.el
211         (newsticker--group-manage-orphan-feeds): Remove fsetting of
212         newsticker--treeview-tree-update.
214 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
216         * automated/newsticker-tests.el
217         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
219         * trunk/test/automated/newsticker-tests.el
220         (newsticker--group-manage-orphan-feeds): Prevent updating
221         newsticker treeview. Fixed bug#9763.
223 2011-10-20  Glenn Morris  <rgm@gnu.org>
225         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
227         * automated/vc-bzr.el: New file.
229 2011-10-15  Glenn Morris  <rgm@gnu.org>
231         * automated/f90.el: New file.
233 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
235         * automated/newsticker-tests.el: Move newsticker-testsuite.el
236         to automated/newsticker-tests.el. Convert to ERT.
238 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
240         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
241         Removed, simply use string=.
242         (icalendar--diarytime-to-isotime)
243         (icalendar--datetime-to-diary-date)
244         (icalendar--datestring-to-isodate)
245         (icalendar--format-ical-event)
246         (icalendar--parse-summary-and-rest)
247         (icalendar-tests--do-test-import)
248         (icalendar-tests--do-test-cycle): Change argument order of
249         string= to EXPECTED ACTUAL.
250         (icalendar--import-format-sample)
251         (icalendar--format-ical-event)
252         (icalendar-import-non-recurring)
253         (icalendar-import-rrule)
254         (icalendar-import-duration)
255         (icalendar-import-bug-6766)
256         (icalendar-real-world): Adjust to string= instead of
257         icalendar-tests--compare-strings.
258         (icalendar-import-multiple-vcalendars): New.
260 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
262         * automated/gnus-tests.el: Add wrapper for Gnus tests.
263         Require CL.
265 2011-05-09  Juri Linkov  <juri@jurta.org>
267         * automated/occur-tests.el: Move from test/occur-testsuite.el.
268         Convert to ERT.
270 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
272         * automated/compile-tests.el: New file.
274 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
276         * automated/font-parse-tests.el: Don't byte-compile.
278         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
280 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
282         * automated/lexbind-tests.el: New file.
284 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
286         * Version 23.3 released.
288 2011-03-05  Glenn Morris  <rgm@gnu.org>
290         * eshell.el: Move here from lisp/eshell/esh-test.el.
292 2011-03-03  Christian Ohler  <ohler@gnu.org>
294         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
295         New test.
297 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
299         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
300         convert to ERT format.
302 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
304         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
305         convert to ERT format.
307 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
309         * indent/shell.sh:
310         * indent/shell.rc: New files.
312 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
314         * automated/font-parse-tests.el: Move from
315         font-parse-testsuite.el.
317 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
319         * font-parse-testsuite.el (test-font-parse-data): New file.
321 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
323         * indent/prolog.prolog: Add tokenizing tests.
325 2011-01-13  Christian Ohler  <ohler@gnu.org>
327         * automated: New directory for automated tests.
329         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
331         * automated/Makefile.in: New file.
333 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * indent/modula2.mod: New file.
337 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
339         * indent/octave.m: Add a test to ensure indentation is local.
341 2010-10-23  Glenn Morris  <rgm@gnu.org>
343         * comint-testsuite.el
344         (comint-testsuite--test-comint-password-prompt-regexp):
345         Add "Please enter the password".  (Bug#7224)
347 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
349         * indent/prolog.prolog: Use normal spacing around !.
351 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
353         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
355 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
357         * indent/octave.m: Remove some `fixindent' not needed any more.
359 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
361         * indent/octave.m: New file.
363 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
365         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
366         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
367         (icalendar-testsuite--run-internal-tests): New.
368         (icalendar-testsuite--test-convert-ordinary-to-ical)
369         (icalendar-testsuite--test-convert-block-to-ical)
370         (icalendar-testsuite--test-convert-anniversary-to-ical)
371         (icalendar-testsuite--test-parse-vtimezone)
372         (icalendar-testsuite--do-test-export): Code formatting.
373         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
374         (icalendar-testsuite--do-test-import)
375         (icalendar-testsuite--do-test-cycle):
376         Use icalendar-testsuite--compare-strings
377         (icalendar-testsuite--run-import-tests): Comment added.
378         (icalendar-testsuite--run-import-tests)
379         (icalendar-testsuite--run-real-world-tests): Fix expected results.
381 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
383         * redisplay-testsuite.el (test-redisplay-3): New test.
385 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
387         * comint-testsuite.el: New file.
389 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
391         * indent: New dir.
393 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
395         * Version 23.2 released.
397 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
399         * cedet/semantic-ia-utest.el
400         (semantic-symref-test-count-hits-in-tag): Add function, from
401         semantic-test.el.
403         * cedet/tests/test.cpp:
404         * cedet/tests/test.py:
405         * cedet/tests/teststruct.cpp:
406         * cedet/tests/testtemplates.cpp:
407         * cedet/tests/testusing.cpp:
408         * cedet/tests/scopetest.cpp:
409         * cedet/tests/scopetest.java: Files deleted.
411         * cedet/tests/test.make:
412         * cedet/tests/test.c:
413         * cedet/tests/testjavacomp.java:
414         * cedet/tests/testspp.c:
415         * cedet/tests/testsppreplace.c:
416         * cedet/tests/testsppreplaced.c:
417         * cedet/tests/testsubclass.cpp:
418         * cedet/tests/testsubclass.hh:
419         * cedet/tests/testtypedefs.cpp:
420         * cedet/tests/testvarnames.c:
421         * cedet/tests/test.el:
422         * cedet/tests/testdoublens.cpp:
423         * cedet/tests/testdoublens.hpp: Add copyright header.
425         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
426         Remove reference to deleted files.
428 2010-03-30  Juri Linkov  <juri@jurta.org>
430         * occur-testsuite.el (occur-tests): Add tests for context lines.
432 2010-03-23  Juri Linkov  <juri@jurta.org>
434         * occur-testsuite.el: New file.
436 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
438         * Branch for 23.2.
440 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
442         * icalendar-testsuite.el
443         (icalendar-testsuite--run-function-tests): Add new tests.
444         (icalendar-testsuite--test-diarytime-to-isotime): Add another
445         testcase.
446         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
447         (icalendar-testsuite--test-convert-weekly-to-ical): New.
448         (icalendar-testsuite--test-convert-yearly-to-ical): New.
449         (icalendar-testsuite--test-convert-block-to-ical): New.
450         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
451         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
453 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
455         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
456         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
457         Fix typos in docstrings and error messages.
458         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
460 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
462         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
463         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
464         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
466 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
468         * icalendar-testsuite.el
469         (icalendar-testsuite--run-function-tests):
470         Add icalendar-testsuite--test-parse-vtimezone.
471         (icalendar-testsuite--test-parse-vtimezone): New.
472         (icalendar-testsuite--do-test-cycle): Doc changes.
473         (icalendar-testsuite--run-real-world-tests): Remove trailing
474         whitespace -- see change of icalendar--add-diary-entry in
475         icalendar.el.
476         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
478 2009-09-30  Glenn Morris  <rgm@gnu.org>
480         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
482 2009-06-26  Eric Ludlam  <zappo@gnu.org>
484         * cedet/*: New unit tests, from CEDET repository.
486 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
488         * redisplay-testsuite.el: New file.
490 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
492         * Branch for 23.1.
494 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
496         * icalendar-testsuite.el
497         (icalendar-testsuite--run-function-tests):
498         Add icalendar-testsuite--test-diarytime-to-isotime.
499         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
500         recent icalendar fixes.
501         (icalendar-testsuite--test-diarytime-to-isotime): New.
502         (icalendar-testsuite--test-create-uid): Adjust to recent
503         icalendar changes.
505 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
507         * bytecomp-testsuite.el: New file.
509 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
511         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
512         Add `icalendar-testsuite--test-create-uid'.
513         (icalendar-testsuite--test-create-uid): New.
515 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
517         * newsticker-testsuite.el: New file.
519 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
521         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
522         Add icalendar-testsuite--test-datestring-to-isodate,
523         icalendar-testsuite--test-datetime-to-diary-date, and
524         icalendar-testsuite--test-calendar-style.
525         (icalendar-testsuite--test-format-ical-event):
526         (icalendar-testsuite--test-parse-summary-and-rest):
527         Doc fix.  Remove european-calendar-style.
528         (icalendar-testsuite--get-ical-event): Doc fix.
529         (icalendar-testsuite--test-first-weekday-of-year):
530         (icalendar-testsuite--run-cycle-tests): Add doc string.
531         (icalendar-testsuite--test-datestring-to-isodate):
532         (icalendar-testsuite--test-datetime-to-diary-date):
533         (icalendar-testsuite--test-calendar-style): New functions.
534         (icalendar-testsuite--test-export): Handle iso date style.
535         New arg INPUT-ISO.  Use calendar-date-style.
536         (icalendar-testsuite--test-import): Handle iso date style.
537         New arg EXPECTED-ISO.  Use calendar-date-style.
538         (icalendar-testsuite--test-cycle): Handle iso date style.
539         (icalendar-testsuite--run-import-tests):
540         (icalendar-testsuite--run-export-tests):
541         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
543 2008-02-29  Glenn Morris  <rgm@gnu.org>
545         * README: New file.
547 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
549         * icalendar-testsuite.el: New file.
551 ;; Local Variables:
552 ;; coding: utf-8
553 ;; End:
555   Copyright (C) 2008-2013 Free Software Foundation, Inc.
557   This file is part of GNU Emacs.
559   GNU Emacs is free software: you can redistribute it and/or modify
560   it under the terms of the GNU General Public License as published by
561   the Free Software Foundation, either version 3 of the License, or
562   (at your option) any later version.
564   GNU Emacs is distributed in the hope that it will be useful,
565   but WITHOUT ANY WARRANTY; without even the implied warranty of
566   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
567   GNU General Public License for more details.
569   You should have received a copy of the GNU General Public License
570   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.