mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:23:32 +03:00
tests: Added error code explanation comments
This commit is contained in:
parent
8a94aedbd6
commit
2ff0c6f5f3
5 changed files with 9 additions and 4 deletions
|
|
@ -33,9 +33,10 @@ smtp://%HOSTIP:%SMTPPORT/918 --mail-rcpt recipient.one@example.com --mail-rcpt i
|
|||
#
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<errorcode>
|
||||
55
|
||||
</errorcode>
|
||||
# 55 - CURLE_SEND_ERROR
|
||||
<errorcode>
|
||||
55
|
||||
</errorcode>
|
||||
<protocol>
|
||||
EHLO 918
|
||||
MAIL FROM:<sender@example.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue