From 5a6464ae094688c6eecfc84178bf12eb6f21cfbe Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 10 Mar 2013 18:50:43 +0000 Subject: email-tests: Renamed the IMAP test to be 800 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/test801 | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 tests/data/test801 (limited to 'tests/data/test801') diff --git a/tests/data/test801 b/tests/data/test801 deleted file mode 100644 index d52829272..000000000 --- a/tests/data/test801 +++ /dev/null @@ -1,48 +0,0 @@ - - - -IMAP -FETCH - - - -# -# Server-side - - -From: me@somewhere -To: fake@nowhere - -body - --- - yours sincerely - - - -# -# Client-side - - -imap - - -IMAP FETCH - - -'imap://%HOSTIP:%IMAPPORT/801/;UID=1' -u user:secret - - - -# -# Verify data after the test has been "shot" - - -A001 CAPABILITY -A002 LOGIN user secret -A003 SELECT 801 -A004 FETCH 1 BODY[] -A005 LOGOUT - - - -- cgit v1.2.3