etlegacy-libs/curl/tests/data/test813
Remy Marquis 5d31d90fa4 Reverted to cURL 7.26
This reverts commit dad99ac8e3.
This reverts commit e5639398e7.
This reverts commit cf4eae3ded.
2015-03-05 12:02:51 +01:00

43 lines
471 B
Text

<testcase>
<info>
<keywords>
POP3
FAILURE
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
REPLY PASS -ERR invalid login
</servercmd>
</reply>
#
# Client-side
<client>
<server>
pop3
</server>
<name>
POP3 invalid login
</name>
<command>
pop3://%HOSTIP:%POP3PORT/813 -u user:wrong
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
67
</errorcode>
<protocol>
USER user
PASS wrong
QUIT
</protocol>
</verify>
</testcase>