emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] Fix two false failures in org's test suite


From: Galen Menzel
Subject: [O] [PATCH] Fix two false failures in org's test suite
Date: Tue, 08 Aug 2017 15:37:26 -0700

Hi all,

A clean clone of org-mode turns up two test failures for me (test-org/deadline-close-p and test-org/refile-get-targets), which I believe are false failures. The attached (tiny) patch addresses them both.

test-org/deadline-close-p fails due to a time zone difference. The test assumes that a current time of '(22353 6425 905205 644000) corresponds to 2016-06-03 Fri 01:43, but in my timezone it corresponds to 2016-06-02 Thu 22:43.

test-org/refile-get-targets fails because on macOS /tmp is a symlink to /private/tmp, and refile-get-targets resolves symlinks, but the test does not.

Best,

Galen

Attachment: 0001-test-org.el-Fix-two-false-test-failures.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]