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