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