Enhancements to indentation.
[emacs.git] / test / ChangeLog
bloba7e22aa9ae1256ee18a924d7bb21330bec27d4e6
1 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
3         * automated/ruby-mode-tests.el:
4         (ruby-toggle-block-to-multiline): New test.
5         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
6         (ruby-toggle-block-to-brace): Use buffer-string.
8 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
10         * automated/ruby-mode-tests.el: New tests (Bug#11613).
12 2012-08-28  Chong Yidong  <cyd@gnu.org>
14         * automated/files.el: Test every combination of values for
15         enable-local-variables and enable-local-eval.
17 2012-08-19  Chong Yidong  <cyd@gnu.org>
19         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
21 2012-08-18  Chong Yidong  <cyd@gnu.org>
23         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
25 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
27         * indent/ruby.rb: Rearrange examples, add new ones.
29 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
31         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
32         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
34 2012-08-11  Glenn Morris  <rgm@gnu.org>
36         * automated/files.el: New file.
38         * automated/Makefile.in (all): Fix typo.
40 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
42         * automated/ruby-mode-tests.el (ruby-should-indent):
43         Add docstring, check (current-indentation) instead of (current-column).
44         (ruby-should-indent-buffer): New function.
45         Add tests for `ruby-deep-indent-paren' behavior.
46         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
48 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
50         Original tests in test_ruby_mode.rb in upstream (author).
52 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
54         * automated/ruby-mode-tests.el (ruby-should-indent)
55         (ruby-assert-state): New functions.
56         Add new tests.
58 2012-07-29  David Engster  <deng@randomsample.de>
60         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
61         New variable to hold test data for name expansion.
62         (xml-parse-tests): Test the two different types of name expansion.
64 2012-07-29  Juri Linkov  <juri@jurta.org>
66         * automated/occur-tests.el (occur-test-case): Use predefined
67         buffer name " *test-occur*" instead of a random buffer name.
69 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
71         * automated/ruby-mode-tests.el: New file with one test.
73 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * indent/shell.sh: Add test case for ${#VAR}.
77         * indent/latex-mode.tex: New file.
79 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
81         * eshell.el: Use cl-lib.
83 2012-07-03  Chong Yidong  <cyd@gnu.org>
85         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
87 2012-07-02  Chong Yidong  <cyd@gnu.org>
89         * automated/xml-parse-tests.el (xml-parse-tests--data):
90         More testcases.
92 2012-07-01  Chong Yidong  <cyd@gnu.org>
94         * automated/xml-parse-tests.el: New file.
96 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
98         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
99         Use cl-flet.
101 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
103         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
104         Test escaped commas in TZID (Bug#11473).
105         (icalendar-import-with-timezone): New.
106         (icalendar-real-world): Add new testcase as given in the bugreport
107         of Bug#11473.
109 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
111         * automated/icalendar-tests.el (icalendar-tests--test-import):
112         Include UID in import tests (Bug#11525).
113         (icalendar-import-non-recurring, icalendar-import-rrule)
114         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
115         UID-import change.
116         (icalendar-import-with-uid): New.
117         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
118         Include UID in cycle tests.
119         (icalendar-cycle, icalendar-real-world): UID-import change.
121 2012-05-21  Glenn Morris  <rgm@gnu.org>
123         * automated/Makefile.in (setwins): Scrap superfluous subshell.
125 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
127         * automated/url-util-tests.el: New file to test
128         lisp/url/url-util.el.  Only `url-build-query-string' and
129         `url-parse-query-string' are tested right now (Bug#8706).
131 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * indent/shell.sh:
134         * indent/shell.rc: Ad some test cases.
136 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
138         * indent/ruby.rb: New file, to test new syntax-propertize code.
140 2012-04-11  Glenn Morris  <rgm@gnu.org>
142         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
144 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
146         * automated/url-future-tests.el (url-future-tests): Move from
147         lisp/url/url-future.el and rename.
149 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
151         * automated/icalendar-tests.el (icalendar-import-non-recurring):
152         Fix broken test, caused by missing trailing blank.
154 2011-12-03  Chong Yidong  <cyd@gnu.org>
156         * automated/compile-tests.el (compile-tests--test-regexps-data):
157         Increase column numbers by one to reflect change in how
158         compilation-message is recorded (Bug#10172).
160 2011-11-22  Glenn Morris  <rgm@gnu.org>
162         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
164 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
166         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
168 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
170         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
171         (icalendar-tests--test-export, icalendar-tests--do-test-export):
172         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
174 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
176         * automated/newsticker-tests.el
177         (newsticker--group-manage-orphan-feeds): Remove fsetting of
178         newsticker--treeview-tree-update.
180 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
182         * automated/newsticker-tests.el
183         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
185         * trunk/test/automated/newsticker-tests.el
186         (newsticker--group-manage-orphan-feeds): Prevent updating
187         newsticker treeview. Fixed bug#9763.
189 2011-10-20  Glenn Morris  <rgm@gnu.org>
191         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
193         * automated/vc-bzr.el: New file.
195 2011-10-15  Glenn Morris  <rgm@gnu.org>
197         * automated/f90.el: New file.
199 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
201         * automated/newsticker-tests.el: Move newsticker-testsuite.el
202         to automated/newsticker-tests.el. Convert to ERT.
204 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
206         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
207         Removed, simply use string=.
208         (icalendar--diarytime-to-isotime)
209         (icalendar--datetime-to-diary-date)
210         (icalendar--datestring-to-isodate)
211         (icalendar--format-ical-event)
212         (icalendar--parse-summary-and-rest)
213         (icalendar-tests--do-test-import)
214         (icalendar-tests--do-test-cycle): Change argument order of
215         string= to EXPECTED ACTUAL.
216         (icalendar--import-format-sample)
217         (icalendar--format-ical-event)
218         (icalendar-import-non-recurring)
219         (icalendar-import-rrule)
220         (icalendar-import-duration)
221         (icalendar-import-bug-6766)
222         (icalendar-real-world): Adjust to string= instead of
223         icalendar-tests--compare-strings.
224         (icalendar-import-multiple-vcalendars): New.
226 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
228         * automated/gnus-tests.el: Add wrapper for Gnus tests.
229         Require CL.
231 2011-05-09  Juri Linkov  <juri@jurta.org>
233         * automated/occur-tests.el: Move from test/occur-testsuite.el.
234         Convert to ERT.
236 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
238         * automated/compile-tests.el: New file.
240 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
242         * automated/font-parse-tests.el: Don't byte-compile.
244         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
246 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
248         * automated/lexbind-tests.el: New file.
250 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
252         * Version 23.3 released.
254 2011-03-05  Glenn Morris  <rgm@gnu.org>
256         * eshell.el: Move here from lisp/eshell/esh-test.el.
258 2011-03-03  Christian Ohler  <ohler@gnu.org>
260         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
261         New test.
263 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
265         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
266         convert to ERT format.
268 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
270         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
271         convert to ERT format.
273 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
275         * indent/shell.sh:
276         * indent/shell.rc: New files.
278 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
280         * automated/font-parse-tests.el: Move from
281         font-parse-testsuite.el.
283 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
285         * font-parse-testsuite.el (test-font-parse-data): New file.
287 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
289         * indent/prolog.prolog: Add tokenizing tests.
291 2011-01-13  Christian Ohler  <ohler@gnu.org>
293         * automated: New directory for automated tests.
295         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
297         * automated/Makefile.in: New file.
299 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
301         * indent/modula2.mod: New file.
303 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
305         * indent/octave.m: Add a test to ensure indentation is local.
307 2010-10-23  Glenn Morris  <rgm@gnu.org>
309         * comint-testsuite.el
310         (comint-testsuite--test-comint-password-prompt-regexp):
311         Add "Please enter the password".  (Bug#7224)
313 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
315         * indent/prolog.prolog: Use normal spacing around !.
317 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
319         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
321 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
323         * indent/octave.m: Remove some `fixindent' not needed any more.
325 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
327         * indent/octave.m: New file.
329 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
331         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
332         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
333         (icalendar-testsuite--run-internal-tests): New.
334         (icalendar-testsuite--test-convert-ordinary-to-ical)
335         (icalendar-testsuite--test-convert-block-to-ical)
336         (icalendar-testsuite--test-convert-anniversary-to-ical)
337         (icalendar-testsuite--test-parse-vtimezone)
338         (icalendar-testsuite--do-test-export): Code formatting.
339         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
340         (icalendar-testsuite--do-test-import)
341         (icalendar-testsuite--do-test-cycle):
342         Use icalendar-testsuite--compare-strings
343         (icalendar-testsuite--run-import-tests): Comment added.
344         (icalendar-testsuite--run-import-tests)
345         (icalendar-testsuite--run-real-world-tests): Fix expected results.
347 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
349         * redisplay-testsuite.el (test-redisplay-3): New test.
351 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
353         * comint-testsuite.el: New file.
355 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
357         * indent: New dir.
359 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
361         * Version 23.2 released.
363 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
365         * cedet/semantic-ia-utest.el
366         (semantic-symref-test-count-hits-in-tag): Add function, from
367         semantic-test.el.
369         * cedet/tests/test.cpp:
370         * cedet/tests/test.py:
371         * cedet/tests/teststruct.cpp:
372         * cedet/tests/testtemplates.cpp:
373         * cedet/tests/testusing.cpp:
374         * cedet/tests/scopetest.cpp:
375         * cedet/tests/scopetest.java: Files deleted.
377         * cedet/tests/test.make:
378         * cedet/tests/test.c:
379         * cedet/tests/testjavacomp.java:
380         * cedet/tests/testspp.c:
381         * cedet/tests/testsppreplace.c:
382         * cedet/tests/testsppreplaced.c:
383         * cedet/tests/testsubclass.cpp:
384         * cedet/tests/testsubclass.hh:
385         * cedet/tests/testtypedefs.cpp:
386         * cedet/tests/testvarnames.c:
387         * cedet/tests/test.el:
388         * cedet/tests/testdoublens.cpp:
389         * cedet/tests/testdoublens.hpp: Add copyright header.
391         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
392         Remove reference to deleted files.
394 2010-03-30  Juri Linkov  <juri@jurta.org>
396         * occur-testsuite.el (occur-tests): Add tests for context lines.
398 2010-03-23  Juri Linkov  <juri@jurta.org>
400         * occur-testsuite.el: New file.
402 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
404         * Branch for 23.2.
406 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
408         * icalendar-testsuite.el
409         (icalendar-testsuite--run-function-tests): Add new tests.
410         (icalendar-testsuite--test-diarytime-to-isotime): Add another
411         testcase.
412         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
413         (icalendar-testsuite--test-convert-weekly-to-ical): New.
414         (icalendar-testsuite--test-convert-yearly-to-ical): New.
415         (icalendar-testsuite--test-convert-block-to-ical): New.
416         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
417         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
419 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
421         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
422         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
423         Fix typos in docstrings and error messages.
424         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
426 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
428         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
429         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
430         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
432 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
434         * icalendar-testsuite.el
435         (icalendar-testsuite--run-function-tests):
436         Add icalendar-testsuite--test-parse-vtimezone.
437         (icalendar-testsuite--test-parse-vtimezone): New.
438         (icalendar-testsuite--do-test-cycle): Doc changes.
439         (icalendar-testsuite--run-real-world-tests): Remove trailing
440         whitespace -- see change of icalendar--add-diary-entry in
441         icalendar.el.
442         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
444 2009-09-30  Glenn Morris  <rgm@gnu.org>
446         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
448 2009-06-26  Eric Ludlam  <zappo@gnu.org>
450         * cedet/*: New unit tests, from CEDET repository.
452 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
454         * redisplay-testsuite.el: New file.
456 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
458         * Branch for 23.1.
460 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
462         * icalendar-testsuite.el
463         (icalendar-testsuite--run-function-tests):
464         Add icalendar-testsuite--test-diarytime-to-isotime.
465         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
466         recent icalendar fixes.
467         (icalendar-testsuite--test-diarytime-to-isotime): New.
468         (icalendar-testsuite--test-create-uid): Adjust to recent
469         icalendar changes.
471 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
473         * bytecomp-testsuite.el: New file.
475 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
477         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
478         Add `icalendar-testsuite--test-create-uid'.
479         (icalendar-testsuite--test-create-uid): New.
481 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
483         * newsticker-testsuite.el: New file.
485 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
487         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
488         Add icalendar-testsuite--test-datestring-to-isodate,
489         icalendar-testsuite--test-datetime-to-diary-date, and
490         icalendar-testsuite--test-calendar-style.
491         (icalendar-testsuite--test-format-ical-event):
492         (icalendar-testsuite--test-parse-summary-and-rest):
493         Doc fix.  Remove european-calendar-style.
494         (icalendar-testsuite--get-ical-event): Doc fix.
495         (icalendar-testsuite--test-first-weekday-of-year):
496         (icalendar-testsuite--run-cycle-tests): Add doc string.
497         (icalendar-testsuite--test-datestring-to-isodate):
498         (icalendar-testsuite--test-datetime-to-diary-date):
499         (icalendar-testsuite--test-calendar-style): New functions.
500         (icalendar-testsuite--test-export): Handle iso date style.
501         New arg INPUT-ISO.  Use calendar-date-style.
502         (icalendar-testsuite--test-import): Handle iso date style.
503         New arg EXPECTED-ISO.  Use calendar-date-style.
504         (icalendar-testsuite--test-cycle): Handle iso date style.
505         (icalendar-testsuite--run-import-tests):
506         (icalendar-testsuite--run-export-tests):
507         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
509 2008-02-29  Glenn Morris  <rgm@gnu.org>
511         * README: New file.
513 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
515         * icalendar-testsuite.el: New file.
517 ;; Local Variables:
518 ;; coding: utf-8
519 ;; End:
521   Copyright (C) 2008-2012  Free Software Foundation, Inc.
523   This file is part of GNU Emacs.
525   GNU Emacs is free software: you can redistribute it and/or modify
526   it under the terms of the GNU General Public License as published by
527   the Free Software Foundation, either version 3 of the License, or
528   (at your option) any later version.
530   GNU Emacs is distributed in the hope that it will be useful,
531   but WITHOUT ANY WARRANTY; without even the implied warranty of
532   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
533   GNU General Public License for more details.
535   You should have received a copy of the GNU General Public License
536   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.