aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/test802
diff options
context:
space:
mode:
authorBertrand SIMONNET <bsimonnet@google.com>2015-07-01 15:39:44 -0700
committerBertrand SIMONNET <bsimonnet@google.com>2015-07-08 10:51:12 -0700
commite6cd738ed3716c02557fb3a47515244e949ade39 (patch)
tree8d093306c27b850f828317ed67d6efea3ec7e084 /tests/data/test802
parentd43abe883892fe84137052fd27ecd956a2c7cacf (diff)
downloadandroid_external_curl-e6cd738ed3716c02557fb3a47515244e949ade39.tar.gz
android_external_curl-e6cd738ed3716c02557fb3a47515244e949ade39.tar.bz2
android_external_curl-e6cd738ed3716c02557fb3a47515244e949ade39.zip
Import curl 7.43
This is a simple import of curl 7.43. The only change from the official release is the fact that the Android.mk was removed to avoid build error trying to parse it. BUG: 22347561 Change-Id: I52ef6798d30b25d22d1f62770d571adec8bcf4d5
Diffstat (limited to 'tests/data/test802')
-rw-r--r--tests/data/test80242
1 files changed, 18 insertions, 24 deletions
diff --git a/tests/data/test802 b/tests/data/test802
index 7027c80..17349a8 100644
--- a/tests/data/test802
+++ b/tests/data/test802
@@ -1,32 +1,35 @@
<testcase>
<info>
<keywords>
-SMTP
+IMAP
+Clear Text
+SELECT
+UIDVALIDITY
</keywords>
</info>
#
# Server-side
<reply>
+<data>
+body
+
+--
+ yours sincerely
+</data>
</reply>
#
# Client-side
<client>
<server>
-smtp
+imap
</server>
<name>
-SMTP
+IMAP SELECT UIDVALIDITY Success
</name>
-<stdin>
-From: different
-To: another
-
-body
-</stdin>
<command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-rcpt 802@foobar.example --mail-from 802@from -T -
+'imap://%HOSTIP:%IMAPPORT/802;UIDVALIDITY=3857529045/;UID=123/;SECTION=TEXT' -u user:secret
</command>
</client>
@@ -34,20 +37,11 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-rcpt 802@foobar.example
# Verify data after the test has been "shot"
<verify>
<protocol>
-EHLO user
-MAIL FROM:802@from
-RCPT TO:<802@foo>
-RCPT TO:<802@foobar.example>
-DATA
-QUIT
+A001 CAPABILITY
+A002 LOGIN user secret
+A003 SELECT 802
+A004 FETCH 123 BODY[TEXT]
+A005 LOGOUT
</protocol>
-<upload>
-From: different
-To: another
-
-body
-
-.
-</upload>
</verify>
</testcase>