From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Galen Menzel <galen.menzel@utexas.edu>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Fix two false failures in org's test suite
Date: Thu, 10 Aug 2017 12:16:41 +0200 [thread overview]
Message-ID: <87y3qr9186.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <F30743AD-0F32-46D4-AA0D-BB3391C1A9C6@utexas.edu> (Galen Menzel's message of "Tue, 08 Aug 2017 15:37:26 -0700")
Hello,
"Galen Menzel" <galen.menzel@utexas.edu> 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
next prev parent reply other threads:[~2017-08-10 10:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-08 22:37 [PATCH] Fix two false failures in org's test suite Galen Menzel
2017-08-10 10:16 ` Nicolas Goaziou [this message]
2017-08-10 17:58 ` Galen Menzel
2017-08-10 20:46 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y3qr9186.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=emacs-orgmode@gnu.org \
--cc=galen.menzel@utexas.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).