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