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