aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-11-24 12:33:21 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-11-24 12:35:45 +0000
commit2ff0c6f5f391fc81fd8f7eca1cc0cb159cc353c3 (patch)
tree473abd025ad49b258f9bfe8d8b8c041f0a68b172 /tests/data
parent8a94aedbd6c0afe0da7d27aac6f5a16d8eff60a1 (diff)
tests: Added error code explanation comments
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/test8563
-rw-r--r--tests/data/test9131
-rw-r--r--tests/data/test9141
-rw-r--r--tests/data/test9161
-rw-r--r--tests/data/test9187
5 files changed, 9 insertions, 4 deletions
diff --git a/tests/data/test856 b/tests/data/test856
index ae089d191..0c75045c4 100644
--- a/tests/data/test856
+++ b/tests/data/test856
@@ -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
diff --git a/tests/data/test913 b/tests/data/test913
index c7d547c30..4b0d2f555 100644
--- a/tests/data/test913
+++ b/tests/data/test913
@@ -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>
diff --git a/tests/data/test914 b/tests/data/test914
index 16ea47028..d1532c806 100644
--- a/tests/data/test914
+++ b/tests/data/test914
@@ -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>
diff --git a/tests/data/test916 b/tests/data/test916
index 807bb267f..00211550a 100644
--- a/tests/data/test916
+++ b/tests/data/test916
@@ -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>
diff --git a/tests/data/test918 b/tests/data/test918
index 6f3a382b4..3756edd75 100644
--- a/tests/data/test918
+++ b/tests/data/test918
@@ -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>