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