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