diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-09 20:37:44 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-09 21:07:02 +0000 |
commit | 230e872dbdaa7f0a86382862375b47ff9f175fc3 (patch) | |
tree | ee506254cc7803dc4d31d5f269491a276e490e4f /tests/data/test807 | |
parent | 5a997d97fdaf01fb73c176256ceea50ca71513e4 (diff) |
tests: Removed test 807 as it has been superseded by tests 815 and 816
Diffstat (limited to 'tests/data/test807')
-rw-r--r-- | tests/data/test807 | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/tests/data/test807 b/tests/data/test807 deleted file mode 100644 index 0a6838b49..000000000 --- a/tests/data/test807 +++ /dev/null @@ -1,43 +0,0 @@ -<testcase> -<info> -<keywords> -IMAP -STORE -CUSTOMREQUEST -</keywords> -</info> - -# -# Server-side -<reply> -<data> -* 123 FETCH (FLAGS (\Seen \Deleted))
-</data> -</reply> - -# -# Client-side -<client> -<server> -imap -</server> - <name> -IMAP STORE (CUSTOMREQUEST) - </name> - <command> --u user:secret -X 'STORE 123 +Flags \Deleted' 'imap://%HOSTIP:%IMAPPORT/807' -</command> -</client> - -# -# Verify data after the test has been "shot" -<verify> -<protocol> -A001 CAPABILITY
-A002 LOGIN user secret
-A003 SELECT 807
-A004 STORE 123 +Flags \Deleted
-A005 LOGOUT
-</protocol> -</verify> -</testcase> |