diff options
Diffstat (limited to 'tests/data/test930')
-rw-r--r-- | tests/data/test930 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/data/test930 b/tests/data/test930 new file mode 100644 index 000000000..be633c1fa --- /dev/null +++ b/tests/data/test930 @@ -0,0 +1,38 @@ +<testcase> +<info> +<keywords> +SMTP +RSET +CUSTOMREQUEST +</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +smtp +</server> + <name> +SMTP RSET (CUSTOMREQUEST) + </name> + <command> +smtp://%HOSTIP:%SMTPPORT/930 -X RSET -I +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +EHLO 930
+RSET
+QUIT
+</protocol> +</verify> +</testcase> |