瀏覽代碼

Update a test

* testing/lisp/test-org.el (test-org/refile-get-targets): Update test.
Nicolas Goaziou 8 年之前
父節點
當前提交
b3088eea3f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      testing/lisp/test-org.el

+ 1 - 1
testing/lisp/test-org.el

@@ -5404,7 +5404,7 @@ Paragraph<point>"
 					(nil :todo . "TODO"))))
 	      (mapcar #'car (org-refile-get-targets))))))
   (should
-   (equal '("F3" "H1" "F2")
+   (equal '("F2" "F3" "H1")
 	  (org-test-with-temp-text "* TODO H1\n** TODO F2\n*** F3"
 	    (let ((org-refile-use-outline-path nil)
 		  (org-refile-targets `((nil :regexp . "F")