test801 to test807: fix protocol section line endings
This commit is contained in:
@@ -35,11 +35,11 @@ IMAP FETCH by UID and SECTION
|
|||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
A001 CAPABILITY
|
A001 CAPABILITY
|
||||||
A002 LOGIN user secret
|
A002 LOGIN user secret
|
||||||
A003 SELECT 801
|
A003 SELECT 801
|
||||||
A004 FETCH 123 BODY[1]
|
A004 FETCH 123 BODY[1]
|
||||||
A005 LOGOUT
|
A005 LOGOUT
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|||||||
@@ -36,11 +36,11 @@ IMAP SELECT UIDVALIDITY Success
|
|||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
A001 CAPABILITY
|
A001 CAPABILITY
|
||||||
A002 LOGIN user secret
|
A002 LOGIN user secret
|
||||||
A003 SELECT 802
|
A003 SELECT 802
|
||||||
A004 FETCH 123 BODY[TEXT]
|
A004 FETCH 123 BODY[TEXT]
|
||||||
A005 LOGOUT
|
A005 LOGOUT
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|||||||
@@ -35,10 +35,10 @@ IMAP SELECT UIDVALIDITY Failure
|
|||||||
78
|
78
|
||||||
</errorcode>
|
</errorcode>
|
||||||
<protocol>
|
<protocol>
|
||||||
A001 CAPABILITY
|
A001 CAPABILITY
|
||||||
A002 LOGIN user secret
|
A002 LOGIN user secret
|
||||||
A003 SELECT 803
|
A003 SELECT 803
|
||||||
A004 LOGOUT
|
A004 LOGOUT
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|||||||
@@ -35,12 +35,12 @@ IMAP doesn't perform SELECT if re-using the same mailbox
|
|||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
A001 CAPABILITY
|
A001 CAPABILITY
|
||||||
A002 LOGIN user secret
|
A002 LOGIN user secret
|
||||||
A003 SELECT 804
|
A003 SELECT 804
|
||||||
A004 FETCH 123 BODY[1]
|
A004 FETCH 123 BODY[1]
|
||||||
A005 FETCH 456 BODY[2.3]
|
A005 FETCH 456 BODY[2.3]
|
||||||
A006 LOGOUT
|
A006 LOGOUT
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|||||||
@@ -41,10 +41,10 @@ Hello Joe, do you think we can meet at 3:30 tomorrow?
|
|||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
A001 CAPABILITY
|
A001 CAPABILITY
|
||||||
A002 LOGIN user secret
|
A002 LOGIN user secret
|
||||||
A003 APPEND 805 (\Seen) {295}
|
A003 APPEND 805 (\Seen) {295}
|
||||||
A004 LOGOUT
|
A004 LOGOUT
|
||||||
</protocol>
|
</protocol>
|
||||||
<upload>
|
<upload>
|
||||||
Date: Mon, 7 Feb 1994 21:52:25 -0800 (PST)
|
Date: Mon, 7 Feb 1994 21:52:25 -0800 (PST)
|
||||||
|
|||||||
@@ -34,10 +34,10 @@ IMAP LIST
|
|||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
A001 CAPABILITY
|
A001 CAPABILITY
|
||||||
A002 LOGIN user secret
|
A002 LOGIN user secret
|
||||||
A003 LIST "806" *
|
A003 LIST "806" *
|
||||||
A004 LOGOUT
|
A004 LOGOUT
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|||||||
@@ -33,11 +33,11 @@ IMAP STORE (CUSTOMREQUEST)
|
|||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
A001 CAPABILITY
|
A001 CAPABILITY
|
||||||
A002 LOGIN user secret
|
A002 LOGIN user secret
|
||||||
A003 SELECT 807
|
A003 SELECT 807
|
||||||
A004 STORE 123 +Flags \Deleted
|
A004 STORE 123 +Flags \Deleted
|
||||||
A005 LOGOUT
|
A005 LOGOUT
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|||||||
Reference in New Issue
Block a user