]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: Added error code explanation comments
authorSteve Holme <steve_holme@hotmail.com>
Sun, 24 Nov 2013 12:33:21 +0000 (12:33 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 24 Nov 2013 12:35:45 +0000 (12:35 +0000)
tests/data/test856
tests/data/test913
tests/data/test914
tests/data/test916
tests/data/test918

index ae089d19148d6385ca480f22c001954eb67dc4d0..0c75045c4246b963a9b2ffd8d668f37d828b3263 100644 (file)
@@ -29,11 +29,12 @@ pop3://%HOSTIP:%POP3PORT/856 -u user:wrong
 #
 # Verify data after the test has been "shot"
 <verify>
+# 67 - CURLE_LOGIN_DENIED
 <errorcode>
 67
 </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"
 <protocol>
 CAPA\r
index c7d547c30931f999ac017b86fc6e7afb5d4295fc..4b0d2f555e3f4f1e74f9aa017fa7f0b16083a061 100644 (file)
@@ -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>
+# 55 - CURLE_SEND_ERROR
 <errorcode>
 55
 </errorcode>
index 16ea47028953e30b4372cadcd85ca193415f780b..d1532c806c695481f99f8e6a18c319251232247f 100644 (file)
@@ -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>
+# 55 - CURLE_SEND_ERROR
 <errorcode>
 55
 </errorcode>
index 807bb267f51e567c70d875d28d892a2e3d4a22cb..00211550ad4aaa03275489c361371dc25057b547 100644 (file)
@@ -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>
+# 55 - CURLE_SEND_ERROR
 <errorcode>
 55
 </errorcode>
index 6f3a382b41a4b26ae9e17fa4e1e8f024247eb31a..3756edd758a83b80b1f3e6f655f13044f4fcd37f 100644 (file)
@@ -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>\r
-55\r
-</errorcode>\r
+# 55 - CURLE_SEND_ERROR
+<errorcode>
+55
+</errorcode>
 <protocol>
 EHLO 918\r
 MAIL FROM:<sender@example.com>\r