aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test928
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-11-17 10:03:25 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-11-17 10:11:27 +0000
commitdf58084695ce9b568c0986d0979bb50b360ef010 (patch)
tree3c4c60f5b1f193908b0b13d765ba539cd8fd1e1f /tests/data/test928
parent3c8c9b2779df175f2f740bb6fbe414e0c56f94b6 (diff)
tests: Added SMTP HELP test
Diffstat (limited to 'tests/data/test928')
-rw-r--r--tests/data/test92839
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/data/test928 b/tests/data/test928
new file mode 100644
index 000000000..8f6795a6a
--- /dev/null
+++ b/tests/data/test928
@@ -0,0 +1,39 @@
+<testcase>
+<info>
+<keywords>
+SMTP
+HELP
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+<data>
+214-This server supports the following commands:
+214 214 HELO EHLO RCPT DATA RSET MAIL VRFY EXPN QUIT HELP
+</data>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+smtp
+</server>
+ <name>
+SMTP HELP
+ </name>
+ <command>
+smtp://%HOSTIP:%SMTPPORT/928
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<protocol>
+EHLO 928
+HELP
+QUIT
+</protocol>