From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Fix for ob-sqlite tests Date: Thu, 13 Sep 2018 23:06:20 +0200 Message-ID: <878t459kfn.fsf@nicolasgoaziou.fr> References: <20180909143110.009a6e04@happy.intern.roklein.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g0Yop-0000zj-LE for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 17:06:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g0Yom-0005rG-AG for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 17:06:31 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:56685) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g0Yol-0005i9-Rs for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 17:06:28 -0400 In-Reply-To: <20180909143110.009a6e04@happy.intern.roklein.de> (Robert Klein's message of "Sun, 9 Sep 2018 14:31:17 +0200") 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" To: Robert Klein Cc: emacs-orgmode@gnu.org Hello, Robert Klein writes: > the tests for sqlite don't work because > > 1. the executable is sqlite3, not sqlite anymore for current software > (and obsqlite uses =E2=80=9Csqlite3=E2=80=9D, too) > > 2. the test doesn't have ob-sqlite loaded. > > Please advice, if the =E2=80=9C(require 'obsqlite)=E2=80=9D is offensive. > > > Patch is attached. Applied. Thank you. Regards, --=20 Nicolas Goaziou