decoder-tests.el (decoder-tests-gen-file): New arg FILE.
[bpt/emacs.git] / test / ChangeLog
index 7b058c1..4bc099e 100644 (file)
@@ -1,3 +1,167 @@
+2013-06-28  Kenichi Handa  <handa@gnu.org>
+
+       * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
+       (decoder-tests-ao-gen-file): Renamed from decoder-tests-filename.
+       Callers changed.
+       (decoder-tests-filename): New function.
+       (decoder-tests-prefer-utf-8-read)
+       (decoder-tests-prefer-utf-8-write): New function.
+       (ert-test-decoder-prefer-utf-8): New test.
+
+2013-06-21  Eduard Wiebe  <usenet@pusto.de>
+
+       Test suite for flymake.
+       * automated/flymake-tests.el:
+       * automated/flymake/warnpred/Makefile
+       * automated/flymake/warnpred/test.c
+       * automated/flymake/warnpred/test.pl: New files.
+
+2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
+
+2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * automated/reftex-tests.el: New test suite for reftex.
+
+2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * automated/ruby-mode-tests.el: New tests, for percent literals
+       and expression expansion.
+
+2013-05-29  Leo Liu  <sdl.web@gmail.com>
+
+       * indent/octave.m: Tweak.
+
+2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
+
+       * tests/eshell.el: Rewrite tests using ERT.
+
+2013-05-25  Leo Liu  <sdl.web@gmail.com>
+
+       * indent/octave.m: Add tests for %!, # and ### comments.
+
+2013-05-23  Kenichi Handa  <handa@gnu.org>
+
+       * automated/decoder-tests.el: New file.
+
+2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * indent/ruby.rb: Add multiline regexp example.
+
+       * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
+       (ruby-regexp-skips-over-interpolation)
+       (ruby-regexp-continues-till-end-when-unclosed)
+       (ruby-regexp-can-be-multiline)
+       (ruby-interpolation-inside-percent-literal): New tests.
+
+2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * indent/ruby.rb: Fix indentation after =; add more cases.
+
+2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * indent/pascal.pas: Add test for mis-identified comments.
+
+2013-04-01  Masatake YAMATO  <yamato@redhat.com>
+
+       * automated/imenu-tests.el: New file.  (Bug#14112)
+
+2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el (python-imenu-prev-index-position-1):
+       Remove test.
+       (python-imenu-create-index-1, python-imenu-create-flat-index-1):
+       New tests.
+
+2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el (python-nav-backward-defun-2)
+       (python-nav-backward-defun-3, python-nav-forward-defun-2)
+       (python-nav-forward-defun-3): New tests.
+
+2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el (python-nav-backward-defun-1)
+       (python-nav-forward-defun-1): New tests.
+
+2013-04-09  Masatake YAMATO  <yamato@redhat.com>
+
+       * automated/add-log-tests.el: New file. (Bug#14112)
+
+2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
+
+       * automated/python-tests.el (python-indent-block-enders): New test.
+       (python-info-current-defun-2): Fix test.
+
+2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * indent/octave.m: Fix encoding error in comment.  Add coding tag.
+
+2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
+
+       * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
+       (python-tests-with-temp-file): New macro.
+       (python-tests-shell-interpreter): New var.
+       (python-shell-get-process-name-1)
+       (python-shell-internal-get-process-name-1)
+       (python-shell-parse-command-1)
+       (python-shell-calculate-process-environment-1)
+       (python-shell-calculate-process-environment-2)
+       (python-shell-calculate-process-environment-3)
+       (python-shell-calculate-exec-path-1)
+       (python-shell-calculate-exec-path-2)
+       (python-shell-make-comint-1)
+       (python-shell-make-comint-2)
+       (python-shell-get-process-1)
+       (python-shell-get-or-create-process-1)
+       (python-shell-internal-get-or-create-process-1): New tests.
+
+2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
+
+       * automated/python-tests.el: New file.
+
+2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * automated/ruby-mode-tests.el
+       (ruby-move-to-block-skips-percent-literal): Add depth-affecting
+       bits inside the examples.
+       (ruby-move-to-block-skips-heredoc): New test.
+       (ruby-add-log-current-method-after-inner-class):
+       Lower expectations: move point inside a method, initially.
+
+2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * automated/ruby-mode-tests.el
+       (ruby-move-to-block-skips-percent-literal): New test.
+
+2013-02-04  Chong Yidong  <cyd@gnu.org>
+
+       * automated/thingatpt.el: New file.
+
+2013-02-03  Chong Yidong  <cyd@gnu.org>
+
+       * automated/files.el (file-test--do-local-variables-test):
+       Avoid compilation warning message.
+
+2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * automated/ruby-mode-tests.el
+       (ruby-indent-spread-args-in-parens): New test.
+       * automated/ruby-mode-tests.el (ruby-block-test-example):
+       Break indentation of the do block opener and add a line inside it.
+       * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
+       Adjust line numbers.
+
+2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
+
+2013-01-14  Glenn Morris  <rgm@gnu.org>
+
+       * automated/compile-tests.el (compile-tests--test-regexps-data):
+       Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
+
 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
 
        * automated/man-tests.el: New file.
 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
 
        * automated/icalendar-tests.el (icalendar-tests--compare-strings):
-       Removed, simply use string=.
+       Remove, simply use string=.
        (icalendar--diarytime-to-isotime)
        (icalendar--datetime-to-diary-date)
        (icalendar--datestring-to-isodate)