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