mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
tests: Updated pop3 tests for change in auth mechanism detection
This commit is contained in:
parent
e336bc7c42
commit
1fc89eb87f
@ -38,7 +38,7 @@ pop3://%HOSTIP:%POP3PORT/800 -u user:secret
|
|||||||
# 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
|
||||||
RETR 800
|
RETR 800
|
||||||
|
@ -32,7 +32,7 @@ pop3://%HOSTIP:%POP3PORT/808 -l -u user:secret
|
|||||||
# 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 808
|
LIST 808
|
||||||
|
@ -36,7 +36,7 @@ pop3://%HOSTIP:%POP3PORT/809 -l -u user:secret
|
|||||||
56
|
56
|
||||||
</errorcode>
|
</errorcode>
|
||||||
<protocol>
|
<protocol>
|
||||||
AUTH
|
CAPA
|
||||||
USER user
|
USER user
|
||||||
PASS secret
|
PASS secret
|
||||||
LIST 809
|
LIST 809
|
||||||
|
@ -41,7 +41,7 @@ pop3://%HOSTIP:%POP3PORT/ -u user:secret
|
|||||||
# 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
|
LIST
|
||||||
|
@ -34,7 +34,7 @@ pop3://%HOSTIP:%POP3PORT/ -u user:secret
|
|||||||
# 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
|
LIST
|
||||||
|
@ -36,7 +36,7 @@ pop3://%HOSTIP:%POP3PORT/812 -u user:secret
|
|||||||
56
|
56
|
||||||
</errorcode>
|
</errorcode>
|
||||||
<protocol>
|
<protocol>
|
||||||
AUTH
|
CAPA
|
||||||
USER user
|
USER user
|
||||||
PASS secret
|
PASS secret
|
||||||
RETR 812
|
RETR 812
|
||||||
|
@ -35,7 +35,7 @@ pop3://%HOSTIP:%POP3PORT/813 -u user:wrong
|
|||||||
67
|
67
|
||||||
</errorcode>
|
</errorcode>
|
||||||
<protocol>
|
<protocol>
|
||||||
AUTH
|
CAPA
|
||||||
USER user
|
USER user
|
||||||
PASS wrong
|
PASS wrong
|
||||||
QUIT
|
QUIT
|
||||||
|
@ -49,7 +49,7 @@ pop3://%HOSTIP:%POP3PORT/815 -u user:secret
|
|||||||
# 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
|
||||||
RETR 815
|
RETR 815
|
||||||
|
Loading…
Reference in New Issue
Block a user