aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test906
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-09-22 20:09:57 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-09-22 20:09:57 +0100
commit22bccb0edaf0416e484a8bc9bdb87b447e1dd865 (patch)
tree81ebfd1c624b3f9bd9552e1d57296943535daaa5 /tests/data/test906
parent4f591b91485f55441be480ae17eedb3060bad28c (diff)
tests: Regrouping of SMTP tests
Diffstat (limited to 'tests/data/test906')
-rw-r--r--tests/data/test90651
1 files changed, 0 insertions, 51 deletions
diff --git a/tests/data/test906 b/tests/data/test906
deleted file mode 100644
index a12b2ebc7..000000000
--- a/tests/data/test906
+++ /dev/null
@@ -1,51 +0,0 @@
-<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>