From 7f57fb359d583d646494c6afb1c8e0d3c0c49c6b Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 18 Mar 2011 13:59:48 -0700 Subject: Added two more POP3 tests --- tests/data/test813 | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/data/test813 (limited to 'tests/data/test813') diff --git a/tests/data/test813 b/tests/data/test813 new file mode 100644 index 000000000..4953af413 --- /dev/null +++ b/tests/data/test813 @@ -0,0 +1,43 @@ + + + +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 + + +USER user +PASS wrong +QUIT + + + -- cgit v1.2.1