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

2017-08-10 Thread Nicolas Goaziou
Hello, "Galen Menzel" writes: > org-deadline-close-p interprets its timestamp-string argument as being > in the local time zone (i.e., the call to encode-time that results > from calling org-deadline-close-p always has a nil zone argument). > Since we are using "2016-06-03 Fri 01:43" as the ersa

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

2017-08-10 Thread Galen Menzel
Hi Nicolas, On 10 Aug 2017, at 3:16, Nicolas Goaziou wrote: -(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 "

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

2017-08-10 Thread Nicolas Goaziou
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 6

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

2017-08-08 Thread Galen Menzel
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