diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-02-21 22:24:44 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-02-21 22:24:44 +0100 |
commit | 77a21ff62380de7e53fa135ebbfd65d9908a4894 (patch) | |
tree | 3745060c5277d2ac4f13b12e6a8e55c8321f2673 /tests/data | |
parent | 035ef06bda7fbe9ae1934f9dee008b61ad623ac1 (diff) | |
download | curl-77a21ff62380de7e53fa135ebbfd65d9908a4894.tar.gz |
pop3 test server: send terminating ".CRLF" only
With commit 035ef06bda7 applied, the test pop3 server needs to send
".\r\n" as the body terminating sequence and there needs to be a final
CRLF in the actual body in the test data file.
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test1319 | 4 | ||||
-rw-r--r-- | tests/data/test800 | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/tests/data/test1319 b/tests/data/test1319 index ab31b9c25..6461f476a 100644 --- a/tests/data/test1319 +++ b/tests/data/test1319 @@ -18,7 +18,7 @@ To: fake@nowhere body -- - yours sincerely + yours sincerely
</data> <datacheck> @@ -30,7 +30,7 @@ To: fake@nowhere body -- - yours sincerely + yours sincerely
</datacheck> </reply> diff --git a/tests/data/test800 b/tests/data/test800 index 3281b632d..8c4850147 100644 --- a/tests/data/test800 +++ b/tests/data/test800 @@ -10,13 +10,13 @@ RETR # Server-side <reply> <data> -From: me@somewhere -To: fake@nowhere - -body - --- - yours sincerely +From: me@somewhere
+To: fake@nowhere
+
+body
+
+--
+ yours sincerely
</data> </reply> |