]> code.delx.au - gnu-emacs/blob - test/ChangeLog
* lisp/progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
[gnu-emacs] / test / ChangeLog
1 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2
3 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
4 (ruby-singleton-class-no-heredoc-font-lock)
5 (ruby-add-log-current-method-examples): New tests.
6 (ruby-test-string): Extract from ruby-should-indent-buffer.
7 (ruby-deftest-move-to-block): New macro.
8 Add several move-to-block tests.
9
10 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * automated/advice-tests.el: New tests.
13
14 2012-10-14 Eli Zaretskii <eliz@gnu.org>
15
16 * automated/compile-tests.el (compile-tests--test-regexps-data):
17 Add new data for msft's new format.
18
19 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
20
21 * automated/ruby-mode-tests.el:
22 (ruby-toggle-block-to-multiline): New test.
23 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
24 (ruby-toggle-block-to-brace): Use buffer-string.
25
26 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
27
28 * automated/ruby-mode-tests.el: New tests (Bug#11613).
29
30 2012-08-28 Chong Yidong <cyd@gnu.org>
31
32 * automated/files.el: Test every combination of values for
33 enable-local-variables and enable-local-eval.
34
35 2012-08-19 Chong Yidong <cyd@gnu.org>
36
37 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
38
39 2012-08-18 Chong Yidong <cyd@gnu.org>
40
41 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
42
43 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
44
45 * indent/ruby.rb: Rearrange examples, add new ones.
46
47 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
48
49 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
50 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
51
52 2012-08-11 Glenn Morris <rgm@gnu.org>
53
54 * automated/files.el: New file.
55
56 * automated/Makefile.in (all): Fix typo.
57
58 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
59
60 * automated/ruby-mode-tests.el (ruby-should-indent):
61 Add docstring, check (current-indentation) instead of (current-column).
62 (ruby-should-indent-buffer): New function.
63 Add tests for `ruby-deep-indent-paren' behavior.
64 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
65
66 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
67
68 Original tests in test_ruby_mode.rb in upstream (author).
69
70 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
71
72 * automated/ruby-mode-tests.el (ruby-should-indent)
73 (ruby-assert-state): New functions.
74 Add new tests.
75
76 2012-07-29 David Engster <deng@randomsample.de>
77
78 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
79 New variable to hold test data for name expansion.
80 (xml-parse-tests): Test the two different types of name expansion.
81
82 2012-07-29 Juri Linkov <juri@jurta.org>
83
84 * automated/occur-tests.el (occur-test-case): Use predefined
85 buffer name " *test-occur*" instead of a random buffer name.
86
87 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
88
89 * automated/ruby-mode-tests.el: New file with one test.
90
91 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
92
93 * indent/shell.sh: Add test case for ${#VAR}.
94
95 * indent/latex-mode.tex: New file.
96
97 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * eshell.el: Use cl-lib.
100
101 2012-07-03 Chong Yidong <cyd@gnu.org>
102
103 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
104
105 2012-07-02 Chong Yidong <cyd@gnu.org>
106
107 * automated/xml-parse-tests.el (xml-parse-tests--data):
108 More testcases.
109
110 2012-07-01 Chong Yidong <cyd@gnu.org>
111
112 * automated/xml-parse-tests.el: New file.
113
114 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
117 Use cl-flet.
118
119 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
120
121 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
122 Test escaped commas in TZID (Bug#11473).
123 (icalendar-import-with-timezone): New.
124 (icalendar-real-world): Add new testcase as given in the bugreport
125 of Bug#11473.
126
127 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
128
129 * automated/icalendar-tests.el (icalendar-tests--test-import):
130 Include UID in import tests (Bug#11525).
131 (icalendar-import-non-recurring, icalendar-import-rrule)
132 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
133 UID-import change.
134 (icalendar-import-with-uid): New.
135 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
136 Include UID in cycle tests.
137 (icalendar-cycle, icalendar-real-world): UID-import change.
138
139 2012-05-21 Glenn Morris <rgm@gnu.org>
140
141 * automated/Makefile.in (setwins): Scrap superfluous subshell.
142
143 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
144
145 * automated/url-util-tests.el: New file to test
146 lisp/url/url-util.el. Only `url-build-query-string' and
147 `url-parse-query-string' are tested right now (Bug#8706).
148
149 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
150
151 * indent/shell.sh:
152 * indent/shell.rc: Ad some test cases.
153
154 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * indent/ruby.rb: New file, to test new syntax-propertize code.
157
158 2012-04-11 Glenn Morris <rgm@gnu.org>
159
160 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
161
162 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
163
164 * automated/url-future-tests.el (url-future-tests): Move from
165 lisp/url/url-future.el and rename.
166
167 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
168
169 * automated/icalendar-tests.el (icalendar-import-non-recurring):
170 Fix broken test, caused by missing trailing blank.
171
172 2011-12-03 Chong Yidong <cyd@gnu.org>
173
174 * automated/compile-tests.el (compile-tests--test-regexps-data):
175 Increase column numbers by one to reflect change in how
176 compilation-message is recorded (Bug#10172).
177
178 2011-11-22 Glenn Morris <rgm@gnu.org>
179
180 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
181
182 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
183
184 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
185
186 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
187
188 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
189 (icalendar-tests--test-export, icalendar-tests--do-test-export):
190 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
191
192 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
193
194 * automated/newsticker-tests.el
195 (newsticker--group-manage-orphan-feeds): Remove fsetting of
196 newsticker--treeview-tree-update.
197
198 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
199
200 * automated/newsticker-tests.el
201 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
202
203 * trunk/test/automated/newsticker-tests.el
204 (newsticker--group-manage-orphan-feeds): Prevent updating
205 newsticker treeview. Fixed bug#9763.
206
207 2011-10-20 Glenn Morris <rgm@gnu.org>
208
209 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
210
211 * automated/vc-bzr.el: New file.
212
213 2011-10-15 Glenn Morris <rgm@gnu.org>
214
215 * automated/f90.el: New file.
216
217 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
218
219 * automated/newsticker-tests.el: Move newsticker-testsuite.el
220 to automated/newsticker-tests.el. Convert to ERT.
221
222 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
223
224 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
225 Removed, simply use string=.
226 (icalendar--diarytime-to-isotime)
227 (icalendar--datetime-to-diary-date)
228 (icalendar--datestring-to-isodate)
229 (icalendar--format-ical-event)
230 (icalendar--parse-summary-and-rest)
231 (icalendar-tests--do-test-import)
232 (icalendar-tests--do-test-cycle): Change argument order of
233 string= to EXPECTED ACTUAL.
234 (icalendar--import-format-sample)
235 (icalendar--format-ical-event)
236 (icalendar-import-non-recurring)
237 (icalendar-import-rrule)
238 (icalendar-import-duration)
239 (icalendar-import-bug-6766)
240 (icalendar-real-world): Adjust to string= instead of
241 icalendar-tests--compare-strings.
242 (icalendar-import-multiple-vcalendars): New.
243
244 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
245
246 * automated/gnus-tests.el: Add wrapper for Gnus tests.
247 Require CL.
248
249 2011-05-09 Juri Linkov <juri@jurta.org>
250
251 * automated/occur-tests.el: Move from test/occur-testsuite.el.
252 Convert to ERT.
253
254 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
255
256 * automated/compile-tests.el: New file.
257
258 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
259
260 * automated/font-parse-tests.el: Don't byte-compile.
261
262 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
263
264 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
265
266 * automated/lexbind-tests.el: New file.
267
268 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
269
270 * Version 23.3 released.
271
272 2011-03-05 Glenn Morris <rgm@gnu.org>
273
274 * eshell.el: Move here from lisp/eshell/esh-test.el.
275
276 2011-03-03 Christian Ohler <ohler@gnu.org>
277
278 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
279 New test.
280
281 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
282
283 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
284 convert to ERT format.
285
286 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
287
288 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
289 convert to ERT format.
290
291 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * indent/shell.sh:
294 * indent/shell.rc: New files.
295
296 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
297
298 * automated/font-parse-tests.el: Move from
299 font-parse-testsuite.el.
300
301 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
302
303 * font-parse-testsuite.el (test-font-parse-data): New file.
304
305 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * indent/prolog.prolog: Add tokenizing tests.
308
309 2011-01-13 Christian Ohler <ohler@gnu.org>
310
311 * automated: New directory for automated tests.
312
313 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
314
315 * automated/Makefile.in: New file.
316
317 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * indent/modula2.mod: New file.
320
321 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * indent/octave.m: Add a test to ensure indentation is local.
324
325 2010-10-23 Glenn Morris <rgm@gnu.org>
326
327 * comint-testsuite.el
328 (comint-testsuite--test-comint-password-prompt-regexp):
329 Add "Please enter the password". (Bug#7224)
330
331 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * indent/prolog.prolog: Use normal spacing around !.
334
335 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * indent/octave.m: Remove one more `fixindent'. Use `end'.
338
339 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * indent/octave.m: Remove some `fixindent' not needed any more.
342
343 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * indent/octave.m: New file.
346
347 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
348
349 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
350 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
351 (icalendar-testsuite--run-internal-tests): New.
352 (icalendar-testsuite--test-convert-ordinary-to-ical)
353 (icalendar-testsuite--test-convert-block-to-ical)
354 (icalendar-testsuite--test-convert-anniversary-to-ical)
355 (icalendar-testsuite--test-parse-vtimezone)
356 (icalendar-testsuite--do-test-export): Code formatting.
357 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
358 (icalendar-testsuite--do-test-import)
359 (icalendar-testsuite--do-test-cycle):
360 Use icalendar-testsuite--compare-strings
361 (icalendar-testsuite--run-import-tests): Comment added.
362 (icalendar-testsuite--run-import-tests)
363 (icalendar-testsuite--run-real-world-tests): Fix expected results.
364
365 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
366
367 * redisplay-testsuite.el (test-redisplay-3): New test.
368
369 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
370
371 * comint-testsuite.el: New file.
372
373 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * indent: New dir.
376
377 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
378
379 * Version 23.2 released.
380
381 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
382
383 * cedet/semantic-ia-utest.el
384 (semantic-symref-test-count-hits-in-tag): Add function, from
385 semantic-test.el.
386
387 * cedet/tests/test.cpp:
388 * cedet/tests/test.py:
389 * cedet/tests/teststruct.cpp:
390 * cedet/tests/testtemplates.cpp:
391 * cedet/tests/testusing.cpp:
392 * cedet/tests/scopetest.cpp:
393 * cedet/tests/scopetest.java: Files deleted.
394
395 * cedet/tests/test.make:
396 * cedet/tests/test.c:
397 * cedet/tests/testjavacomp.java:
398 * cedet/tests/testspp.c:
399 * cedet/tests/testsppreplace.c:
400 * cedet/tests/testsppreplaced.c:
401 * cedet/tests/testsubclass.cpp:
402 * cedet/tests/testsubclass.hh:
403 * cedet/tests/testtypedefs.cpp:
404 * cedet/tests/testvarnames.c:
405 * cedet/tests/test.el:
406 * cedet/tests/testdoublens.cpp:
407 * cedet/tests/testdoublens.hpp: Add copyright header.
408
409 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
410 Remove reference to deleted files.
411
412 2010-03-30 Juri Linkov <juri@jurta.org>
413
414 * occur-testsuite.el (occur-tests): Add tests for context lines.
415
416 2010-03-23 Juri Linkov <juri@jurta.org>
417
418 * occur-testsuite.el: New file.
419
420 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
421
422 * Branch for 23.2.
423
424 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
425
426 * icalendar-testsuite.el
427 (icalendar-testsuite--run-function-tests): Add new tests.
428 (icalendar-testsuite--test-diarytime-to-isotime): Add another
429 testcase.
430 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
431 (icalendar-testsuite--test-convert-weekly-to-ical): New.
432 (icalendar-testsuite--test-convert-yearly-to-ical): New.
433 (icalendar-testsuite--test-convert-block-to-ical): New.
434 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
435 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
436
437 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
438
439 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
440 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
441 Fix typos in docstrings and error messages.
442 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
443
444 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
445
446 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
447 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
448 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
449
450 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
451
452 * icalendar-testsuite.el
453 (icalendar-testsuite--run-function-tests):
454 Add icalendar-testsuite--test-parse-vtimezone.
455 (icalendar-testsuite--test-parse-vtimezone): New.
456 (icalendar-testsuite--do-test-cycle): Doc changes.
457 (icalendar-testsuite--run-real-world-tests): Remove trailing
458 whitespace -- see change of icalendar--add-diary-entry in
459 icalendar.el.
460 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
461
462 2009-09-30 Glenn Morris <rgm@gnu.org>
463
464 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
465
466 2009-06-26 Eric Ludlam <zappo@gnu.org>
467
468 * cedet/*: New unit tests, from CEDET repository.
469
470 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
471
472 * redisplay-testsuite.el: New file.
473
474 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
475
476 * Branch for 23.1.
477
478 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
479
480 * icalendar-testsuite.el
481 (icalendar-testsuite--run-function-tests):
482 Add icalendar-testsuite--test-diarytime-to-isotime.
483 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
484 recent icalendar fixes.
485 (icalendar-testsuite--test-diarytime-to-isotime): New.
486 (icalendar-testsuite--test-create-uid): Adjust to recent
487 icalendar changes.
488
489 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
490
491 * bytecomp-testsuite.el: New file.
492
493 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
494
495 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
496 Add `icalendar-testsuite--test-create-uid'.
497 (icalendar-testsuite--test-create-uid): New.
498
499 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
500
501 * newsticker-testsuite.el: New file.
502
503 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
504
505 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
506 Add icalendar-testsuite--test-datestring-to-isodate,
507 icalendar-testsuite--test-datetime-to-diary-date, and
508 icalendar-testsuite--test-calendar-style.
509 (icalendar-testsuite--test-format-ical-event):
510 (icalendar-testsuite--test-parse-summary-and-rest):
511 Doc fix. Remove european-calendar-style.
512 (icalendar-testsuite--get-ical-event): Doc fix.
513 (icalendar-testsuite--test-first-weekday-of-year):
514 (icalendar-testsuite--run-cycle-tests): Add doc string.
515 (icalendar-testsuite--test-datestring-to-isodate):
516 (icalendar-testsuite--test-datetime-to-diary-date):
517 (icalendar-testsuite--test-calendar-style): New functions.
518 (icalendar-testsuite--test-export): Handle iso date style.
519 New arg INPUT-ISO. Use calendar-date-style.
520 (icalendar-testsuite--test-import): Handle iso date style.
521 New arg EXPECTED-ISO. Use calendar-date-style.
522 (icalendar-testsuite--test-cycle): Handle iso date style.
523 (icalendar-testsuite--run-import-tests):
524 (icalendar-testsuite--run-export-tests):
525 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
526
527 2008-02-29 Glenn Morris <rgm@gnu.org>
528
529 * README: New file.
530
531 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
532
533 * icalendar-testsuite.el: New file.
534
535 ;; Local Variables:
536 ;; coding: utf-8
537 ;; End:
538
539 Copyright (C) 2008-2012 Free Software Foundation, Inc.
540
541 This file is part of GNU Emacs.
542
543 GNU Emacs is free software: you can redistribute it and/or modify
544 it under the terms of the GNU General Public License as published by
545 the Free Software Foundation, either version 3 of the License, or
546 (at your option) any later version.
547
548 GNU Emacs is distributed in the hope that it will be useful,
549 but WITHOUT ANY WARRANTY; without even the implied warranty of
550 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
551 GNU General Public License for more details.
552
553 You should have received a copy of the GNU General Public License
554 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.