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