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