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