pop3 tests: CAPA instead of AUTH
After Steve's commit e336bc7c42
test 1319 and 1407 need to check
for CAPA instead of AUTH.
This commit is contained in:
parent
bf51b8c07a
commit
0c460e80ed
@ -58,7 +58,7 @@ pop3://%HOSTIP:%POP3PORT/1319 -p -x %HOSTIP:%PROXYPORT -u user:secret
|
||||
^User-Agent:
|
||||
</strip>
|
||||
<protocol>
|
||||
AUTH
|
||||
CAPA
|
||||
USER user
|
||||
PASS secret
|
||||
RETR 1319
|
||||
|
@ -34,7 +34,7 @@ pop3://%HOSTIP:%POP3PORT/1407 -l -u user:secret --libcurl log/test1407.c
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<protocol>
|
||||
AUTH
|
||||
CAPA
|
||||
USER user
|
||||
PASS secret
|
||||
LIST 1407
|
||||
|
Loading…
Reference in New Issue
Block a user