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