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