* test/automated/package-x-test.el: Change the commentary.
[bpt/emacs.git] / test / ChangeLog
1 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
2
3 * automated/package-x-test.el: Change the commentary.
4
5 2013-06-27 Daniel Hackney <dan@haxney.org>
6
7 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
8
9 * automated/package-x-test.el: New file.
10
11 * automated/package-test.el: New file.
12
13 * automated/data/package: New directory, with test examples.
14
15 2013-06-27 Glenn Morris <rgm@gnu.org>
16
17 * automated/python-tests.el (python-tests-with-temp-file):
18 Clean up after ourself.
19
20 * automated/undo-tests.el (undo-test3): Remove test that seems to
21 do nothing that the previous one doesn't, except leave a tempfile.
22
23 2013-06-26 Glenn Morris <rgm@gnu.org>
24
25 * automated/info-xref.el: New file.
26
27 2013-06-25 Glenn Morris <rgm@gnu.org>
28
29 * automated/occur-tests.el (occur-test-create): New function.
30 Use it to create separate tests for each element, so we run them
31 all rather than stopping at the first error.
32
33 2013-06-24 Glenn Morris <rgm@fencepost.gnu.org>
34
35 * automated/occur-tests.el (occur-tests):
36 Update for 2013-05-29 change to occur header line.
37
38 2013-06-21 Eduard Wiebe <usenet@pusto.de>
39
40 Test suite for flymake.
41 * automated/flymake-tests.el:
42 * automated/flymake/warnpred/Makefile
43 * automated/flymake/warnpred/test.c
44 * automated/flymake/warnpred/test.pl: New files.
45
46 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
47
48 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
49
50 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
51
52 * automated/reftex-tests.el: New test suite for reftex.
53
54 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
55
56 * automated/ruby-mode-tests.el: New tests, for percent literals
57 and expression expansion.
58
59 2013-05-29 Leo Liu <sdl.web@gmail.com>
60
61 * indent/octave.m: Tweak.
62
63 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
64
65 * tests/eshell.el: Rewrite tests using ERT.
66
67 2013-05-25 Leo Liu <sdl.web@gmail.com>
68
69 * indent/octave.m: Add tests for %!, # and ### comments.
70
71 2013-05-23 Kenichi Handa <handa@gnu.org>
72
73 * automated/decoder-tests.el: New file.
74
75 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
76
77 * indent/ruby.rb: Add multiline regexp example.
78
79 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
80 (ruby-regexp-skips-over-interpolation)
81 (ruby-regexp-continues-till-end-when-unclosed)
82 (ruby-regexp-can-be-multiline)
83 (ruby-interpolation-inside-percent-literal): New tests.
84
85 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * indent/ruby.rb: Fix indentation after =; add more cases.
88
89 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * indent/pascal.pas: Add test for mis-identified comments.
92
93 2013-04-01 Masatake YAMATO <yamato@redhat.com>
94
95 * automated/imenu-tests.el: New file. (Bug#14112)
96
97 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
98
99 * automated/python-tests.el (python-imenu-prev-index-position-1):
100 Remove test.
101 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
102 New tests.
103
104 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
105
106 * automated/python-tests.el (python-nav-backward-defun-2)
107 (python-nav-backward-defun-3, python-nav-forward-defun-2)
108 (python-nav-forward-defun-3): New tests.
109
110 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
111
112 * automated/python-tests.el (python-nav-backward-defun-1)
113 (python-nav-forward-defun-1): New tests.
114
115 2013-04-09 Masatake YAMATO <yamato@redhat.com>
116
117 * automated/add-log-tests.el: New file. (Bug#14112)
118
119 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
120
121 * automated/python-tests.el (python-indent-block-enders): New test.
122 (python-info-current-defun-2): Fix test.
123
124 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
125
126 * indent/octave.m: Fix encoding error in comment. Add coding tag.
127
128 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
129
130 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
131 (python-tests-with-temp-file): New macro.
132 (python-tests-shell-interpreter): New var.
133 (python-shell-get-process-name-1)
134 (python-shell-internal-get-process-name-1)
135 (python-shell-parse-command-1)
136 (python-shell-calculate-process-environment-1)
137 (python-shell-calculate-process-environment-2)
138 (python-shell-calculate-process-environment-3)
139 (python-shell-calculate-exec-path-1)
140 (python-shell-calculate-exec-path-2)
141 (python-shell-make-comint-1)
142 (python-shell-make-comint-2)
143 (python-shell-get-process-1)
144 (python-shell-get-or-create-process-1)
145 (python-shell-internal-get-or-create-process-1): New tests.
146
147 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
148
149 * automated/python-tests.el: New file.
150
151 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
152
153 * automated/ruby-mode-tests.el
154 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
155 bits inside the examples.
156 (ruby-move-to-block-skips-heredoc): New test.
157 (ruby-add-log-current-method-after-inner-class):
158 Lower expectations: move point inside a method, initially.
159
160 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
161
162 * automated/ruby-mode-tests.el
163 (ruby-move-to-block-skips-percent-literal): New test.
164
165 2013-02-04 Chong Yidong <cyd@gnu.org>
166
167 * automated/thingatpt.el: New file.
168
169 2013-02-03 Chong Yidong <cyd@gnu.org>
170
171 * automated/files.el (file-test--do-local-variables-test):
172 Avoid compilation warning message.
173
174 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
175
176 * automated/ruby-mode-tests.el
177 (ruby-indent-spread-args-in-parens): New test.
178 * automated/ruby-mode-tests.el (ruby-block-test-example):
179 Break indentation of the do block opener and add a line inside it.
180 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
181 Adjust line numbers.
182
183 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
186
187 2013-01-14 Glenn Morris <rgm@gnu.org>
188
189 * automated/compile-tests.el (compile-tests--test-regexps-data):
190 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
191
192 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
193
194 * automated/man-tests.el: New file.
195
196 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
197
198 * automated/undo-tests.el (undo-test0): Adjust error to code change.
199
200 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
201
202 * automated/undo-tests.el: New file.
203
204 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
205
206 * automated/ruby-mode-tests.el
207 (ruby-indent-after-block-in-continued-expression): New test.
208
209 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
210
211 * automated/ruby-mode-tests.el
212 Rename one interpolation test; add three more.
213 (ruby-with-temp-buffer): New macro, use it where appropriate.
214 (ruby-add-log-current-method-examples): Use "_" for target point.
215 Add four new tests for ruby-add-log-current-method.
216
217 2012-12-11 Glenn Morris <rgm@gnu.org>
218
219 * automated/f90.el (f90-test-bug13138): New test.
220
221 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
222
223 * automated/inotify-test.el: New test.
224
225 2012-12-02 Chong Yidong <cyd@gnu.org>
226
227 * automated/ruby-mode-tests.el
228 (ruby-add-log-current-method-examples): Don't use loop macro, to
229 allow automated testing to work.
230
231 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * automated/advice-tests.el (advice-tests--data): Remove.
234 (advice-tests): Move the tests directly here instead.
235 Add called-interactively-p tests.
236
237 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * automated/ert-x-tests.el: Use cl-lib.
240 * automated/ert-tests.el: Use lexical-binding and cl-lib.
241
242 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
243
244 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
245 (ruby-indent-inside-heredoc-after-operator)
246 (ruby-indent-inside-heredoc-after-space): New tests.
247 Change direct font-lock face references to var references.
248 (ruby-interpolation-suppresses-syntax-inside): New test.
249 (ruby-interpolation-inside-percent-literal-with-paren):
250 New failing test.
251
252 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
253
254 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
255 (ruby-singleton-class-no-heredoc-font-lock)
256 (ruby-add-log-current-method-examples): New tests.
257 (ruby-test-string): Extract from ruby-should-indent-buffer.
258 (ruby-deftest-move-to-block): New macro.
259 Add several move-to-block tests.
260
261 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * automated/advice-tests.el: New tests.
264
265 2012-10-14 Eli Zaretskii <eliz@gnu.org>
266
267 * automated/compile-tests.el (compile-tests--test-regexps-data):
268 Add new data for msft's new format.
269
270 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
271
272 * automated/ruby-mode-tests.el:
273 (ruby-toggle-block-to-multiline): New test.
274 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
275 (ruby-toggle-block-to-brace): Use buffer-string.
276
277 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
278
279 * automated/ruby-mode-tests.el: New tests (Bug#11613).
280
281 2012-08-28 Chong Yidong <cyd@gnu.org>
282
283 * automated/files.el: Test every combination of values for
284 enable-local-variables and enable-local-eval.
285
286 2012-08-19 Chong Yidong <cyd@gnu.org>
287
288 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
289
290 2012-08-18 Chong Yidong <cyd@gnu.org>
291
292 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
293
294 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
295
296 * indent/ruby.rb: Rearrange examples, add new ones.
297
298 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
299
300 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
301 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
302
303 2012-08-11 Glenn Morris <rgm@gnu.org>
304
305 * automated/files.el: New file.
306
307 * automated/Makefile.in (all): Fix typo.
308
309 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
310
311 * automated/ruby-mode-tests.el (ruby-should-indent):
312 Add docstring, check (current-indentation) instead of (current-column).
313 (ruby-should-indent-buffer): New function.
314 Add tests for `ruby-deep-indent-paren' behavior.
315 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
316
317 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
318
319 Original tests in test_ruby_mode.rb in upstream (author).
320
321 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
322
323 * automated/ruby-mode-tests.el (ruby-should-indent)
324 (ruby-assert-state): New functions.
325 Add new tests.
326
327 2012-07-29 David Engster <deng@randomsample.de>
328
329 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
330 New variable to hold test data for name expansion.
331 (xml-parse-tests): Test the two different types of name expansion.
332
333 2012-07-29 Juri Linkov <juri@jurta.org>
334
335 * automated/occur-tests.el (occur-test-case): Use predefined
336 buffer name " *test-occur*" instead of a random buffer name.
337
338 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
339
340 * automated/ruby-mode-tests.el: New file with one test.
341
342 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * indent/shell.sh: Add test case for ${#VAR}.
345
346 * indent/latex-mode.tex: New file.
347
348 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * eshell.el: Use cl-lib.
351
352 2012-07-03 Chong Yidong <cyd@gnu.org>
353
354 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
355
356 2012-07-02 Chong Yidong <cyd@gnu.org>
357
358 * automated/xml-parse-tests.el (xml-parse-tests--data):
359 More testcases.
360
361 2012-07-01 Chong Yidong <cyd@gnu.org>
362
363 * automated/xml-parse-tests.el: New file.
364
365 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
368 Use cl-flet.
369
370 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
371
372 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
373 Test escaped commas in TZID (Bug#11473).
374 (icalendar-import-with-timezone): New.
375 (icalendar-real-world): Add new testcase as given in the bugreport
376 of Bug#11473.
377
378 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
379
380 * automated/icalendar-tests.el (icalendar-tests--test-import):
381 Include UID in import tests (Bug#11525).
382 (icalendar-import-non-recurring, icalendar-import-rrule)
383 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
384 UID-import change.
385 (icalendar-import-with-uid): New.
386 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
387 Include UID in cycle tests.
388 (icalendar-cycle, icalendar-real-world): UID-import change.
389
390 2012-05-21 Glenn Morris <rgm@gnu.org>
391
392 * automated/Makefile.in (setwins): Scrap superfluous subshell.
393
394 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
395
396 * automated/url-util-tests.el: New file to test
397 lisp/url/url-util.el. Only `url-build-query-string' and
398 `url-parse-query-string' are tested right now (Bug#8706).
399
400 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * indent/shell.sh:
403 * indent/shell.rc: Ad some test cases.
404
405 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * indent/ruby.rb: New file, to test new syntax-propertize code.
408
409 2012-04-11 Glenn Morris <rgm@gnu.org>
410
411 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
412
413 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
414
415 * automated/url-future-tests.el (url-future-tests): Move from
416 lisp/url/url-future.el and rename.
417
418 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
419
420 * automated/icalendar-tests.el (icalendar-import-non-recurring):
421 Fix broken test, caused by missing trailing blank.
422
423 2011-12-03 Chong Yidong <cyd@gnu.org>
424
425 * automated/compile-tests.el (compile-tests--test-regexps-data):
426 Increase column numbers by one to reflect change in how
427 compilation-message is recorded (Bug#10172).
428
429 2011-11-22 Glenn Morris <rgm@gnu.org>
430
431 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
432
433 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
434
435 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
436
437 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
438
439 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
440 (icalendar-tests--test-export, icalendar-tests--do-test-export):
441 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
442
443 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
444
445 * automated/newsticker-tests.el
446 (newsticker--group-manage-orphan-feeds): Remove fsetting of
447 newsticker--treeview-tree-update.
448
449 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
450
451 * automated/newsticker-tests.el
452 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
453
454 * trunk/test/automated/newsticker-tests.el
455 (newsticker--group-manage-orphan-feeds): Prevent updating
456 newsticker treeview. Fixed bug#9763.
457
458 2011-10-20 Glenn Morris <rgm@gnu.org>
459
460 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
461
462 * automated/vc-bzr.el: New file.
463
464 2011-10-15 Glenn Morris <rgm@gnu.org>
465
466 * automated/f90.el: New file.
467
468 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
469
470 * automated/newsticker-tests.el: Move newsticker-testsuite.el
471 to automated/newsticker-tests.el. Convert to ERT.
472
473 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
474
475 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
476 Remove, simply use string=.
477 (icalendar--diarytime-to-isotime)
478 (icalendar--datetime-to-diary-date)
479 (icalendar--datestring-to-isodate)
480 (icalendar--format-ical-event)
481 (icalendar--parse-summary-and-rest)
482 (icalendar-tests--do-test-import)
483 (icalendar-tests--do-test-cycle): Change argument order of
484 string= to EXPECTED ACTUAL.
485 (icalendar--import-format-sample)
486 (icalendar--format-ical-event)
487 (icalendar-import-non-recurring)
488 (icalendar-import-rrule)
489 (icalendar-import-duration)
490 (icalendar-import-bug-6766)
491 (icalendar-real-world): Adjust to string= instead of
492 icalendar-tests--compare-strings.
493 (icalendar-import-multiple-vcalendars): New.
494
495 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
496
497 * automated/gnus-tests.el: Add wrapper for Gnus tests.
498 Require CL.
499
500 2011-05-09 Juri Linkov <juri@jurta.org>
501
502 * automated/occur-tests.el: Move from test/occur-testsuite.el.
503 Convert to ERT.
504
505 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
506
507 * automated/compile-tests.el: New file.
508
509 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
510
511 * automated/font-parse-tests.el: Don't byte-compile.
512
513 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
514
515 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
516
517 * automated/lexbind-tests.el: New file.
518
519 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
520
521 * Version 23.3 released.
522
523 2011-03-05 Glenn Morris <rgm@gnu.org>
524
525 * eshell.el: Move here from lisp/eshell/esh-test.el.
526
527 2011-03-03 Christian Ohler <ohler@gnu.org>
528
529 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
530 New test.
531
532 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
533
534 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
535 convert to ERT format.
536
537 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
538
539 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
540 convert to ERT format.
541
542 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * indent/shell.sh:
545 * indent/shell.rc: New files.
546
547 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
548
549 * automated/font-parse-tests.el: Move from
550 font-parse-testsuite.el.
551
552 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
553
554 * font-parse-testsuite.el (test-font-parse-data): New file.
555
556 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * indent/prolog.prolog: Add tokenizing tests.
559
560 2011-01-13 Christian Ohler <ohler@gnu.org>
561
562 * automated: New directory for automated tests.
563
564 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
565
566 * automated/Makefile.in: New file.
567
568 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * indent/modula2.mod: New file.
571
572 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * indent/octave.m: Add a test to ensure indentation is local.
575
576 2010-10-23 Glenn Morris <rgm@gnu.org>
577
578 * comint-testsuite.el
579 (comint-testsuite--test-comint-password-prompt-regexp):
580 Add "Please enter the password". (Bug#7224)
581
582 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * indent/prolog.prolog: Use normal spacing around !.
585
586 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
587
588 * indent/octave.m: Remove one more `fixindent'. Use `end'.
589
590 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * indent/octave.m: Remove some `fixindent' not needed any more.
593
594 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
595
596 * indent/octave.m: New file.
597
598 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
599
600 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
601 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
602 (icalendar-testsuite--run-internal-tests): New.
603 (icalendar-testsuite--test-convert-ordinary-to-ical)
604 (icalendar-testsuite--test-convert-block-to-ical)
605 (icalendar-testsuite--test-convert-anniversary-to-ical)
606 (icalendar-testsuite--test-parse-vtimezone)
607 (icalendar-testsuite--do-test-export): Code formatting.
608 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
609 (icalendar-testsuite--do-test-import)
610 (icalendar-testsuite--do-test-cycle):
611 Use icalendar-testsuite--compare-strings
612 (icalendar-testsuite--run-import-tests): Comment added.
613 (icalendar-testsuite--run-import-tests)
614 (icalendar-testsuite--run-real-world-tests): Fix expected results.
615
616 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
617
618 * redisplay-testsuite.el (test-redisplay-3): New test.
619
620 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
621
622 * comint-testsuite.el: New file.
623
624 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 * indent: New dir.
627
628 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
629
630 * Version 23.2 released.
631
632 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
633
634 * cedet/semantic-ia-utest.el
635 (semantic-symref-test-count-hits-in-tag): Add function, from
636 semantic-test.el.
637
638 * cedet/tests/test.cpp:
639 * cedet/tests/test.py:
640 * cedet/tests/teststruct.cpp:
641 * cedet/tests/testtemplates.cpp:
642 * cedet/tests/testusing.cpp:
643 * cedet/tests/scopetest.cpp:
644 * cedet/tests/scopetest.java: Files deleted.
645
646 * cedet/tests/test.make:
647 * cedet/tests/test.c:
648 * cedet/tests/testjavacomp.java:
649 * cedet/tests/testspp.c:
650 * cedet/tests/testsppreplace.c:
651 * cedet/tests/testsppreplaced.c:
652 * cedet/tests/testsubclass.cpp:
653 * cedet/tests/testsubclass.hh:
654 * cedet/tests/testtypedefs.cpp:
655 * cedet/tests/testvarnames.c:
656 * cedet/tests/test.el:
657 * cedet/tests/testdoublens.cpp:
658 * cedet/tests/testdoublens.hpp: Add copyright header.
659
660 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
661 Remove reference to deleted files.
662
663 2010-03-30 Juri Linkov <juri@jurta.org>
664
665 * occur-testsuite.el (occur-tests): Add tests for context lines.
666
667 2010-03-23 Juri Linkov <juri@jurta.org>
668
669 * occur-testsuite.el: New file.
670
671 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
672
673 * Branch for 23.2.
674
675 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
676
677 * icalendar-testsuite.el
678 (icalendar-testsuite--run-function-tests): Add new tests.
679 (icalendar-testsuite--test-diarytime-to-isotime): Add another
680 testcase.
681 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
682 (icalendar-testsuite--test-convert-weekly-to-ical): New.
683 (icalendar-testsuite--test-convert-yearly-to-ical): New.
684 (icalendar-testsuite--test-convert-block-to-ical): New.
685 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
686 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
687
688 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
689
690 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
691 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
692 Fix typos in docstrings and error messages.
693 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
694
695 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
696
697 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
698 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
699 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
700
701 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
702
703 * icalendar-testsuite.el
704 (icalendar-testsuite--run-function-tests):
705 Add icalendar-testsuite--test-parse-vtimezone.
706 (icalendar-testsuite--test-parse-vtimezone): New.
707 (icalendar-testsuite--do-test-cycle): Doc changes.
708 (icalendar-testsuite--run-real-world-tests): Remove trailing
709 whitespace -- see change of icalendar--add-diary-entry in
710 icalendar.el.
711 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
712
713 2009-09-30 Glenn Morris <rgm@gnu.org>
714
715 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
716
717 2009-06-26 Eric Ludlam <zappo@gnu.org>
718
719 * cedet/*: New unit tests, from CEDET repository.
720
721 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
722
723 * redisplay-testsuite.el: New file.
724
725 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
726
727 * Branch for 23.1.
728
729 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
730
731 * icalendar-testsuite.el
732 (icalendar-testsuite--run-function-tests):
733 Add icalendar-testsuite--test-diarytime-to-isotime.
734 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
735 recent icalendar fixes.
736 (icalendar-testsuite--test-diarytime-to-isotime): New.
737 (icalendar-testsuite--test-create-uid): Adjust to recent
738 icalendar changes.
739
740 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
741
742 * bytecomp-testsuite.el: New file.
743
744 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
745
746 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
747 Add `icalendar-testsuite--test-create-uid'.
748 (icalendar-testsuite--test-create-uid): New.
749
750 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
751
752 * newsticker-testsuite.el: New file.
753
754 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
755
756 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
757 Add icalendar-testsuite--test-datestring-to-isodate,
758 icalendar-testsuite--test-datetime-to-diary-date, and
759 icalendar-testsuite--test-calendar-style.
760 (icalendar-testsuite--test-format-ical-event):
761 (icalendar-testsuite--test-parse-summary-and-rest):
762 Doc fix. Remove european-calendar-style.
763 (icalendar-testsuite--get-ical-event): Doc fix.
764 (icalendar-testsuite--test-first-weekday-of-year):
765 (icalendar-testsuite--run-cycle-tests): Add doc string.
766 (icalendar-testsuite--test-datestring-to-isodate):
767 (icalendar-testsuite--test-datetime-to-diary-date):
768 (icalendar-testsuite--test-calendar-style): New functions.
769 (icalendar-testsuite--test-export): Handle iso date style.
770 New arg INPUT-ISO. Use calendar-date-style.
771 (icalendar-testsuite--test-import): Handle iso date style.
772 New arg EXPECTED-ISO. Use calendar-date-style.
773 (icalendar-testsuite--test-cycle): Handle iso date style.
774 (icalendar-testsuite--run-import-tests):
775 (icalendar-testsuite--run-export-tests):
776 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
777
778 2008-02-29 Glenn Morris <rgm@gnu.org>
779
780 * README: New file.
781
782 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
783
784 * icalendar-testsuite.el: New file.
785
786 ;; Local Variables:
787 ;; coding: utf-8
788 ;; End:
789
790 Copyright (C) 2008-2013 Free Software Foundation, Inc.
791
792 This file is part of GNU Emacs.
793
794 GNU Emacs is free software: you can redistribute it and/or modify
795 it under the terms of the GNU General Public License as published by
796 the Free Software Foundation, either version 3 of the License, or
797 (at your option) any later version.
798
799 GNU Emacs is distributed in the hope that it will be useful,
800 but WITHOUT ANY WARRANTY; without even the implied warranty of
801 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
802 GNU General Public License for more details.
803
804 You should have received a copy of the GNU General Public License
805 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.