浏览代码

Remove duplicate test

Nicolas Goaziou 8 年之前
父节点
当前提交
693bda9e5c
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      testing/lisp/test-org.el

+ 0 - 5
testing/lisp/test-org.el

@@ -400,11 +400,6 @@
       (org-test-with-temp-text "* DONE Heading"
 	(should-not (org-deadline-close-p "2016-06-03"))))))
 
-(ert-deftest test-org/get-repeat ()
-  (org-test-with-temp-text
-   "* H\nSCHEDULED: <2017-02-03 Fri .+23d>"
-   (should (string= ".+23d" (org-get-repeat)))))
-
 
 ;;; Drawers