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