aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test2017
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-06-27 13:15:05 +0200
committerYang Tse <yangsita@gmail.com>2012-06-27 13:16:01 +0200
commit6c09ffaf468c47a8b7602d9ee6bbf146e860c994 (patch)
tree94771421d4e879d67579c40688678bcb92eaf542 /tests/data/test2017
parent5ce9e7a0b7d569483ba0f4f14f47cf4f01baa0d5 (diff)
tests: add five more Metalink test cases
Diffstat (limited to 'tests/data/test2017')
-rw-r--r--tests/data/test201778
1 files changed, 78 insertions, 0 deletions
diff --git a/tests/data/test2017 b/tests/data/test2017
new file mode 100644
index 000000000..f4312c47b
--- /dev/null
+++ b/tests/data/test2017
@@ -0,0 +1,78 @@
+<testcase>
+<info>
+<keywords>
+Metalink
+HTTP
+HTTP GET
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+<data nocheck="yes">
+HTTP/1.1 200 OK
+Date: Wed, 20 Jun 2012 14:49:00 GMT
+Server: test-server/fake
+Content-Length: 56
+Connection: close
+Content-Type: text/html
+Content-Disposition: filename=name2017; charset=funny; option=strange
+Funny-head: yesyes
+
+Data that should not be delivered from an HTTP resource
+</data>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+http
+</server>
+<features>
+file
+Metalink
+</features>
+ <name>
+Metalink local XML file, attempt questionable file name
+ </name>
+<command option="no-output,no-include">
+--metalink file://%PWD/log/test2017.metalink
+</command>
+# local metalink file written before test command runs
+<file name="log/test2017.metalink">
+<?xml version="1.0" encoding="utf-8"?>
+<metalink version="3.0" xmlns="http://www.metalinker.org/">
+ <files>
+ <file name="log/.download2017">
+ <verification>
+ <hash type="sha256">c7d03debe90ca29492203ea921d76941fa98640cf3b744f2a16c9b58465eab82</hash>
+ </verification>
+ <resources maxconnections="1">
+ <url type="http" preference="90">http://%HOSTIP:%HTTPPORT/2017</url>
+ </resources>
+ </file>
+ </files>
+</metalink>
+</file>
+<postcheck>
+perl %SRCDIR/libtest/notexists.pl log/2017 log/name2017 log/.download2017
+</postcheck>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<file1 name="log/stdout2017">
+</file1>
+<file2 name="log/stderr2017">
+Metalink: parsing (file://%PWD/log/test2017.metalink) metalink/XML...
+Metalink: parsing (file://%PWD/log/test2017.metalink) WARNING (missing or invalid file name)
+Metalink: parsing (file://%PWD/log/test2017.metalink) FAILED
+</file2>
+<stripfile2>
+$_ = '' if ($_ !~ /^Metalink: /)
+</stripfile2>
+</verify>
+</testcase>