diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-11-24 12:33:21 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-11-24 12:35:45 +0000 |
commit | 2ff0c6f5f391fc81fd8f7eca1cc0cb159cc353c3 (patch) | |
tree | 473abd025ad49b258f9bfe8d8b8c041f0a68b172 /tests/data/test918 | |
parent | 8a94aedbd6c0afe0da7d27aac6f5a16d8eff60a1 (diff) |
tests: Added error code explanation comments
Diffstat (limited to 'tests/data/test918')
-rw-r--r-- | tests/data/test918 | 7 |
1 files changed, 4 insertions, 3 deletions
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>
|