emacs-diffs
[Top][All Lists]
Advanced

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

master 7366859 2/2: ntlm-tests: Remove missing dependency warnings


From: Thomas Fitzsimmons
Subject: master 7366859 2/2: ntlm-tests: Remove missing dependency warnings
Date: Fri, 19 Feb 2021 17:14:35 -0500 (EST)

branch: master
commit 7366859fe0e185155cbe426903c6081ec1723be1
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    ntlm-tests: Remove missing dependency warnings
    
    * test/lisp/net/ntlm-tests.el: Remove warnings about dependencies
    not being present.
---
 test/lisp/net/ntlm-tests.el | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/test/lisp/net/ntlm-tests.el b/test/lisp/net/ntlm-tests.el
index c31ab83..2420b3b 100644
--- a/test/lisp/net/ntlm-tests.el
+++ b/test/lisp/net/ntlm-tests.el
@@ -403,15 +403,6 @@ ARGUMENTS are passed to it."
        (ntlm-tests--ensure-ws-parse-ntlm-support))
   "Non-nil if GNU ELPA test dependencies were loaded.")
 
-(when (not ntlm-tests--dependencies-present)
-  (warn "Cannot find one or more GNU ELPA packages")
-  (when (not (featurep 'url-http-ntlm))
-    (warn "Need url-http-ntlm/url-http-ntlm.el"))
-  (when (not (featurep 'web-server))
-    (warn "Need web-server/web-server.el"))
-  (warn "Skipping NTLM authentication tests")
-  (warn "See GNU_ELPA_DIRECTORY in test/README"))
-
 (ert-deftest ntlm-authentication ()
   "Check ntlm.el's implementation of NTLM authentication over HTTP."
   (skip-unless ntlm-tests--dependencies-present)



reply via email to

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