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