From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Subject: Re: FIX missing case-folding in test-ob-emacs-lisp.el Date: Tue, 12 Mar 2013 17:40:34 +0100 Message-ID: <513F5A82.9080707@easy-emacs.de> References: <513F4D96.6000702@easy-emacs.de> <87r4jkzk12.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFSEy-0006up-GM for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 12:39:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFSEs-0004NZ-Ke for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 12:39:52 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:61464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFSEs-0004KR-BO for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 12:39:46 -0400 In-Reply-To: <87r4jkzk12.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode Am 12.03.2013 16:59, schrieb Bastien: > Hi Andreas, > > Andreas Röhler writes: > >> Running tests from org-mode/testing/README failed due to missing case-folding >> Downcased "result" was searched while upcased was inserted > > It's weird, the test does not fail for me. Can you let me know how to > reproduce it? > Called C-c C-c subsequently as told in ~/org-mode/testing/README * Interactive testing from within Emacs ;;;; Maybe missing spec only affect interactive calls? >> Patch attached > > Thanks, let's use this fix if we reproduce the problem. > > Best, >