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