diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 224 |
1 files changed, 208 insertions, 16 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 964238ae45b..b66c2925287 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,8 +1,200 @@ | |||
| 1 | 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * automated/advice-tests.el (advice-tests--data): Remove. | ||
| 4 | (advice-tests): Move the tests directly here instead. | ||
| 5 | Add called-interactively-p tests. | ||
| 6 | |||
| 7 | 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 8 | |||
| 9 | * automated/ert-x-tests.el: Use cl-lib. | ||
| 10 | * automated/ert-tests.el: Use lexical-binding and cl-lib. | ||
| 11 | |||
| 12 | 2012-11-14 Dmitry Gutov <dgutov@yandex.ru> | ||
| 13 | |||
| 14 | * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass. | ||
| 15 | (ruby-indent-inside-heredoc-after-operator) | ||
| 16 | (ruby-indent-inside-heredoc-after-space): New tests. | ||
| 17 | Change direct font-lock face references to var references. | ||
| 18 | (ruby-interpolation-suppresses-syntax-inside): New test. | ||
| 19 | (ruby-interpolation-inside-percent-literal-with-paren): | ||
| 20 | New failing test. | ||
| 21 | |||
| 22 | 2012-11-13 Dmitry Gutov <dgutov@yandex.ru> | ||
| 23 | |||
| 24 | * automated/ruby-mode-tests.el (ruby-heredoc-font-lock) | ||
| 25 | (ruby-singleton-class-no-heredoc-font-lock) | ||
| 26 | (ruby-add-log-current-method-examples): New tests. | ||
| 27 | (ruby-test-string): Extract from ruby-should-indent-buffer. | ||
| 28 | (ruby-deftest-move-to-block): New macro. | ||
| 29 | Add several move-to-block tests. | ||
| 30 | |||
| 31 | 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 32 | |||
| 33 | * automated/advice-tests.el: New tests. | ||
| 34 | |||
| 35 | 2012-10-14 Eli Zaretskii <eliz@gnu.org> | ||
| 36 | |||
| 37 | * automated/compile-tests.el (compile-tests--test-regexps-data): | ||
| 38 | Add new data for msft's new format. | ||
| 39 | |||
| 40 | 2012-09-08 Dmitry Gutov <dgutov@yandex.ru> | ||
| 41 | |||
| 42 | * automated/ruby-mode-tests.el: | ||
| 43 | (ruby-toggle-block-to-multiline): New test. | ||
| 44 | (ruby-should-indent-buffer, ruby-toggle-block-to-do-end) | ||
| 45 | (ruby-toggle-block-to-brace): Use buffer-string. | ||
| 46 | |||
| 47 | 2012-09-07 Dmitry Gutov <dgutov@yandex.ru> | ||
| 48 | |||
| 49 | * automated/ruby-mode-tests.el: New tests (Bug#11613). | ||
| 50 | |||
| 51 | 2012-08-28 Chong Yidong <cyd@gnu.org> | ||
| 52 | |||
| 53 | * automated/files.el: Test every combination of values for | ||
| 54 | enable-local-variables and enable-local-eval. | ||
| 55 | |||
| 56 | 2012-08-19 Chong Yidong <cyd@gnu.org> | ||
| 57 | |||
| 58 | * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer. | ||
| 59 | |||
| 60 | 2012-08-18 Chong Yidong <cyd@gnu.org> | ||
| 61 | |||
| 62 | * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874). | ||
| 63 | |||
| 64 | 2012-08-14 Dmitry Gutov <dgutov@yandex.ru> | ||
| 65 | |||
| 66 | * indent/ruby.rb: Rearrange examples, add new ones. | ||
| 67 | |||
| 68 | 2012-08-12 Dmitry Gutov <dgutov@yandex.ru> | ||
| 69 | |||
| 70 | * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening) | ||
| 71 | (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test. | ||
| 72 | |||
| 73 | 2012-08-11 Glenn Morris <rgm@gnu.org> | ||
| 74 | |||
| 75 | * automated/files.el: New file. | ||
| 76 | |||
| 77 | * automated/Makefile.in (all): Fix typo. | ||
| 78 | |||
| 79 | 2012-08-10 Dmitry Gutov <dgutov@yandex.ru> | ||
| 80 | |||
| 81 | * automated/ruby-mode-tests.el (ruby-should-indent): | ||
| 82 | Add docstring, check (current-indentation) instead of (current-column). | ||
| 83 | (ruby-should-indent-buffer): New function. | ||
| 84 | Add tests for `ruby-deep-indent-paren' behavior. | ||
| 85 | Port all tests from test/misc/test_ruby_mode.rb in Ruby repo. | ||
| 86 | |||
| 87 | 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org> | ||
| 88 | |||
| 89 | Original tests in test_ruby_mode.rb in upstream (author). | ||
| 90 | |||
| 91 | 2012-08-09 Dmitry Gutov <dgutov@yandex.ru> | ||
| 92 | |||
| 93 | * automated/ruby-mode-tests.el (ruby-should-indent) | ||
| 94 | (ruby-assert-state): New functions. | ||
| 95 | Add new tests. | ||
| 96 | |||
| 97 | 2012-07-29 David Engster <deng@randomsample.de> | ||
| 98 | |||
| 99 | * automated/xml-parse-tests.el (xml-parse-tests--qnames): | ||
| 100 | New variable to hold test data for name expansion. | ||
| 101 | (xml-parse-tests): Test the two different types of name expansion. | ||
| 102 | |||
| 103 | 2012-07-29 Juri Linkov <juri@jurta.org> | ||
| 104 | |||
| 105 | * automated/occur-tests.el (occur-test-case): Use predefined | ||
| 106 | buffer name " *test-occur*" instead of a random buffer name. | ||
| 107 | |||
| 108 | 2012-07-20 Dmitry Gutov <dgutov@yandex.ru> | ||
| 109 | |||
| 110 | * automated/ruby-mode-tests.el: New file with one test. | ||
| 111 | |||
| 112 | 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 113 | |||
| 114 | * indent/shell.sh: Add test case for ${#VAR}. | ||
| 115 | |||
| 116 | * indent/latex-mode.tex: New file. | ||
| 117 | |||
| 118 | 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 119 | |||
| 120 | * eshell.el: Use cl-lib. | ||
| 121 | |||
| 122 | 2012-07-03 Chong Yidong <cyd@gnu.org> | ||
| 123 | |||
| 124 | * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New. | ||
| 125 | |||
| 126 | 2012-07-02 Chong Yidong <cyd@gnu.org> | ||
| 127 | |||
| 128 | * automated/xml-parse-tests.el (xml-parse-tests--data): | ||
| 129 | More testcases. | ||
| 130 | |||
| 131 | 2012-07-01 Chong Yidong <cyd@gnu.org> | ||
| 132 | |||
| 133 | * automated/xml-parse-tests.el: New file. | ||
| 134 | |||
| 135 | 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 136 | |||
| 137 | * automated/ert-x-tests.el (ert-test-run-tests-interactively-2): | ||
| 138 | Use cl-flet. | ||
| 139 | |||
| 140 | 2012-06-08 Ulf Jasper <ulf.jasper@web.de> | ||
| 141 | |||
| 142 | * automated/icalendar-tests.el (icalendar--parse-vtimezone): | ||
| 143 | Test escaped commas in TZID (Bug#11473). | ||
| 144 | (icalendar-import-with-timezone): New. | ||
| 145 | (icalendar-real-world): Add new testcase as given in the bugreport | ||
| 146 | of Bug#11473. | ||
| 147 | |||
| 148 | 2012-05-29 Ulf Jasper <ulf.jasper@web.de> | ||
| 149 | |||
| 150 | * automated/icalendar-tests.el (icalendar-tests--test-import): | ||
| 151 | Include UID in import tests (Bug#11525). | ||
| 152 | (icalendar-import-non-recurring, icalendar-import-rrule) | ||
| 153 | (icalendar-import-duration, icalendar-import-bug-6766): Adjust to | ||
| 154 | UID-import change. | ||
| 155 | (icalendar-import-with-uid): New. | ||
| 156 | (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle): | ||
| 157 | Include UID in cycle tests. | ||
| 158 | (icalendar-cycle, icalendar-real-world): UID-import change. | ||
| 159 | |||
| 160 | 2012-05-21 Glenn Morris <rgm@gnu.org> | ||
| 161 | |||
| 162 | * automated/Makefile.in (setwins): Scrap superfluous subshell. | ||
| 163 | |||
| 164 | 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 165 | |||
| 166 | * automated/url-util-tests.el: New file to test | ||
| 167 | lisp/url/url-util.el. Only `url-build-query-string' and | ||
| 168 | `url-parse-query-string' are tested right now (Bug#8706). | ||
| 169 | |||
| 170 | 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 171 | |||
| 172 | * indent/shell.sh: | ||
| 173 | * indent/shell.rc: Ad some test cases. | ||
| 174 | |||
| 175 | 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 176 | |||
| 177 | * indent/ruby.rb: New file, to test new syntax-propertize code. | ||
| 178 | |||
| 179 | 2012-04-11 Glenn Morris <rgm@gnu.org> | ||
| 180 | |||
| 181 | * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test. | ||
| 182 | |||
| 183 | 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 184 | |||
| 185 | * automated/url-future-tests.el (url-future-tests): Move from | ||
| 186 | lisp/url/url-future.el and rename. | ||
| 187 | |||
| 188 | 2012-01-29 Ulf Jasper <ulf.jasper@web.de> | ||
| 189 | |||
| 190 | * automated/icalendar-tests.el (icalendar-import-non-recurring): | ||
| 191 | Fix broken test, caused by missing trailing blank. | ||
| 192 | |||
| 1 | 2011-12-03 Chong Yidong <cyd@gnu.org> | 193 | 2011-12-03 Chong Yidong <cyd@gnu.org> |
| 2 | 194 | ||
| 3 | * automated/compile-tests.el (compile-tests--test-regexps-data): | 195 | * automated/compile-tests.el (compile-tests--test-regexps-data): |
| 4 | Increase column numbers by one to reflect change in how | 196 | Increase column numbers by one to reflect change in how |
| 5 | compilation-message is recorded (Bug#10172). | 197 | compilation-message is recorded (Bug#10172). |
| 6 | 198 | ||
| 7 | 2011-11-22 Glenn Morris <rgm@gnu.org> | 199 | 2011-11-22 Glenn Morris <rgm@gnu.org> |
| 8 | 200 | ||
| @@ -21,7 +213,7 @@ | |||
| 21 | 2011-10-30 Ulf Jasper <ulf.jasper@web.de> | 213 | 2011-10-30 Ulf Jasper <ulf.jasper@web.de> |
| 22 | 214 | ||
| 23 | * automated/newsticker-tests.el | 215 | * automated/newsticker-tests.el |
| 24 | (newsticker--group-manage-orphan-feeds): Removed fsetting of | 216 | (newsticker--group-manage-orphan-feeds): Remove fsetting of |
| 25 | newsticker--treeview-tree-update. | 217 | newsticker--treeview-tree-update. |
| 26 | 218 | ||
| 27 | 2011-10-29 Ulf Jasper <ulf.jasper@web.de> | 219 | 2011-10-29 Ulf Jasper <ulf.jasper@web.de> |
| @@ -58,7 +250,7 @@ | |||
| 58 | (icalendar--format-ical-event) | 250 | (icalendar--format-ical-event) |
| 59 | (icalendar--parse-summary-and-rest) | 251 | (icalendar--parse-summary-and-rest) |
| 60 | (icalendar-tests--do-test-import) | 252 | (icalendar-tests--do-test-import) |
| 61 | (icalendar-tests--do-test-cycle) : Changed argument order of | 253 | (icalendar-tests--do-test-cycle): Change argument order of |
| 62 | string= to EXPECTED ACTUAL. | 254 | string= to EXPECTED ACTUAL. |
| 63 | (icalendar--import-format-sample) | 255 | (icalendar--import-format-sample) |
| 64 | (icalendar--format-ical-event) | 256 | (icalendar--format-ical-event) |
| @@ -66,7 +258,7 @@ | |||
| 66 | (icalendar-import-rrule) | 258 | (icalendar-import-rrule) |
| 67 | (icalendar-import-duration) | 259 | (icalendar-import-duration) |
| 68 | (icalendar-import-bug-6766) | 260 | (icalendar-import-bug-6766) |
| 69 | (icalendar-real-world): Adjusted to string= instead of | 261 | (icalendar-real-world): Adjust to string= instead of |
| 70 | icalendar-tests--compare-strings. | 262 | icalendar-tests--compare-strings. |
| 71 | (icalendar-import-multiple-vcalendars): New. | 263 | (icalendar-import-multiple-vcalendars): New. |
| 72 | 264 | ||
| @@ -253,8 +445,8 @@ | |||
| 253 | 2010-02-19 Ulf Jasper <ulf.jasper@web.de> | 445 | 2010-02-19 Ulf Jasper <ulf.jasper@web.de> |
| 254 | 446 | ||
| 255 | * icalendar-testsuite.el | 447 | * icalendar-testsuite.el |
| 256 | (icalendar-testsuite--run-function-tests): Added new tests. | 448 | (icalendar-testsuite--run-function-tests): Add new tests. |
| 257 | (icalendar-testsuite--test-diarytime-to-isotime): Added another | 449 | (icalendar-testsuite--test-diarytime-to-isotime): Add another |
| 258 | testcase. | 450 | testcase. |
| 259 | (icalendar-testsuite--test-convert-ordinary-to-ical): New. | 451 | (icalendar-testsuite--test-convert-ordinary-to-ical): New. |
| 260 | (icalendar-testsuite--test-convert-weekly-to-ical): New. | 452 | (icalendar-testsuite--test-convert-weekly-to-ical): New. |
| @@ -279,14 +471,14 @@ | |||
| 279 | 2009-12-18 Ulf Jasper <ulf.jasper@web.de> | 471 | 2009-12-18 Ulf Jasper <ulf.jasper@web.de> |
| 280 | 472 | ||
| 281 | * icalendar-testsuite.el | 473 | * icalendar-testsuite.el |
| 282 | (icalendar-testsuite--run-function-tests): Added | 474 | (icalendar-testsuite--run-function-tests): |
| 283 | icalendar-testsuite--test-parse-vtimezone. | 475 | Add icalendar-testsuite--test-parse-vtimezone. |
| 284 | (icalendar-testsuite--test-parse-vtimezone): New. | 476 | (icalendar-testsuite--test-parse-vtimezone): New. |
| 285 | (icalendar-testsuite--do-test-cycle): Doc changes. | 477 | (icalendar-testsuite--do-test-cycle): Doc changes. |
| 286 | (icalendar-testsuite--run-real-world-tests): Removed trailing | 478 | (icalendar-testsuite--run-real-world-tests): Remove trailing |
| 287 | whitespace -- see change of icalendar--add-diary-entry in | 479 | whitespace -- see change of icalendar--add-diary-entry in |
| 288 | icalendar.el. | 480 | icalendar.el. |
| 289 | (icalendar-testsuite--run-cycle-tests): Re-enabled all tests. | 481 | (icalendar-testsuite--run-cycle-tests): Re-enable all tests. |
| 290 | 482 | ||
| 291 | 2009-09-30 Glenn Morris <rgm@gnu.org> | 483 | 2009-09-30 Glenn Morris <rgm@gnu.org> |
| 292 | 484 | ||
| @@ -307,12 +499,12 @@ | |||
| 307 | 2009-01-25 Ulf Jasper <ulf.jasper@web.de> | 499 | 2009-01-25 Ulf Jasper <ulf.jasper@web.de> |
| 308 | 500 | ||
| 309 | * icalendar-testsuite.el | 501 | * icalendar-testsuite.el |
| 310 | (icalendar-testsuite--run-function-tests): Added | 502 | (icalendar-testsuite--run-function-tests): |
| 311 | icalendar-testsuite--test-diarytime-to-isotime. | 503 | Add icalendar-testsuite--test-diarytime-to-isotime. |
| 312 | (icalendar-testsuite--test-parse-summary-and-rest): Adjusted to | 504 | (icalendar-testsuite--test-parse-summary-and-rest): Adjust to |
| 313 | recent icalendar fixes. | 505 | recent icalendar fixes. |
| 314 | (icalendar-testsuite--test-diarytime-to-isotime): New. | 506 | (icalendar-testsuite--test-diarytime-to-isotime): New. |
| 315 | (icalendar-testsuite--test-create-uid): Adjusted to recent | 507 | (icalendar-testsuite--test-create-uid): Adjust to recent |
| 316 | icalendar changes. | 508 | icalendar changes. |
| 317 | 509 | ||
| 318 | 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com> | 510 | 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com> |
| @@ -322,7 +514,7 @@ | |||
| 322 | 2008-10-31 Ulf Jasper <ulf.jasper@web.de> | 514 | 2008-10-31 Ulf Jasper <ulf.jasper@web.de> |
| 323 | 515 | ||
| 324 | * icalendar-testsuite.el (icalendar-testsuite--run-function-tests): | 516 | * icalendar-testsuite.el (icalendar-testsuite--run-function-tests): |
| 325 | Added `icalendar-testsuite--test-create-uid'. | 517 | Add `icalendar-testsuite--test-create-uid'. |
| 326 | (icalendar-testsuite--test-create-uid): New. | 518 | (icalendar-testsuite--test-create-uid): New. |
| 327 | 519 | ||
| 328 | 2008-06-14 Ulf Jasper <ulf.jasper@web.de> | 520 | 2008-06-14 Ulf Jasper <ulf.jasper@web.de> |
| @@ -365,7 +557,7 @@ | |||
| 365 | ;; coding: utf-8 | 557 | ;; coding: utf-8 |
| 366 | ;; End: | 558 | ;; End: |
| 367 | 559 | ||
| 368 | Copyright (C) 2008-2011 Free Software Foundation, Inc. | 560 | Copyright (C) 2008-2012 Free Software Foundation, Inc. |
| 369 | 561 | ||
| 370 | This file is part of GNU Emacs. | 562 | This file is part of GNU Emacs. |
| 371 | 563 | ||