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