From fb327e42c676e2757d50b56486fbdbdef589b2ef Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 10 Mar 2013 18:48:08 +0000 Subject: email-tests: Renamed the SMTP tests to be in the range 900-906 Continued segregating the email protocol tests, into their own protocol based ranges, in preparation of adding more e-mail related tests to the test suite. --- tests/data/test814 | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 tests/data/test814 (limited to 'tests/data/test814') diff --git a/tests/data/test814 b/tests/data/test814 deleted file mode 100644 index 1fc060777..000000000 --- a/tests/data/test814 +++ /dev/null @@ -1,52 +0,0 @@ - - - -SMTP - - - -# -# Server-side - - - -# -# Client-side - - -smtp - - -SMTP without --mail-from - - -From: different -To: another - -body - - -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 814@foo -T - - - - -# -# Verify data after the test has been "shot" - - -EHLO user -MAIL FROM:<> -RCPT TO:<814@foo> -DATA -QUIT - - -From: different -To: another - -body - -. - - - -- cgit v1.2.3