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/Makefile.am | 2 +- tests/data/test800 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test801 | 48 ------------------------------------------------ 3 files changed, 49 insertions(+), 49 deletions(-) create mode 100644 tests/data/test800 delete mode 100644 tests/data/test801 diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 1f772d32f..b789409cb 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -56,7 +56,7 @@ test623 test624 test625 test626 test627 test628 test629 test630 test631 \ test632 test633 test634 test635 test636 test637 test638 test639 \ test700 test701 test702 test703 test704 test705 test706 test707 test708 \ test709 test710 \ -test801 \ +test800 \ test850 test851 test852 test853 test854 test855 test856 test857 \ test900 test901 test902 test903 test904 test905 test906 \ test1000 test1001 test1002 test1003 test1004 test1005 \ diff --git a/tests/data/test800 b/tests/data/test800 new file mode 100644 index 000000000..d52829272 --- /dev/null +++ b/tests/data/test800 @@ -0,0 +1,48 @@ + + + +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 + + + 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