emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hyperdrive eef4f80848 23/82: Change: (hyperdrive-test-org-


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive eef4f80848 23/82: Change: (hyperdrive-test-org-link tests) Change "file" to "path"
Date: Mon, 25 Sep 2023 19:00:51 -0400 (EDT)

branch: elpa/hyperdrive
commit eef4f8084845bc83e67f0ceba7f536280a0e504f
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Change: (hyperdrive-test-org-link tests) Change "file" to "path"
    
    We want to test linking to a different-drive-same-path-*, but it
    doesn't make sense to say that they are the same file.
---
 tests/test-hyperdrive-org-link.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/test-hyperdrive-org-link.el 
b/tests/test-hyperdrive-org-link.el
index 80dc7dd49c..88db0511e7 100644
--- a/tests/test-hyperdrive-org-link.el
+++ b/tests/test-hyperdrive-org-link.el
@@ -117,7 +117,7 @@
 ;; TODO: We'll need at least one test for inserting a link into an Org
 ;; file that is /not/ in a hyperdrive.
 
-(hyperdrive-test-org-link-deftest same-drive-same-file-before-heading
+(hyperdrive-test-org-link-deftest same-drive-same-path-before-heading
   :store-body "<|>
 * Heading A
 :PROPERTIES:
@@ -154,7 +154,7 @@
                     (hyperdrive-org-link-full-url t))
               :result "[[hyper://deadbeef/foo/bar%20quux.org]]")))
 
-(hyperdrive-test-org-link-deftest 
same-drive-same-file-on-heading-with-custom-id
+(hyperdrive-test-org-link-deftest 
same-drive-same-path-on-heading-with-custom-id
   :store-body "
 * Heading A
 :PROPERTIES:
@@ -192,7 +192,7 @@
                     (hyperdrive-org-link-full-url t))
               :result 
"[[hyper://deadbeef/foo/bar%20quux.org#%3A%3A%23baz%20zot]]")))
 
-(hyperdrive-test-org-link-deftest same-drive-same-file-on-heading-no-custom-id
+(hyperdrive-test-org-link-deftest same-drive-same-path-on-heading-no-custom-id
   :store-body "
 * Heading A
 <|>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]