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