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