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