diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-10-27 01:04:36 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-10-27 01:04:36 +0000 |
commit | 15feb8217fffb50a2af13dc24c3432d23360ad8b (patch) | |
tree | dbf3954a9cf64641061e90f0a3bd31aab8f0a34c /tests/data/test2002 | |
parent | 59dccb34b0a0cf839b9dcf7e07c5cd3ab17c1433 (diff) |
Fixed the 2000-series tests so that the downloaded data is actually checked
Diffstat (limited to 'tests/data/test2002')
-rw-r--r-- | tests/data/test2002 | 57 |
1 files changed, 43 insertions, 14 deletions
diff --git a/tests/data/test2002 b/tests/data/test2002 index 26c395846..ed8ca1c4a 100644 --- a/tests/data/test2002 +++ b/tests/data/test2002 @@ -15,21 +15,21 @@ multiprotocol # # Server-side <reply> -<data1> -HTTP/1.1 200 OK -Date: Thu, 09 Nov 2010 14:49:00 GMT -Server: test-server/fake -Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT -ETag: "21025-dc7-39462498" -Accept-Ranges: bytes -Content-Length: 6 -Connection: close -Content-Type: text/html -Funny-head: yesyes - +<data1 nocheck="1"> +HTTP/1.1 200 OK
+Date: Thu, 09 Nov 2010 14:49:00 GMT
+Server: test-server/fake
+Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
+ETag: "21025-dc7-39462498"
+Accept-Ranges: bytes
+Content-Length: 6
+Connection: close
+Content-Type: text/html
+Funny-head: yesyes
+
-foo- </data1> -<data2> +<data2 nocheck="1"> data to see @@ -37,7 +37,7 @@ that FTP works so does it? </data2> -<data3> +<data3 nocheck="1"> a chunk of data returned @@ -92,5 +92,34 @@ filename: /20020003 mode: octet QUIT
</protocol> +<stdout> +HTTP/1.1 200 OK
+Date: Thu, 09 Nov 2010 14:49:00 GMT
+Server: test-server/fake
+Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
+ETag: "21025-dc7-39462498"
+Accept-Ranges: bytes
+Content-Length: 6
+Connection: close
+Content-Type: text/html
+Funny-head: yesyes
+
+-foo- +data + to + see +that FTP +works + so does it? +foo + bar +bar + foo +moo +a chunk of +data +returned + to TFTP client +</stdout> </verify> </testcase> |