Commit 2ff0c6f5 authored by Steve Holme's avatar Steve Holme
Browse files

tests: Added error code explanation comments

parent 8a94aedb
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -29,11 +29,12 @@ pop3://%HOSTIP:%POP3PORT/856 -u user:wrong
#
#
# Verify data after the test has been "shot"
# Verify data after the test has been "shot"
<verify>
<verify>
# 67 - CURLE_LOGIN_DENIED
<errorcode>
<errorcode>
67
67
</errorcode>
</errorcode>
#
#
# The multi interface considers a broken "DO" request as a prematurely broken
# The multi interface considers a broken "CONNECT" as a prematurely broken
# transfer and such a connection will not get a "QUIT"
# transfer and such a connection will not get a "QUIT"
<protocol>
<protocol>
CAPA
CAPA
+1 −0
Original line number Original line Diff line number Diff line
@@ -37,6 +37,7 @@ smtp://%HOSTIP:%SMTPPORT/913 --mail-rcpt recipient@example.com --mail-from sende
#
#
# Verify data after the test has been "shot"
# Verify data after the test has been "shot"
<verify>
<verify>
# 55 - CURLE_SEND_ERROR
<errorcode>
<errorcode>
55
55
</errorcode>
</errorcode>
+1 −0
Original line number Original line Diff line number Diff line
@@ -33,6 +33,7 @@ smtp://%HOSTIP:%SMTPPORT/914 --mail-rcpt recipient@example.com --mail-from inval
#
#
# Verify data after the test has been "shot"
# Verify data after the test has been "shot"
<verify>
<verify>
# 55 - CURLE_SEND_ERROR
<errorcode>
<errorcode>
55
55
</errorcode>
</errorcode>
+1 −0
Original line number Original line Diff line number Diff line
@@ -33,6 +33,7 @@ smtp://%HOSTIP:%SMTPPORT/916 --mail-rcpt invalid --mail-from sender@example.com
#
#
# Verify data after the test has been "shot"
# Verify data after the test has been "shot"
<verify>
<verify>
# 55 - CURLE_SEND_ERROR
<errorcode>
<errorcode>
55
55
</errorcode>
</errorcode>
+4 −3
Original line number Original line Diff line number Diff line
@@ -33,6 +33,7 @@ smtp://%HOSTIP:%SMTPPORT/918 --mail-rcpt recipient.one@example.com --mail-rcpt i
#
#
# Verify data after the test has been "shot"
# Verify data after the test has been "shot"
<verify>
<verify>
# 55 - CURLE_SEND_ERROR
<errorcode>
<errorcode>
55
55
</errorcode>
</errorcode>