diff options
| author | Glenn Morris | 2016-02-12 18:15:10 -0500 |
|---|---|---|
| committer | Glenn Morris | 2016-02-12 18:15:10 -0500 |
| commit | 3991bf0ae0e896fbd695c045431b8cb02b757518 (patch) | |
| tree | 1d4834db91e04a43b7626ba5277689a4f3a0d7e8 | |
| parent | 675787bcd3b666fe5dd19e9eeba6ddd5fc5df0d5 (diff) | |
| download | emacs-3991bf0ae0e896fbd695c045431b8cb02b757518.tar.gz emacs-3991bf0ae0e896fbd695c045431b8cb02b757518.zip | |
* 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?
| -rw-r--r-- | test/lisp/url/url-auth-tests.el | 3 |
1 files changed, 1 insertions, 2 deletions
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." | |||
| 118 | (list :url "http://other.com/path" :realm nil :expected-user nil) | 118 | (list :url "http://other.com/path" :realm nil :expected-user nil) |
| 119 | 119 | ||
| 120 | ;; unmatched port | 120 | ;; unmatched port |
| 121 | (list :url "http://example.org:444/path" :realm nil :expected-user | 121 | (list :url "http://example.org:444/path" :realm nil :expected-user nil) |
| 122 | il) | ||
| 123 | 122 | ||
| 124 | ;; root, no realm | 123 | ;; root, no realm |
| 125 | (list :url "http://example.org/" | 124 | (list :url "http://example.org/" |