From a1348aa23cc08d7992326842152cde9737912d34 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 10 Mar 2013 18:45:24 +0000 Subject: email-tests: Renamed the POP3 tests to be in the range 850-857 Started 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/test856 | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 tests/data/test856 (limited to 'tests/data/test856') diff --git a/tests/data/test856 b/tests/data/test856 new file mode 100644 index 000000000..fac4aa0ef --- /dev/null +++ b/tests/data/test856 @@ -0,0 +1,46 @@ + + + +POP3 +FAILURE + + + +# +# Server-side + + +REPLY PASS -ERR invalid login + + + +# +# Client-side + + +pop3 + + +POP3 invalid login + + +pop3://%HOSTIP:%POP3PORT/813 -u user:wrong + + + +# +# Verify data after the test has been "shot" + + +67 + +# +# The multi interface considers a broken "DO" request as a prematurely broken +# transfer and such a connection will not get a "QUIT" + +CAPA +USER user +PASS wrong + + + -- cgit v1.2.3