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:
@@ -58,7 +58,7 @@ pop3://%HOSTIP:%POP3PORT/1319 -p -x %HOSTIP:%PROXYPORT -u user:secret
|
|||||||
^User-Agent:
|
^User-Agent:
|
||||||
</strip>
|
</strip>
|
||||||
<protocol>
|
<protocol>
|
||||||
AUTH
|
CAPA
|
||||||
USER user
|
USER user
|
||||||
PASS secret
|
PASS secret
|
||||||
RETR 1319
|
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 data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
AUTH
|
CAPA
|
||||||
USER user
|
USER user
|
||||||
PASS secret
|
PASS secret
|
||||||
LIST 1407
|
LIST 1407
|
||||||
|
|||||||
Reference in New Issue
Block a user