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