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