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