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

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

[elpa] externals/hyperbole a8f08df 1/3: Fix test case after update (#66)


From: ELPA Syncer
Subject: [elpa] externals/hyperbole a8f08df 1/3: Fix test case after update (#66)
Date: Sun, 18 Apr 2021 02:57:09 -0400 (EDT)

branch: externals/hyperbole
commit a8f08df9c0732bd79f017bef8418a36bab8a36ea
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Fix test case after update (#66)
---
 Changes            | 5 +++++
 test/demo-tests.el | 1 +
 test/hbut-tests.el | 3 +--
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index d967f2a..bfbc5e3 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+2021-04-17  Mats Lidell  <matsl@gnu.org>
+
+* test/hbut-tests.el (hbut-ib-url-with-label): Bug solved - removed
+    expected failed.
+
 2021-04-17  Bob Weiner  <rsw@gnu.org>
 
 * hpath.el (hpath:expand): Fix locate-library call to add suffixes and thereby
diff --git a/test/demo-tests.el b/test/demo-tests.el
index 22c83be..1a4aed8 100644
--- a/test/demo-tests.el
+++ b/test/demo-tests.el
@@ -35,6 +35,7 @@
 (declare-function org-check-for-hidden "org-el")
 
 (ert-deftest demo-smart-mouse-keys-ref-test ()
+  "Go to the header from a #ref."
   (unwind-protect
       (progn
         (hypb:display-file-with-logo (expand-file-name "DEMO" hyperb:dir))
diff --git a/test/hbut-tests.el b/test/hbut-tests.el
index 7445dbd..a0b581c 100644
--- a/test/hbut-tests.el
+++ b/test/hbut-tests.el
@@ -165,8 +165,7 @@ the button text"
                       (hy-test-helpers:action-key-should-call-hpath:find 
(expand-file-name "DEMO" hyperb:dir))))))
 
 (ert-deftest hbut-ib-url-with-label ()
-  "Should find link but fails with (user-error \"No link found\")"
-  :expected-result :failed
+  "Find link using label"
   (with-temp-buffer
     (insert "<[PR34]>: \"https://github.com/rswgnu/hyperbole/pull/34\"";)
     (goto-char 4)



reply via email to

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