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:
Daniel Stenberg 2012-06-04 22:34:06 +02:00
parent bf51b8c07a
commit 0c460e80ed
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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