HTTP tests: use CRLF as header seperator according to RFC 2616

Changes LF to CRLF and disables automatic output conversion.
This commit is contained in:
Marc Hoersken
2014-02-01 13:58:41 +01:00
parent 75f00de55c
commit 89c29aa70f
23 changed files with 428 additions and 428 deletions

View File

@@ -9,13 +9,13 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
12345 12345
</data> </data>
</reply> </reply>
@@ -55,18 +55,18 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/1335" mode="text"> <file1 name="log/1335">
12345 12345
</file1> </file1>
<file2 name="log/stdout1335" mode="text"> <file2 name="log/stdout1335">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
</file2> </file2>
</verify> </verify>

View File

@@ -9,14 +9,14 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1337; charset=funny; option=strange Content-Disposition: filename=name1337; charset=funny; option=strange
12345 12345
</data> </data>
</reply> </reply>
@@ -59,19 +59,19 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/1337" mode="text"> <file1 name="log/1337">
12345 12345
</file1> </file1>
<file2 name="log/stdout1337" mode="text"> <file2 name="log/stdout1337">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1337; charset=funny; option=strange Content-Disposition: filename=name1337; charset=funny; option=strange
</file2> </file2>
</verify> </verify>

View File

@@ -10,13 +10,13 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
12345 12345
</data> </data>
</reply> </reply>
@@ -56,18 +56,18 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/1339" mode="text"> <file1 name="log/1339">
12345 12345
</file1> </file1>
<file2 name="log/stdout1339" mode="text"> <file2 name="log/stdout1339">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
</file2> </file2>
</verify> </verify>

View File

@@ -10,14 +10,14 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1341; charset=funny; option=strange Content-Disposition: filename=name1341; charset=funny; option=strange
12345 12345
</data> </data>
</reply> </reply>
@@ -57,19 +57,19 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/name1341" mode="text"> <file1 name="log/name1341">
12345 12345
</file1> </file1>
<file2 name="log/stdout1341" mode="text"> <file2 name="log/stdout1341">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1341; charset=funny; option=strange Content-Disposition: filename=name1341; charset=funny; option=strange
curl: Saved to filename '%PWD/log/name1341' curl: Saved to filename '%PWD/log/name1341'
</file2> </file2>

View File

@@ -9,13 +9,13 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
12345 12345
</data> </data>
</reply> </reply>
@@ -55,25 +55,25 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/1343" mode="text"> <file1 name="log/1343">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
12345 12345
</file1> </file1>
<file2 name="log/stdout1343" mode="text"> <file2 name="log/stdout1343">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
</file2> </file2>
</verify> </verify>

View File

@@ -9,14 +9,14 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1345; charset=funny; option=strange Content-Disposition: filename=name1345; charset=funny; option=strange
12345 12345
</data> </data>
</reply> </reply>
@@ -59,27 +59,27 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/1345" mode="text"> <file1 name="log/1345">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1345; charset=funny; option=strange Content-Disposition: filename=name1345; charset=funny; option=strange
12345 12345
</file1> </file1>
<file2 name="log/stdout1345" mode="text"> <file2 name="log/stdout1345">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1345; charset=funny; option=strange Content-Disposition: filename=name1345; charset=funny; option=strange
</file2> </file2>
</verify> </verify>

View File

@@ -9,13 +9,13 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
12345 12345
</data> </data>
</reply> </reply>
@@ -55,18 +55,18 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/1346" mode="text"> <file1 name="log/1346">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
12345 12345
</file1> </file1>
<file2 name="log/stdout1346" mode="text"> <file2 name="log/stdout1346">
</file2> </file2>
</verify> </verify>

View File

@@ -9,14 +9,14 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1347; charset=funny; option=strange Content-Disposition: filename=name1347; charset=funny; option=strange
12345 12345
</data> </data>
</reply> </reply>
@@ -59,19 +59,19 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/1347" mode="text"> <file1 name="log/1347">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1347; charset=funny; option=strange Content-Disposition: filename=name1347; charset=funny; option=strange
12345 12345
</file1> </file1>
<file2 name="log/stdout1347" mode="text"> <file2 name="log/stdout1347">
</file2> </file2>
</verify> </verify>

View File

@@ -10,14 +10,14 @@ RETR
<reply> <reply>
# file1356 contents... # file1356 contents...
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1356; charset=funny; option=strange Content-Disposition: filename=name1356; charset=funny; option=strange
MOOOO MOOOO
</data> </data>
</reply> </reply>
@@ -60,19 +60,19 @@ RETR file1356
QUIT QUIT
</protocol> </protocol>
<file1 name="log/file1356" mode="text"> <file1 name="log/file1356">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1356; charset=funny; option=strange Content-Disposition: filename=name1356; charset=funny; option=strange
MOOOO MOOOO
</file1> </file1>
<file2 name="log/stdout1356" mode="text"> <file2 name="log/stdout1356">
</file2> </file2>
</verify> </verify>

