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