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