From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Fix two false failures in org's test suite Date: Thu, 10 Aug 2017 12:16:41 +0200 Message-ID: <87y3qr9186.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfkWE-0003c6-ES for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 06:16:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfkWD-00030N-Co for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 06:16:46 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:54639) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dfkWD-0002zP-6a for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 06:16:45 -0400 In-Reply-To: (Galen Menzel's message of "Tue, 08 Aug 2017 15:37:26 -0700") 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: Galen Menzel Cc: emacs-orgmode@gnu.org Hello, "Galen Menzel" writes: > * testing/lisp/test-org.el (test-org/deadline-close-p): Fix false > failures due to time-zone differences. > (test-org/refile-get-targets): Fix false failures when test temp-file > path contains a symlink. Thank you. > - (lambda () '(22353 6425 905205 644000)))) > + (lambda () > + (apply #'encode-time > + (org-parse-time-string "2016-06-03 Fri 01:43"))))) Shouldn't this be (org-parse-time-string "..." nil t) to force UTC? Regards, -- Nicolas Goaziou