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