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