From: Glenn Morris Date: Fri, 12 Feb 2016 23:15:10 +0000 (-0500) Subject: * test/lisp/url/url-auth-tests.el X-Git-Tag: emacs-26.0.90~2604 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3991bf0ae0e896fbd695c045431b8cb02b757518;p=emacs.git * test/lisp/url/url-auth-tests.el (url-auth-test-digest-auth-retrieve-cache): Fix obvious typo. ; How do people add tests without, y'know, testing them? --- diff --git a/test/lisp/url/url-auth-tests.el b/test/lisp/url/url-auth-tests.el index e767b05404a..1735ad0fb63 100644 --- a/test/lisp/url/url-auth-tests.el +++ b/test/lisp/url/url-auth-tests.el @@ -118,8 +118,7 @@ Essential is how realms and paths are matched." (list :url "http://other.com/path" :realm nil :expected-user nil) ;; unmatched port - (list :url "http://example.org:444/path" :realm nil :expected-user -il) + (list :url "http://example.org:444/path" :realm nil :expected-user nil) ;; root, no realm (list :url "http://example.org/"