]> code.delx.au - gnu-emacs/blob - test/ChangeLog
Merge from origin/emacs-24
[gnu-emacs] / test / ChangeLog
1 2015-04-04 Michael Albinus <michael.albinus@gmx.de>
2
3 * automated/tramp-tests.el (tramp-test06-directory-file-name):
4 Fix docstring and last test.
5
6 2015-04-01 Artur Malabarba <bruce.connor.am@gmail.com>
7
8 * automated/package-test.el: Avoid async while testing.
9 (package-test-update-archives): Fix test.
10
11 2015-03-27 Wolfgang Jenkner <wjenkner@inode.at>
12
13 * automated/textprop-tests.el: New file.
14 (textprop-tests-font-lock--remove-face-from-text-property): New test.
15
16 2015-03-24 Michael Albinus <michael.albinus@gmx.de>
17
18 * automated/tramp-tests.el (tramp-test18-file-attributes)
19 (tramp--test-check-files): Extend tests.
20 (tramp-test31-utf8): Do not skip for tramp-adb.el.
21
22 2015-03-24 Daiki Ueno <ueno@gnu.org>
23
24 * automated/epg-tests.el: New file.
25 * automated/data/epg/pubkey.asc: New file.
26 * automated/data/epg/seckey.asc: New file.
27
28 2015-03-22 Dmitry Gutov <dgutov@yandex.ru>
29
30 * automated/json-tests.el: New file.
31
32 2015-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * automated/eieio-tests.el (eieio-test-17-virtual-slot): Don't use
35 initarg in `oset'.
36 (eieio-test-32-slot-attribute-override-2): Adjust to new
37 slot representation.
38
39 * automated/eieio-test-persist.el (persist-test-save-and-compare):
40 Adjust to new slot representation.
41
42 * automated/eieio-test-methodinvoke.el (make-instance): Use new-style
43 `subclass' specializer for a change.
44
45 2015-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * automated/cl-lib-tests.el: Use lexical-binding.
48 (cl-lib-arglist-performance): Refine test to the case where one of the
49 fields has a non-nil default value. Use existing `mystruct' defstruct.
50 (cl-lib-struct-accessors): Use `pcase' to be a bit more flexible in the
51 accepted outputs.
52
53 2015-03-16 Ken Brown <kbrown@cornell.edu>
54
55 * automated/tramp-tests.el (tramp--test-special-characters):
56 Don't test "\t" in file names on Cygwin. (Bug#20119)
57
58 2015-03-10 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>
59
60 * indent/js-indent-init-dynamic.js: Fix spelling error.
61
62 2015-03-10 Paul Eggert <eggert@cs.ucla.edu>
63
64 Prefer "initialize" to "initialise"
65 * indent/js-indent-init-t.js: Rename from
66 indent/js-indent-first-initialiser-t.js.
67 * indent/js-indent-init-dynamic.js: Rename from
68 test/indent/js-indent-first-initialiser-dynamic.js.
69
70 2015-03-10 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>
71
72 * indent/js.js: Add local variables.
73
74 * indent/js-indent-first-initialiser-t.js:
75 * indent/js-indent-first-initialiser-dynamic.js:
76 New tests for `js-indent-first-initialiser'.
77
78 2015-03-10 Przemyslaw Wojnowski <esperanto@cumego.com>
79
80 * automated/cl-lib-tests.el: Add tests for plusp, second, ...
81 (cl-lib-test-plusp, cl-lib-test-minusp)
82 (cl-lib-test-oddp, cl-lib-test-evenp, cl-lib-test-first)
83 (cl-lib-test-second, cl-lib-test-third, cl-lib-test-fourth)
84 (cl-lib-test-fifth, cl-lib-test-sixth, cl-lib-test-seventh)
85 (cl-lib-test-eighth, cl-lib-test-ninth, cl-lib-test-tenth)
86 (cl-lib-test-endp, cl-lib-test-nth-value)
87 (cl-lib-nth-value-test-multiple-values, cl-test-caaar, cl-test-caadr)
88 (cl-test-ldiff): New tests.
89 (cl-digit-char-p): Tighten the test.
90
91 2015-03-09 Dmitry Gutov <dgutov@yandex.ru>
92
93 * indent/Makefile: Call 'rm' with '-f'. Default EMACS to
94 '../../src/emacs'. Remove *.new in 'clean'. Set 'all' target to
95 run all examples.
96
97 2015-03-09 Nicolas Petton <nicolas@petton.fr>
98
99 * automated/seq-tests.el (test-seq-into): Add a test for seq-into.
100
101 2015-03-08 Dmitry Gutov <dgutov@yandex.ru>
102
103 * indent/ruby.rb: Add an example for bug#20026.
104
105 * indent/js.js: Set `js-indent-level' to 2. Fix indentation in an
106 example.
107
108 2015-03-04 Michael Albinus <michael.albinus@gmx.de>
109
110 * automated/tramp-tests.el (top): Declare `tramp-get-remote-stat'
111 and `tramp-get-remote-perl'.
112 (tramp-test06-directory-file-name): Fix docstring and last test.
113 (tramp-test08-file-local-copy): Extend test.
114 (tramp-test13-make-directory): Test also PARENTS arg.
115 (tramp-test17-insert-directory): Do not expect any order in
116 directory listing.
117 (tramp--test-adb-p): New defun.
118 (tramp--test-check-files): Fix doxstring. Extend tests.
119 (tramp--test-special-characters): New defun. Use body from
120 `tramp-test30-special-characters'. Adapt check for tramp-adb.el.
121 (tramp-test30-special-characters): Use it.
122 (tramp--test-utf8): New defun. Use body from
123 `tramp-test31-utf8'. Add test string.
124 (tramp-test31-utf8): Use it.
125 (tramp-test30-special-characters-with-stat)
126 (tramp-test30-special-characters-with-perl)
127 (tramp-test30-special-characters-with-ls):
128 (tramp-test31-utf8-with-stat, tramp-test31-utf8-with-perl)
129 (tramp-test31-utf8-with-ls): New tests.
130
131 2015-03-03 Daniel Colascione <dancol@dancol.org>
132
133 * automated/generator-tests.el (cps-testcase):
134 Use `cps-inhibit-atomic-optimization' instead of
135 `cps-disable-atomic-optimization'.
136 (cps-test-declarations-preserved): New test.
137
138 * automated/finalizer-tests.el (finalizer-basic)
139 (finalizer-circular-reference, finalizer-cross-reference)
140 (finalizer-error): Rename `gc-precise-p' to `gc-precise'.
141
142 * automated/generator-tests.el (cps-test-iter-close-finalizer):
143 Rename `gc-precise-p' to `gc-precise'.
144
145 2015-03-03 Glenn Morris <rgm@gnu.org>
146
147 * automated/generator-tests.el (cps-while-incf)
148 (cps-test-iter-cleanup-once-only): Replace undefined incf with cl-incf.
149 (cps-test-iter-do): Use should not undefined assert.
150
151 2015-03-03 Daniel Colascione <dancol@dancol.org>
152
153 * automated/finalizer-tests.el (finalizer-object-type): Test that
154 `type-of' works correctly for finalizers.
155
156 2015-03-02 Daniel Colascione <dancol@dancol.org>
157
158 * automated/generator-tests.el: New tests
159
160 * automated/finalizer-tests.el (finalizer-basic)
161 (finalizer-circular-reference, finalizer-cross-reference)
162 (finalizer-error): New tests.
163
164 2015-03-01 Michael Albinus <michael.albinus@gmx.de>
165
166 * automated/vc-tests.el (vc-test--create-repo): Add check for
167 `vc-responsible-backend'.
168 (vc-test--register): Do not print a message when unsupported.
169 (vc-test--state, vc-test--working-revision): Rework. Raise no
170 error in case of inconsistent result, but document everything.
171 (vc-test--checkout-model): New defun.
172 (vc-test-*-checkout-model): New tests.
173
174 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
175
176 * automated/python-tests.el
177 (python-indent-dedent-line-backspace-2)
178 (python-indent-dedent-line-backspace-3): New tests.
179
180 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
181
182 * automated/python-tests.el (python-indent-pep8-1)
183 (python-indent-pep8-2, python-indent-pep8-3)
184 (python-indent-after-comment-2): Fix tests.
185 (python-indent-after-comment-3): New test.
186
187 2015-02-24 Glenn Morris <rgm@gnu.org>
188
189 * automated/f90.el (f90-test-bug-19809): New test.
190
191 2015-02-22 Michael Albinus <michael.albinus@gmx.de>
192
193 * automated/tramp-tests.el (tramp-test17-insert-directory):
194 Suppress localized settings in order to have a proper check for
195 the summary line.
196
197 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * automated/eieio-test-methodinvoke.el (make-instance): Add methods
200 here rather than on eieio-constructor.
201
202 2015-02-13 Magnus Henoch <magnus.henoch@gmail.com>
203
204 * automated/sasl-scram-rfc-tests.el: New file.
205
206 2015-02-11 Nicolas Petton <nicolas@petton.fr>
207
208 * automated/seq-tests.el (test-seq-reverse, test-seq-group-by):
209 Add a test for seq-reverse and update test for seq-group-by to
210 test vectors and strings, not only lists.
211
212 2015-02-10 Glenn Morris <rgm@gnu.org>
213
214 * automated/package-test.el (package-test-signed):
215 More informative failure messages.
216
217 2015-02-09 Nicolas Petton <nicolas@petton.fr>
218
219 * automated/seq-tests.el (test-seq-group-by): Update test for
220 seq-group-by to check that sequence elements are returned in the
221 correct order.
222
223 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
224
225 * automated/python-tests.el (python-eldoc--get-symbol-at-point-1)
226 (python-eldoc--get-symbol-at-point-2)
227 (python-eldoc--get-symbol-at-point-3)
228 (python-eldoc--get-symbol-at-point-4): New tests.
229
230 * automated/python-tests.el (python-tests-visible-string):
231 New function.
232 (python-parens-electric-indent-1)
233 (python-triple-quote-pairing): Fix indentation, move require calls.
234 (python-hideshow-hide-levels-1)
235 (python-hideshow-hide-levels-2): New tests.
236
237 2015-02-07 Dmitry Gutov <dgutov@yandex.ru>
238
239 * automated/vc-tests.el (vc-test--working-revision):
240 Fix `vc-working-revision' checks to be compared against nil, which is
241 what is should return for unregistered files.
242
243 2015-02-06 Nicolas Petton <nicolas@petton.fr>
244
245 * automated/seq-tests.el: New tests for seq-mapcat, seq-partition
246 and seq-group-by.
247
248 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com>
249
250 * automated/package-test.el (package-test-get-deps): Fix typo.
251 (package-test-sort-by-dependence): New test
252
253 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com>
254
255 * automated/package-test.el (package-test-get-deps): New test.
256
257 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify.
260
261 2015-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
264
265 2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
266
267 * automated/python-tests.el (python-indent-pep8-1)
268 (python-indent-pep8-2, python-indent-pep8-3)
269 (python-indent-after-comment-1, python-indent-after-comment-2)
270 (python-indent-inside-paren-1, python-indent-inside-paren-2)
271 (python-indent-after-block-1, python-indent-after-block-2)
272 (python-indent-after-backslash-1, python-indent-after-backslash-2)
273 (python-indent-after-backslash-3, python-indent-block-enders-1)
274 (python-indent-block-enders-2, python-indent-block-enders-3)
275 (python-indent-block-enders-4, python-indent-block-enders-5)
276 (python-indent-dedenters-1, python-indent-dedenters-2)
277 (python-indent-dedenters-3, python-indent-dedenters-4)
278 (python-indent-dedenters-5, python-indent-dedenters-6)
279 (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
280 (python-indent-base-case, python-indent-after-block-3)
281 (python-indent-after-backslash-5, python-indent-inside-paren-3)
282 (python-indent-inside-paren-4, python-indent-inside-paren-5)
283 (python-indent-inside-paren-6, python-indent-inside-string-1)
284 (python-indent-inside-string-2, python-indent-inside-string-3)
285 (python-indent-dedent-line-backspace-1): New Tests.
286
287 2015-01-28 Glenn Morris <rgm@gnu.org>
288
289 * automated/regexp-tests.el: Require regexp-opt, which is
290 not preloaded --without-x.
291
292 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
293
294 * automated/cl-generic-tests.el: Try and make sure cl-lib is not
295 required at run-time.
296
297 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
300 New test.
301
302 2015-01-25 Paul Eggert <eggert@cs.ucla.edu>
303
304 * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
305 This is more portable in shell scripts.
306 Fixes: bug#19658
307
308 2015-01-23 Dmitry Gutov <dgutov@yandex.ru>
309
310 Fix package tests when TMPDIR is in HOME. (Bug#19657)
311 * automated/package-test.el (with-package-test):
312 Bind `abbreviated-home-dir' to nil.
313 (package-test-describe-package, package-test-signed):
314 Expect abbreviated directory names.
315
316 2015-01-22 Jorgen Schaefer <contact@jorgenschaefer.de>
317
318 * automated/package-test.el (package-test-install-prioritized):
319 Re-add the test case and add priority to the correct repository
320 this time around.
321
322 2015-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
325 the setf can be used already in the body of the method.
326
327 2015-01-20 Jorgen Schaefer <contact@jorgenschaefer.de>
328
329 * automated/package-test.el (package-test-install-prioritized):
330 Remove test due to unreproducible failures.
331
332 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
333
334 * automated/descr-text-test.el: New file with tests for
335 `describe-char-eldoc--truncate', `describe-char-eldoc--format',
336 and `describe-char-eldoc'.
337
338 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
339
340 * automated/tildify-tests.el (tildify-space-undo-test--test):
341 A new helper function for testing `tildify-double-space-undos'
342 behaviour in the `tildify-space' function.
343 (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
344 (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
345 New tests for `tildify-doule-space-undos' behaviour.
346
347 * automated/tildify-tests.el (tildify-space-test--test):
348 A new helper function for testing `tildify-space' function.
349 (tildify-space-test-html, tildify-space-test-html-nbsp)
350 (tildify-space-test-xml, tildify-space-test-tex): New tests for
351 `tildify-space' function.
352
353 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * automated/Makefile.in (EMACS_EXTRAOPT): New var.
356 (EMACSOPT): Use it.
357
358 * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
359 Rename other tests to preserve ordering.
360
361 2015-01-18 Leo Liu <sdl.web@gmail.com>
362
363 * automated/seq-tests.el (test-seq-subseq): Add more tests.
364 (Bug#19434)
365
366 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
369 Test `subclass' specializer.
370
371 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * automated/eieio-tests.el
374 (eieio-test-37-obsolete-name-in-constructor): New test.
375
376 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * automated/eieio-tests.el (eieio-test-25-slot-tests)
379 (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
380 (eieio-test-30-slot-attribute-override)
381 (eieio-test-31-slot-attribute-override-class-allocation): Don't check
382 that we enforce :protection since we don't any more.
383
384 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
385 Use an explicit arg instead of eieio--scoped-class. Update all callers.
386
387 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
390 Reset eieio-test--1.
391
392 * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
393 Rename from cl-generic-test-7-after/before.
394 (cl--generic-test-advice): New function.
395 (cl-generic-test-9-advice): New test.
396
397 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
398
399 * automated/package-test.el (package-test-install-prioritized):
400 New test.
401
402 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
403
404 * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
405 New functions.
406 (test-calc-remove-units, test-calc-extract-units)
407 (test-calc-convert-units): New tests.
408
409 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
410
411 * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
412
413 2015-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
416 keysym arg instead of relying on internal var eieio--generic-call-key.
417 Update all callers.
418 (eieio-test-cl-generic-1): New tests.
419
420 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
421
422 * automated/cl-generic-tests.el: New file.
423
424 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
427 <foo>-child-p.
428
429 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
430 Update reference to eieio--generic-call-key.
431
432 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * automated/eieio-tests.el: Use cl-lib. Don't use <class> as a variable.
435 Don't use <class>-list types and <class>-list-p predicates.
436
437 * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
438 Don't use <class>-list type.
439
440 * automated/eieio-test-methodinvoke.el
441 (eieio-test-method-order-list-4):
442 Don't use <class> as a variable.
443
444 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * automated/eieio-tests.el (eieio-test-04-static-method)
447 (eieio-test-05-static-method-2): Use oref-default to access
448 class slots.
449 (eieio-test-23-inheritance-check): Don't assume that
450 eieio-class-parents returns class names, or that a class can only have
451 a single name.
452
453 * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
454 Move from eieio-core.el. Rename from eieio-attribute-to-initarg.
455 Change arg to be a class object. Update all callers.
456
457 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
460 Adjust to new semantics of eieio--scoped-class.
461 (eieio-test-match): Improve error feedback.
462
463 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * automated/eieio-tests.el: Remove dummy object names.
466
467 * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
468 The type FOO-child is the same as FOO.
469
470 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
473 Remove use of eieio-generic-call-methodname.
474 (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
475 (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
476 Adjust the expected result accordingly.
477
478 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
479
480 * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
481 New defun.
482 (tramp-test30-special-characters): Use it. (Bug#19463)
483 (tramp--test-check-files): Filter nil file names out.
484
485 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
486
487 Sync with Tramp 2.2.11.
488
489 * automated/tramp-tests.el (tramp-test30-special-characters):
490 Skip test on MS-Windows.
491
492 2014-12-27 Glenn Morris <rgm@gnu.org>
493
494 * automated/let-alist.el: Load dependency.
495
496 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
497
498 * automated/python-tests.el
499 (python-shell-completion-native-interpreter-disabled-p-1): New test.
500
501 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
502
503 * automated/python-tests.el (python-shell-get-or-create-process-1)
504 (python-shell-get-or-create-process-2)
505 (python-shell-get-or-create-process-3): Remove tests.
506
507 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
508
509 * automated/python-tests.el (python-shell-buffer-substring-9): New test.
510
511 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
512
513 * automated/python-tests.el (python-shell-buffer-substring-1)
514 (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
515 (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
516 (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
517 (python-shell-buffer-substring-8)
518 (python-info-encoding-from-cookie-1)
519 (python-info-encoding-from-cookie-2)
520 (python-info-encoding-from-cookie-3)
521 (python-info-encoding-from-cookie-4)
522 (python-info-encoding-from-cookie-5)
523 (python-info-encoding-from-cookie-6)
524 (python-info-encoding-from-cookie-7, python-info-encoding-1)
525 (python-info-encoding-2): New tests.
526
527 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
528
529 * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
530 expect a given order of "." and "..".
531
532 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
533
534 * automated/python-tests.el (python-indent-electric-colon-2)
535 (python-indent-electric-colon-3): New tests.
536
537 2014-12-27 João Távora <joaotavora@gmail.com>
538
539 * automated/electric-tests.el (autowrapping-7): Tests for
540 tex-mode.
541
542 2014-12-27 Glenn Morris <rgm@gnu.org>
543
544 * automated/flymake/warnpred/test.pl: Tweak format, since the
545 previous one seems to have stopped giving a warning with perl 5.20.1.
546
547 2014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
548
549 * automated/python-tests.el (python-shell-get-process-name-1)
550 (python-shell-internal-get-process-name-1): Cleanup.
551 (python-shell-get-process-name-2)
552 (python-shell-internal-get-process-name-2): New tests.
553 (python-shell-calculate-command-1)
554 (python-shell-calculate-process-environment-3)
555 (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
556 (python-shell-make-comint-2, python-shell-make-comint-4)
557 (python-shell-get-process-1, python-util-clone-local-variables-1):
558 Replace obsolete function and variable references with current.
559
560 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
561
562 * automated/let-alist.el: require `cl-lib'
563 New tests for accessing alists inside alists.
564
565 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com>
566
567 * automated/let-alist.el: New file.
568
569 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
570
571 * automated/seq-tests.el: New file.
572
573 2014-12-16 Glenn Morris <rgm@gnu.org>
574
575 * automated/data/flymake/Makefile (check-syntax):
576 Prevent colorized gcc output from confusing flymake.
577
578 * automated/flymake-tests.el (flymake-tests-data-directory):
579 Change from flymake/warnpred to more standard data/flymake.
580 * automated/flymake/warnpred/: Rename to automated/data/flymake/.
581
582 2014-12-11 Michael Albinus <michael.albinus@gmx.de>
583
584 * automated/vc-tests.el (vc-test--revision-granularity-function):
585 New defun.
586 (vc-test--create-repo-function): Rename from
587 `vc-test--create-repo-if-not-supported'. Adapt all callees.
588 (vc-test--create-repo): Check also for revision-granularity.
589 (vc-test--unregister-function): Additional argument FILE.
590 Adapt all callees.
591 (vc-test--working-revision): New defun.
592 (vc-test-*-working-revision): New tests.
593
594 2014-12-10 Michael Albinus <michael.albinus@gmx.de>
595
596 * automated/vc-tests.el (vc-test--register): Check, that the file
597 still exists after register and unregister operations.
598
599 2014-12-06 Michael Albinus <michael.albinus@gmx.de>
600
601 * automated/vc-tests.el: New file.
602
603 2014-12-03 Michael Albinus <michael.albinus@gmx.de>
604
605 * automated/tramp-tests.el (tramp-test29-vc-registered):
606 Fallback for changed `vc-register' argument list.
607
608 2014-12-03 Glenn Morris <rgm@gnu.org>
609
610 * automated/tramp-tests.el (tramp-test29-vc-registered):
611 Update for recent incompatible change in vc-register.
612
613 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
614
615 * automated/python-tests.el
616 (python-shell-calculate-process-environment-4)
617 (python-shell-calculate-process-environment-5): New tests.
618 (python-shell-make-comint-3): Use file-equal-p.
619 (python-shell-get-or-create-process-1)
620 (python-shell-get-or-create-process-2)
621 (python-shell-get-or-create-process-3): Fix interpreter for
622 Windows (Bug#18595).
623
624 2014-11-21 Ulf Jasper <ulf.jasper@web.de>
625
626 * automated/libxml-tests.el
627 (libxml-tests--data-comments-preserved): Rename from
628 'libxml-tests--data'.
629 (libxml-tests--data-comments-discarded): New.
630 (libxml-tests): Check whether 'libxml-parse-xml-region' is
631 discarding comments correctly.
632
633 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
634
635 * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
636 HTML and XML now use no-break space as hard space. Update tests.
637 (tildify-test-foreach-ignore-environments)
638 (tildify-test-foreach-ignore-environments-early-return,
639 (tildify-test-foreach-region)
640 (tildify-test-foreach-region-early-return)
641 (tildify-test-foreach-region-limit-region): New tests of
642 `tildify-foreach-ignore-environments' and
643 `tildify--foreach-region' functions.
644 (with-test-foreach): New helper macro for the above tests.
645
646 2014-11-17 Glenn Morris <rgm@gnu.org>
647
648 * automated/occur-tests.el (occur-test-case, occur-test-create):
649 In case of failure, show the actual string, rather than just nil.
650 (occur-tests): Update for apparent change in output re control-chars.
651
652 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
653
654 * automated/icalendar-tests.el (icalendar-tests--test-export):
655 New optional parameter `alarms'.
656 (icalendar-export-alarms): New test for exporting icalendar
657 alarms.
658 (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
659
660 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
661
662 * automated/icalendar-tests.el (icalendar-tests--test-import):
663 Mention timezone in doc string. Clean up.
664 (icalendar-real-world): Add another test case for no-dst
665 timezones.
666
667 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
668
669 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
670 Add testcase where offsets of standard time and daylight saving time
671 are equal.
672 (icalendar-real-world): Fix error in test case. Expected result
673 was wrong when offsets of standard time and daylight saving time
674 were equal.
675
676 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
677
678 * automated/python-tests.el
679 (python-shell-calculate-process-environment-2): Fix test.
680 (python-shell-calculate-process-environment-1)
681 (python-shell-calculate-process-environment-3): Cleanup.
682
683 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
684
685 * automated/python-tests.el (python-indent-dedenters-8): New test
686 for Bug#18432.
687
688 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
689
690 * automated/python-tests.el (python-indent-region-1)
691 (python-indent-region-2, python-indent-region-3)
692 (python-indent-region-4, python-indent-region-5): New tests.
693
694 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
697 * automated/cl-lib-tests.el: Rename from cl-lib.el.
698
699 2014-10-28 Ulf Jasper <ulf.jasper@web.de>
700
701 * automated/libxml-tests.el: New file.
702
703 2014-10-22 Noam Postavsky <npostavs@users.sourceforget.net>
704
705 * automated/process-tests.el (process-test-quoted-batfile):
706 New test.
707
708 2014-10-20 Glenn Morris <rgm@gnu.org>
709
710 * Merge in all changes up to 24.4 release.
711
712 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * indent/scss-mode.scss: New file.
715 * indent/css-mode.css: Add a few uneventful examples.
716
717 2014-10-15 Eli Zaretskii <eliz@gnu.org>
718
719 * BidiCharacterTest.txt: New file, from Unicode.
720
721 * biditest.el: New file.
722
723 2014-10-08 Leo Liu <sdl.web@gmail.com>
724
725 * automated/print-tests.el: New file.
726 (terpri): Tests for terpri. (Bug#18652)
727
728 2014-10-06 Glenn Morris <rgm@gnu.org>
729
730 * automated/icalendar-tests.el (icalendar--calendar-style):
731 Remove test, no longer relevant.
732
733 2014-10-04 Glenn Morris <rgm@gnu.org>
734
735 * automated/package-x-test.el: Remove file...
736 * automated/package-test.el: ... merge package-x-test.el. (Bug#18574)
737
738 2014-10-02 Glenn Morris <rgm@gnu.org>
739
740 * automated/package-test.el (with-package-test, package-test-signed):
741 Also set HOME to a temp value, in case the real one is absent (e.g.
742 hydra) or read-only. (Bug#18575)
743 (package-test-signed): Use skip-unless rather than expected-result.
744
745 2014-09-26 Leo Liu <sdl.web@gmail.com>
746
747 * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
748 New tests. (Bug#18557)
749
750 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
751
752 * automated/newsticker-tests.el
753 (newsticker--group-find-parent-group),
754 (newsticker--group-do-rename-group): New tests.
755
756 2014-09-09 Eli Zaretskii <eliz@gnu.org>
757
758 * automated/fns-tests.el (fns-tests-collate-sort):
759 Bind w32-collate-ignore-punctuation to t when sorting according to
760 UTS#10 rules.
761
762 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
763
764 * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
765 (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
766
767 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
768
769 * automated/fns-tests.el (fns-tests-compare-strings): In case
770 `compare-strings' shall return t, check for this.
771 (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
772
773 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
774
775 * automated/python-tests.el (python-indent-electric-colon-1):
776 New test. (Bug#18228)
777
778 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
779
780 * automated/fns-tests.el (fns-tests-sort): New test.
781
782 2014-08-28 Glenn Morris <rgm@gnu.org>
783
784 * automated/python-tests.el (python-shell-calculate-exec-path-2):
785 Update test for today's python.el changes.
786
787 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
788
789 * automated/compile-tests.el (compile--test-error-line): Grok FILE
790 being nil. Allows for Guile tests to pass.
791 (compile-tests--test-regexps-data): Add Guile tests.
792
793 2014-08-11 Glenn Morris <rgm@gnu.org>
794
795 * automated/data/files-bug18141.el.gz: New file.
796 * automated/files.el (files-test-bug-18141-file):
797 New variable and test. (Bug#18141)
798
799 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
800
801 Enumerate evaluated sexp diary entries (Bug#7911).
802 * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
803 (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
804 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
805 (icalendar--convert-ordinary-to-ical): Returns cons cell now.
806 (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
807 New tests.
808
809 2014-08-07 Glenn Morris <rgm@gnu.org>
810
811 * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
812
813 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
814
815 * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
816 (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
817
818 2014-08-03 Glenn Morris <rgm@gnu.org>
819
820 * automated/Makefile.in (check-tar): New rule.
821
822 2014-08-02 Glenn Morris <rgm@gnu.org>
823
824 * automated/fns-tests.el (fns-tests-compare-strings):
825 Update test. (Bug#17903)
826
827 * automated/icalendar-tests.el (icalendar--decode-isodatetime):
828 Use more precise TZ specification, as per 2013-08-04.
829
830 2014-07-30 Ulf Jasper <ulf.jasper@web.de>
831
832 * automated/icalendar-tests.el (icalendar--decode-isodatetime):
833 New test.
834
835 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru>
836
837 * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
838
839 2014-07-26 Ulf Jasper <ulf.jasper@web.de>
840
841 * automated/icalendar-tests.el (icalendar-tests--do-test-import):
842 Work around the failures in icalendar-tests which occasionally occur on
843 hydra.nixos.org.
844
845 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
846
847 * automated/python-tests.el:
848 (python-util-clone-local-variables-1): Fix test.
849
850 * automated/python-tests.el (python-shell-make-comint-1):
851 (python-shell-make-comint-2): Fix indentation.
852 (python-shell-make-comint-3)
853 (python-shell-make-comint-4): New tests.
854 (python-shell-get-or-create-process-1): Fix test.
855 (python-shell-get-or-create-process-2)
856 (python-shell-get-or-create-process-3): New tests.
857 (python-shell-internal-get-or-create-process-1): Fix test.
858 (python-shell-prompt-detect-1): New test.
859 (python-shell-prompt-detect-2): New test. (Bug#17370)
860 (python-shell-prompt-detect-3)
861 (python-shell-prompt-detect-4)
862 (python-shell-prompt-detect-5)
863 (python-shell-prompt-detect-6)
864 (python-shell-prompt-validate-regexps-1)
865 (python-shell-prompt-validate-regexps-2)
866 (python-shell-prompt-validate-regexps-3)
867 (python-shell-prompt-validate-regexps-4)
868 (python-shell-prompt-validate-regexps-5)
869 (python-shell-prompt-validate-regexps-6)
870 (python-shell-prompt-validate-regexps-7)
871 (python-shell-prompt-set-calculated-regexps-1)
872 (python-shell-prompt-set-calculated-regexps-2)
873 (python-shell-prompt-set-calculated-regexps-3)
874 (python-shell-prompt-set-calculated-regexps-4)
875 (python-shell-prompt-set-calculated-regexps-5)
876 (python-shell-prompt-set-calculated-regexps-6)
877 (python-util-valid-regexp-p-1): New tests.
878
879 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
880
881 * automated/advice-tests.el (advice-test-call-interactively): Make sure
882 the function's definition is fully restored at the end.
883
884 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
885
886 * automated/python-tests.el (python-indent-block-enders-1)
887 (python-indent-block-enders-2): Fix tests.
888 (python-indent-block-enders-3, python-indent-block-enders-4)
889 (python-indent-block-enders-5, python-indent-dedenters-1)
890 (python-indent-dedenters-2): Remove tests.
891 (python-indent-dedenters-1, python-indent-dedenters-2)
892 (python-indent-dedenters-3, python-indent-dedenters-4)
893 (python-indent-dedenters-5, python-indent-dedenters-6)
894 (python-indent-dedenters-7)
895 (python-info-dedenter-opening-block-position-1)
896 (python-info-dedenter-opening-block-position-2)
897 (python-info-dedenter-opening-block-position-3)
898 (python-info-dedenter-opening-block-positions-1)
899 (python-info-dedenter-opening-block-positions-2)
900 (python-info-dedenter-opening-block-positions-3)
901 (python-info-dedenter-opening-block-positions-4)
902 (python-info-dedenter-opening-block-positions-5)
903 (python-info-dedenter-opening-block-message-1)
904 (python-info-dedenter-opening-block-message-2)
905 (python-info-dedenter-opening-block-message-3)
906 (python-info-dedenter-opening-block-message-4)
907 (python-info-dedenter-opening-block-message-5)
908 (python-info-dedenter-statement-p-1)
909 (python-info-dedenter-statement-p-2)
910 (python-info-dedenter-statement-p-3)
911 (python-info-dedenter-statement-p-4)
912 (python-info-dedenter-statement-p-5): New tests.
913
914 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * indent/perl.perl: Add indentation pattern for hash-table entries.
917
918 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
919
920 * automated/dbus-tests.el (dbus-test02-register-service-session)
921 (dbus-test02-register-service-system): Fix docstring.
922 (dbus-test02-register-service-own-bus)
923 (dbus-test03-peer-interface): New tests.
924
925 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
926
927 * automated/python-tests.el (python-tests-self-insert): New function.
928 (python-triple-quote-pairing): Use it.
929 (python-parens-electric-indent-1): New test. (Bug#17658)
930
931 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
932
933 * automated/subr-x-tests.el: New file.
934
935 2014-06-29 Michael Albinus <michael.albinus@gmx.de>
936
937 * automated/tramp-tests.el (tramp--instrument-test-case):
938 Print debug buffer in any case.
939
940 2014-06-28 Leo Liu <sdl.web@gmail.com>
941
942 * automated/calc-tests.el: New file and add tests for math-bignum.
943 (Bug#17556)
944
945 2014-06-28 Michael Albinus <michael.albinus@gmx.de>
946
947 * automated/dbus-tests.el (dbus--test-register-service)
948 (dbus-test02-register-service-session): Replace `dbus-ping' calls
949 by `dbus-list-known-names'. (Bug#17858)
950
951 2014-06-28 Glenn Morris <rgm@gnu.org>
952
953 * automated/Makefile.in (GDB): New variable.
954 (emacs): Use $GDB. (Bug#15991)
955
956 * automated/Makefile.in (WRITE_LOG): New variable.
957 (%.log): Use WRITE_LOG.
958 (test_template): Disable logging.
959
960 * automated/Makefile.in (TESTS): New list of short PHONY aliases.
961 (test_template): New definition. Apply to TESTS.
962
963 2014-06-27 Glenn Morris <rgm@gnu.org>
964
965 * automated/Makefile.in (check-maybe): Rename from check.
966 (check): Re-run all the tests, every time.
967 (clean, mostlyclean): Also delete *.log~.
968
969 2014-06-26 Glenn Morris <rgm@gnu.org>
970
971 * automated/package-x-test.el: Do not mess with load-path.
972
973 * automated/Makefile.in (%.log): If error, dump log to stdout.
974
975 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * automated/package-test.el (package-test-update-listing)
978 (package-test-update-archives, package-test-describe-package):
979 Adjust tests according to new package-list-unsigned.
980
981 2014-06-26 Glenn Morris <rgm@gnu.org>
982
983 * automated/ert-tests.el (no-byte-compile): Set it. (Bug#17851)
984
985 * automated/eieio-tests.el (no-byte-compile): Set it. (Bug#17852)
986
987 * automated/Makefile.in: Simplify and parallelize. (Bug#15991)
988 (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
989 (setwins, compile-targets, compile-main, compile-clean): Remove.
990 (GREP_OPTIONS): Unexport.
991 (.el.elc): Replace with pattern rule.
992 (%.elc, %.log): New pattern rules.
993 (ELFILES, LOGFILES): New variables.
994 (check): Depend on LOGFILES. Call ert-summarize-tests-batch-and-exit.
995 (clean, mostlyclean): New rules.
996 (bootstrap-clean): Simplify.
997 (bootstrap-clean, distclean): Depend on clean.
998
999 2014-06-25 Glenn Morris <rgm@gnu.org>
1000
1001 * automated/flymake-tests.el (flymake-tests--current-face):
1002 Sleep for longer. Avoid querying.
1003
1004 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
1005
1006 * automated/fns-tests.el (fns-tests-compare-string): New test.
1007
1008 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
1009
1010 * automated/tramp-tests.el (tramp-test26-process-file): Extend test
1011 according to Bug#17815.
1012
1013 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1014
1015 * automated/python-tests.el (python-util-strip-string-1): New test.
1016
1017 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
1018
1019 Sync with Tramp 2.2.10.
1020
1021 * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
1022 (tramp--instrument-test-case): Extend docstring.
1023 (tramp-test15-copy-directory): Skip for tramp-smb.el.
1024 (tramp-test21-file-links): Use `file-truename' for directories.
1025 (tramp-test27-start-file-process, tramp-test28-shell-command):
1026 Retrieve process output more robustly.
1027 (tramp--test-check-files): Extend test.
1028 (tramp-test30-special-characters): Skip for tramp-adb.el,
1029 tramp-gvfs.el and tramp-smb.el. Add further file names.
1030
1031 2014-06-13 Glenn Morris <rgm@gnu.org>
1032
1033 * automated/Makefile.in (compile-main):
1034 GNU make automatically passes command-line arguments to sub-makes.
1035
1036 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
1037
1038 * automated/tildify-tests.el (tildify-test--test): Optimize the test
1039 slightly by reusing the same temporary buffer across multiple test
1040 cases.
1041
1042 * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
1043 (tildify-test-find-env-group-index-bug): Update to support new
1044 signature of the `tildify-foreach-region-outside-env' function.
1045 Namely, it now takes pairs as an argument instead of looking it up in
1046 `tildify-ignored-environments-alist'.
1047
1048 * automated/tildify-tests.el (tildify-test--example-html): Add support
1049 for generating XML code, so that…
1050 (tildify-test-xml) …test can be added to check handling of XML
1051 documents.
1052
1053 * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
1054 New test checking end-regex building when multiple environment pairs
1055 use integers to refer to capture groups.
1056
1057 * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
1058 test checking end-regex building in `tildify-find-env' function when
1059 integers (denoting capture groups) and strings are mixed together.
1060
1061 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
1062
1063 * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
1064 (tramp-test29-vc-registered): Set $BZR_HOME. Remove instrumentation.
1065
1066 2014-06-01 Michael Albinus <michael.albinus@gmx.de>
1067
1068 * automated/tramp-tests.el (tramp-test29-vc-registered):
1069 Instrument failed test case.
1070
1071 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1072
1073 * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
1074 (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
1075
1076 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
1077
1078 * automated/tildify-tests.el: New file.
1079
1080 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * indent/ruby.rb: Add one more test.
1083
1084 * indent/ps-mode.ps: New file.
1085
1086 * indent/octave.m: Add a few more tests.
1087
1088 * automated/core-elisp-tests.el
1089 (core-elisp-test-window-configurations): New test.
1090
1091 2014-05-26 Glenn Morris <rgm@gnu.org>
1092
1093 * automated/package-test.el (package-test-install-single):
1094 Update for changed output.
1095
1096 2014-05-22 Glenn Morris <rgm@gnu.org>
1097
1098 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1099 Fix handling of temporary elc files.
1100
1101 * automated/fns-tests.el (fns-tests-nreverse):
1102 Update for changed string behavior.
1103
1104 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
1105
1106 * automated/fns-tests.el: New file.
1107 * automated/fns-tests.el (fns-tests-nreverse)
1108 (fns-tests-nreverse-bool-vector): New tests.
1109
1110 2014-05-08 Glenn Morris <rgm@gnu.org>
1111
1112 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1113 (vc-bzr-test-faulty-bzr-autoloads):
1114 Give bzr a temporary home-directory, in case the real one is missing.
1115
1116 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
1117
1118 * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
1119 New test.
1120
1121 2014-05-08 Glenn Morris <rgm@gnu.org>
1122
1123 * automated/help-fns.el: New file.
1124
1125 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
1126
1127 * automated/undo-tests.el (undo-test-region-deletion): New test to
1128 demonstrate bug#17235.
1129 (undo-test-region-example): New test to verify example given in
1130 comments for undo-make-selective-list.
1131
1132 2014-04-25 Michael Albinus <michael.albinus@gmx.de>
1133
1134 * automated/tramp-tests.el (top):
1135 * automated/file-notify-tests.el (top): Do not disable interactive
1136 passwords in batch mode.
1137 (password-cache-expiry): Set to nil.
1138
1139 * automated/file-notify-tests.el
1140 (file-notify-test-remote-temporary-file-directory):
1141 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1142 Use a mock-up method as default.
1143 (tramp-test00-availability): Print the used directory name.
1144 (tramp-test33-recursive-load): Fix typo.
1145
1146 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1147
1148 * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
1149 (tramp-test30-special-characters): Remove test for backslash.
1150
1151 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
1152
1153 * automated/tramp-tests.el
1154 (tramp-test19-directory-files-and-attributes)
1155 (tramp-test22-file-times): Check for `file-attributes' equality
1156 only if there is a usable timestamp.
1157 (tramp--test-check-files): Do not use `copy-sequence'.
1158
1159 2014-04-22 Daniel Colascione <dancol@dancol.org>
1160
1161 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1162 Add compile flag.
1163 (test-byte-comp-macro-expansion)
1164 (test-byte-comp-macro-expansion-eval-and-compile)
1165 (test-byte-comp-macro-expansion-eval-when-compile)
1166 (test-byte-comp-macro-expand-lexical-override): Use it.
1167 (test-eager-load-macro-expansion)
1168 (test-eager-load-macro-expansion-eval-and-compile)
1169 (test-eager-load-macro-expansion-eval-when-compile)
1170 (test-eager-load-macro-expand-lexical-override): New tests.
1171
1172 * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
1173 account for removal of `cl-struct-set-slot-value'. Also, move
1174 the defstruct to top level.
1175
1176 2014-04-21 Daniel Colascione <dancol@dancol.org>
1177
1178 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1179 New function.
1180 (test-byte-comp-macro-expansion)
1181 (test-byte-comp-macro-expansion-eval-and-compile)
1182 (test-byte-comp-macro-expansion-eval-when-compile)
1183 (test-byte-comp-macro-expand-lexical-override): New tests.
1184
1185 * automated/cl-lib.el (cl-loop-destructuring-with): New test.
1186 (cl-the): Fix cl-the test.
1187
1188 2014-04-20 Daniel Colascione <dancol@dancol.org>
1189
1190 * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
1191
1192 2014-04-19 Michael Albinus <michael.albinus@gmx.de>
1193
1194 * automated/tramp-tests.el (tramp--test-check-files): Extend test.
1195 (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
1196
1197 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1198
1199 * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
1200 (tramp--test-make-temp-name): Optional argument LOCAL.
1201 (tramp--instrument-test-case): Show messages. Catch also `quit'.
1202 (tramp-test10-write-region): No special test for out-of-band copy
1203 needed anymore.
1204 (tramp-test11-copy-file, tramp-test12-rename-file)
1205 (tramp-test21-file-links): Extend tests.
1206 (tramp-test20-file-modes): More robust check for user "root".
1207 (tramp--test-check-files): New defun.
1208 (tramp-test30-special-characters, tramp-test33-recursive-load)
1209 (tramp-test34-unload): New tests.
1210 (tramp-test31-utf8, tramp-test32-asynchronous-requests): Rename.
1211
1212 2014-04-11 Glenn Morris <rgm@gnu.org>
1213
1214 * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
1215
1216 2014-04-11 Paul Eggert <eggert@cs.ucla.edu>
1217
1218 * automated/electric-tests.el: Fix spelling error in test name.
1219 (whitespace-skipping-for-quotes-not-outside):
1220 Rename from whitespace-skipping-for-quotes-not-ouside.
1221
1222 2014-04-09 Daniel Colascione <dancol@dancol.org>
1223
1224 * automated/syntax-tests.el: New file.
1225
1226 2014-04-09 Glenn Morris <rgm@gnu.org>
1227
1228 * automated/python-tests.el (python-triple-quote-pairing):
1229 Enable/disable electric-pair-mode as needed.
1230
1231 * automated/electric-tests.el (electric-pair-backspace-1):
1232 Replace deleted function.
1233
1234 2014-04-07 João Távora <joaotavora@gmail.com>
1235
1236 * automated/python-tests.el (python-triple-quote-pairing): New test.
1237 (python-syntax-after-python-backspace): New test.
1238
1239 * automated/electric-tests.el (electric-pair-define-test-form):
1240 More readable test docstrings.
1241 (whitespace-skipping-for-quotes-not-ouside)
1242 (whitespace-skipping-for-quotes-only-inside)
1243 (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
1244
1245 2014-04-04 João Távora <joaotavora@gmail.com>
1246
1247 * automated/electric-tests.el (define-electric-pair-test):
1248 Don't overtest.
1249 (inhibit-in-mismatched-string-inside-ruby-comments): New test.
1250 (inhibit-in-mismatched-string-inside-c-comments): New test.
1251
1252 2014-04-02 João Távora <joaotavora@gmail.com>
1253
1254 * automated/electric-tests.el (inhibit-if-strings-mismatched):
1255 New test, change from `inhibit-only-of-next-is-mismatched'.
1256
1257 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
1258
1259 * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
1260 (undo-test-region-t-marker): New tests of marker adjustments.
1261 (undo-test-marker-adjustment-moved):
1262 (undo-test-region-mark-adjustment): New tests to demonstrate
1263 bug#16818, which fail without the fix.
1264
1265 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
1266
1267 * automated/package-test.el (package-test-describe-package):
1268 Fix test failure in non-graphical mode.
1269
1270 2014-03-23 Daniel Colascione <dancol@dancol.org>
1271
1272 * automated/subword-tests.el (subword-tests2): More subword tests.
1273
1274 * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1275 New test: correct parsing of keyword arguments.
1276
1277 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1278
1279 * automated/package-test.el (package-test-describe-package):
1280 Check for the "Keywords: " line.
1281
1282 * automated/data/package/archive-contents: Include the :keywords
1283 field in `simple-single' data form.
1284
1285 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1286
1287 * automated/package-test.el
1288 (package-test-install-two-dependencies): New test (bug#16826).
1289
1290 * automated/data/package/simple-two-depend-1.1.el: New file.
1291
1292 * automated/data/package/archive-contents:
1293 Add info about the new package.
1294
1295 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1296
1297 * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1298 (tramp-test10-write-region): Extend for out-of-band copy.
1299 (tramp-test31-asynchronous-requests): New test.
1300
1301 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1302
1303 * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1304 Add new test of undo in region.
1305 (undo-test-in-region-eob): Add test case described at
1306 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1307
1308 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1309
1310 * automated/tramp-tests.el (tramp--test-enabled)
1311 (tramp-test15-copy-directory): No special handling of tramp-adb.el
1312 anymore. It's fixed in that package.
1313
1314 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1315
1316 * automated/tramp-tests.el (tramp--test-enabled): Move connection
1317 cleanup into this function. Remove respective code from all test
1318 cases.
1319 (tramp--instrument-test-case): Declare `indent' and `debug'.
1320 Handle other errors as well.
1321 (tramp-test14-delete-directory): Check for `file-error' error.
1322 (tramp-test15-copy-directory): Ignore return value of
1323 `copy-directory'. It's too much hassle to handle it for tramp-adb.el.
1324 (tramp-test19-directory-files-and-attributes): Take care of
1325 timestamp of "../".
1326 (tramp-test20-file-modes, tramp-test27-start-file-process)
1327 (tramp-test28-shell-command): Skip for tramp-adb.el.
1328 (tramp-test21-file-links): `file-truename' shall preserve trailing
1329 link of directories.
1330 (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1331 (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1332 `kill-buffer-query-functions' to nil.
1333 (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1334
1335 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1336
1337 * automated/tramp-tests.el
1338 (tramp-test19-directory-files-and-attributes): Do not include
1339 directories in comparison; they might have changed their
1340 timestamps already.
1341
1342 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1343
1344 * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1345 (tramp-test17-insert-directory): First line could contain more
1346 text, when produced by `ls-lisp'.
1347 (tramp-test19-directory-files-and-attributes): Instrument failed
1348 test case.
1349
1350 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
1351
1352 * automated/tramp-tests.el (tramp-test17-insert-directory):
1353 Make first line "total 123" optional.
1354 (tramp-test20-file-modes, tramp-test22-file-times)
1355 (tramp-test26-process-file, tramp-test27-start-file-process)
1356 (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1357 tramp-smb.el.
1358 (tramp-test20-file-modes): Check for "root" only when there is an
1359 explicit user name.
1360 (tramp-test21-file-links): Handle "... not supported" error.
1361 (tramp-test22-file-times): Skip for "don't know" return values.
1362 (tramp-test26-process-file, tramp-test28-shell-command):
1363 Remove color escape sequences.
1364 (tramp-test28-shell-command): Use `accept-process-output' rather
1365 than `sit-for'.
1366 (tramp-test30-utf8): Set coding system `utf-8'.
1367
1368 2014-02-17 Michael Albinus <michael.albinus@gmx.de>
1369
1370 * automated/tramp-tests.el (tramp-test28-shell-command):
1371 Perform an initial `sit-for' prior the while loop.
1372
1373 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
1374
1375 Sync with Tramp 2.2.9.
1376
1377 * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1378 (tramp-test28-shell-command): Make a while loop when waiting for
1379 process exit.
1380
1381 2014-02-11 Michael Albinus <michael.albinus@gmx.de>
1382
1383 * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1384 and `vc-hg'. Declare `tramp-find-executable' and
1385 `tramp-get-remote-path'.
1386 (tramp-test29-vc-registered): New test.
1387 (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1388
1389 2014-02-07 Michael Albinus <michael.albinus@gmx.de>
1390
1391 * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1392 (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1393 (tramp-test28-shell-command): Improve `shell-command' test.
1394 Add `async-shell-command' tests.
1395
1396 2014-02-04 Michael Albinus <michael.albinus@gmx.de>
1397
1398 * automated/file-notify-tests.el (file-notify--wait-for-events):
1399 Use `read-event' instead of `sit-for'.
1400 (file-notify-test02-events): Remove expected result, the bug is
1401 fixed meanwhile.
1402 (file-notify-test02-events, file-notify-test03-autorevert):
1403 Use `sleep-for' instead of `sit-for'.
1404
1405 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1406
1407 * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1408 New test.
1409
1410 2014-01-27 Michael Albinus <michael.albinus@gmx.de>
1411
1412 * automated/file-notify-tests.el (file-notify--deftest-remote):
1413 Do not skip when the local test has failed. They are unrelated.
1414 (file-notify--wait-for-events): Use `sit-for'. Let-bind
1415 `noninteractive' to nil, otherwise `sit-for' could be degraded to
1416 `sleep-for'.
1417 (file-notify-test02-events): Check for `file-remote-p' instead of
1418 `file-notify--test-remote-enabled'.
1419
1420 2014-01-26 Michael Albinus <michael.albinus@gmx.de>
1421
1422 * automated/file-notify-tests.el (file-notify-test02-events):
1423 Let test case fail for Bug#16519.
1424
1425 2014-01-22 Michael Albinus <michael.albinus@gmx.de>
1426
1427 * automated/file-notify-tests.el (file-notify-test02-events):
1428 Hide Bug#16519, until it is solved.
1429
1430 2014-01-21 Michael Albinus <michael.albinus@gmx.de>
1431
1432 * automated/file-notify-tests.el
1433 (file-notify--test-local-enabled): Fix error in logic.
1434 (file-notify--wait-for-events): New defmacro.
1435 (file-notify-test02-events): Make short breaks between file operations.
1436 Use `file-notify--wait-for-events'. Check, that events have arrived.
1437 (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1438
1439 * automated/comint-testsuite.el
1440 (comint-testsuite-password-strings): Add localized examples.
1441
1442 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
1443
1444 * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1445 case if inotify is not linked with Emacs. Use `read-event' rather
1446 than `sit-for' in order to process events. (Bug#13662)
1447
1448 2014-01-13 Michael Albinus <michael.albinus@gmx.de>
1449
1450 * automated/ert-tests.el (ert-test-record-backtrace):
1451 Reenable test case with adapted test string. (Bug#13064)
1452
1453 2013-12-28 Glenn Morris <rgm@gnu.org>
1454
1455 * automated/electric-tests.el: Require 'elec-pair.
1456
1457 2013-12-26 João Távora <joaotavora@gmail.com>
1458
1459 * automated/electric-tests.el (electric-pair-test-for):
1460 Fix autowrapping tests in batch-mode by running with
1461 `transient-mark-mode' set to `lambda'.
1462
1463 * automated/electric-tests.el: New file.
1464
1465 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
1466
1467 * automated/python-tests.el
1468 (python-nav-lisp-forward-sexp-safe-1): Remove test.
1469 (python-nav-forward-sexp-safe-1): New test.
1470
1471 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
1472
1473 * automated/ruby-mode-tests.el: Add tests for
1474 `ruby-align-to-stmt-keywords'.
1475
1476 * indent/ruby.rb: Update examples to reflect the lack of change in
1477 default indentation of `begin' blocks.
1478
1479 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1480
1481 * indent/ruby.rb: Update examples according to the change
1482 in `smie-indent-close'.
1483
1484 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
1485
1486 * indent/ruby.rb: New examples.
1487
1488 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1489
1490 * automated/python-tests.el (python-indent-dedenters-2): New test.
1491
1492 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1493
1494 * automated/python-tests.el (python-indent-after-comment-1)
1495 (python-indent-after-comment-2): New tests.
1496
1497 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com>
1498
1499 * automated/python-tests.el (python-indent-block-enders-1):
1500 Rename from python-indent-block-enders.
1501 (python-indent-block-enders-2): New test.
1502
1503 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
1504
1505 * indent/js.js: New file.
1506
1507 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
1508
1509 * automated/dbus-tests.el: New file.
1510
1511 2013-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1512
1513 * automated/regexp-tests.el: New file.
1514
1515 2013-11-29 Eli Zaretskii <eliz@gnu.org>
1516
1517 * automated/reftex-tests.el (reftex-parse-from-file-test):
1518 Run temp-dir through file-truename, to make sure the temporary file
1519 names are comparable as strings.
1520
1521 * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1522 Force Unix EOLs by using 'utf-8-unix', since the default of
1523 'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1524
1525 2013-11-28 Glenn Morris <rgm@gnu.org>
1526
1527 * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1528
1529 2013-11-28 Eli Zaretskii <eliz@gnu.org>
1530
1531 * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1532 (EMACSOPT): Use $(PATH_SEP).
1533
1534 2013-11-28 Michael Albinus <michael.albinus@gmx.de>
1535
1536 * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1537 Set to nil.
1538
1539 2013-11-27 Michael Albinus <michael.albinus@gmx.de>
1540
1541 * automated/file-notify-tests.el
1542 (file-notify-test-remote-temporary-file-directory):
1543 Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1544 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1545 (file-notify--deftest-remote): Cleanup connection initially.
1546 (file-notify-test03-autorevert): Run also in batch mode. Use a
1547 larger timeout for remote files. `sit-for' 1 second; 0.1 second
1548 does not work on MS Windows. Call `accept-process-output' for
1549 remote files. Apply `string-match' instead of `string-equal', the
1550 messages are different on MS Windows.
1551
1552 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1553 Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1554 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1555
1556 2013-11-23 Glenn Morris <rgm@gnu.org>
1557
1558 * automated/python-tests.el (python-shell-make-comint-1)
1559 (python-shell-make-comint-2, python-shell-get-process-1):
1560 Suppress creation of some temp-files.
1561
1562 * automated/python-tests.el (python-shell-parse-command-1)
1563 (python-shell-make-comint-1, python-shell-make-comint-2)
1564 (python-shell-get-process-1)
1565 (python-shell-internal-get-or-create-process-1):
1566 Skip rather than fail if prereqs not found.
1567
1568 * automated/Makefile.in (emacs):
1569 Empty EMACSLOADPATH rather than unsetting.
1570
1571 2013-11-22 Glenn Morris <rgm@gnu.org>
1572
1573 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1574 Set expected-result.
1575
1576 2013-11-21 Glenn Morris <rgm@gnu.org>
1577
1578 * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1579 (compile-main): Pass XARGS_LIMIT to xargs.
1580
1581 * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1582 (EMACSOPT): Use PATH_SEPARATOR.
1583
1584 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
1585
1586 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1587 Add a failing test for Bug#15874.
1588 (ruby--insert-coding-comment-ruby-style)
1589 (ruby--insert-coding-comment-emacs-style)
1590 (ruby--insert-coding-comment-custom-style):
1591 Add a few tests for `ruby--insert-coding-comment'.
1592
1593 2013-11-18 Paul Eggert <eggert@cs.ucla.edu>
1594
1595 Improve API of recently-added bool vector functions (Bug#15912).
1596 * automated/data-tests.el: Adjust to API changes.
1597
1598 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
1599
1600 * automated/tramp-tests.el (tramp-test07-file-exists-p)
1601 (tramp-test08-file-local-copy)
1602 (tramp-test09-insert-file-contents, tramp-test10-write-region)
1603 (tramp-test11-copy-file, tramp-test12-rename-file)
1604 (tramp-test13-make-directory, tramp-test14-delete-directory)
1605 (tramp-test15-copy-directory, tramp-test16-directory-files)
1606 (tramp-test17-insert-directory, tramp-test18-file-attributes)
1607 (tramp-test19-directory-files-and-attributes)
1608 (tramp-test20-file-modes, tramp-test21-file-links)
1609 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1610 (tramp-test24-file-name-completion, tramp-test25-load)
1611 (tramp-test26-process-file, tramp-test27-start-file-process)
1612 (tramp-test28-shell-command): Cleanup connection initially.
1613
1614 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1615
1616 * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1617 connection before running the test.
1618
1619 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1620
1621 * automated/tramp-tests.el (tramp-test15-copy-directory)
1622 (tramp-test16-directory-files, tramp-test17-insert-directory)
1623 (tramp-test18-file-attributes)
1624 (tramp-test19-directory-files-and-attributes)
1625 (tramp-test20-file-modes, tramp-test21-file-links)
1626 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1627 (tramp-test24-file-name-completion, tramp-test25-load)
1628 (tramp-test26-process-file, tramp-test27-start-file-process)
1629 (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1630 (tramp-test29-utf8): New test.
1631
1632 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
1633
1634 * automated/file-notify-tests.el (file-notify-test02-events)
1635 (file-notify-test03-autorevert): Suppress messages in `write-region'.
1636
1637 * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1638 (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1639 (tramp-test26-process-file, tramp-test28-shell-command):
1640 Ensure, that the directory is not empty when calling "ls".
1641
1642 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
1643
1644 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1645 Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1646 (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1647 (tramp-test09-insert-file-contents, tramp-test10-write-region)
1648 (tramp-test26-process-file): Add tests.
1649 (tramp-test11-copy-file): Remove debug message.
1650 (tramp-test20-file-modes): Special case, if user is "root".
1651
1652 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
1653
1654 * automated/file-notify-tests.el:
1655 * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1656 `tramp-remote-path' when running on hydra.
1657 (tramp-test07-file-exists-p): Remove instrumentation code.
1658 (tramp-test26-process-file): Don't use "/bin/true" and
1659 "/bin/false", these paths do not exist on hydra.
1660
1661 2013-11-08 Helmut Eller <eller.helmut@gmail.com>
1662
1663 * automated/process-tests.el: New file.
1664
1665 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1666
1667 * indent/ruby.rb: New examples.
1668
1669 2013-11-06 Glenn Morris <rgm@gnu.org>
1670
1671 * automated/Makefile.in (setwins): Avoid accidental matches.
1672
1673 2013-11-06 Michael Albinus <michael.albinus@gmx.de>
1674
1675 * automated/tramp-tests.el (tramp-test07-file-exists-p):
1676 Fix docstring. Instrument, in order to hunt failure on hydra.
1677
1678 2013-11-06 Glenn Morris <rgm@gnu.org>
1679
1680 * automated/flymake-tests.el (warning-predicate-rx-gcc)
1681 (warning-predicate-function-gcc, warning-predicate-rx-perl)
1682 (warning-predicate-function-perl):
1683 * automated/info-xref.el (info-xref-test-makeinfo):
1684 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1685 (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1686
1687 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
1688
1689 * automated/tramp-tests.el: New file.
1690
1691 2013-11-05 Glenn Morris <rgm@gnu.org>
1692
1693 Get rid of --chdir usage.
1694 * automated/Makefile.in (EMACSOPT): Move -L here.
1695 (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1696 (setwins): Don't assume called from srcdir. Remove legacy stuff.
1697 (.el.elc): No more need to pass -L here.
1698 (compile-main): Get rid of sub-shell and cd.
1699 (compile-clean, check): Get rid of cd.
1700
1701 Make it possible to run tests with a different working directory.
1702 * automated/flymake-tests.el (flymake-tests-data-directory): New.
1703 (flymake-tests--current-face): Use flymake-tests-data-directory.
1704 (warning-predicate-function-gcc, warning-predicate-rx-perl)
1705 (warning-predicate-function-perl): Adapt for above change.
1706 * automated/zlib-tests.el (zlib-tests-data-directory): New.
1707 (zlib--decompress): Use zlib-tests-data-directory.
1708
1709 * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1710 Remove test that makes no sense.
1711
1712 * automated/files.el (files-test-local-variable-data):
1713 Fix result typo presumably caused by interference from dir-locals.
1714 (file-test--do-local-variables-test): Prevent dir-locals interfering.
1715
1716 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1717
1718 * indent/ruby.rb: Add a statement on the line after heredoc.
1719 Move a now-successful example.
1720
1721 * automated/ruby-mode-tests.el: Remove outdated comment.
1722
1723 2013-11-04 Glenn Morris <rgm@gnu.org>
1724
1725 * automated/Makefile.in (abs_srcdir): Remove.
1726 (emacs): Unset EMACSLOADPATH.
1727 (.el.elc, check): Use -L to append srcdir to load-path.
1728
1729 2013-11-02 Glenn Morris <rgm@gnu.org>
1730
1731 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1732 (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1733 (abs_srcdir): New, set by configure.
1734 (EMACS): Use a relative file name.
1735 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1736 (lisp-compile): Remove (assume it's up-to-date).
1737 (compile-main): Do not run lisp-compile.
1738 (compile-main, compile-clean, compile-always, bootstrap-clean)
1739 (check): Use srcdir rather than $test. Check cd return value.
1740 Use --chdir.
1741 (doit, compile, compile-always): Remove stuff copied from lisp/.
1742 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1743
1744 2013-10-31 Michael Albinus <michael.albinus@gmx.de>
1745
1746 * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1747 Add a skipping test.
1748
1749 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1750
1751 * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1752
1753 * indent/css-mode.css (.x2): Test alignement inside braces.
1754
1755 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1756
1757 * indent/ruby.rb: New failing example.
1758
1759 * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1760 Fix the test, in respect to adding the space after the curly.
1761
1762 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1763
1764 * automated/ert-tests.el (ert-test-skip-unless): New test case.
1765 (ert-test-deftest): Adapt test for changed macro expansion.
1766 (ert-test-run-tests-interactively):
1767 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1768 Add a skipping test.
1769
1770 * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1771 (file-notify--test-local-enabled): Make it a function. Check also
1772 for `file-remote-p' of `temporary-file-directory'.
1773 (file-notify--test-remote-enabled-checked): New defvar.
1774 (file-notify--test-remote-enabled): Rewrite. Do not use Tramp
1775 internal functions. Cache result.
1776 (file-notify--deftest-remote, file-notify-test00-availability)
1777 (file-notify-test01-add-watch, file-notify-test02-events)
1778 (file-notify-test03-autorevert): Add checks with `skip_unless'.
1779 (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1780
1781 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1782
1783 * indent/ruby.rb: Fix syntax error in the latest example.
1784
1785 2013-10-23 Glenn Morris <rgm@gnu.org>
1786
1787 * automated/Makefile.in (abs_top_srcdir, top_builddir):
1788 New, set by configure.
1789 (top_srcdir): Remove.
1790 (abs_test, abs_lispsrc): New.
1791 (lisp): No longer absolute.
1792 (emacs, lisp-compile, compile, compile-always):
1793 Quote entities that might contain whitespace.
1794
1795 2013-10-22 Dmitry Gutov <dgutov@yandex.ru>
1796
1797 * indent/ruby.rb: Move two examples to "working" section, add one
1798 more.
1799
1800 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1801
1802 * indent/ruby.rb: New examples for indentation of blocks.
1803 Example of hash inside parens that inflooped before the present commit.
1804
1805 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1806
1807 * automated/timer-tests.el: New file. Tests that (sit-for 0)
1808 allows another timer to run.
1809
1810 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1811
1812 * indent/ruby.rb: More examples for bug#15594, both failing and
1813 now passing.
1814
1815 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1816
1817 * indent/ruby.rb: Add two more cases.
1818
1819 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1822 first use.
1823 (ruby-should-indent): Use indent-according-to-mode.
1824 (ruby-deftest-move-to-block): Use `declare'.
1825
1826 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1827
1828 * indent/ruby.rb: Fix a spurious change, add more failing examples.
1829
1830 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * indent/ruby.rb: Add a few more tests; adjust some indentation.
1833
1834 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1835
1836 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1837 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1838
1839 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1840
1841 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1844 Adjust indentation of continued line to the new SMIE behavior.
1845
1846 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1847
1848 * automated/completion-tests.el:
1849 * indent/css-mode.css: New files.
1850
1851 2013-10-03 Daiki Ueno <ueno@gnu.org>
1852
1853 * automated/data/package/signed/archive-contents:
1854 * automated/data/package/signed/archive-contents.sig:
1855 * automated/data/package/signed/signed-good-1.0.el:
1856 * automated/data/package/signed/signed-good-1.0.el.sig:
1857 * automated/data/package/signed/signed-bad-1.0.el:
1858 * automated/data/package/signed/signed-bad-1.0.el.sig:
1859 * automated/data/package/key.pub:
1860 * automated/data/package/key.sec: New files.
1861
1862 * automated/package-test.el (package-test-update-listing)
1863 (package-test-update-archives, package-test-describe-package):
1864 Adjust to package.el change.
1865 (package-test-signed): New test.
1866
1867 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1868
1869 * automated/package-test.el: Update all cases to use :url instead
1870 of :homepage.
1871
1872 * automated/package-x-test.el
1873 (package-x-test--single-archive-entry-1-3): Same.
1874
1875 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1876
1877 * automated/package-test.el (simple-single-desc-1-4): Remove, it
1878 was unused.
1879 (simple-single-desc): Expect :homepage property.
1880 (multi-file-desc): Same.
1881 (with-package-test): Do not save previous `default-directory'
1882 value, let-bind the var instead.
1883 (package-test-install-single): Expect :homepage property in the
1884 generated pkg file.
1885 (package-test-describe-package): Expect Homepage button.
1886 (package-test-describe-non-installed-package)
1887 (package-test-describe-non-installed-multi-file-package): Same.
1888 (package-test-describe-not-installed-package): Remove, it was a
1889 duplicate.
1890
1891 * automated/package-x-test.el
1892 (package-x-test--single-archive-entry-1-3): Expect :homepage
1893 property.
1894 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1895
1896 * automated/data/package/simple-single-1.3.el: Add URL header.
1897
1898 * automated/data/package/archive-contents: Add :homepage
1899 properties to `simple-single' and `multi-file'.
1900
1901 2013-09-22 Daniel Colascione <dancol@dancol.org>
1902
1903 * automated/data-tests.el:
1904 (bool-vector-count-matches-all-0-nil)
1905 (bool-vector-count-matches-all-0-t)
1906 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1907 (bool-vector-count-matches-at, bool-vector-intersection-op)
1908 (bool-vector-union-op, bool-vector-xor-op)
1909 (bool-vector-set-difference-op)
1910 (bool-vector-change-detection, bool-vector-not): New tests.
1911 (mock-bool-vector-count-matches-at)
1912 (test-bool-vector-bv-from-hex-string)
1913 (test-bool-vector-to-hex-string)
1914 (test-bool-vector-count-matches-at-tc)
1915 (test-bool-vector-apply-mock-op)
1916 (test-bool-vector-binop): New helper functions.
1917 (bool-vector-test-vectors): New testcase data.
1918
1919 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
1920
1921 * automated/advice-tests.el (advice-test-called-interactively-p-around)
1922 (advice-test-called-interactively-p-filter-args)
1923 (advice-test-called-interactively-p-around): New tests.
1924
1925 2013-09-16 Glenn Morris <rgm@gnu.org>
1926
1927 * automated/eshell.el (eshell-match-result):
1928 Return a more informative failure than simply "false". Update callers.
1929
1930 * automated/eshell.el (eshell-test/for-name-shadow-loop):
1931 Test value before and after loop as well as during.
1932
1933 2013-09-15 Glenn Morris <rgm@gnu.org>
1934
1935 * automated/eshell.el (eshell-test/for-name-shadow-loop):
1936 New test. (Bug#15372)
1937 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1938
1939 2013-09-13 Glenn Morris <rgm@gnu.org>
1940
1941 * automated/eshell.el (with-temp-eshell):
1942 Use a temp directory for eshell-directory-name.
1943 (eshell-test-command-result): New, again using a temp directory.
1944 Replace eshell-command-result with this throughout.
1945 (eshell-test/for-loop, eshell-test/for-name-loop):
1946 Ensure environment variables don't confuse us.
1947
1948 2013-09-12 Glenn Morris <rgm@gnu.org>
1949
1950 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1951 due to "has a running process; kill it?" prompts.
1952
1953 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * automated/eshell.el: Rename from eshell.el.
1956 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1957
1958 2013-09-01 Glenn Morris <rgm@gnu.org>
1959
1960 * automated/Makefile.in (setwins): Avoid leading space in $wins.
1961 Otherwise the sed command used by eg compile-main ends up
1962 containing "/*.el". (Bug#15170)
1963
1964 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1965
1966 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1967 for portability to hosts where /bin/sh has problems.
1968
1969 2013-08-21 David Engster <deng@randomsample.de>
1970
1971 * automated/eieio-tests.el, automated/eieio-test-persist.el:
1972 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1973 upstream. Changed to use ERT.
1974
1975 2013-08-14 Daniel Hackney <dan@haxney.org>
1976
1977 * automated/package-test.el: Remove tar-package-building functions.
1978 Tar file used for testing is included in the repository.
1979 (package-test-install-texinfo, package-test-cleanup-built-files):
1980 Remove.
1981
1982 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1983
1984 * automated/python-tests.el (python-imenu-create-index-4)
1985 (python-imenu-create-flat-index-2): New tests.
1986
1987 2013-08-05 Glenn Morris <rgm@gnu.org>
1988
1989 * automated/mule-util.el: New file, with tests extracted from
1990 lisp/international/mule-util.el.
1991
1992 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 * automated/advice-tests.el (advice-tests-nadvice): Test removal
1995 before definition.
1996 (advice-tests-macroaliases): New test.
1997
1998 2013-08-04 Glenn Morris <rgm@gnu.org>
1999
2000 * automated/ert-tests.el: Disable failing test that no-one seems
2001 to know how to fix. (Bug#13064)
2002
2003 * automated/icalendar-tests.el (icalendar-tests--test-export)
2004 (icalendar-tests--test-import): Try more precise TZ specification.
2005 Remove debug messages.
2006
2007 2013-08-03 Glenn Morris <rgm@gnu.org>
2008
2009 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
2010
2011 * automated/icalendar-tests.el (icalendar-tests--test-export)
2012 (icalendar-tests--test-import):
2013 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
2014 (icalendar-tests--test-import): Reset zone even if error occurred.
2015
2016 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * automated/core-elisp-tests.el: New file.
2019
2020 2013-08-01 Glenn Morris <rgm@gnu.org>
2021
2022 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
2023 Try to check that the remote system has a notification program.
2024
2025 2013-07-31 Glenn Morris <rgm@gnu.org>
2026
2027 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
2028
2029 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
2030
2031 * automated/file-notify-tests.el
2032 (file-notify--test-local-enabled): New defconst. Replaces all
2033 `file-notify-support' occurrences.
2034 (file-notify--test-remote-enabled): New defun.
2035 (file-notify--deftest-remote): Use it.
2036 (file-notify-test00-availability): Rewrite.
2037 (file-notify-test00-availability-remote): New defun.
2038 (file-notify-test01-add-watch): Rewrite first erroneous check.
2039
2040 2013-07-23 Glenn Morris <rgm@gnu.org>
2041
2042 * automated/inotify-test.el (inotify-file-watch-simple):
2043 Delete temp-file when done.
2044
2045 * automated/subword-tests.el: Require subword.
2046
2047 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * automated/subword-tests.el: New file.
2050
2051 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2052
2053 * automated/python-tests.el (python-imenu-create-index-2)
2054 (python-imenu-create-index-3): New tests.
2055
2056 2013-07-11 Glenn Morris <rgm@gnu.org>
2057
2058 * automated/ert-tests.el: Require cl-lib at runtime too.
2059 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
2060 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
2061 (ert-test-set-functions, ert-test-gensym)
2062 (ert-test-coerce-to-vector, ert-test-string-position)
2063 (ert-test-mismatch): Remove tests.
2064 * automated/cl-lib.el: New, split from ert-tests.el.
2065
2066 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
2067 Goto point-min.
2068 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
2069 (ruby-move-to-block-skips-percent-literal)
2070 (ruby-move-to-block-skips-heredoc)
2071 (ruby-move-to-block-moves-from-else-to-if)
2072 (ruby-beginning-of-defun-does-not-fold-case)
2073 (ruby-end-of-defun-skips-to-next-line-after-the-method):
2074 Replace goto-line with forward-line/goto-char.
2075 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
2076
2077 * automated/package-test.el (makeinfo-buffer): Autoload.
2078 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
2079 (package-test-install-texinfo): Don't require makeinfo.
2080
2081 * automated/files.el: Stop "local variables" confusion.
2082
2083 * automated/flymake-tests.el (flymake-tests): Remove unused group.
2084
2085 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
2086 Use with-current-buffer.
2087
2088 * automated/undo-tests.el (undo-test-buffer-modified)
2089 (undo-test-file-modified): New tests.
2090
2091 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
2092
2093 * automated/file-notify-tests.el (file-notify-test00-availability):
2094 Set :expected-result.
2095 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
2096 (file-notify-test02-events, file-notify-test02-events-remote)
2097 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
2098 Skip when `file-notify-support' is nil. (Bug#14823)
2099
2100 2013-07-09 Glenn Morris <rgm@gnu.org>
2101
2102 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
2103 Declare.
2104 (inotify-file-watch-simple): Silence compiler.
2105
2106 * automated/python-tests.el (python-indent-block-enders):
2107 Make it actually test something.
2108
2109 * automated/package-x-test.el: Require package-test when compiling.
2110
2111 * automated/add-log-tests.el, automated/advice-tests.el:
2112 * automated/imenu-test.el, automated/package-x-test.el:
2113 * automated/python-tests.el, automated/ruby-mode-tests.el:
2114 * automated/xml-parse-tests.el: Explicitly require ert.
2115
2116 2013-07-08 Kenichi Handa <handa@gnu.org>
2117
2118 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
2119 Use with-ccoding-priority to avoid side-effect (Bug#14781).
2120
2121 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
2122
2123 * automated/file-notify-tests.el
2124 (file-notify-test-remote-temporary-file-directory):
2125 Use `null-device' on w32.
2126 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
2127 (file-notify--test-results, file-notify--test-event)
2128 (file-notify--deftest-remote, file-notify--event-test)
2129 (file-notify--test-event-handler)
2130 (file-notify--test-make-temp-name): Rename, in order to mark them
2131 internal.
2132 (tramp-message-show-message, tramp-read-passwd): Tweak them for
2133 better fitting in noninteractive tests.
2134 (file-notify-test00-availability): Rename from `file-notify-test0'.
2135 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
2136 Use `temporary-file-directory '.
2137 (file-notify-test01-add-watch-remote): New test.
2138 (file-notify-test02-events): Rename from `file-notify-test2'.
2139 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
2140 (file-notify-test03-autorevert): Rename from
2141 `file-notify-test4'. Use timeouts.
2142 (file-notify-test03-autorevert-remote): Rename from
2143 `file-notify-test5'.
2144
2145 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
2146
2147 * automated/file-notify-tests.el: New package.
2148
2149 2013-06-28 Kenichi Handa <handa@gnu.org>
2150
2151 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
2152 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
2153 Callers changed.
2154 (decoder-tests-filename): New function.
2155 (decoder-tests-prefer-utf-8-read)
2156 (decoder-tests-prefer-utf-8-write): New function.
2157 (ert-test-decoder-prefer-utf-8): New test.
2158
2159 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
2160
2161 * automated/package-x-test.el: Change the commentary.
2162 (package-x-test--single-archive-entry-1-3)
2163 (package-x-test--single-archive-entry-1-4): Fix the tests, by
2164 using the appropriate data structure.
2165
2166 2013-06-27 Daniel Hackney <dan@haxney.org>
2167
2168 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
2169
2170 * automated/package-x-test.el: New file.
2171
2172 * automated/package-test.el: New file.
2173
2174 * automated/data/package: New directory, with test examples.
2175
2176 2013-06-27 Glenn Morris <rgm@gnu.org>
2177
2178 * automated/python-tests.el (python-tests-with-temp-file):
2179 Clean up after ourself.
2180
2181 * automated/undo-tests.el (undo-test3): Remove test that seems to
2182 do nothing that the previous one doesn't, except leave a tempfile.
2183
2184 2013-06-26 Glenn Morris <rgm@gnu.org>
2185
2186 * automated/info-xref.el: New file.
2187
2188 2013-06-25 Glenn Morris <rgm@gnu.org>
2189
2190 * automated/occur-tests.el (occur-test-create): New function.
2191 Use it to create separate tests for each element, so we run them
2192 all rather than stopping at the first error.
2193
2194 2013-06-24 Glenn Morris <rgm@gnu.org>
2195
2196 * automated/occur-tests.el (occur-tests):
2197 Update for 2013-05-29 change to occur header line.
2198
2199 2013-06-21 Eduard Wiebe <usenet@pusto.de>
2200
2201 Test suite for flymake.
2202 * automated/flymake-tests.el:
2203 * automated/flymake/warnpred/Makefile
2204 * automated/flymake/warnpred/test.c
2205 * automated/flymake/warnpred/test.pl: New files.
2206
2207 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2208
2209 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
2210
2211 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2212
2213 * automated/reftex-tests.el: New test suite for reftex.
2214
2215 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
2216
2217 * automated/ruby-mode-tests.el: New tests, for percent literals
2218 and expression expansion.
2219
2220 2013-05-29 Leo Liu <sdl.web@gmail.com>
2221
2222 * indent/octave.m: Tweak.
2223
2224 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
2225
2226 * eshell.el: Rewrite tests using ERT.
2227
2228 2013-05-25 Leo Liu <sdl.web@gmail.com>
2229
2230 * indent/octave.m: Add tests for %!, # and ### comments.
2231
2232 2013-05-23 Kenichi Handa <handa@gnu.org>
2233
2234 * automated/decoder-tests.el: New file.
2235
2236 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
2237
2238 * indent/ruby.rb: Add multiline regexp example.
2239
2240 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
2241 (ruby-regexp-skips-over-interpolation)
2242 (ruby-regexp-continues-till-end-when-unclosed)
2243 (ruby-regexp-can-be-multiline)
2244 (ruby-interpolation-inside-percent-literal): New tests.
2245
2246 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2247
2248 * indent/ruby.rb: Fix indentation after =; add more cases.
2249
2250 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * indent/pascal.pas: Add test for mis-identified comments.
2253
2254 2013-04-01 Masatake YAMATO <yamato@redhat.com>
2255
2256 * automated/imenu-test.el: New file. (Bug#14112)
2257
2258 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
2259
2260 * automated/python-tests.el (python-imenu-prev-index-position-1):
2261 Remove test.
2262 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
2263 New tests.
2264
2265 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2266
2267 * automated/python-tests.el (python-nav-backward-defun-2)
2268 (python-nav-backward-defun-3, python-nav-forward-defun-2)
2269 (python-nav-forward-defun-3): New tests.
2270
2271 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2272
2273 * automated/python-tests.el (python-nav-backward-defun-1)
2274 (python-nav-forward-defun-1): New tests.
2275
2276 2013-04-09 Masatake YAMATO <yamato@redhat.com>
2277
2278 * automated/add-log-tests.el: New file. (Bug#14112)
2279
2280 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2281
2282 * automated/python-tests.el (python-indent-block-enders): New test.
2283 (python-info-current-defun-2): Fix test.
2284
2285 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
2286
2287 * indent/octave.m: Fix encoding error in comment. Add coding tag.
2288
2289 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
2290
2291 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2292 (python-tests-with-temp-file): New macro.
2293 (python-tests-shell-interpreter): New var.
2294 (python-shell-get-process-name-1)
2295 (python-shell-internal-get-process-name-1)
2296 (python-shell-parse-command-1)
2297 (python-shell-calculate-process-environment-1)
2298 (python-shell-calculate-process-environment-2)
2299 (python-shell-calculate-process-environment-3)
2300 (python-shell-calculate-exec-path-1)
2301 (python-shell-calculate-exec-path-2)
2302 (python-shell-make-comint-1)
2303 (python-shell-make-comint-2)
2304 (python-shell-get-process-1)
2305 (python-shell-get-or-create-process-1)
2306 (python-shell-internal-get-or-create-process-1): New tests.
2307
2308 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2309
2310 * automated/python-tests.el: New file.
2311
2312 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2313
2314 * automated/ruby-mode-tests.el
2315 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2316 bits inside the examples.
2317 (ruby-move-to-block-skips-heredoc): New test.
2318 (ruby-add-log-current-method-after-inner-class):
2319 Lower expectations: move point inside a method, initially.
2320
2321 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2322
2323 * automated/ruby-mode-tests.el
2324 (ruby-move-to-block-skips-percent-literal): New test.
2325
2326 2013-02-04 Chong Yidong <cyd@gnu.org>
2327
2328 * automated/thingatpt.el: New file.
2329
2330 2013-02-03 Chong Yidong <cyd@gnu.org>
2331
2332 * automated/files.el (file-test--do-local-variables-test):
2333 Avoid compilation warning message.
2334
2335 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2336
2337 * automated/ruby-mode-tests.el
2338 (ruby-indent-spread-args-in-parens): New test.
2339 * automated/ruby-mode-tests.el (ruby-block-test-example):
2340 Break indentation of the do block opener and add a line inside it.
2341 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2342 Adjust line numbers.
2343
2344 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
2347
2348 2013-01-14 Glenn Morris <rgm@gnu.org>
2349
2350 * automated/compile-tests.el (compile-tests--test-regexps-data):
2351 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2352
2353 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2354
2355 * automated/man-tests.el: New file.
2356
2357 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2358
2359 * automated/undo-tests.el (undo-test0): Adjust error to code change.
2360
2361 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2362
2363 * automated/undo-tests.el: New file.
2364
2365 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
2366
2367 * automated/ruby-mode-tests.el
2368 (ruby-indent-after-block-in-continued-expression): New test.
2369
2370 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
2371
2372 * automated/ruby-mode-tests.el:
2373 Rename one interpolation test; add three more.
2374 (ruby-with-temp-buffer): New macro, use it where appropriate.
2375 (ruby-add-log-current-method-examples): Use "_" for target point.
2376 Add four new tests for ruby-add-log-current-method.
2377
2378 2012-12-11 Glenn Morris <rgm@gnu.org>
2379
2380 * automated/f90.el (f90-test-bug13138): New test.
2381
2382 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2383
2384 * automated/inotify-test.el: New test.
2385
2386 2012-12-02 Chong Yidong <cyd@gnu.org>
2387
2388 * automated/ruby-mode-tests.el
2389 (ruby-add-log-current-method-examples): Don't use loop macro, to
2390 allow automated testing to work.
2391
2392 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2393
2394 * automated/advice-tests.el (advice-tests--data): Remove.
2395 (advice-tests): Move the tests directly here instead.
2396 Add called-interactively-p tests.
2397
2398 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * automated/ert-x-tests.el: Use cl-lib.
2401 * automated/ert-tests.el: Use lexical-binding and cl-lib.
2402
2403 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2404
2405 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2406 (ruby-indent-inside-heredoc-after-operator)
2407 (ruby-indent-inside-heredoc-after-space): New tests.
2408 Change direct font-lock face references to var references.
2409 (ruby-interpolation-suppresses-syntax-inside): New test.
2410 (ruby-interpolation-inside-percent-literal-with-paren):
2411 New failing test.
2412
2413 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2414
2415 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2416 (ruby-singleton-class-no-heredoc-font-lock)
2417 (ruby-add-log-current-method-examples): New tests.
2418 (ruby-test-string): Extract from ruby-should-indent-buffer.
2419 (ruby-deftest-move-to-block): New macro.
2420 Add several move-to-block tests.
2421
2422 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * automated/advice-tests.el: New tests.
2425
2426 2012-10-14 Eli Zaretskii <eliz@gnu.org>
2427
2428 * automated/compile-tests.el (compile-tests--test-regexps-data):
2429 Add new data for msft's new format.
2430
2431 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2432
2433 * automated/ruby-mode-tests.el:
2434 (ruby-toggle-block-to-multiline): New test.
2435 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2436 (ruby-toggle-block-to-brace): Use buffer-string.
2437
2438 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2439
2440 * automated/ruby-mode-tests.el: New tests (Bug#11613).
2441
2442 2012-08-28 Chong Yidong <cyd@gnu.org>
2443
2444 * automated/files.el: Test every combination of values for
2445 enable-local-variables and enable-local-eval.
2446
2447 2012-08-19 Chong Yidong <cyd@gnu.org>
2448
2449 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2450
2451 2012-08-18 Chong Yidong <cyd@gnu.org>
2452
2453 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2454
2455 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
2456
2457 * indent/ruby.rb: Rearrange examples, add new ones.
2458
2459 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
2460
2461 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2462 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2463
2464 2012-08-11 Glenn Morris <rgm@gnu.org>
2465
2466 * automated/files.el: New file.
2467
2468 * automated/Makefile.in (all): Fix typo.
2469
2470 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
2471
2472 * automated/ruby-mode-tests.el (ruby-should-indent):
2473 Add docstring, check (current-indentation) instead of (current-column).
2474 (ruby-should-indent-buffer): New function.
2475 Add tests for `ruby-deep-indent-paren' behavior.
2476 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2477
2478 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
2479
2480 Original tests in test_ruby_mode.rb in upstream (author).
2481
2482 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
2483
2484 * automated/ruby-mode-tests.el (ruby-should-indent)
2485 (ruby-assert-state): New functions.
2486 Add new tests.
2487
2488 2012-07-29 David Engster <deng@randomsample.de>
2489
2490 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2491 New variable to hold test data for name expansion.
2492 (xml-parse-tests): Test the two different types of name expansion.
2493
2494 2012-07-29 Juri Linkov <juri@jurta.org>
2495
2496 * automated/occur-tests.el (occur-test-case): Use predefined
2497 buffer name " *test-occur*" instead of a random buffer name.
2498
2499 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2500
2501 * automated/ruby-mode-tests.el: New file with one test.
2502
2503 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2504
2505 * indent/shell.sh: Add test case for ${#VAR}.
2506
2507 * indent/latex-mode.tex: New file.
2508
2509 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * eshell.el: Use cl-lib.
2512
2513 2012-07-03 Chong Yidong <cyd@gnu.org>
2514
2515 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2516
2517 2012-07-02 Chong Yidong <cyd@gnu.org>
2518
2519 * automated/xml-parse-tests.el (xml-parse-tests--data):
2520 More testcases.
2521
2522 2012-07-01 Chong Yidong <cyd@gnu.org>
2523
2524 * automated/xml-parse-tests.el: New file.
2525
2526 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2529 Use cl-flet.
2530
2531 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
2532
2533 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2534 Test escaped commas in TZID (Bug#11473).
2535 (icalendar-import-with-timezone): New.
2536 (icalendar-real-world): Add new testcase as given in the bugreport
2537 of Bug#11473.
2538
2539 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
2540
2541 * automated/icalendar-tests.el (icalendar-tests--test-import):
2542 Include UID in import tests (Bug#11525).
2543 (icalendar-import-non-recurring, icalendar-import-rrule)
2544 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2545 UID-import change.
2546 (icalendar-import-with-uid): New.
2547 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2548 Include UID in cycle tests.
2549 (icalendar-cycle, icalendar-real-world): UID-import change.
2550
2551 2012-05-21 Glenn Morris <rgm@gnu.org>
2552
2553 * automated/Makefile.in (setwins): Scrap superfluous subshell.
2554
2555 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
2556
2557 * automated/url-util-tests.el: New file to test
2558 lisp/url/url-util.el. Only `url-build-query-string' and
2559 `url-parse-query-string' are tested right now (Bug#8706).
2560
2561 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2562
2563 * indent/shell.sh:
2564 * indent/shell.rc: Ad some test cases.
2565
2566 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2567
2568 * indent/ruby.rb: New file, to test new syntax-propertize code.
2569
2570 2012-04-11 Glenn Morris <rgm@gnu.org>
2571
2572 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2573
2574 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2575
2576 * automated/url-future-tests.el (url-future-tests): Move from
2577 lisp/url/url-future.el and rename.
2578
2579 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
2580
2581 * automated/icalendar-tests.el (icalendar-import-non-recurring):
2582 Fix broken test, caused by missing trailing blank.
2583
2584 2011-12-03 Chong Yidong <cyd@gnu.org>
2585
2586 * automated/compile-tests.el (compile-tests--test-regexps-data):
2587 Increase column numbers by one to reflect change in how
2588 compilation-message is recorded (Bug#10172).
2589
2590 2011-11-22 Glenn Morris <rgm@gnu.org>
2591
2592 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2593
2594 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2595
2596 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2597
2598 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2599
2600 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2601 (icalendar-tests--test-export, icalendar-tests--do-test-export):
2602 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2603
2604 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
2605
2606 * automated/newsticker-tests.el
2607 (newsticker--group-manage-orphan-feeds): Remove fsetting of
2608 newsticker--treeview-tree-update.
2609
2610 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
2611
2612 * automated/newsticker-tests.el
2613 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2614
2615 * automated/newsticker-tests.el
2616 (newsticker--group-manage-orphan-feeds): Prevent updating
2617 newsticker treeview. Fixed bug#9763.
2618
2619 2011-10-20 Glenn Morris <rgm@gnu.org>
2620
2621 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2622
2623 * automated/vc-bzr.el: New file.
2624
2625 2011-10-15 Glenn Morris <rgm@gnu.org>
2626
2627 * automated/f90.el: New file.
2628
2629 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
2630
2631 * automated/newsticker-tests.el: Move newsticker-testsuite.el
2632 to automated/newsticker-tests.el. Convert to ERT.
2633
2634 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
2635
2636 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2637 Remove, simply use string=.
2638 (icalendar--diarytime-to-isotime)
2639 (icalendar--datetime-to-diary-date)
2640 (icalendar--datestring-to-isodate)
2641 (icalendar--format-ical-event)
2642 (icalendar--parse-summary-and-rest)
2643 (icalendar-tests--do-test-import)
2644 (icalendar-tests--do-test-cycle): Change argument order of
2645 string= to EXPECTED ACTUAL.
2646 (icalendar--import-format-sample)
2647 (icalendar--format-ical-event)
2648 (icalendar-import-non-recurring)
2649 (icalendar-import-rrule)
2650 (icalendar-import-duration)
2651 (icalendar-import-bug-6766)
2652 (icalendar-real-world): Adjust to string= instead of
2653 icalendar-tests--compare-strings.
2654 (icalendar-import-multiple-vcalendars): New.
2655
2656 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
2657
2658 * automated/gnus-tests.el: Add wrapper for Gnus tests.
2659 Require CL.
2660
2661 2011-05-09 Juri Linkov <juri@jurta.org>
2662
2663 * automated/occur-tests.el: Move from test/occur-testsuite.el.
2664 Convert to ERT.
2665
2666 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
2667
2668 * automated/compile-tests.el: New file.
2669
2670 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
2671
2672 * automated/font-parse-tests.el: Don't byte-compile.
2673
2674 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
2675
2676 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * automated/lexbind-tests.el: New file.
2679
2680 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2681
2682 * Version 23.3 released.
2683
2684 2011-03-05 Glenn Morris <rgm@gnu.org>
2685
2686 * eshell.el: Move here from lisp/eshell/esh-test.el.
2687
2688 2011-03-03 Christian Ohler <ohler@gnu.org>
2689
2690 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2691 New test.
2692
2693 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
2694
2695 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2696 convert to ERT format.
2697
2698 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
2699
2700 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2701 convert to ERT format.
2702
2703 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * indent/shell.sh:
2706 * indent/shell.rc: New files.
2707
2708 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
2709
2710 * automated/font-parse-tests.el: Move from
2711 font-parse-testsuite.el.
2712
2713 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
2714
2715 * font-parse-testsuite.el (test-font-parse-data): New file.
2716
2717 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * indent/prolog.prolog: Add tokenizing tests.
2720
2721 2011-01-13 Christian Ohler <ohler@gnu.org>
2722
2723 * automated: New directory for automated tests.
2724
2725 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2726
2727 * automated/Makefile.in: New file.
2728
2729 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2730
2731 * indent/modula2.mod: New file.
2732
2733 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * indent/octave.m: Add a test to ensure indentation is local.
2736
2737 2010-10-23 Glenn Morris <rgm@gnu.org>
2738
2739 * comint-testsuite.el
2740 (comint-testsuite--test-comint-password-prompt-regexp):
2741 Add "Please enter the password". (Bug#7224)
2742
2743 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * indent/prolog.prolog: Use normal spacing around !.
2746
2747 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2748
2749 * indent/octave.m: Remove one more `fixindent'. Use `end'.
2750
2751 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * indent/octave.m: Remove some `fixindent' not needed any more.
2754
2755 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2756
2757 * indent/octave.m: New file.
2758
2759 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2760
2761 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2762 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2763 (icalendar-testsuite--run-internal-tests): New.
2764 (icalendar-testsuite--test-convert-ordinary-to-ical)
2765 (icalendar-testsuite--test-convert-block-to-ical)
2766 (icalendar-testsuite--test-convert-anniversary-to-ical)
2767 (icalendar-testsuite--test-parse-vtimezone)
2768 (icalendar-testsuite--do-test-export): Code formatting.
2769 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2770 (icalendar-testsuite--do-test-import)
2771 (icalendar-testsuite--do-test-cycle):
2772 Use icalendar-testsuite--compare-strings
2773 (icalendar-testsuite--run-import-tests): Comment added.
2774 (icalendar-testsuite--run-import-tests)
2775 (icalendar-testsuite--run-real-world-tests): Fix expected results.
2776
2777 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * redisplay-testsuite.el (test-redisplay-3): New test.
2780
2781 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
2782
2783 * comint-testsuite.el: New file.
2784
2785 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 * indent: New dir.
2788
2789 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * Version 23.2 released.
2792
2793 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
2794
2795 * cedet/semantic-ia-utest.el
2796 (semantic-symref-test-count-hits-in-tag): Add function, from
2797 semantic-test.el.
2798
2799 * cedet/tests/test.cpp:
2800 * cedet/tests/test.py:
2801 * cedet/tests/teststruct.cpp:
2802 * cedet/tests/testtemplates.cpp:
2803 * cedet/tests/testusing.cpp:
2804 * cedet/tests/scopetest.cpp:
2805 * cedet/tests/scopetest.java: Files deleted.
2806
2807 * cedet/tests/test.make:
2808 * cedet/tests/test.c:
2809 * cedet/tests/testjavacomp.java:
2810 * cedet/tests/testspp.c:
2811 * cedet/tests/testsppreplace.c:
2812 * cedet/tests/testsppreplaced.c:
2813 * cedet/tests/testsubclass.cpp:
2814 * cedet/tests/testsubclass.hh:
2815 * cedet/tests/testtypedefs.cpp:
2816 * cedet/tests/testvarnames.c:
2817 * cedet/tests/test.el:
2818 * cedet/tests/testdoublens.cpp:
2819 * cedet/tests/testdoublens.hpp: Add copyright header.
2820
2821 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2822 Remove reference to deleted files.
2823
2824 2010-03-30 Juri Linkov <juri@jurta.org>
2825
2826 * occur-testsuite.el (occur-tests): Add tests for context lines.
2827
2828 2010-03-23 Juri Linkov <juri@jurta.org>
2829
2830 * occur-testsuite.el: New file.
2831
2832 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * Branch for 23.2.
2835
2836 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2837
2838 * icalendar-testsuite.el
2839 (icalendar-testsuite--run-function-tests): Add new tests.
2840 (icalendar-testsuite--test-diarytime-to-isotime): Add another
2841 testcase.
2842 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2843 (icalendar-testsuite--test-convert-weekly-to-ical): New.
2844 (icalendar-testsuite--test-convert-yearly-to-ical): New.
2845 (icalendar-testsuite--test-convert-block-to-ical): New.
2846 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2847 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2848
2849 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2850
2851 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2852 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2853 Fix typos in docstrings and error messages.
2854 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2855
2856 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2857
2858 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2859 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2860 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2861
2862 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2863
2864 * icalendar-testsuite.el
2865 (icalendar-testsuite--run-function-tests):
2866 Add icalendar-testsuite--test-parse-vtimezone.
2867 (icalendar-testsuite--test-parse-vtimezone): New.
2868 (icalendar-testsuite--do-test-cycle): Doc changes.
2869 (icalendar-testsuite--run-real-world-tests): Remove trailing
2870 whitespace -- see change of icalendar--add-diary-entry in
2871 icalendar.el.
2872 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2873
2874 2009-09-30 Glenn Morris <rgm@gnu.org>
2875
2876 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2877
2878 2009-06-26 Eric Ludlam <zappo@gnu.org>
2879
2880 * cedet/*: New unit tests, from CEDET repository.
2881
2882 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
2883
2884 * redisplay-testsuite.el: New file.
2885
2886 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2887
2888 * Branch for 23.1.
2889
2890 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
2891
2892 * icalendar-testsuite.el
2893 (icalendar-testsuite--run-function-tests):
2894 Add icalendar-testsuite--test-diarytime-to-isotime.
2895 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2896 recent icalendar fixes.
2897 (icalendar-testsuite--test-diarytime-to-isotime): New.
2898 (icalendar-testsuite--test-create-uid): Adjust to recent
2899 icalendar changes.
2900
2901 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2902
2903 * bytecomp-testsuite.el: New file.
2904
2905 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
2906
2907 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2908 Add `icalendar-testsuite--test-create-uid'.
2909 (icalendar-testsuite--test-create-uid): New.
2910
2911 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
2912
2913 * newsticker-testsuite.el: New file.
2914
2915 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
2916
2917 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2918 Add icalendar-testsuite--test-datestring-to-isodate,
2919 icalendar-testsuite--test-datetime-to-diary-date, and
2920 icalendar-testsuite--test-calendar-style.
2921 (icalendar-testsuite--test-format-ical-event)
2922 (icalendar-testsuite--test-parse-summary-and-rest):
2923 Doc fix. Remove european-calendar-style.
2924 (icalendar-testsuite--get-ical-event): Doc fix.
2925 (icalendar-testsuite--test-first-weekday-of-year)
2926 (icalendar-testsuite--run-cycle-tests): Add doc string.
2927 (icalendar-testsuite--test-datestring-to-isodate)
2928 (icalendar-testsuite--test-datetime-to-diary-date)
2929 (icalendar-testsuite--test-calendar-style): New functions.
2930 (icalendar-testsuite--test-export): Handle iso date style.
2931 New arg INPUT-ISO. Use calendar-date-style.
2932 (icalendar-testsuite--test-import): Handle iso date style.
2933 New arg EXPECTED-ISO. Use calendar-date-style.
2934 (icalendar-testsuite--test-cycle): Handle iso date style.
2935 (icalendar-testsuite--run-import-tests)
2936 (icalendar-testsuite--run-export-tests)
2937 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2938
2939 2008-02-29 Glenn Morris <rgm@gnu.org>
2940
2941 * README: New file.
2942
2943 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
2944
2945 * icalendar-testsuite.el: New file.
2946
2947 ;; Local Variables:
2948 ;; coding: utf-8
2949 ;; End:
2950
2951 Copyright (C) 2008-2015 Free Software Foundation, Inc.
2952
2953 This file is part of GNU Emacs.
2954
2955 GNU Emacs is free software: you can redistribute it and/or modify
2956 it under the terms of the GNU General Public License as published by
2957 the Free Software Foundation, either version 3 of the License, or
2958 (at your option) any later version.
2959
2960 GNU Emacs is distributed in the hope that it will be useful,
2961 but WITHOUT ANY WARRANTY; without even the implied warranty of
2962 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2963 GNU General Public License for more details.
2964
2965 You should have received a copy of the GNU General Public License
2966 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.