Skip to content

Commit

Permalink
imap-tests: Added CRLF to reply data to be compliant with RFC-822
Browse files Browse the repository at this point in the history
Updated the reply data in tests: 800, 801, 802, 804 and 1321 to possess
the CRLF as per RFC-822.
  • Loading branch information
captain-caveman2k committed Mar 21, 2013
1 parent 7713e67 commit c0c46c3
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
28 changes: 14 additions & 14 deletions tests/data/test1321
Expand Up @@ -13,24 +13,24 @@ HTTP proxy
# Server-side
<reply>
<data>
From: me@somewhere
To: fake@nowhere

body

--
yours sincerely
From: me@somewhere
To: fake@nowhere
body
--
yours sincerely
</data>
<datacheck>
HTTP/1.1 200 Mighty fine indeed

From: me@somewhere
To: fake@nowhere

body

--
yours sincerely
From: me@somewhere
To: fake@nowhere
body
--
yours sincerely
</datacheck>
</reply>

Expand Down
14 changes: 7 additions & 7 deletions tests/data/test800
Expand Up @@ -10,13 +10,13 @@ FETCH
# Server-side
<reply>
<data>
From: me@somewhere
To: fake@nowhere

body

--
yours sincerely
From: me@somewhere
To: fake@nowhere
body
--
yours sincerely
</data>
</reply>

Expand Down
8 changes: 4 additions & 4 deletions tests/data/test801
Expand Up @@ -10,10 +10,10 @@ FETCH
# Server-side
<reply>
<data>
body

--
yours sincerely
body
--
yours sincerely
</data>
</reply>

Expand Down
8 changes: 4 additions & 4 deletions tests/data/test802
Expand Up @@ -11,10 +11,10 @@ UIDVALIDITY
# Server-side
<reply>
<data>
body

--
yours sincerely
body
--
yours sincerely
</data>
</reply>

Expand Down
8 changes: 4 additions & 4 deletions tests/data/test804
Expand Up @@ -10,10 +10,10 @@ SELECT
# Server-side
<reply>
<data>
body

--
yours sincerely
body
--
yours sincerely
</data>
</reply>

Expand Down

0 comments on commit c0c46c3

Please sign in to comment.