emacs-diffs
[Top][All Lists]
Advanced

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

master 01242dda779 2/3: ; Fix webjump test after recent change


From: Stefan Kangas
Subject: master 01242dda779 2/3: ; Fix webjump test after recent change
Date: Wed, 25 Oct 2023 17:27:40 -0400 (EDT)

branch: master
commit 01242dda7799c8847e2ee33f5a47c1f6162f8c38
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix webjump test after recent change
    
    * test/lisp/net/webjump-tests.el (webjump-tests-url-fix): Adjust
    test after recent change to prefer HTTPS.
---
 test/lisp/net/webjump-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/net/webjump-tests.el b/test/lisp/net/webjump-tests.el
index 42fa346a869..ffdebf2bb6f 100644
--- a/test/lisp/net/webjump-tests.el
+++ b/test/lisp/net/webjump-tests.el
@@ -58,7 +58,7 @@
 (ert-deftest webjump-tests-url-fix ()
   (should (equal (webjump-url-fix nil) ""))
   (should (equal (webjump-url-fix "/tmp/") "file:///tmp/"))
-  (should (equal (webjump-url-fix "gnu.org") "http://gnu.org/";))
+  (should (equal (webjump-url-fix "gnu.org") "https://gnu.org/";))
   (should (equal (webjump-url-fix "ftp.x.org") "ftp://ftp.x.org/";))
   (should (equal (webjump-url-fix "https://gnu.org";)
                  "https://gnu.org/";)))



reply via email to

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