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