projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88006cf
)
* lisp/password-cache.el: adapt test to change in password-in-cache-p
author
Óscar Fuentes
<ofv@wanadoo.es>
Mon, 12 Aug 2019 14:22:34 +0000
(16:22 +0200)
committer
Óscar Fuentes
<ofv@wanadoo.es>
Mon, 12 Aug 2019 14:22:34 +0000
(16:22 +0200)
test/lisp/password-cache-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/password-cache-tests.el
b/test/lisp/password-cache-tests.el
index bb8064d4c6976055e76fe768e1bb5ec58012e6c4..1abb546113ee04107c82073756652b6ffd7885f4 100644
(file)
--- a/
test/lisp/password-cache-tests.el
+++ b/
test/lisp/password-cache-tests.el
@@
-29,7
+29,7
@@
(ert-deftest password-cache-tests-add-and-remove ()
(let ((password-data (copy-hash-table password-data)))
(password-cache-add "foo" "bar")
- (should (eq
ual (password-in-cache-p "foo") "bar"
))
+ (should (eq
(password-in-cache-p "foo") t
))
(password-cache-remove "foo")
(should (not (password-in-cache-p "foo")))))