branch: externals/hyperbole commit 99f50c2e14db8f6cf0bf474d9d81ad5fd6f37715 Author: bw <r...@gnu.org> Commit: bw <r...@gnu.org>
hbut-tests--ibut-at-p-identifies-a-remote-pathname - Expect success --- ChangeLog | 5 +++++ test/hbut-tests.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 48006baf2b..63cdce4e6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-03-31 Bob Weiner <r...@gnu.org> + +* test/hbut-tests.el (hbut-tests--ibut-at-p-identifies-a-remote-pathname): + Code now fixed so this test passes; remove expected failure clause. + 2024-03-31 Mats Lidell <ma...@gnu.org> * .github/workflows/main.yml (jobs): Add Emacs 29.3 to versions used for diff --git a/test/hbut-tests.el b/test/hbut-tests.el index a8b4086076..d5f58d8e50 100644 --- a/test/hbut-tests.el +++ b/test/hbut-tests.el @@ -770,7 +770,6 @@ See #10 for the proper way to add an ibutton name. (ert-deftest hbut-tests--ibut-at-p-identifies-a-remote-pathname () "Verify `ibut:at-p' identifies a remote pathname." - :expected-result :failed (hattr:clear 'hbut:current) (with-temp-buffer (insert "/ssh:u...@host.org:/home/user/file\n")