소스 검색

Merge branch 'maint'

Nicolas Goaziou 12 년 전
부모
커밋
09cfdb8260
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      testing/lisp/test-org.el

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

@@ -511,20 +511,20 @@ http://article.gmane.org/gmane.emacs.orgmode/21459/"
 	    (eolp))))
   ;; At an headline with special movement.
   (should
-   (org-test-with-temp-text "* Headline :tag:\n"
+   (org-test-with-temp-text "* Headline1 :tag:\n"
      (let ((org-special-ctrl-a/e t))
        (and (progn (org-end-of-line) (looking-at " :tag:"))
 	    (progn (org-end-of-line) (eolp))
 	    (progn (org-end-of-line) (looking-at " :tag:"))))))
   ;; At an headline without special movement.
   (should
-   (org-test-with-temp-text "* Headline :tag:\n"
+   (org-test-with-temp-text "* Headline2 :tag:\n"
      (let ((org-special-ctrl-a/e nil))
        (and (progn (org-end-of-line) (eolp))
 	    (progn (org-end-of-line) (eolp))))))
   ;; At an headline, with reversed movement.
   (should
-   (org-test-with-temp-text "* Headline :tag:\n"
+   (org-test-with-temp-text "* Headline3 :tag:\n"
      (let ((org-special-ctrl-a/e 'reversed)
 	   (this-command last-command))
        (and (progn (org-end-of-line) (eolp))