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