From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: =?UTF-8?B?UmU6IEV4cG9ydCBpc3N1ZSBvZiBVUkwgd2hlbiB0aGUgdGV4dCBi?= =?UTF-8?B?ZWdpbnMgd2l0aCBhIGRhdGXigI8=?= Date: Mon, 17 Jan 2011 18:55:54 +0100 Message-ID: <871v4btnx1.fsf@gnu.org> References: <80r5cffavs.fsf@gmail.com> <87tyhavfdo.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43001 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PetJK-00073O-DB for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 12:56:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PetJJ-00020R-7C for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 12:56:10 -0500 Received: from mail-yx0-f195.google.com ([209.85.213.195]:47298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PetJJ-00020K-2P for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 12:56:09 -0500 Received: by yxk30 with SMTP id 30so833968yxk.6 for ; Mon, 17 Jan 2011 09:56:08 -0800 (PST) In-Reply-To: <87tyhavfdo.wl%dmaus@ictsoc.de> (David Maus's message of "Sat, 15 Jan 2011 07:40:35 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: Vincent =?iso-8859-1?Q?Bela=EFche?= , Org mode David Maus writes: >> It seems that such a non-regression test base and script do not >> exist. However that would be good to have in order to check that any >> correction does not break anything. > > That's exactly what the testing framework[1] could and should do. > I've just not figured out how to best write tests for entire export > operations. Thinking of it: We could create an input file dedicated > to test link exporting, put in different kinds of links, export and > then use regexps to check if the links have been exported fine. I've just added testing/links.org to the testing framework. Vincent, feel free to suggest any addition to testing/ so that we can enrich our test-base with various examples! Being able to reproduce errors on those files will help people feel confident the error does not come from their configuration. Best, -- Bastien