aboutsummaryrefslogtreecommitdiffstats
path: root/test/automated (follow)
Commit message (Collapse)AuthorAgeFilesLines
* icalendar / icalendar-tests: Fix Bug#11473 -- unescape commas in timezone specsUlf Jasper2012-06-081-3/+106
| | | | | | | | | | | | | | | 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID string properly, fixes Bug#11473. 2012-06-08 Ulf Jasper <ulf.jasper@web.de> * automated/icalendar-tests.el (icalendar--parse-vtimezone): Test escaped commas in TZID (Bug#11473). (icalendar-import-with-timezone): New. (icalendar-real-world): Add new testcase as found in the bugreport of Bug#11473.
* icalendar-tests: Fix Bug#11525 -- Add icalendar-import-format-uidUlf Jasper2012-05-291-33/+65
| | | | | | | | | | | | | | 2012-05-29 Ulf Jasper <ulf.jasper@web.de> * calendar/icalendar.el (icalendar-export-region): Export UID properly. 2012-05-29 Leo Liu <sdl.web@gmail.com> * calendar/icalendar.el (icalendar-import-format): Add `icalendar-import-format-uid' (Bug#11525). (icalendar-import-format-uid): New. (icalendar--parse-summary-and-rest, icalendar--format-ical-event): Export UID.
* * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):Stefan Monnier2012-05-211-0/+2
| | | | | | Simplify Maven regexp, and make sure the file can't start with a space. Fixes: debbugs:11517
* Command substitution already runs in a subshellGlenn Morris2012-05-201-1/+1
| | | | | | | | | * Makefile.in (install-arch-indep, install-doc, install-info, uninstall): * leim/Makefile.in (leim-list.el, install): * lib-src/Makefile.in (insrcdir, $(DESTDIR)${archlibdir}): * lisp/Makefile.in (setwins, setwins_almost, setwins_for_subdirs): * test/automated/Makefile.in (setwins): Scrap superfluous subshells.
* add url-util.el test fileTed Zlatanov2012-05-151-0/+51
| | | | | | * automated/url-util-tests.el: New file to test lisp/url/url-util.el. Only `url-build-query-string' and `url-parse-query-string' are tested right now.
* Add another vc-bzr testGlenn Morris2012-04-101-1/+28
| | | | | | * lisp/vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug. * test/automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
* Move url-future.el ERT test to test/automated/url-future-tests.el.Ted Zlatanov2012-02-131-0/+57
| | | | | | | * lisp/url/url-future.el (url-future-test): Move to test/automated. * test/automated/url-future-tests.el (url-future-tests): Move from lisp/url/url-future.el and rename.
* test/automated/icalendar-tests: Fix broken testUlf Jasper2012-01-291-4/+3
| | | | | | | 2012-01-29 Ulf Jasper <ulf.jasper@web.de> * automated/icalendar-tests.el (icalendar-import-non-recurring): Fix broken test, caused by missing trailing blank.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-0514-14/+14
|
* Fix for compilation-tests.el testsuiteChong Yidong2011-12-031-32/+32
| | | | | | * automated/compile-tests.el (compile-tests--test-regexps-data): Increase column numbers by one to reflect change in how compilation-message is recorded (Bug#10172).
* Fix typos.Juanma Barranquero2011-11-161-8/+8
|
* Spelling fixes.Paul Eggert2011-11-141-4/+4
|
* * lisp/progmodes/compile.el: Adjust regexp for OCaml warnings.Stefan Monnier2011-11-091-1/+1
| | | | | | (compilation-error-regexp-alist-alist): OCaml warnings (can?) have a number. Fixes: debbugs:9749
* newsticker: Clean up newsticker--group-manage-orphan-feedsUlf Jasper2011-10-301-7/+1
| | | | | | | | | | | | | | | | 2011-10-30 Ulf Jasper <ulf.jasper@web.de> * net/newst-treeview.el: Remove "Time-stamp". (newsticker--group-manage-orphan-feeds): Do not call newsticker--treeview-tree-update. (newsticker-treeview-update, newsticker-treeview): Call newsticker--treeview-tree-update if necessary. 2011-10-30 Ulf Jasper <ulf.jasper@web.de> * automated/newsticker-tests.el (newsticker--group-manage-orphan-feeds): Removed fsetting of newsticker--treeview-tree-update.
* newsticker: Fixed bug#9763, againUlf Jasper2011-10-291-3/+6
| | | | | | | 2011-10-29 Ulf Jasper <ulf.jasper@web.de> * automated/newsticker-tests.el (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
* newsticker: Fixed bug#9763Ulf Jasper2011-10-291-1/+4
| | | | | | | | 2011-10-29 Ulf Jasper <ulf.jasper@web.de> * trunk/test/automated/newsticker-tests.el (newsticker--group-manage-orphan-feeds): Prevent updating newsticker treeview. Fixed bug#9763.
* * test/automated/vc-bzr.el (vc-bzr-test-bug9781): New test.Glenn Morris2011-10-201-0/+37
|
* * test/automated/vc-bzr.el: New file.Glenn Morris2011-10-191-0/+64
|
* * test/automated/f90.el: New file.Glenn Morris2011-10-151-0/+158
|
* Move test/newsticker-testsuite.el to automated/newsticker-tests.elUlf Jasper2011-09-271-0/+148
| | | | | | | 2011-09-27 Ulf Jasper <ulf.jasper@web.de> * automated/newsticker-tests.el: Move newsticker-testsuite.el to automated/newsticker-tests.el. Convert to ERT.
* icalendar: Take care of multiple vcalendars in a single file.Ulf Jasper2011-07-261-195/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | lisp/ChangeLog: * calendar/icalendar.el (icalendar--all-events): Take care of multiple vcalendars in a single file. (icalendar--convert-float-to-ical): checkdoc fixes. * automated/icalendar-tests.el (icalendar-tests--compare-strings): Removed, simply use string=. (icalendar--diarytime-to-isotime) (icalendar--datetime-to-diary-date) (icalendar--datestring-to-isodate) (icalendar--format-ical-event) (icalendar--parse-summary-and-rest) (icalendar-tests--do-test-import) (icalendar-tests--do-test-cycle) : Changed argument order of string= to EXPECTED ACTUAL. (icalendar--import-format-sample) (icalendar--format-ical-event) (icalendar-import-non-recurring) (icalendar-import-rrule) (icalendar-import-duration) (icalendar-import-bug-6766) (icalendar-real-world): Adjusted to string= instead of icalendar-tests--compare-strings. (icalendar-import-multiple-vcalendars): New.
* Use a single Author: header.Glenn Morris2011-05-141-1/+1
|
* * automated/gnus-tests.el: Require CL.Ted Zlatanov2011-05-111-0/+2
|
* * automated/gnus-tests.el: Add wrapper for Gnus tests.Ted Zlatanov2011-05-111-0/+33
|
* * test/automated/occur-tests.el: Move from test/occur-testsuite.el.Juri Linkov2011-05-101-0/+342
| | | | Convert to ERT.
* Add regression test for compilation-error-regexp-alist-alist.Chong Yidong2011-05-081-0/+348
| | | | * test/automated/compile-tests.el: New file.
* Convert test/comint-testsuite.el to ERT format.Chong Yidong2011-05-082-0/+56
|
* Miscellanous cleanups in preparation for the merge.old-branches/lexbind-newStefan Monnier2011-04-011-2/+2
| | | | | | | | | | * lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove debug statement. * lisp/emacs-lisp/bytecomp.el (byte-compile-single-version) (byte-compile-version-cond, byte-compile-delay-out) (byte-compile-delayed-out): Remove, unused. * src/bytecode.c (Fbyte_code): Revert to old calling convention. * src/lisp.h (COMPILED_PUSH_ARGS): Remove, unused.
* Rewrite the cconv conversion algorithm, for clarity.Stefan Monnier2011-03-091-0/+75
| | | | | | | | | | | | | * lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand): Adjust check for new byte-code representation. * lisp/emacs-lisp/cconv.el (cconv--convert-function): Rename from cconv-closure-convert-function. (cconv-convert): Rename from cconv-closure-convert-rec. (cconv--analyse-use): Rename from cconv-analyse-use. (cconv--analyse-function): Rename from cconv-analyse-function. (cconv--analyse-use): Change some patterns to silence compiler. (cconv-convert, cconv--convert-function): Rewrite. * test/automated/lexbind-tests.el: New file.
* Added fast path to ERT explanation of `equal'.Christian Ohler2011-03-031-14/+19
| | | | | | | | | | | * emacs-lisp/ert.el (ert--explain-equal): New function. (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'. All callers changed. (ert--explain-equal-including-properties): Renamed from `ert--explain-not-equal-including-properties'. All callers changed. * automated/ert-tests.el (ert-test-explain-not-equal-keymaps): New test.
* Convert test/icalendar-testsuite.el to ERT format.Ulf Jasper2011-02-201-0/+1817
| | | | | * automated/icalendar-tests.el: Move from icalendar-testsuite.el; convert to ERT format.
* Convert test/bytecomp-testsuite.el to ERT format.Chong Yidong2011-02-142-2/+314
| | | | | * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el; convert to ERT format.
* Convert font parse testsuite to an ERT test.Chong Yidong2011-01-271-0/+163
| | | | | | | * test/automated/font-parse-tests.el: Move from font-parse-testsuite.el. * src/font.c (font_parse_fcname): Undefine a temporary macro.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-243-3/+3
|
* Add ERT, a tool for automated testing in Emacs Lisp.Christian Ohler2011-01-133-0/+1380
* Makefile.in, configure.in, doc/misc/Makefile.in, doc/misc/makefile.w32-in: Add ERT. Make "make check" run tests in test/automated. * doc/misc/ert.texi, lisp/emacs-lisp/ert.el, lisp/emacs-lisp/ert-x.el: New files. * test/automated: New directory.