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