Pass entire line of input to module completer
[emacs.git] / test / ChangeLog
blobf05c94152a3883850b6dedcbaff77faf59935a25
1 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
3         * automated/url-util-tests.el: New file to test
4         lisp/url/url-util.el.  Only `url-build-query-string' and
5         `url-parse-query-string' are tested right now (Bug#8706).
7 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * indent/shell.sh:
10         * indent/shell.rc: Ad some test cases.
12 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14         * indent/ruby.rb: New file, to test new syntax-propertize code.
16 2012-04-11  Glenn Morris  <rgm@gnu.org>
18         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
20 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
22         * automated/url-future-tests.el (url-future-tests): Move from
23         lisp/url/url-future.el and rename.
25 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
27         * automated/icalendar-tests.el (icalendar-import-non-recurring):
28         Fix broken test, caused by missing trailing blank.
30 2011-12-03  Chong Yidong  <cyd@gnu.org>
32         * automated/compile-tests.el (compile-tests--test-regexps-data):
33         Increase column numbers by one to reflect change in how
34         compilation-message is recorded (Bug#10172).
36 2011-11-22  Glenn Morris  <rgm@gnu.org>
38         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
40 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
42         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
44 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
46         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
47         (icalendar-tests--test-export, icalendar-tests--do-test-export):
48         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
50 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
52         * automated/newsticker-tests.el
53         (newsticker--group-manage-orphan-feeds): Remove fsetting of
54         newsticker--treeview-tree-update.
56 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
58         * automated/newsticker-tests.el
59         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
61         * trunk/test/automated/newsticker-tests.el
62         (newsticker--group-manage-orphan-feeds): Prevent updating
63         newsticker treeview. Fixed bug#9763.
65 2011-10-20  Glenn Morris  <rgm@gnu.org>
67         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
69         * automated/vc-bzr.el: New file.
71 2011-10-15  Glenn Morris  <rgm@gnu.org>
73         * automated/f90.el: New file.
75 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
77         * automated/newsticker-tests.el: Move newsticker-testsuite.el
78         to automated/newsticker-tests.el. Convert to ERT.
80 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
82         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
83         Removed, simply use string=.
84         (icalendar--diarytime-to-isotime)
85         (icalendar--datetime-to-diary-date)
86         (icalendar--datestring-to-isodate)
87         (icalendar--format-ical-event)
88         (icalendar--parse-summary-and-rest)
89         (icalendar-tests--do-test-import)
90         (icalendar-tests--do-test-cycle): Change argument order of
91         string= to EXPECTED ACTUAL.
92         (icalendar--import-format-sample)
93         (icalendar--format-ical-event)
94         (icalendar-import-non-recurring)
95         (icalendar-import-rrule)
96         (icalendar-import-duration)
97         (icalendar-import-bug-6766)
98         (icalendar-real-world): Adjust to string= instead of
99         icalendar-tests--compare-strings.
100         (icalendar-import-multiple-vcalendars): New.
102 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
104         * automated/gnus-tests.el: Add wrapper for Gnus tests.
105         Require CL.
107 2011-05-09  Juri Linkov  <juri@jurta.org>
109         * automated/occur-tests.el: Move from test/occur-testsuite.el.
110         Convert to ERT.
112 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
114         * automated/compile-tests.el: New file.
116 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
118         * automated/font-parse-tests.el: Don't byte-compile.
120         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
122 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * automated/lexbind-tests.el: New file.
126 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
128         * Version 23.3 released.
130 2011-03-05  Glenn Morris  <rgm@gnu.org>
132         * eshell.el: Move here from lisp/eshell/esh-test.el.
134 2011-03-03  Christian Ohler  <ohler@gnu.org>
136         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
137         New test.
139 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
141         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
142         convert to ERT format.
144 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
146         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
147         convert to ERT format.
149 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
151         * indent/shell.sh:
152         * indent/shell.rc: New files.
154 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
156         * automated/font-parse-tests.el: Move from
157         font-parse-testsuite.el.
159 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
161         * font-parse-testsuite.el (test-font-parse-data): New file.
163 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
165         * indent/prolog.prolog: Add tokenizing tests.
167 2011-01-13  Christian Ohler  <ohler@gnu.org>
169         * automated: New directory for automated tests.
171         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
173         * automated/Makefile.in: New file.
175 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
177         * indent/modula2.mod: New file.
179 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
181         * indent/octave.m: Add a test to ensure indentation is local.
183 2010-10-23  Glenn Morris  <rgm@gnu.org>
185         * comint-testsuite.el
186         (comint-testsuite--test-comint-password-prompt-regexp):
187         Add "Please enter the password".  (Bug#7224)
189 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
191         * indent/prolog.prolog: Use normal spacing around !.
193 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
195         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
197 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
199         * indent/octave.m: Remove some `fixindent' not needed any more.
201 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
203         * indent/octave.m: New file.
205 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
207         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
208         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
209         (icalendar-testsuite--run-internal-tests): New.
210         (icalendar-testsuite--test-convert-ordinary-to-ical)
211         (icalendar-testsuite--test-convert-block-to-ical)
212         (icalendar-testsuite--test-convert-anniversary-to-ical)
213         (icalendar-testsuite--test-parse-vtimezone)
214         (icalendar-testsuite--do-test-export): Code formatting.
215         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
216         (icalendar-testsuite--do-test-import)
217         (icalendar-testsuite--do-test-cycle):
218         Use icalendar-testsuite--compare-strings
219         (icalendar-testsuite--run-import-tests): Comment added.
220         (icalendar-testsuite--run-import-tests)
221         (icalendar-testsuite--run-real-world-tests): Fix expected results.
223 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
225         * redisplay-testsuite.el (test-redisplay-3): New test.
227 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
229         * comint-testsuite.el: New file.
231 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
233         * indent: New dir.
235 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
237         * Version 23.2 released.
239 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
241         * cedet/semantic-ia-utest.el
242         (semantic-symref-test-count-hits-in-tag): Add function, from
243         semantic-test.el.
245         * cedet/tests/test.cpp:
246         * cedet/tests/test.py:
247         * cedet/tests/teststruct.cpp:
248         * cedet/tests/testtemplates.cpp:
249         * cedet/tests/testusing.cpp:
250         * cedet/tests/scopetest.cpp:
251         * cedet/tests/scopetest.java: Files deleted.
253         * cedet/tests/test.make:
254         * cedet/tests/test.c:
255         * cedet/tests/testjavacomp.java:
256         * cedet/tests/testspp.c:
257         * cedet/tests/testsppreplace.c:
258         * cedet/tests/testsppreplaced.c:
259         * cedet/tests/testsubclass.cpp:
260         * cedet/tests/testsubclass.hh:
261         * cedet/tests/testtypedefs.cpp:
262         * cedet/tests/testvarnames.c:
263         * cedet/tests/test.el:
264         * cedet/tests/testdoublens.cpp:
265         * cedet/tests/testdoublens.hpp: Add copyright header.
267         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
268         Remove reference to deleted files.
270 2010-03-30  Juri Linkov  <juri@jurta.org>
272         * occur-testsuite.el (occur-tests): Add tests for context lines.
274 2010-03-23  Juri Linkov  <juri@jurta.org>
276         * occur-testsuite.el: New file.
278 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
280         * Branch for 23.2.
282 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
284         * icalendar-testsuite.el
285         (icalendar-testsuite--run-function-tests): Add new tests.
286         (icalendar-testsuite--test-diarytime-to-isotime): Add another
287         testcase.
288         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
289         (icalendar-testsuite--test-convert-weekly-to-ical): New.
290         (icalendar-testsuite--test-convert-yearly-to-ical): New.
291         (icalendar-testsuite--test-convert-block-to-ical): New.
292         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
293         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
295 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
297         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
298         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
299         Fix typos in docstrings and error messages.
300         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
302 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
304         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
305         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
306         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
308 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
310         * icalendar-testsuite.el
311         (icalendar-testsuite--run-function-tests): Add
312         icalendar-testsuite--test-parse-vtimezone.
313         (icalendar-testsuite--test-parse-vtimezone): New.
314         (icalendar-testsuite--do-test-cycle): Doc changes.
315         (icalendar-testsuite--run-real-world-tests): Remove trailing
316         whitespace -- see change of icalendar--add-diary-entry in
317         icalendar.el.
318         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
320 2009-09-30  Glenn Morris  <rgm@gnu.org>
322         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
324 2009-06-26  Eric Ludlam  <zappo@gnu.org>
326         * cedet/*: New unit tests, from CEDET repository.
328 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
330         * redisplay-testsuite.el: New file.
332 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
334         * Branch for 23.1.
336 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
338         * icalendar-testsuite.el
339         (icalendar-testsuite--run-function-tests):
340         Add icalendar-testsuite--test-diarytime-to-isotime.
341         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
342         recent icalendar fixes.
343         (icalendar-testsuite--test-diarytime-to-isotime): New.
344         (icalendar-testsuite--test-create-uid): Adjust to recent
345         icalendar changes.
347 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
349         * bytecomp-testsuite.el: New file.
351 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
353         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
354         Added `icalendar-testsuite--test-create-uid'.
355         (icalendar-testsuite--test-create-uid): New.
357 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
359         * newsticker-testsuite.el: New file.
361 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
363         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
364         Add icalendar-testsuite--test-datestring-to-isodate,
365         icalendar-testsuite--test-datetime-to-diary-date, and
366         icalendar-testsuite--test-calendar-style.
367         (icalendar-testsuite--test-format-ical-event):
368         (icalendar-testsuite--test-parse-summary-and-rest):
369         Doc fix.  Remove european-calendar-style.
370         (icalendar-testsuite--get-ical-event): Doc fix.
371         (icalendar-testsuite--test-first-weekday-of-year):
372         (icalendar-testsuite--run-cycle-tests): Add doc string.
373         (icalendar-testsuite--test-datestring-to-isodate):
374         (icalendar-testsuite--test-datetime-to-diary-date):
375         (icalendar-testsuite--test-calendar-style): New functions.
376         (icalendar-testsuite--test-export): Handle iso date style.
377         New arg INPUT-ISO.  Use calendar-date-style.
378         (icalendar-testsuite--test-import): Handle iso date style.
379         New arg EXPECTED-ISO.  Use calendar-date-style.
380         (icalendar-testsuite--test-cycle): Handle iso date style.
381         (icalendar-testsuite--run-import-tests):
382         (icalendar-testsuite--run-export-tests):
383         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
385 2008-02-29  Glenn Morris  <rgm@gnu.org>
387         * README: New file.
389 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
391         * icalendar-testsuite.el: New file.
393 ;; Local Variables:
394 ;; coding: utf-8
395 ;; End:
397   Copyright (C) 2008-2012  Free Software Foundation, Inc.
399   This file is part of GNU Emacs.
401   GNU Emacs is free software: you can redistribute it and/or modify
402   it under the terms of the GNU General Public License as published by
403   the Free Software Foundation, either version 3 of the License, or
404   (at your option) any later version.
406   GNU Emacs is distributed in the hope that it will be useful,
407   but WITHOUT ANY WARRANTY; without even the implied warranty of
408   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
409   GNU General Public License for more details.
411   You should have received a copy of the GNU General Public License
412   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.