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/test806 | 55 ------------------------------------------------------ 1 file changed, 55 deletions(-) delete mode 100644 tests/data/test806 (limited to 'tests/data/test806') diff --git a/tests/data/test806 b/tests/data/test806 deleted file mode 100644 index 9d1c98814..000000000 --- a/tests/data/test806 +++ /dev/null @@ -1,55 +0,0 @@ - - - -SMTP -SMTP AUTH LOGIN -RFC4954 - - - -# -# Server-side - - -REPLY EHLO 250 AUTH LOGIN -REPLY AUTH 334 UGFzc3dvcmQ6 -REPLY MTIzNA== 235 Authenticated - - - -# -# Client-side - - -smtp - - -SMTP login authentication - - -mail body - - -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 806@foo --mail-from 806@from -u test:1234 -T - - - - -# -# Verify data after the test has been "shot" - - -EHLO user -AUTH LOGIN dGVzdA== -MTIzNA== -MAIL FROM:<806@from> -RCPT TO:<806@foo> -DATA -QUIT - - -mail body - -. - - - -- cgit v1.2.1