]> code.delx.au - gnu-emacs/commitdiff
* test/lisp/url/url-auth-tests.el
authorGlenn Morris <rgm@gnu.org>
Fri, 12 Feb 2016 23:15:10 +0000 (18:15 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 12 Feb 2016 23:15:10 +0000 (18:15 -0500)
(url-auth-test-digest-auth-retrieve-cache): Fix obvious typo.

; How do people add tests without, y'know, testing them?

test/lisp/url/url-auth-tests.el

index e767b05404ad6f08897f2f3560a2c836a8fa89c0..1735ad0fb633f78b63f7c6f122ca0b1fad639134 100644 (file)
@@ -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/"