tizen 2.3.1 release
[external/curl.git] / tests / data / test803
index 24ff0d0..5b8cc9e 100644 (file)
@@ -1,7 +1,11 @@
 <testcase>
 <info>
 <keywords>
-SMTP
+IMAP
+Clear Text
+SELECT
+UIDVALIDITY
+FAILURE
 </keywords>
 </info>
 
@@ -14,51 +18,28 @@ SMTP
 # Client-side
 <client>
 <server>
-smtp
+imap
 </server>
  <name>
-SMTP with CRLF-dot-CRLF in data
+IMAP SELECT UIDVALIDITY Failure
  </name>
-<stdin>
-From: different
-To: another
-
-\r
-.\r
-.\r
-\r
-.\r
-
-body
-</stdin>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 803@foo --mail-from 803@from -T -
+'imap://%HOSTIP:%IMAPPORT/803;UIDVALIDITY=12345/;UID=123' -u user:secret
 </command>
 </client>
 
 #
 # Verify data after the test has been "shot"
 <verify>
+# CURLE_REMOTE_FILE_NOT_FOUND - UIDVALIDITY mismatch
+<errorcode>
+78
+</errorcode>
 <protocol>
-EHLO user\r
-MAIL FROM:803@from\r
-RCPT TO:<803@foo>\r
-DATA\r
-QUIT\r
+A001 CAPABILITY\r
+A002 LOGIN user secret\r
+A003 SELECT 803\r
+A004 LOGOUT\r
 </protocol>
-<upload>
-From: different
-To: another
-
-\r
-..\r
-..\r
-\r
-..\r
-
-body
-\r
-.\r
-</upload>
 </verify>
 </testcase>