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