]> code.delx.au - gnu-emacs/blob - test/ChangeLog
9db79e716173f222ad4b7f9b3b6c0846a53cd87b
[gnu-emacs] / test / ChangeLog
1 2013-11-21 Glenn Morris <rgm@gnu.org>
2
3 * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
4 (compile-main): Pass XARGS_LIMIT to xargs.
5
6 * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
7 (EMACSOPT): Use PATH_SEPARATOR.
8
9 2013-11-18 Paul Eggert <eggert@cs.ucla.edu>
10
11 Improve API of recently-added bool vector functions (Bug#15912).
12 * automated/data-tests.el: Adjust to API changes.
13
14 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
15
16 * automated/tramp-tests.el (tramp-test07-file-exists-p)
17 (tramp-test08-file-local-copy)
18 (tramp-test09-insert-file-contents, tramp-test10-write-region)
19 (tramp-test11-copy-file, tramp-test12-rename-file)
20 (tramp-test13-make-directory, tramp-test14-delete-directory)
21 (tramp-test15-copy-directory, tramp-test16-directory-files)
22 (tramp-test17-insert-directory, tramp-test18-file-attributes)
23 (tramp-test19-directory-files-and-attributes)
24 (tramp-test20-file-modes, tramp-test21-file-links)
25 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
26 (tramp-test24-file-name-completion, tramp-test25-load)
27 (tramp-test26-process-file, tramp-test27-start-file-process)
28 (tramp-test28-shell-command): Cleanup connection initially.
29
30 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
31
32 * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
33 connection before running the test.
34
35 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
36
37 * automated/tramp-tests.el (tramp-test15-copy-directory)
38 (tramp-test16-directory-files, tramp-test17-insert-directory)
39 (tramp-test18-file-attributes)
40 (tramp-test19-directory-files-and-attributes)
41 (tramp-test20-file-modes, tramp-test21-file-links)
42 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
43 (tramp-test24-file-name-completion, tramp-test25-load)
44 (tramp-test26-process-file, tramp-test27-start-file-process):
45 (tramp-test28-shell-command): Protect unwindforms with
46 `ignore-errors'.
47 (tramp-test29-utf8): New test.
48
49 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
50
51 * automated/file-notify-tests.el (file-notify-test02-events)
52 (file-notify-test03-autorevert): Suppress messages in `write-region'.
53
54 * automated/tramp-tests.el (tramp-test02-file-name-dissect)
55 (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
56 (tramp-test26-process-file, tramp-test28-shell-command):
57 Ensure, that the directory is not empty when calling "ls".
58
59 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
60
61 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
62 Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
63 (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
64 (tramp-test09-insert-file-contents, tramp-test10-write-region):
65 (tramp-test26-process-file): Add tests.
66 (tramp-test11-copy-file): Remove debug message.
67 (tramp-test20-file-modes): Special case, if user is "root".
68
69 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
70
71 * automated/file-notify-tests.el:
72 * automated/tramp-tests.el: Add `tramp-own-remote-path' to
73 `tramp-remote-path' when running on hydra.
74 (tramp-test07-file-exists-p): Remove instrumentation code.
75 (tramp-test26-process-file): Don't use "/bin/true" and
76 "/bin/false", these paths do not exist on hydra.
77
78 2013-11-08 Helmut Eller <eller.helmut@gmail.com>
79
80 * automated/process-tests.el: New file.
81
82 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
83
84 * indent/ruby.rb: New examples.
85
86 2013-11-06 Glenn Morris <rgm@gnu.org>
87
88 * automated/Makefile.in (setwins): Avoid accidental matches.
89
90 2013-11-06 Michael Albinus <michael.albinus@gmx.de>
91
92 * automated/tramp-tests.el (tramp-test07-file-exists-p):
93 Fix docstring. Instrument, in order to hunt failure on hydra.
94
95 2013-11-06 Glenn Morris <rgm@gnu.org>
96
97 * automated/flymake-tests.el (warning-predicate-rx-gcc)
98 (warning-predicate-function-gcc, warning-predicate-rx-perl)
99 (warning-predicate-function-perl):
100 * automated/info-xref.el (info-xref-test-makeinfo):
101 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
102 (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
103
104 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
105
106 * automated/tramp-tests.el: New file.
107
108 2013-11-05 Glenn Morris <rgm@gnu.org>
109
110 Get rid of --chdir usage.
111 * automated/Makefile.in (EMACSOPT): Move -L here.
112 (emacs): Set EMACS_TEST_DIRECTORY in the environment.
113 (setwins): Don't assume called from srcdir. Remove legacy stuff.
114 (.el.elc): No more need to pass -L here.
115 (compile-main): Get rid of sub-shell and cd.
116 (compile-clean, check): Get rid of cd.
117
118 Make it possible to run tests with a different working directory.
119 * automated/flymake-tests.el (flymake-tests-data-directory): New.
120 (flymake-tests--current-face): Use flymake-tests-data-directory.
121 (warning-predicate-function-gcc, warning-predicate-rx-perl)
122 (warning-predicate-function-perl): Adapt for above change.
123 * automated/zlib-tests.el (zlib-tests-data-directory): New.
124 (zlib--decompress): Use zlib-tests-data-directory.
125
126 * automated/eieio-tests.el (eieio-test-37-persistent-classes):
127 Remove test that makes no sense.
128
129 * automated/files.el (files-test-local-variable-data):
130 Fix result typo presumably caused by interference from dir-locals.
131 (file-test--do-local-variables-test): Prevent dir-locals interfering.
132
133 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
134
135 * indent/ruby.rb: Add a statement on the line after heredoc.
136 Move a now-successful example.
137
138 * automated/ruby-mode-tests.el: Remove outdated comment.
139
140 2013-11-04 Glenn Morris <rgm@gnu.org>
141
142 * automated/Makefile.in (abs_srcdir): Remove.
143 (emacs): Unset EMACSLOADPATH.
144 (.el.elc, check): Use -L to append srcdir to load-path.
145
146 2013-11-02 Glenn Morris <rgm@gnu.org>
147
148 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
149 (test, abs_top_srcdir, abs_top_builddir): Remove variables.
150 (abs_srcdir): New, set by configure.
151 (EMACS): Use a relative file name.
152 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
153 (lisp-compile): Remove (assume it's up-to-date).
154 (compile-main): Do not run lisp-compile.
155 (compile-main, compile-clean, compile-always, bootstrap-clean)
156 (check): Use srcdir rather than $test. Check cd return value.
157 Use --chdir.
158 (doit, compile, compile-always): Remove stuff copied from lisp/.
159 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
160
161 2013-10-31 Michael Albinus <michael.albinus@gmx.de>
162
163 * automated/ert-tests.el (ert-test-stats-set-test-and-result):
164 Add a skipping test.
165
166 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * indent/prolog.prolog: Test alignment of ->; with operator at bol.
169
170 * indent/css-mode.css (.x2): Test alignement inside braces.
171
172 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
173
174 * indent/ruby.rb: New failing example.
175
176 * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
177 Fix the test, in respect to adding the space after the curly.
178
179 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
180
181 * automated/ert-tests.el (ert-test-skip-unless): New test case.
182 (ert-test-deftest): Adapt test for changed macro expansion.
183 (ert-test-run-tests-interactively):
184 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
185 Add a skipping test.
186
187 * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
188 (file-notify--test-local-enabled): Make it a function. Check also
189 for `file-remote-p' of `temporary-file-directory'.
190 (file-notify--test-remote-enabled-checked): New defvar.
191 (file-notify--test-remote-enabled): Rewrite. Do not use Tramp
192 internal functions. Cache result.
193 (file-notify--deftest-remote, file-notify-test00-availability)
194 (file-notify-test01-add-watch, file-notify-test02-events)
195 (file-notify-test03-autorevert): Add checks with `skip_unless'.
196 (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
197
198 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
199
200 * indent/ruby.rb: Fix syntax error in the latest example.
201
202 2013-10-23 Glenn Morris <rgm@gnu.org>
203
204 * automated/Makefile.in (abs_top_srcdir, top_builddir):
205 New, set by configure.
206 (top_srcdir): Remove.
207 (abs_test, abs_lispsrc): New.
208 (lisp): No longer absolute.
209 (emacs, lisp-compile, compile, compile-always):
210 Quote entities that might contain whitespace.
211
212 2013-10-22 Dmitry Gutov <dgutov@yandex.ru>
213
214 * indent/ruby.rb: Move two examples to "working" section, add one
215 more.
216
217 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
218
219 * indent/ruby.rb: New examples for indentation of blocks.
220 Example of hash inside parens that inflooped before the present commit.
221
222 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
223
224 * test/automated/timer-tests.el: New file. Tests that (sit-for 0)
225 allows another timer to run.
226
227 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
228
229 * indent/ruby.rb: More examples for bug#15594, both failing and
230 now passing.
231
232 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
233
234 * indent/ruby.rb: Add two more cases.
235
236 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
237
238 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
239 first use.
240 (ruby-should-indent): Use indent-according-to-mode.
241 (ruby-deftest-move-to-block): Use `declare'.
242
243 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
244
245 * indent/ruby.rb: Fix a spurious change, add more failing examples.
246
247 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * indent/ruby.rb: Add a few more tests; adjust some indentation.
250
251 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
252
253 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
254 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
255
256 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
257
258 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
261 Adjust indentation of continued line to the new SMIE behavior.
262
263 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * automated/completion-tests.el:
266 * indent/css-mode.css: New files.
267
268 2013-10-03 Daiki Ueno <ueno@gnu.org>
269
270 * automated/data/package/signed/archive-contents:
271 * automated/data/package/signed/archive-contents.sig:
272 * automated/data/package/signed/signed-good-1.0.el:
273 * automated/data/package/signed/signed-good-1.0.el.sig:
274 * automated/data/package/signed/signed-bad-1.0.el:
275 * automated/data/package/signed/signed-bad-1.0.el.sig:
276 * automated/data/package/key.pub:
277 * automated/data/package/key.sec: New files.
278
279 * automated/package-test.el (package-test-update-listing)
280 (package-test-update-archives, package-test-describe-package):
281 Adjust to package.el change.
282 (package-test-signed): New test.
283
284 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
285
286 * automated/package-test.el: Update all cases to use :url instead
287 of :homepage.
288
289 * automated/package-x-test.el
290 (package-x-test--single-archive-entry-1-3): Same.
291
292 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
293
294 * automated/package-test.el (simple-single-desc-1-4): Remove, it
295 was unused.
296 (simple-single-desc): Expect :homepage property.
297 (multi-file-desc): Same.
298 (with-package-test): Do not save previous `default-directory'
299 value, let-bind the var instead.
300 (package-test-install-single): Expect :homepage property in the
301 generated pkg file.
302 (package-test-describe-package): Expect Homepage button.
303 (package-test-describe-non-installed-package)
304 (package-test-describe-non-installed-multi-file-package): Same.
305 (package-test-describe-not-installed-package): Remove, it was a
306 duplicate.
307
308 * automated/package-x-test.el
309 (package-x-test--single-archive-entry-1-3): Expect :homepage
310 property.
311 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
312
313 * automated/data/package/simple-single-1.3.el: Add URL header.
314
315 * automated/data/package/archive-contents: Add :homepage
316 properties to `simple-single' and `multi-file'.
317
318 2013-09-22 Daniel Colascione <dancol@dancol.org>
319
320 * automated/data-test.el:
321 (bool-vector-count-matches-all-0-nil)
322 (bool-vector-count-matches-all-0-t)
323 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
324 (bool-vector-count-matches-at, bool-vector-intersection-op)
325 (bool-vector-union-op, bool-vector-xor-op)
326 (bool-vector-set-difference-op)
327 (bool-vector-change-detection, bool-vector-not): New tests.
328 (mock-bool-vector-count-matches-at)
329 (test-bool-vector-bv-from-hex-string)
330 (test-bool-vector-to-hex-string)
331 (test-bool-vector-count-matches-at-tc)
332 (test-bool-vector-apply-mock-op)
333 (test-bool-vector-binop): New helper functions.
334 (bool-vector-test-vectors): New testcase data.
335
336 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
337
338 * automated/advice-tests.el (advice-test-called-interactively-p-around)
339 (advice-test-called-interactively-p-filter-args)
340 (advice-test-called-interactively-p-around): New tests.
341
342 2013-09-16 Glenn Morris <rgm@gnu.org>
343
344 * automated/eshell.el (eshell-match-result):
345 Return a more informative failure than simply "false". Update callers.
346
347 * automated/eshell.el (eshell-test/for-name-shadow-loop):
348 Test value before and after loop as well as during.
349
350 2013-09-15 Glenn Morris <rgm@gnu.org>
351
352 * automated/eshell.el (eshell-test/for-name-shadow-loop):
353 New test. (Bug#15372)
354 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
355
356 2013-09-13 Glenn Morris <rgm@gnu.org>
357
358 * automated/eshell.el (with-temp-eshell):
359 Use a temp directory for eshell-directory-name.
360 (eshell-test-command-result): New, again using a temp directory.
361 Replace eshell-command-result with this throughout.
362 (eshell-test/for-loop, eshell-test/for-name-loop):
363 Ensure environment variables don't confuse us.
364
365 2013-09-12 Glenn Morris <rgm@gnu.org>
366
367 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
368 due to "has a running process; kill it?" prompts.
369
370 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * automated/eshell.el: Rename from eshell.el.
373 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
374
375 2013-09-01 Glenn Morris <rgm@gnu.org>
376
377 * automated/Makefile.in (setwins): Avoid leading space in $wins.
378 Otherwise the sed command used by eg compile-main ends up
379 containing "/*.el". (Bug#15170)
380
381 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
382
383 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
384 for portability to hosts where /bin/sh has problems.
385
386 2013-08-21 David Engster <deng@randomsample.de>
387
388 * automated/eieio-tests.el, automated/eieio-test-persist.el:
389 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
390 upstream. Changed to use ERT.
391
392 2013-08-14 Daniel Hackney <dan@haxney.org>
393
394 * package-test.el: Remove tar-package-building functions. Tar file
395 used for testing is included in the repository.
396 (package-test-install-texinfo, package-test-cleanup-built-files):
397 Remove.
398
399 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
400
401 * automated/python-tests.el (python-imenu-create-index-4)
402 (python-imenu-create-flat-index-2): New tests.
403
404 2013-08-05 Glenn Morris <rgm@gnu.org>
405
406 * automated/mule-util.el: New file, with tests extracted from
407 lisp/international/mule-util.el.
408
409 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * automated/advice-tests.el (advice-tests-nadvice): Test removal
412 before definition.
413 (advice-tests-macroaliases): New test.
414
415 2013-08-04 Glenn Morris <rgm@gnu.org>
416
417 * automated/ert-tests.el: Disable failing test that no-one seems
418 to know how to fix. (Bug#13064)
419
420 * automated/icalendar-tests.el (icalendar-tests--test-export)
421 (icalendar-tests--test-import): Try more precise TZ specification.
422 Remove debug messages.
423
424 2013-08-03 Glenn Morris <rgm@gnu.org>
425
426 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
427
428 * automated/icalendar-tests.el (icalendar-tests--test-export)
429 (icalendar-tests--test-import):
430 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
431 (icalendar-tests--test-import): Reset zone even if error occurred.
432
433 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * automated/core-elisp-tests.el: New file.
436
437 2013-08-01 Glenn Morris <rgm@gnu.org>
438
439 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
440 Try to check that the remote system has a notification program.
441
442 2013-07-31 Glenn Morris <rgm@gnu.org>
443
444 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
445
446 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
447
448 * automated/file-notify-tests.el
449 (file-notify--test-local-enabled): New defconst. Replaces all
450 `file-notify-support' occurences.
451 (file-notify--test-remote-enabled): New defun.
452 (file-notify--deftest-remote): Use it.
453 (file-notify-test00-availability): Rewrite.
454 (file-notify-test00-availability-remote): New defun.
455 (file-notify-test01-add-watch): Rewrite first erroneous check.
456
457 2013-07-23 Glenn Morris <rgm@gnu.org>
458
459 * automated/inotify-test.el (inotify-file-watch-simple):
460 Delete temp-file when done.
461
462 * automated/subword-tests.el: Require subword.
463
464 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * automated/subword-tests.el: New file.
467
468 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
469
470 * automated/python-tests.el (python-imenu-create-index-2)
471 (python-imenu-create-index-3): New tests.
472
473 2013-07-11 Glenn Morris <rgm@gnu.org>
474
475 * automated/ert-tests.el: Require cl-lib at runtime too.
476 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
477 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
478 (ert-test-set-functions, ert-test-gensym)
479 (ert-test-coerce-to-vector, ert-test-string-position)
480 (ert-test-mismatch): Remove tests.
481 * automated/cl-lib.el: New, split from ert-tests.el.
482
483 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
484 Goto point-min.
485 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
486 (ruby-move-to-block-skips-percent-literal)
487 (ruby-move-to-block-skips-heredoc)
488 (ruby-move-to-block-moves-from-else-to-if)
489 (ruby-beginning-of-defun-does-not-fold-case)
490 (ruby-end-of-defun-skips-to-next-line-after-the-method):
491 Replace goto-line with forward-line/goto-char.
492 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
493
494 * automated/package-test.el (makeinfo-buffer): Autoload.
495 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
496 (package-test-install-texinfo): Don't require makeinfo.
497
498 * automated/files.el: Stop "local variables" confusion.
499
500 * automated/flymake-tests.el (flymake-tests): Remove unused group.
501
502 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
503 Use with-current-buffer.
504
505 * automated/undo-tests.el (undo-test-buffer-modified)
506 (undo-test-file-modified): New tests.
507
508 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
509
510 * automated/file-notify-tests.el (file-notify-test00-availability):
511 Set :expected-result.
512 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
513 (file-notify-test02-events, file-notify-test02-events-remote)
514 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
515 Skip when `file-notify-support' is nil. (Bug#14823)
516
517 2013-07-09 Glenn Morris <rgm@gnu.org>
518
519 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
520 Declare.
521 (inotify-file-watch-simple): Silence compiler.
522
523 * automated/python-tests.el (python-indent-block-enders):
524 Make it actually test something.
525
526 * automated/package-x-test.el: Require package-test when compiling.
527
528 * automated/add-log-tests.el, automated/advice-tests.el:
529 * automated/imenu-test.el, automated/package-x-test.el:
530 * automated/python-tests.el, automated/ruby-mode-tests.el:
531 * automated/xml-parse-tests.el: Explictly require ert.
532
533 2013-07-08 Kenichi Handa <handa@gnu.org>
534
535 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
536 Use with-ccoding-priority to avoid side-effect (Bug#14781).
537
538 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
539
540 * automated/file-notify-tests.el
541 (file-notify-test-remote-temporary-file-directory):
542 Use `null-device' on w32.
543 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
544 (file-notify--test-results, file-notify--test-event)
545 (file-notify--deftest-remote, file-notify--event-test)
546 (file-notify--test-event-handler)
547 (file-notify--test-make-temp-name): Rename, in order to mark them
548 internal.
549 (tramp-message-show-message, tramp-read-passwd): Tweak them for
550 better fitting in noninteractive tests.
551 (file-notify-test00-availability): Rename from `file-notify-test0'.
552 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
553 Use `temporary-file-directory '.
554 (file-notify-test01-add-watch-remote): New test.
555 (file-notify-test02-events): Rename from `file-notify-test2'.
556 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
557 (file-notify-test03-autorevert): Rename from
558 `file-notify-test4'. Use timeouts.
559 (file-notify-test03-autorevert-remote): Rename from
560 `file-notify-test5'.
561
562 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
563
564 * automated/file-notify-tests.el: New package.
565
566 2013-06-28 Kenichi Handa <handa@gnu.org>
567
568 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
569 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
570 Callers changed.
571 (decoder-tests-filename): New function.
572 (decoder-tests-prefer-utf-8-read)
573 (decoder-tests-prefer-utf-8-write): New function.
574 (ert-test-decoder-prefer-utf-8): New test.
575
576 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
577
578 * automated/package-x-test.el: Change the commentary.
579 (package-x-test--single-archive-entry-1-3)
580 (package-x-test--single-archive-entry-1-4): Fix the tests, by
581 using the appropriate data structure.
582
583 2013-06-27 Daniel Hackney <dan@haxney.org>
584
585 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
586
587 * automated/package-x-test.el: New file.
588
589 * automated/package-test.el: New file.
590
591 * automated/data/package: New directory, with test examples.
592
593 2013-06-27 Glenn Morris <rgm@gnu.org>
594
595 * automated/python-tests.el (python-tests-with-temp-file):
596 Clean up after ourself.
597
598 * automated/undo-tests.el (undo-test3): Remove test that seems to
599 do nothing that the previous one doesn't, except leave a tempfile.
600
601 2013-06-26 Glenn Morris <rgm@gnu.org>
602
603 * automated/info-xref.el: New file.
604
605 2013-06-25 Glenn Morris <rgm@gnu.org>
606
607 * automated/occur-tests.el (occur-test-create): New function.
608 Use it to create separate tests for each element, so we run them
609 all rather than stopping at the first error.
610
611 2013-06-24 Glenn Morris <rgm@gnu.org>
612
613 * automated/occur-tests.el (occur-tests):
614 Update for 2013-05-29 change to occur header line.
615
616 2013-06-21 Eduard Wiebe <usenet@pusto.de>
617
618 Test suite for flymake.
619 * automated/flymake-tests.el:
620 * automated/flymake/warnpred/Makefile
621 * automated/flymake/warnpred/test.c
622 * automated/flymake/warnpred/test.pl: New files.
623
624 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
625
626 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
627
628 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
629
630 * automated/reftex-tests.el: New test suite for reftex.
631
632 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
633
634 * automated/ruby-mode-tests.el: New tests, for percent literals
635 and expression expansion.
636
637 2013-05-29 Leo Liu <sdl.web@gmail.com>
638
639 * indent/octave.m: Tweak.
640
641 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
642
643 * tests/eshell.el: Rewrite tests using ERT.
644
645 2013-05-25 Leo Liu <sdl.web@gmail.com>
646
647 * indent/octave.m: Add tests for %!, # and ### comments.
648
649 2013-05-23 Kenichi Handa <handa@gnu.org>
650
651 * automated/decoder-tests.el: New file.
652
653 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
654
655 * indent/ruby.rb: Add multiline regexp example.
656
657 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
658 (ruby-regexp-skips-over-interpolation)
659 (ruby-regexp-continues-till-end-when-unclosed)
660 (ruby-regexp-can-be-multiline)
661 (ruby-interpolation-inside-percent-literal): New tests.
662
663 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * indent/ruby.rb: Fix indentation after =; add more cases.
666
667 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
668
669 * indent/pascal.pas: Add test for mis-identified comments.
670
671 2013-04-01 Masatake YAMATO <yamato@redhat.com>
672
673 * automated/imenu-tests.el: New file. (Bug#14112)
674
675 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
676
677 * automated/python-tests.el (python-imenu-prev-index-position-1):
678 Remove test.
679 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
680 New tests.
681
682 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
683
684 * automated/python-tests.el (python-nav-backward-defun-2)
685 (python-nav-backward-defun-3, python-nav-forward-defun-2)
686 (python-nav-forward-defun-3): New tests.
687
688 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
689
690 * automated/python-tests.el (python-nav-backward-defun-1)
691 (python-nav-forward-defun-1): New tests.
692
693 2013-04-09 Masatake YAMATO <yamato@redhat.com>
694
695 * automated/add-log-tests.el: New file. (Bug#14112)
696
697 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
698
699 * automated/python-tests.el (python-indent-block-enders): New test.
700 (python-info-current-defun-2): Fix test.
701
702 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
703
704 * indent/octave.m: Fix encoding error in comment. Add coding tag.
705
706 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
707
708 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
709 (python-tests-with-temp-file): New macro.
710 (python-tests-shell-interpreter): New var.
711 (python-shell-get-process-name-1)
712 (python-shell-internal-get-process-name-1)
713 (python-shell-parse-command-1)
714 (python-shell-calculate-process-environment-1)
715 (python-shell-calculate-process-environment-2)
716 (python-shell-calculate-process-environment-3)
717 (python-shell-calculate-exec-path-1)
718 (python-shell-calculate-exec-path-2)
719 (python-shell-make-comint-1)
720 (python-shell-make-comint-2)
721 (python-shell-get-process-1)
722 (python-shell-get-or-create-process-1)
723 (python-shell-internal-get-or-create-process-1): New tests.
724
725 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
726
727 * automated/python-tests.el: New file.
728
729 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
730
731 * automated/ruby-mode-tests.el
732 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
733 bits inside the examples.
734 (ruby-move-to-block-skips-heredoc): New test.
735 (ruby-add-log-current-method-after-inner-class):
736 Lower expectations: move point inside a method, initially.
737
738 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
739
740 * automated/ruby-mode-tests.el
741 (ruby-move-to-block-skips-percent-literal): New test.
742
743 2013-02-04 Chong Yidong <cyd@gnu.org>
744
745 * automated/thingatpt.el: New file.
746
747 2013-02-03 Chong Yidong <cyd@gnu.org>
748
749 * automated/files.el (file-test--do-local-variables-test):
750 Avoid compilation warning message.
751
752 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
753
754 * automated/ruby-mode-tests.el
755 (ruby-indent-spread-args-in-parens): New test.
756 * automated/ruby-mode-tests.el (ruby-block-test-example):
757 Break indentation of the do block opener and add a line inside it.
758 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
759 Adjust line numbers.
760
761 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
762
763 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
764
765 2013-01-14 Glenn Morris <rgm@gnu.org>
766
767 * automated/compile-tests.el (compile-tests--test-regexps-data):
768 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
769
770 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
771
772 * automated/man-tests.el: New file.
773
774 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
775
776 * automated/undo-tests.el (undo-test0): Adjust error to code change.
777
778 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
779
780 * automated/undo-tests.el: New file.
781
782 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
783
784 * automated/ruby-mode-tests.el
785 (ruby-indent-after-block-in-continued-expression): New test.
786
787 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
788
789 * automated/ruby-mode-tests.el:
790 Rename one interpolation test; add three more.
791 (ruby-with-temp-buffer): New macro, use it where appropriate.
792 (ruby-add-log-current-method-examples): Use "_" for target point.
793 Add four new tests for ruby-add-log-current-method.
794
795 2012-12-11 Glenn Morris <rgm@gnu.org>
796
797 * automated/f90.el (f90-test-bug13138): New test.
798
799 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
800
801 * automated/inotify-test.el: New test.
802
803 2012-12-02 Chong Yidong <cyd@gnu.org>
804
805 * automated/ruby-mode-tests.el
806 (ruby-add-log-current-method-examples): Don't use loop macro, to
807 allow automated testing to work.
808
809 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * automated/advice-tests.el (advice-tests--data): Remove.
812 (advice-tests): Move the tests directly here instead.
813 Add called-interactively-p tests.
814
815 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * automated/ert-x-tests.el: Use cl-lib.
818 * automated/ert-tests.el: Use lexical-binding and cl-lib.
819
820 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
821
822 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
823 (ruby-indent-inside-heredoc-after-operator)
824 (ruby-indent-inside-heredoc-after-space): New tests.
825 Change direct font-lock face references to var references.
826 (ruby-interpolation-suppresses-syntax-inside): New test.
827 (ruby-interpolation-inside-percent-literal-with-paren):
828 New failing test.
829
830 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
831
832 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
833 (ruby-singleton-class-no-heredoc-font-lock)
834 (ruby-add-log-current-method-examples): New tests.
835 (ruby-test-string): Extract from ruby-should-indent-buffer.
836 (ruby-deftest-move-to-block): New macro.
837 Add several move-to-block tests.
838
839 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * automated/advice-tests.el: New tests.
842
843 2012-10-14 Eli Zaretskii <eliz@gnu.org>
844
845 * automated/compile-tests.el (compile-tests--test-regexps-data):
846 Add new data for msft's new format.
847
848 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
849
850 * automated/ruby-mode-tests.el:
851 (ruby-toggle-block-to-multiline): New test.
852 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
853 (ruby-toggle-block-to-brace): Use buffer-string.
854
855 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
856
857 * automated/ruby-mode-tests.el: New tests (Bug#11613).
858
859 2012-08-28 Chong Yidong <cyd@gnu.org>
860
861 * automated/files.el: Test every combination of values for
862 enable-local-variables and enable-local-eval.
863
864 2012-08-19 Chong Yidong <cyd@gnu.org>
865
866 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
867
868 2012-08-18 Chong Yidong <cyd@gnu.org>
869
870 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
871
872 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
873
874 * indent/ruby.rb: Rearrange examples, add new ones.
875
876 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
877
878 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
879 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
880
881 2012-08-11 Glenn Morris <rgm@gnu.org>
882
883 * automated/files.el: New file.
884
885 * automated/Makefile.in (all): Fix typo.
886
887 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
888
889 * automated/ruby-mode-tests.el (ruby-should-indent):
890 Add docstring, check (current-indentation) instead of (current-column).
891 (ruby-should-indent-buffer): New function.
892 Add tests for `ruby-deep-indent-paren' behavior.
893 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
894
895 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
896
897 Original tests in test_ruby_mode.rb in upstream (author).
898
899 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
900
901 * automated/ruby-mode-tests.el (ruby-should-indent)
902 (ruby-assert-state): New functions.
903 Add new tests.
904
905 2012-07-29 David Engster <deng@randomsample.de>
906
907 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
908 New variable to hold test data for name expansion.
909 (xml-parse-tests): Test the two different types of name expansion.
910
911 2012-07-29 Juri Linkov <juri@jurta.org>
912
913 * automated/occur-tests.el (occur-test-case): Use predefined
914 buffer name " *test-occur*" instead of a random buffer name.
915
916 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
917
918 * automated/ruby-mode-tests.el: New file with one test.
919
920 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * indent/shell.sh: Add test case for ${#VAR}.
923
924 * indent/latex-mode.tex: New file.
925
926 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * eshell.el: Use cl-lib.
929
930 2012-07-03 Chong Yidong <cyd@gnu.org>
931
932 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
933
934 2012-07-02 Chong Yidong <cyd@gnu.org>
935
936 * automated/xml-parse-tests.el (xml-parse-tests--data):
937 More testcases.
938
939 2012-07-01 Chong Yidong <cyd@gnu.org>
940
941 * automated/xml-parse-tests.el: New file.
942
943 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
946 Use cl-flet.
947
948 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
949
950 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
951 Test escaped commas in TZID (Bug#11473).
952 (icalendar-import-with-timezone): New.
953 (icalendar-real-world): Add new testcase as given in the bugreport
954 of Bug#11473.
955
956 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
957
958 * automated/icalendar-tests.el (icalendar-tests--test-import):
959 Include UID in import tests (Bug#11525).
960 (icalendar-import-non-recurring, icalendar-import-rrule)
961 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
962 UID-import change.
963 (icalendar-import-with-uid): New.
964 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
965 Include UID in cycle tests.
966 (icalendar-cycle, icalendar-real-world): UID-import change.
967
968 2012-05-21 Glenn Morris <rgm@gnu.org>
969
970 * automated/Makefile.in (setwins): Scrap superfluous subshell.
971
972 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
973
974 * automated/url-util-tests.el: New file to test
975 lisp/url/url-util.el. Only `url-build-query-string' and
976 `url-parse-query-string' are tested right now (Bug#8706).
977
978 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * indent/shell.sh:
981 * indent/shell.rc: Ad some test cases.
982
983 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * indent/ruby.rb: New file, to test new syntax-propertize code.
986
987 2012-04-11 Glenn Morris <rgm@gnu.org>
988
989 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
990
991 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
992
993 * automated/url-future-tests.el (url-future-tests): Move from
994 lisp/url/url-future.el and rename.
995
996 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
997
998 * automated/icalendar-tests.el (icalendar-import-non-recurring):
999 Fix broken test, caused by missing trailing blank.
1000
1001 2011-12-03 Chong Yidong <cyd@gnu.org>
1002
1003 * automated/compile-tests.el (compile-tests--test-regexps-data):
1004 Increase column numbers by one to reflect change in how
1005 compilation-message is recorded (Bug#10172).
1006
1007 2011-11-22 Glenn Morris <rgm@gnu.org>
1008
1009 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1010
1011 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1012
1013 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1014
1015 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1016
1017 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1018 (icalendar-tests--test-export, icalendar-tests--do-test-export):
1019 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1020
1021 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
1022
1023 * automated/newsticker-tests.el
1024 (newsticker--group-manage-orphan-feeds): Remove fsetting of
1025 newsticker--treeview-tree-update.
1026
1027 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
1028
1029 * automated/newsticker-tests.el
1030 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1031
1032 * trunk/test/automated/newsticker-tests.el
1033 (newsticker--group-manage-orphan-feeds): Prevent updating
1034 newsticker treeview. Fixed bug#9763.
1035
1036 2011-10-20 Glenn Morris <rgm@gnu.org>
1037
1038 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1039
1040 * automated/vc-bzr.el: New file.
1041
1042 2011-10-15 Glenn Morris <rgm@gnu.org>
1043
1044 * automated/f90.el: New file.
1045
1046 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
1047
1048 * automated/newsticker-tests.el: Move newsticker-testsuite.el
1049 to automated/newsticker-tests.el. Convert to ERT.
1050
1051 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
1052
1053 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1054 Remove, simply use string=.
1055 (icalendar--diarytime-to-isotime)
1056 (icalendar--datetime-to-diary-date)
1057 (icalendar--datestring-to-isodate)
1058 (icalendar--format-ical-event)
1059 (icalendar--parse-summary-and-rest)
1060 (icalendar-tests--do-test-import)
1061 (icalendar-tests--do-test-cycle): Change argument order of
1062 string= to EXPECTED ACTUAL.
1063 (icalendar--import-format-sample)
1064 (icalendar--format-ical-event)
1065 (icalendar-import-non-recurring)
1066 (icalendar-import-rrule)
1067 (icalendar-import-duration)
1068 (icalendar-import-bug-6766)
1069 (icalendar-real-world): Adjust to string= instead of
1070 icalendar-tests--compare-strings.
1071 (icalendar-import-multiple-vcalendars): New.
1072
1073 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
1074
1075 * automated/gnus-tests.el: Add wrapper for Gnus tests.
1076 Require CL.
1077
1078 2011-05-09 Juri Linkov <juri@jurta.org>
1079
1080 * automated/occur-tests.el: Move from test/occur-testsuite.el.
1081 Convert to ERT.
1082
1083 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
1084
1085 * automated/compile-tests.el: New file.
1086
1087 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
1088
1089 * automated/font-parse-tests.el: Don't byte-compile.
1090
1091 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
1092
1093 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1094
1095 * automated/lexbind-tests.el: New file.
1096
1097 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * Version 23.3 released.
1100
1101 2011-03-05 Glenn Morris <rgm@gnu.org>
1102
1103 * eshell.el: Move here from lisp/eshell/esh-test.el.
1104
1105 2011-03-03 Christian Ohler <ohler@gnu.org>
1106
1107 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1108 New test.
1109
1110 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
1111
1112 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1113 convert to ERT format.
1114
1115 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1118 convert to ERT format.
1119
1120 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * indent/shell.sh:
1123 * indent/shell.rc: New files.
1124
1125 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * automated/font-parse-tests.el: Move from
1128 font-parse-testsuite.el.
1129
1130 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
1131
1132 * font-parse-testsuite.el (test-font-parse-data): New file.
1133
1134 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * indent/prolog.prolog: Add tokenizing tests.
1137
1138 2011-01-13 Christian Ohler <ohler@gnu.org>
1139
1140 * automated: New directory for automated tests.
1141
1142 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1143
1144 * automated/Makefile.in: New file.
1145
1146 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * indent/modula2.mod: New file.
1149
1150 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * indent/octave.m: Add a test to ensure indentation is local.
1153
1154 2010-10-23 Glenn Morris <rgm@gnu.org>
1155
1156 * comint-testsuite.el
1157 (comint-testsuite--test-comint-password-prompt-regexp):
1158 Add "Please enter the password". (Bug#7224)
1159
1160 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * indent/prolog.prolog: Use normal spacing around !.
1163
1164 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * indent/octave.m: Remove one more `fixindent'. Use `end'.
1167
1168 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * indent/octave.m: Remove some `fixindent' not needed any more.
1171
1172 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1173
1174 * indent/octave.m: New file.
1175
1176 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
1177
1178 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1179 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1180 (icalendar-testsuite--run-internal-tests): New.
1181 (icalendar-testsuite--test-convert-ordinary-to-ical)
1182 (icalendar-testsuite--test-convert-block-to-ical)
1183 (icalendar-testsuite--test-convert-anniversary-to-ical)
1184 (icalendar-testsuite--test-parse-vtimezone)
1185 (icalendar-testsuite--do-test-export): Code formatting.
1186 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1187 (icalendar-testsuite--do-test-import)
1188 (icalendar-testsuite--do-test-cycle):
1189 Use icalendar-testsuite--compare-strings
1190 (icalendar-testsuite--run-import-tests): Comment added.
1191 (icalendar-testsuite--run-import-tests)
1192 (icalendar-testsuite--run-real-world-tests): Fix expected results.
1193
1194 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
1195
1196 * redisplay-testsuite.el (test-redisplay-3): New test.
1197
1198 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * comint-testsuite.el: New file.
1201
1202 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1203
1204 * indent: New dir.
1205
1206 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1207
1208 * Version 23.2 released.
1209
1210 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
1211
1212 * cedet/semantic-ia-utest.el
1213 (semantic-symref-test-count-hits-in-tag): Add function, from
1214 semantic-test.el.
1215
1216 * cedet/tests/test.cpp:
1217 * cedet/tests/test.py:
1218 * cedet/tests/teststruct.cpp:
1219 * cedet/tests/testtemplates.cpp:
1220 * cedet/tests/testusing.cpp:
1221 * cedet/tests/scopetest.cpp:
1222 * cedet/tests/scopetest.java: Files deleted.
1223
1224 * cedet/tests/test.make:
1225 * cedet/tests/test.c:
1226 * cedet/tests/testjavacomp.java:
1227 * cedet/tests/testspp.c:
1228 * cedet/tests/testsppreplace.c:
1229 * cedet/tests/testsppreplaced.c:
1230 * cedet/tests/testsubclass.cpp:
1231 * cedet/tests/testsubclass.hh:
1232 * cedet/tests/testtypedefs.cpp:
1233 * cedet/tests/testvarnames.c:
1234 * cedet/tests/test.el:
1235 * cedet/tests/testdoublens.cpp:
1236 * cedet/tests/testdoublens.hpp: Add copyright header.
1237
1238 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1239 Remove reference to deleted files.
1240
1241 2010-03-30 Juri Linkov <juri@jurta.org>
1242
1243 * occur-testsuite.el (occur-tests): Add tests for context lines.
1244
1245 2010-03-23 Juri Linkov <juri@jurta.org>
1246
1247 * occur-testsuite.el: New file.
1248
1249 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * Branch for 23.2.
1252
1253 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1254
1255 * icalendar-testsuite.el
1256 (icalendar-testsuite--run-function-tests): Add new tests.
1257 (icalendar-testsuite--test-diarytime-to-isotime): Add another
1258 testcase.
1259 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1260 (icalendar-testsuite--test-convert-weekly-to-ical): New.
1261 (icalendar-testsuite--test-convert-yearly-to-ical): New.
1262 (icalendar-testsuite--test-convert-block-to-ical): New.
1263 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1264 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1265
1266 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1267
1268 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1269 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1270 Fix typos in docstrings and error messages.
1271 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1272
1273 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1274
1275 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1276 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1277 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1278
1279 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1280
1281 * icalendar-testsuite.el
1282 (icalendar-testsuite--run-function-tests):
1283 Add icalendar-testsuite--test-parse-vtimezone.
1284 (icalendar-testsuite--test-parse-vtimezone): New.
1285 (icalendar-testsuite--do-test-cycle): Doc changes.
1286 (icalendar-testsuite--run-real-world-tests): Remove trailing
1287 whitespace -- see change of icalendar--add-diary-entry in
1288 icalendar.el.
1289 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1290
1291 2009-09-30 Glenn Morris <rgm@gnu.org>
1292
1293 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1294
1295 2009-06-26 Eric Ludlam <zappo@gnu.org>
1296
1297 * cedet/*: New unit tests, from CEDET repository.
1298
1299 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
1300
1301 * redisplay-testsuite.el: New file.
1302
1303 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1304
1305 * Branch for 23.1.
1306
1307 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1308
1309 * icalendar-testsuite.el
1310 (icalendar-testsuite--run-function-tests):
1311 Add icalendar-testsuite--test-diarytime-to-isotime.
1312 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1313 recent icalendar fixes.
1314 (icalendar-testsuite--test-diarytime-to-isotime): New.
1315 (icalendar-testsuite--test-create-uid): Adjust to recent
1316 icalendar changes.
1317
1318 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1319
1320 * bytecomp-testsuite.el: New file.
1321
1322 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1323
1324 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1325 Add `icalendar-testsuite--test-create-uid'.
1326 (icalendar-testsuite--test-create-uid): New.
1327
1328 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
1329
1330 * newsticker-testsuite.el: New file.
1331
1332 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
1333
1334 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1335 Add icalendar-testsuite--test-datestring-to-isodate,
1336 icalendar-testsuite--test-datetime-to-diary-date, and
1337 icalendar-testsuite--test-calendar-style.
1338 (icalendar-testsuite--test-format-ical-event):
1339 (icalendar-testsuite--test-parse-summary-and-rest):
1340 Doc fix. Remove european-calendar-style.
1341 (icalendar-testsuite--get-ical-event): Doc fix.
1342 (icalendar-testsuite--test-first-weekday-of-year):
1343 (icalendar-testsuite--run-cycle-tests): Add doc string.
1344 (icalendar-testsuite--test-datestring-to-isodate):
1345 (icalendar-testsuite--test-datetime-to-diary-date):
1346 (icalendar-testsuite--test-calendar-style): New functions.
1347 (icalendar-testsuite--test-export): Handle iso date style.
1348 New arg INPUT-ISO. Use calendar-date-style.
1349 (icalendar-testsuite--test-import): Handle iso date style.
1350 New arg EXPECTED-ISO. Use calendar-date-style.
1351 (icalendar-testsuite--test-cycle): Handle iso date style.
1352 (icalendar-testsuite--run-import-tests):
1353 (icalendar-testsuite--run-export-tests):
1354 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1355
1356 2008-02-29 Glenn Morris <rgm@gnu.org>
1357
1358 * README: New file.
1359
1360 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
1361
1362 * icalendar-testsuite.el: New file.
1363
1364 ;; Local Variables:
1365 ;; coding: utf-8
1366 ;; End:
1367
1368 Copyright (C) 2008-2013 Free Software Foundation, Inc.
1369
1370 This file is part of GNU Emacs.
1371
1372 GNU Emacs is free software: you can redistribute it and/or modify
1373 it under the terms of the GNU General Public License as published by
1374 the Free Software Foundation, either version 3 of the License, or
1375 (at your option) any later version.
1376
1377 GNU Emacs is distributed in the hope that it will be useful,
1378 but WITHOUT ANY WARRANTY; without even the implied warranty of
1379 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1380 GNU General Public License for more details.
1381
1382 You should have received a copy of the GNU General Public License
1383 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.