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