From 7731c34d799e42ca4a93d383f55b5794c0002ccf Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 22 Jun 2012 20:14:30 +0200 Subject: tests: add another Metalink test case --- tests/data/test2012 | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 tests/data/test2012 (limited to 'tests/data/test2012') diff --git a/tests/data/test2012 b/tests/data/test2012 new file mode 100644 index 000000000..66cef0f03 --- /dev/null +++ b/tests/data/test2012 @@ -0,0 +1,89 @@ + + + +Metalink +HTTP +HTTP GET + + + +# +# Server-side + + +HTTP/1.1 200 OK +Date: Wed, 20 Jun 2012 14:49:00 GMT +Server: test-server/fake +Content-Length: 46 +Connection: close +Content-Type: text/html +Content-Disposition: filename=name2012; charset=funny; option=strange +Funny-head: yesyes + +Some contents delivered from an HTTP resource + + + +# +# Client-side + + +http + + +file +Metalink + + +Metalink local XML file, HTTP resource, without hash + + +--metalink file://%PWD/log/test2012.metalink + +# local metalink file written before test command runs + + + + + + + + + http://%HOSTIP:%HTTPPORT/2012 + + + + + + +perl %SRCDIR/libtest/notexists.pl log/2012 log/name2012 + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /2012 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + +Some contents delivered from an HTTP resource + + + + +Metalink: Metalink XML file was parsed successfully +Metalink: Validation not possible: missing hash +Metalink: something should tell log/download2012 wasn't validated + + +$_ = '' if ($_ !~ /^Metalink: /) + + + -- cgit v1.2.3