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