]> code.delx.au - gnu-emacs/blob - test/ChangeLog
* automated/Makefile.in (setwins): Include the 'data' subdirectory.
[gnu-emacs] / test / ChangeLog
1 2013-06-27 Daniel Hackney <dan@haxney.org>
2
3 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
4
5 * automated/package-x-test.el: New file.
6
7 * automated/package-test.el: New file.
8
9 * automated/data/package: New directory, with test examples.
10
11 2013-06-27 Glenn Morris <rgm@gnu.org>
12
13 * automated/python-tests.el (python-tests-with-temp-file):
14 Clean up after ourself.
15
16 * automated/undo-tests.el (undo-test3): Remove test that seems to
17 do nothing that the previous one doesn't, except leave a tempfile.
18
19 2013-06-26 Glenn Morris <rgm@gnu.org>
20
21 * automated/info-xref.el: New file.
22
23 2013-06-25 Glenn Morris <rgm@gnu.org>
24
25 * automated/occur-tests.el (occur-test-create): New function.
26 Use it to create separate tests for each element, so we run them
27 all rather than stopping at the first error.
28
29 2013-06-24 Glenn Morris <rgm@fencepost.gnu.org>
30
31 * automated/occur-tests.el (occur-tests):
32 Update for 2013-05-29 change to occur header line.
33
34 2013-06-21 Eduard Wiebe <usenet@pusto.de>
35
36 Test suite for flymake.
37 * automated/flymake-tests.el:
38 * automated/flymake/warnpred/Makefile
39 * automated/flymake/warnpred/test.c
40 * automated/flymake/warnpred/test.pl: New files.
41
42 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
43
44 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
45
46 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
47
48 * automated/reftex-tests.el: New test suite for reftex.
49
50 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
51
52 * automated/ruby-mode-tests.el: New tests, for percent literals
53 and expression expansion.
54
55 2013-05-29 Leo Liu <sdl.web@gmail.com>
56
57 * indent/octave.m: Tweak.
58
59 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
60
61 * tests/eshell.el: Rewrite tests using ERT.
62
63 2013-05-25 Leo Liu <sdl.web@gmail.com>
64
65 * indent/octave.m: Add tests for %!, # and ### comments.
66
67 2013-05-23 Kenichi Handa <handa@gnu.org>
68
69 * automated/decoder-tests.el: New file.
70
71 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
72
73 * indent/ruby.rb: Add multiline regexp example.
74
75 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
76 (ruby-regexp-skips-over-interpolation)
77 (ruby-regexp-continues-till-end-when-unclosed)
78 (ruby-regexp-can-be-multiline)
79 (ruby-interpolation-inside-percent-literal): New tests.
80
81 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * indent/ruby.rb: Fix indentation after =; add more cases.
84
85 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * indent/pascal.pas: Add test for mis-identified comments.
88
89 2013-04-01 Masatake YAMATO <yamato@redhat.com>
90
91 * automated/imenu-tests.el: New file. (Bug#14112)
92
93 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
94
95 * automated/python-tests.el (python-imenu-prev-index-position-1):
96 Remove test.
97 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
98 New tests.
99
100 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
101
102 * automated/python-tests.el (python-nav-backward-defun-2)
103 (python-nav-backward-defun-3, python-nav-forward-defun-2)
104 (python-nav-forward-defun-3): New tests.
105
106 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
107
108 * automated/python-tests.el (python-nav-backward-defun-1)
109 (python-nav-forward-defun-1): New tests.
110
111 2013-04-09 Masatake YAMATO <yamato@redhat.com>
112
113 * automated/add-log-tests.el: New file. (Bug#14112)
114
115 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
116
117 * automated/python-tests.el (python-indent-block-enders): New test.
118 (python-info-current-defun-2): Fix test.
119
120 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
121
122 * indent/octave.m: Fix encoding error in comment. Add coding tag.
123
124 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
125
126 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
127 (python-tests-with-temp-file): New macro.
128 (python-tests-shell-interpreter): New var.
129 (python-shell-get-process-name-1)
130 (python-shell-internal-get-process-name-1)
131 (python-shell-parse-command-1)
132 (python-shell-calculate-process-environment-1)
133 (python-shell-calculate-process-environment-2)
134 (python-shell-calculate-process-environment-3)
135 (python-shell-calculate-exec-path-1)
136 (python-shell-calculate-exec-path-2)
137 (python-shell-make-comint-1)
138 (python-shell-make-comint-2)
139 (python-shell-get-process-1)
140 (python-shell-get-or-create-process-1)
141 (python-shell-internal-get-or-create-process-1): New tests.
142
143 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
144
145 * automated/python-tests.el: New file.
146
147 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
148
149 * automated/ruby-mode-tests.el
150 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
151 bits inside the examples.
152 (ruby-move-to-block-skips-heredoc): New test.
153 (ruby-add-log-current-method-after-inner-class):
154 Lower expectations: move point inside a method, initially.
155
156 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
157
158 * automated/ruby-mode-tests.el
159 (ruby-move-to-block-skips-percent-literal): New test.
160
161 2013-02-04 Chong Yidong <cyd@gnu.org>
162
163 * automated/thingatpt.el: New file.
164
165 2013-02-03 Chong Yidong <cyd@gnu.org>
166
167 * automated/files.el (file-test--do-local-variables-test):
168 Avoid compilation warning message.
169
170 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
171
172 * automated/ruby-mode-tests.el
173 (ruby-indent-spread-args-in-parens): New test.
174 * automated/ruby-mode-tests.el (ruby-block-test-example):
175 Break indentation of the do block opener and add a line inside it.
176 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
177 Adjust line numbers.
178
179 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
182
183 2013-01-14 Glenn Morris <rgm@gnu.org>
184
185 * automated/compile-tests.el (compile-tests--test-regexps-data):
186 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
187
188 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
189
190 * automated/man-tests.el: New file.
191
192 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
193
194 * automated/undo-tests.el (undo-test0): Adjust error to code change.
195
196 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
197
198 * automated/undo-tests.el: New file.
199
200 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
201
202 * automated/ruby-mode-tests.el
203 (ruby-indent-after-block-in-continued-expression): New test.
204
205 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
206
207 * automated/ruby-mode-tests.el
208 Rename one interpolation test; add three more.
209 (ruby-with-temp-buffer): New macro, use it where appropriate.
210 (ruby-add-log-current-method-examples): Use "_" for target point.
211 Add four new tests for ruby-add-log-current-method.
212
213 2012-12-11 Glenn Morris <rgm@gnu.org>
214
215 * automated/f90.el (f90-test-bug13138): New test.
216
217 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
218
219 * automated/inotify-test.el: New test.
220
221 2012-12-02 Chong Yidong <cyd@gnu.org>
222
223 * automated/ruby-mode-tests.el
224 (ruby-add-log-current-method-examples): Don't use loop macro, to
225 allow automated testing to work.
226
227 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * automated/advice-tests.el (advice-tests--data): Remove.
230 (advice-tests): Move the tests directly here instead.
231 Add called-interactively-p tests.
232
233 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * automated/ert-x-tests.el: Use cl-lib.
236 * automated/ert-tests.el: Use lexical-binding and cl-lib.
237
238 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
239
240 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
241 (ruby-indent-inside-heredoc-after-operator)
242 (ruby-indent-inside-heredoc-after-space): New tests.
243 Change direct font-lock face references to var references.
244 (ruby-interpolation-suppresses-syntax-inside): New test.
245 (ruby-interpolation-inside-percent-literal-with-paren):
246 New failing test.
247
248 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
249
250 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
251 (ruby-singleton-class-no-heredoc-font-lock)
252 (ruby-add-log-current-method-examples): New tests.
253 (ruby-test-string): Extract from ruby-should-indent-buffer.
254 (ruby-deftest-move-to-block): New macro.
255 Add several move-to-block tests.
256
257 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * automated/advice-tests.el: New tests.
260
261 2012-10-14 Eli Zaretskii <eliz@gnu.org>
262
263 * automated/compile-tests.el (compile-tests--test-regexps-data):
264 Add new data for msft's new format.
265
266 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
267
268 * automated/ruby-mode-tests.el:
269 (ruby-toggle-block-to-multiline): New test.
270 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
271 (ruby-toggle-block-to-brace): Use buffer-string.
272
273 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
274
275 * automated/ruby-mode-tests.el: New tests (Bug#11613).
276
277 2012-08-28 Chong Yidong <cyd@gnu.org>
278
279 * automated/files.el: Test every combination of values for
280 enable-local-variables and enable-local-eval.
281
282 2012-08-19 Chong Yidong <cyd@gnu.org>
283
284 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
285
286 2012-08-18 Chong Yidong <cyd@gnu.org>
287
288 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
289
290 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
291
292 * indent/ruby.rb: Rearrange examples, add new ones.
293
294 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
295
296 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
297 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
298
299 2012-08-11 Glenn Morris <rgm@gnu.org>
300
301 * automated/files.el: New file.
302
303 * automated/Makefile.in (all): Fix typo.
304
305 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
306
307 * automated/ruby-mode-tests.el (ruby-should-indent):
308 Add docstring, check (current-indentation) instead of (current-column).
309 (ruby-should-indent-buffer): New function.
310 Add tests for `ruby-deep-indent-paren' behavior.
311 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
312
313 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
314
315 Original tests in test_ruby_mode.rb in upstream (author).
316
317 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
318
319 * automated/ruby-mode-tests.el (ruby-should-indent)
320 (ruby-assert-state): New functions.
321 Add new tests.
322
323 2012-07-29 David Engster <deng@randomsample.de>
324
325 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
326 New variable to hold test data for name expansion.
327 (xml-parse-tests): Test the two different types of name expansion.
328
329 2012-07-29 Juri Linkov <juri@jurta.org>
330
331 * automated/occur-tests.el (occur-test-case): Use predefined
332 buffer name " *test-occur*" instead of a random buffer name.
333
334 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
335
336 * automated/ruby-mode-tests.el: New file with one test.
337
338 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * indent/shell.sh: Add test case for ${#VAR}.
341
342 * indent/latex-mode.tex: New file.
343
344 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * eshell.el: Use cl-lib.
347
348 2012-07-03 Chong Yidong <cyd@gnu.org>
349
350 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
351
352 2012-07-02 Chong Yidong <cyd@gnu.org>
353
354 * automated/xml-parse-tests.el (xml-parse-tests--data):
355 More testcases.
356
357 2012-07-01 Chong Yidong <cyd@gnu.org>
358
359 * automated/xml-parse-tests.el: New file.
360
361 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
362
363 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
364 Use cl-flet.
365
366 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
367
368 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
369 Test escaped commas in TZID (Bug#11473).
370 (icalendar-import-with-timezone): New.
371 (icalendar-real-world): Add new testcase as given in the bugreport
372 of Bug#11473.
373
374 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
375
376 * automated/icalendar-tests.el (icalendar-tests--test-import):
377 Include UID in import tests (Bug#11525).
378 (icalendar-import-non-recurring, icalendar-import-rrule)
379 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
380 UID-import change.
381 (icalendar-import-with-uid): New.
382 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
383 Include UID in cycle tests.
384 (icalendar-cycle, icalendar-real-world): UID-import change.
385
386 2012-05-21 Glenn Morris <rgm@gnu.org>
387
388 * automated/Makefile.in (setwins): Scrap superfluous subshell.
389
390 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
391
392 * automated/url-util-tests.el: New file to test
393 lisp/url/url-util.el. Only `url-build-query-string' and
394 `url-parse-query-string' are tested right now (Bug#8706).
395
396 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
397
398 * indent/shell.sh:
399 * indent/shell.rc: Ad some test cases.
400
401 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * indent/ruby.rb: New file, to test new syntax-propertize code.
404
405 2012-04-11 Glenn Morris <rgm@gnu.org>
406
407 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
408
409 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
410
411 * automated/url-future-tests.el (url-future-tests): Move from
412 lisp/url/url-future.el and rename.
413
414 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
415
416 * automated/icalendar-tests.el (icalendar-import-non-recurring):
417 Fix broken test, caused by missing trailing blank.
418
419 2011-12-03 Chong Yidong <cyd@gnu.org>
420
421 * automated/compile-tests.el (compile-tests--test-regexps-data):
422 Increase column numbers by one to reflect change in how
423 compilation-message is recorded (Bug#10172).
424
425 2011-11-22 Glenn Morris <rgm@gnu.org>
426
427 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
428
429 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
430
431 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
432
433 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
434
435 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
436 (icalendar-tests--test-export, icalendar-tests--do-test-export):
437 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
438
439 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
440
441 * automated/newsticker-tests.el
442 (newsticker--group-manage-orphan-feeds): Remove fsetting of
443 newsticker--treeview-tree-update.
444
445 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
446
447 * automated/newsticker-tests.el
448 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
449
450 * trunk/test/automated/newsticker-tests.el
451 (newsticker--group-manage-orphan-feeds): Prevent updating
452 newsticker treeview. Fixed bug#9763.
453
454 2011-10-20 Glenn Morris <rgm@gnu.org>
455
456 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
457
458 * automated/vc-bzr.el: New file.
459
460 2011-10-15 Glenn Morris <rgm@gnu.org>
461
462 * automated/f90.el: New file.
463
464 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
465
466 * automated/newsticker-tests.el: Move newsticker-testsuite.el
467 to automated/newsticker-tests.el. Convert to ERT.
468
469 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
470
471 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
472 Remove, simply use string=.
473 (icalendar--diarytime-to-isotime)
474 (icalendar--datetime-to-diary-date)
475 (icalendar--datestring-to-isodate)
476 (icalendar--format-ical-event)
477 (icalendar--parse-summary-and-rest)
478 (icalendar-tests--do-test-import)
479 (icalendar-tests--do-test-cycle): Change argument order of
480 string= to EXPECTED ACTUAL.
481 (icalendar--import-format-sample)
482 (icalendar--format-ical-event)
483 (icalendar-import-non-recurring)
484 (icalendar-import-rrule)
485 (icalendar-import-duration)
486 (icalendar-import-bug-6766)
487 (icalendar-real-world): Adjust to string= instead of
488 icalendar-tests--compare-strings.
489 (icalendar-import-multiple-vcalendars): New.
490
491 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
492
493 * automated/gnus-tests.el: Add wrapper for Gnus tests.
494 Require CL.
495
496 2011-05-09 Juri Linkov <juri@jurta.org>
497
498 * automated/occur-tests.el: Move from test/occur-testsuite.el.
499 Convert to ERT.
500
501 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
502
503 * automated/compile-tests.el: New file.
504
505 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
506
507 * automated/font-parse-tests.el: Don't byte-compile.
508
509 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
510
511 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * automated/lexbind-tests.el: New file.
514
515 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
516
517 * Version 23.3 released.
518
519 2011-03-05 Glenn Morris <rgm@gnu.org>
520
521 * eshell.el: Move here from lisp/eshell/esh-test.el.
522
523 2011-03-03 Christian Ohler <ohler@gnu.org>
524
525 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
526 New test.
527
528 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
529
530 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
531 convert to ERT format.
532
533 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
534
535 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
536 convert to ERT format.
537
538 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * indent/shell.sh:
541 * indent/shell.rc: New files.
542
543 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
544
545 * automated/font-parse-tests.el: Move from
546 font-parse-testsuite.el.
547
548 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
549
550 * font-parse-testsuite.el (test-font-parse-data): New file.
551
552 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * indent/prolog.prolog: Add tokenizing tests.
555
556 2011-01-13 Christian Ohler <ohler@gnu.org>
557
558 * automated: New directory for automated tests.
559
560 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
561
562 * automated/Makefile.in: New file.
563
564 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * indent/modula2.mod: New file.
567
568 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * indent/octave.m: Add a test to ensure indentation is local.
571
572 2010-10-23 Glenn Morris <rgm@gnu.org>
573
574 * comint-testsuite.el
575 (comint-testsuite--test-comint-password-prompt-regexp):
576 Add "Please enter the password". (Bug#7224)
577
578 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * indent/prolog.prolog: Use normal spacing around !.
581
582 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * indent/octave.m: Remove one more `fixindent'. Use `end'.
585
586 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
587
588 * indent/octave.m: Remove some `fixindent' not needed any more.
589
590 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * indent/octave.m: New file.
593
594 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
595
596 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
597 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
598 (icalendar-testsuite--run-internal-tests): New.
599 (icalendar-testsuite--test-convert-ordinary-to-ical)
600 (icalendar-testsuite--test-convert-block-to-ical)
601 (icalendar-testsuite--test-convert-anniversary-to-ical)
602 (icalendar-testsuite--test-parse-vtimezone)
603 (icalendar-testsuite--do-test-export): Code formatting.
604 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
605 (icalendar-testsuite--do-test-import)
606 (icalendar-testsuite--do-test-cycle):
607 Use icalendar-testsuite--compare-strings
608 (icalendar-testsuite--run-import-tests): Comment added.
609 (icalendar-testsuite--run-import-tests)
610 (icalendar-testsuite--run-real-world-tests): Fix expected results.
611
612 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
613
614 * redisplay-testsuite.el (test-redisplay-3): New test.
615
616 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
617
618 * comint-testsuite.el: New file.
619
620 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * indent: New dir.
623
624 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
625
626 * Version 23.2 released.
627
628 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
629
630 * cedet/semantic-ia-utest.el
631 (semantic-symref-test-count-hits-in-tag): Add function, from
632 semantic-test.el.
633
634 * cedet/tests/test.cpp:
635 * cedet/tests/test.py:
636 * cedet/tests/teststruct.cpp:
637 * cedet/tests/testtemplates.cpp:
638 * cedet/tests/testusing.cpp:
639 * cedet/tests/scopetest.cpp:
640 * cedet/tests/scopetest.java: Files deleted.
641
642 * cedet/tests/test.make:
643 * cedet/tests/test.c:
644 * cedet/tests/testjavacomp.java:
645 * cedet/tests/testspp.c:
646 * cedet/tests/testsppreplace.c:
647 * cedet/tests/testsppreplaced.c:
648 * cedet/tests/testsubclass.cpp:
649 * cedet/tests/testsubclass.hh:
650 * cedet/tests/testtypedefs.cpp:
651 * cedet/tests/testvarnames.c:
652 * cedet/tests/test.el:
653 * cedet/tests/testdoublens.cpp:
654 * cedet/tests/testdoublens.hpp: Add copyright header.
655
656 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
657 Remove reference to deleted files.
658
659 2010-03-30 Juri Linkov <juri@jurta.org>
660
661 * occur-testsuite.el (occur-tests): Add tests for context lines.
662
663 2010-03-23 Juri Linkov <juri@jurta.org>
664
665 * occur-testsuite.el: New file.
666
667 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
668
669 * Branch for 23.2.
670
671 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
672
673 * icalendar-testsuite.el
674 (icalendar-testsuite--run-function-tests): Add new tests.
675 (icalendar-testsuite--test-diarytime-to-isotime): Add another
676 testcase.
677 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
678 (icalendar-testsuite--test-convert-weekly-to-ical): New.
679 (icalendar-testsuite--test-convert-yearly-to-ical): New.
680 (icalendar-testsuite--test-convert-block-to-ical): New.
681 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
682 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
683
684 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
685
686 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
687 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
688 Fix typos in docstrings and error messages.
689 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
690
691 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
692
693 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
694 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
695 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
696
697 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
698
699 * icalendar-testsuite.el
700 (icalendar-testsuite--run-function-tests):
701 Add icalendar-testsuite--test-parse-vtimezone.
702 (icalendar-testsuite--test-parse-vtimezone): New.
703 (icalendar-testsuite--do-test-cycle): Doc changes.
704 (icalendar-testsuite--run-real-world-tests): Remove trailing
705 whitespace -- see change of icalendar--add-diary-entry in
706 icalendar.el.
707 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
708
709 2009-09-30 Glenn Morris <rgm@gnu.org>
710
711 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
712
713 2009-06-26 Eric Ludlam <zappo@gnu.org>
714
715 * cedet/*: New unit tests, from CEDET repository.
716
717 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
718
719 * redisplay-testsuite.el: New file.
720
721 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
722
723 * Branch for 23.1.
724
725 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
726
727 * icalendar-testsuite.el
728 (icalendar-testsuite--run-function-tests):
729 Add icalendar-testsuite--test-diarytime-to-isotime.
730 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
731 recent icalendar fixes.
732 (icalendar-testsuite--test-diarytime-to-isotime): New.
733 (icalendar-testsuite--test-create-uid): Adjust to recent
734 icalendar changes.
735
736 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
737
738 * bytecomp-testsuite.el: New file.
739
740 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
741
742 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
743 Add `icalendar-testsuite--test-create-uid'.
744 (icalendar-testsuite--test-create-uid): New.
745
746 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
747
748 * newsticker-testsuite.el: New file.
749
750 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
751
752 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
753 Add icalendar-testsuite--test-datestring-to-isodate,
754 icalendar-testsuite--test-datetime-to-diary-date, and
755 icalendar-testsuite--test-calendar-style.
756 (icalendar-testsuite--test-format-ical-event):
757 (icalendar-testsuite--test-parse-summary-and-rest):
758 Doc fix. Remove european-calendar-style.
759 (icalendar-testsuite--get-ical-event): Doc fix.
760 (icalendar-testsuite--test-first-weekday-of-year):
761 (icalendar-testsuite--run-cycle-tests): Add doc string.
762 (icalendar-testsuite--test-datestring-to-isodate):
763 (icalendar-testsuite--test-datetime-to-diary-date):
764 (icalendar-testsuite--test-calendar-style): New functions.
765 (icalendar-testsuite--test-export): Handle iso date style.
766 New arg INPUT-ISO. Use calendar-date-style.
767 (icalendar-testsuite--test-import): Handle iso date style.
768 New arg EXPECTED-ISO. Use calendar-date-style.
769 (icalendar-testsuite--test-cycle): Handle iso date style.
770 (icalendar-testsuite--run-import-tests):
771 (icalendar-testsuite--run-export-tests):
772 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
773
774 2008-02-29 Glenn Morris <rgm@gnu.org>
775
776 * README: New file.
777
778 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
779
780 * icalendar-testsuite.el: New file.
781
782 ;; Local Variables:
783 ;; coding: utf-8
784 ;; End:
785
786 Copyright (C) 2008-2013 Free Software Foundation, Inc.
787
788 This file is part of GNU Emacs.
789
790 GNU Emacs is free software: you can redistribute it and/or modify
791 it under the terms of the GNU General Public License as published by
792 the Free Software Foundation, either version 3 of the License, or
793 (at your option) any later version.
794
795 GNU Emacs is distributed in the hope that it will be useful,
796 but WITHOUT ANY WARRANTY; without even the implied warranty of
797 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
798 GNU General Public License for more details.
799
800 You should have received a copy of the GNU General Public License
801 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.