From 2ff0c6f5f391fc81fd8f7eca1cc0cb159cc353c3 Mon Sep 17 00:00:00 2001
From: Steve Holme <steve_holme@hotmail.com>
Date: Sun, 24 Nov 2013 12:33:21 +0000
Subject: [PATCH] tests: Added error code explanation comments

---
 tests/data/test856 | 3 ++-
 tests/data/test913 | 1 +
 tests/data/test914 | 1 +
 tests/data/test916 | 1 +
 tests/data/test918 | 7 ++++---
 5 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/tests/data/test856 b/tests/data/test856
index ae089d1914..0c75045c42 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 c7d547c309..4b0d2f555e 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 16ea470289..d1532c806c 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 807bb267f5..00211550ad 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 6f3a382b41..3756edd758 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>