]> git.eshelyaron.com Git - emacs.git/commitdiff
ntlm-tests: Remove missing dependency warnings
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Fri, 19 Feb 2021 22:11:16 +0000 (17:11 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Fri, 19 Feb 2021 22:11:42 +0000 (17:11 -0500)
* test/lisp/net/ntlm-tests.el: Remove warnings about dependencies
not being present.

test/lisp/net/ntlm-tests.el

index c31ab83226c7efc5846444d8b072ab5d0b476720..2420b3b48a9c6859ad8f2313df07924172760672 100644 (file)
@@ -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)