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