View File

@@ -10,14 +10,14 @@ RETR
<reply> <reply>
# file1363 contents... # file1363 contents...
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1363; charset=funny; option=strange Content-Disposition: filename=name1363; charset=funny; option=strange
MOOOO MOOOO
</data> </data>
</reply> </reply>
@@ -60,19 +60,19 @@ RETR file1363
QUIT QUIT
</protocol> </protocol>
<file1 name="log/file1363" mode="text"> <file1 name="log/file1363">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1363; charset=funny; option=strange Content-Disposition: filename=name1363; charset=funny; option=strange
MOOOO MOOOO
</file1> </file1>
<file2 name="log/stdout1363" mode="text"> <file2 name="log/stdout1363">
</file2> </file2>
</verify> </verify>

View File

@@ -9,13 +9,13 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
12345 12345
</data> </data>
</reply> </reply>
@@ -50,18 +50,18 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/outfile1365" mode="text"> <file1 name="log/outfile1365">
12345 12345
</file1> </file1>
<file2 name="log/stdout1365" mode="text"> <file2 name="log/stdout1365">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
</file2> </file2>
</verify> </verify>

View File

@@ -9,14 +9,14 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1367; charset=funny; option=strange Content-Disposition: filename=name1367; charset=funny; option=strange
12345 12345
</data> </data>
</reply> </reply>
@@ -51,19 +51,19 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/outfile1367" mode="text"> <file1 name="log/outfile1367">
12345 12345
</file1> </file1>
<file2 name="log/stdout1367" mode="text"> <file2 name="log/stdout1367">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1367; charset=funny; option=strange Content-Disposition: filename=name1367; charset=funny; option=strange
</file2> </file2>
</verify> </verify>

View File

@@ -10,13 +10,13 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
12345 12345
</data> </data>
</reply> </reply>
@@ -51,18 +51,18 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/outfile1369" mode="text"> <file1 name="log/outfile1369">
12345 12345
</file1> </file1>
<file2 name="log/stdout1369" mode="text"> <file2 name="log/stdout1369">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
</file2> </file2>
</verify> </verify>

View File

@@ -10,14 +10,14 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1371; charset=funny; option=strange Content-Disposition: filename=name1371; charset=funny; option=strange
12345 12345
</data> </data>
</reply> </reply>
@@ -52,19 +52,19 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/outfile1371" mode="text"> <file1 name="log/outfile1371">
12345 12345
</file1> </file1>
<file2 name="log/stdout1371" mode="text"> <file2 name="log/stdout1371">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1371; charset=funny; option=strange Content-Disposition: filename=name1371; charset=funny; option=strange
</file2> </file2>
</verify> </verify>

View File

@@ -9,13 +9,13 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
12345 12345
</data> </data>
</reply> </reply>
@@ -50,25 +50,25 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/outfile1373" mode="text"> <file1 name="log/outfile1373">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
12345 12345
</file1> </file1>
<file2 name="log/stdout1373" mode="text"> <file2 name="log/stdout1373">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
</file2> </file2>
</verify> </verify>

View File

@@ -9,14 +9,14 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1375; charset=funny; option=strange Content-Disposition: filename=name1375; charset=funny; option=strange
12345 12345
</data> </data>
</reply> </reply>
@@ -51,27 +51,27 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/outfile1375" mode="text"> <file1 name="log/outfile1375">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1375; charset=funny; option=strange Content-Disposition: filename=name1375; charset=funny; option=strange
12345 12345
</file1> </file1>
<file2 name="log/stdout1375" mode="text"> <file2 name="log/stdout1375">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1375; charset=funny; option=strange Content-Disposition: filename=name1375; charset=funny; option=strange
</file2> </file2>
</verify> </verify>

View File

@@ -9,13 +9,13 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
12345 12345
</data> </data>
</reply> </reply>
@@ -50,18 +50,18 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/outfile1376" mode="text"> <file1 name="log/outfile1376">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
12345 12345
</file1> </file1>
<file2 name="log/stdout1376" mode="text"> <file2 name="log/stdout1376">
</file2> </file2>
</verify> </verify>

View File

