소스 검색

org-clock: Fix failing test

* testing/lisp/test-org-clock.el (test-org-clock/clocktable/scope):
  Fix failing test.
Nicolas Goaziou 8 년 전
부모
커밋
eb1847e29c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      testing/lisp/test-org-clock.el

+ 1 - 1
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.