summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-07-27 15:42:28 +0200
committerBastien Guerry <bzg@altern.org>2014-07-27 15:42:28 +0200
commit1f3fefcba5f334c46d5553d0415710e96c08a965 (patch)
tree0af8764d0a50172cbcde3365932b516791a0ebfc
parentbd93c61084680cf3feea35b77a8c53e9d7c9dceb (diff)
downloadorg-mode-1f3fefcba5f334c46d5553d0415710e96c08a965.tar.gz
test-org.el: Test info link using Emacs info documentation
* test-org.el (test-org/open-at-point-in-property) (test-org/open-at-point-in-comment) (test-org/open-at-point/info): Test info link using Emacs info documentation.
-rw-r--r--testing/lisp/test-org.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el
index 92d7009..853e46c 100644
--- a/testing/lisp/test-org.el
+++ b/testing/lisp/test-org.el
@@ -1044,7 +1044,7 @@ drops support for Emacs 24.1 and 24.2."
(org-test-with-temp-text
"* Headline
:PROPERTIES:
-:URL: <point>[[info:org#Top]]
+:URL: <point>[[info:emacs#Top]]
:END:"
(org-open-at-point) t)))
@@ -1052,14 +1052,14 @@ drops support for Emacs 24.1 and 24.2."
"Does `org-open-at-point' open link in a commented line?"
(should
(org-test-with-temp-text
- "# <point>[[info:org#Top]]"
+ "# <point>[[info:emacs#Top]]"
(org-open-at-point) t)))
(ert-deftest test-org/open-at-point/info ()
"Test `org-open-at-point' on info links."
(should
(org-test-with-temp-text
- "<point>[[info:org#Top]]"
+ "<point>[[info:emacs#Top]]"
(org-open-at-point)
(and (switch-to-buffer "*info*")
(prog1