From 22bccb0edaf0416e484a8bc9bdb87b447e1dd865 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 22 Sep 2013 20:09:57 +0100 Subject: tests: Regrouping of SMTP tests --- tests/data/Makefile.am | 4 ++-- tests/data/test906 | 51 -------------------------------------------------- tests/data/test915 | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 tests/data/test906 create mode 100644 tests/data/test915 (limited to 'tests/data') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 9ffcf75b1..d2948ed31 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -69,8 +69,8 @@ test809 test810 test811 test812 test813 test814 \ test850 test851 test852 test853 test854 test855 test856 test857 test858 \ test859 test860 test861 test862 \ \ -test900 test901 test902 test903 test904 test905 test906 test907 test908 \ -test909 test910 test911 test912 test913 test914 \ +test900 test901 test902 test903 test904 test905 test907 test908 \ +test909 test910 test911 test912 test913 test914 test915 \ \ test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \ test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \ 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 @@ - - - -SMTP - - - -# -# Server-side - - - -# -# Client-side - - -smtp - - -SMTP without --mail-from - - -From: different -To: another - -body - - -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 906@example.com -T - - - - -# -# Verify data after the test has been "shot" - - -EHLO user -MAIL FROM:<> -RCPT TO:<906@example.com> -DATA -QUIT - - -From: different -To: another - -body -. - - - 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 @@ + + + +SMTP + + + +# +# Server-side + + + +# +# Client-side + + +smtp + + +SMTP without --mail-from + + +From: different +To: another + +body + + +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 906@example.com -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO user +MAIL FROM:<> +RCPT TO:<906@example.com> +DATA +QUIT + + +From: different +To: another + +body +. + + + -- cgit v1.2.3