From 2ff0c6f5f391fc81fd8f7eca1cc0cb159cc353c3 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 24 Nov 2013 12:33:21 +0000 Subject: 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(-) (limited to 'tests') 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" +# 67 - CURLE_LOGIN_DENIED 67 # -# 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" 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" +# 55 - CURLE_SEND_ERROR 55 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" +# 55 - CURLE_SEND_ERROR 55 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" +# 55 - CURLE_SEND_ERROR 55 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" - -55 - +# 55 - CURLE_SEND_ERROR + +55 + EHLO 918 MAIL FROM: -- cgit v1.2.3