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