@@ -9,14 +9,14 @@ HTTP GET
# #
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1377; charset=funny; option=strange Content-Disposition: filename=name1377; charset=funny; option=strange
12345 12345
</data> </data>
</reply> </reply>
@@ -51,19 +51,19 @@ Accept: */*
</protocol> </protocol>
<file1 name="log/outfile1377" mode="text"> <file1 name="log/outfile1377">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1377; charset=funny; option=strange Content-Disposition: filename=name1377; charset=funny; option=strange
12345 12345
</file1> </file1>
<file2 name="log/stdout1377" mode="text"> <file2 name="log/stdout1377">
</file2> </file2>
</verify> </verify>

View File

@@ -10,14 +10,14 @@ RETR
<reply> <reply>
# file1386 contents... # file1386 contents...
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1386; charset=funny; option=strange Content-Disposition: filename=name1386; charset=funny; option=strange
MOOOO MOOOO
</data> </data>
</reply> </reply>
@@ -52,19 +52,19 @@ RETR file1386
QUIT QUIT
</protocol> </protocol>
<file1 name="log/download1386" mode="text"> <file1 name="log/download1386">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1386; charset=funny; option=strange Content-Disposition: filename=name1386; charset=funny; option=strange
MOOOO MOOOO
</file1> </file1>
<file2 name="log/stdout1386" mode="text"> <file2 name="log/stdout1386">
</file2> </file2>
</verify> </verify>

View File

@@ -10,14 +10,14 @@ RETR
<reply> <reply>
# file1388 contents... # file1388 contents...
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1388; charset=funny; option=strange Content-Disposition: filename=name1388; charset=funny; option=strange
MOOOO MOOOO
</data> </data>
</reply> </reply>
@@ -53,14 +53,14 @@ QUIT
</protocol> </protocol>
<file1 name="log/download1388"> <file1 name="log/download1388">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1388; charset=funny; option=strange Content-Disposition: filename=name1388; charset=funny; option=strange
MOOOO MOOOO
</file1> </file1>
@@ -76,8 +76,8 @@ MOOOO
250 CWD command successful. 250 CWD command successful.
229 Entering Passive Mode (stripped) 229 Entering Passive Mode (stripped)
200 I modify TYPE as you wanted 200 I modify TYPE as you wanted
213 214 213 222
150 Binary data connection for 1388 () (214 bytes). 150 Binary data connection for 1388 () (222 bytes).
226 File transfer complete 226 File transfer complete
</file2> </file2>
<stripfile2> <stripfile2>

View File

@@ -11,14 +11,14 @@ RETR
<reply> <reply>
# file1390 contents... # file1390 contents...
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1390; charset=funny; option=strange Content-Disposition: filename=name1390; charset=funny; option=strange
MOOOO MOOOO
</data> </data>
</reply> </reply>
@@ -54,14 +54,14 @@ QUIT
</protocol> </protocol>
<file1 name="log/download1390"> <file1 name="log/download1390">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1390; charset=funny; option=strange Content-Disposition: filename=name1390; charset=funny; option=strange
MOOOO MOOOO
</file1> </file1>
@@ -77,8 +77,8 @@ MOOOO
250 CWD command successful. 250 CWD command successful.
229 Entering Passive Mode (stripped) 229 Entering Passive Mode (stripped)
200 I modify TYPE as you wanted 200 I modify TYPE as you wanted
213 214 213 222
150 Binary data connection for 1390 () (214 bytes). 150 Binary data connection for 1390 () (222 bytes).
226 File transfer complete 226 File transfer complete
</file2> </file2>
<stripfile2> <stripfile2>

View File

@@ -10,14 +10,14 @@ RETR
<reply> <reply>
# file1392 contents... # file1392 contents...
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1392; charset=funny; option=strange Content-Disposition: filename=name1392; charset=funny; option=strange
MOOOO MOOOO
</data> </data>
</reply> </reply>
@@ -53,14 +53,14 @@ QUIT
</protocol> </protocol>
<file1 name="log/download1392"> <file1 name="log/download1392">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1392; charset=funny; option=strange Content-Disposition: filename=name1392; charset=funny; option=strange
MOOOO MOOOO
</file1> </file1>
@@ -76,8 +76,8 @@ MOOOO
250 CWD command successful. 250 CWD command successful.
229 Entering Passive Mode (stripped) 229 Entering Passive Mode (stripped)
200 I modify TYPE as you wanted 200 I modify TYPE as you wanted
213 214 213 222
150 Binary data connection for 1392 () (214 bytes). 150 Binary data connection for 1392 () (222 bytes).
226 File transfer complete 226 File transfer complete
</file2> </file2>
<stripfile2> <stripfile2>

View File

@@ -10,14 +10,14 @@ RETR
<reply> <reply>
# file1393 contents... # file1393 contents...
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1393; charset=funny; option=strange Content-Disposition: filename=name1393; charset=funny; option=strange
MOOOO MOOOO
</data> </data>
</reply> </reply>
@@ -52,19 +52,19 @@ RETR file1393
QUIT QUIT
</protocol> </protocol>
<file1 name="log/download1393" mode="text"> <file1 name="log/download1393">
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Length: 6 Content-Length: 6
Connection: close Connection: close
Content-Type: text/html Content-Type: text/html
Content-Disposition: filename=name1393; charset=funny; option=strange Content-Disposition: filename=name1393; charset=funny; option=strange
MOOOO MOOOO
</file1> </file1>
<file2 name="log/stdout1393" mode="text"> <file2 name="log/stdout1393">
</file2> </file2>
</verify> </verify>