From eb1847e29c4216ec3b79029c3f143c9991e61a1b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 6 Mar 2017 19:31:54 +0100 Subject: [PATCH] org-clock: Fix failing test * testing/lisp/test-org-clock.el (test-org-clock/clocktable/scope): Fix failing test. --- testing/lisp/test-org-clock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lisp/test-org-clock.el b/testing/lisp/test-org-clock.el index 665edd3cc..464a03d0b 100644 --- a/testing/lisp/test-org-clock.el +++ b/testing/lisp/test-org-clock.el @@ -351,7 +351,7 @@ the buffer." #+TBLFM: $3=string(\"foo\")" (org-test-with-temp-text-in-file "* Test -CLOCK: [2012-03-29 Thu 16:40]--[2014-03-04 Thu 01:41] => 16905:01" +CLOCK: [2012-03-29 Thu 16:40]--[2014-03-04 Thu 00:41] => 16905:01" (test-org-clock-clocktable-contents ":scope file-with-archives" "#+TBLFM: $3=string(\"foo\")")))) ;; Test "function" scope.