]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: Removed test 807 as it has been superseded by tests 815 and 816
authorSteve Holme <steve_holme@hotmail.com>
Sun, 9 Feb 2014 20:37:44 +0000 (20:37 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 9 Feb 2014 21:07:02 +0000 (21:07 +0000)
tests/data/Makefile.am
tests/data/test807 [deleted file]

index d526a4b69a2100c34f2f87fd3041daf7a5938de8..6ed550c16dc5740020ac59f6a65e33a1755e746a 100644 (file)
@@ -63,7 +63,7 @@ test635 test636 test637 test638 test639 \
 test700 test701 test702 test703 test704 test705 test706 test707 test708 \
 test709 test710 test711 test712 \
 \
-test800 test801 test802 test803 test804 test805 test806 test807 test808 \
+test800 test801 test802 test803 test804 test805 test806         test808 \
 test809 test810 test811 test812 test813 test814 test815 test816 test817 \
 test818 test819 test820 test821 test822 test823 test824 test825 test826 \
 test827 test828 test829 test830 test831 test832 test833 test834 test835 \
diff --git a/tests/data/test807 b/tests/data/test807
deleted file mode 100644 (file)
index 0a6838b..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<testcase>
-<info>
-<keywords>
-IMAP
-STORE
-CUSTOMREQUEST
-</keywords>
-</info>
-
-#
-# Server-side
-<reply>
-<data>
-* 123 FETCH (FLAGS (\Seen \Deleted))\r
-</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\r
-A002 LOGIN user secret\r
-A003 SELECT 807\r
-A004 STORE 123 +Flags \Deleted\r
-A005 LOGOUT\r
-</protocol>
-</verify>
-</testcase>