projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdb5f46
)
* tests/test-sasl.el(test-sasl-ntlm-imap): Fix
author
okada
<okada>
Tue, 20 Feb 2001 07:45:06 +0000
(07:45 +0000)
committer
okada
<okada>
Tue, 20 Feb 2001 07:45:06 +0000
(07:45 +0000)
`sasl-read-passphrase'
ChangeLog
patch
|
blob
|
history
tests/test-sasl.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
464535f
..
7500d17
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,10
@@
2001-02-20 Kenichi OKADA <okada@opaopa.org>
+ * tests/test-sasl.el(test-sasl-ntlm-imap): Fix
+ `sasl-read-passphrase'
+
+2001-02-20 Kenichi OKADA <okada@opaopa.org>
+
* tests/test-sasl.el(test-sasl-ntlm-imap): Change name.
Delete wrong lines.
diff --git
a/tests/test-sasl.el
b/tests/test-sasl.el
index
1503182
..
75452ef
100644
(file)
--- a/
tests/test-sasl.el
+++ b/
tests/test-sasl.el
@@
-91,9
+91,8
@@
algorithm=md5-sess,charset=utf-8")
(client
(sasl-make-client mechanism "kawagish@nokiaseap" "imap" "xxx.yyy.com"))
(sasl-read-passphrase
- '(lambda (passphrase)
- (ntlm-get-password-hashes
- "!\"#456secret")))
+ #'(lambda (passphrase)
+ "!\"#456secret"))
step
response)
;; init