diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-09-22 20:09:57 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-09-22 20:09:57 +0100 |
commit | 22bccb0edaf0416e484a8bc9bdb87b447e1dd865 (patch) | |
tree | 81ebfd1c624b3f9bd9552e1d57296943535daaa5 /tests/data/test915 | |
parent | 4f591b91485f55441be480ae17eedb3060bad28c (diff) | |
download | curl-22bccb0edaf0416e484a8bc9bdb87b447e1dd865.tar.gz |
tests: Regrouping of SMTP tests
Diffstat (limited to 'tests/data/test915')
-rw-r--r-- | tests/data/test915 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/tests/data/test915 b/tests/data/test915 new file mode 100644 index 000000000..a12b2ebc7 --- /dev/null +++ b/tests/data/test915 @@ -0,0 +1,51 @@ +<testcase> +<info> +<keywords> +SMTP +</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +smtp +</server> + <name> +SMTP without --mail-from + </name> +<stdin> +From: different
+To: another
+
+body
+</stdin> + <command> +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 906@example.com -T - +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +EHLO user
+MAIL FROM:<>
+RCPT TO:<906@example.com>
+DATA
+QUIT
+</protocol> +<upload> +From: different
+To: another
+
+body
+.
+</upload> +</verify> +</testcase> |