aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1505
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-12-24 14:04:34 +0100
committerYang Tse <yangsita@gmail.com>2012-12-25 13:34:43 +0100
commite125eea5a6d9a07dfd9e28f5238b502e707e7ab8 (patch)
treef82e1cc4a2135ac8c2bd76e79f41238759bbd849 /tests/data/test1505
parent1649e680f62450a29589c23c64a67267e9e439f2 (diff)
test 1504 and 1505: same as 1502 but with different cleanup sequences
Diffstat (limited to 'tests/data/test1505')
-rw-r--r--tests/data/test150558
1 files changed, 58 insertions, 0 deletions
diff --git a/tests/data/test1505 b/tests/data/test1505
new file mode 100644
index 000000000..3ab52849b
--- /dev/null
+++ b/tests/data/test1505
@@ -0,0 +1,58 @@
+<testcase>
+<info>
+<keywords>
+HTTP
+HTTP GET
+multi
+CURLOPT_RESOLVE
+</keywords>
+</info>
+
+<reply>
+<data>
+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>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+http
+</server>
+<tool>
+lib1505
+</tool>
+ <name>
+HTTP multi with CURLOPT_RESOLVE, cleanup sequence PB
+ </name>
+ <command>
+http://google.com:%HTTPPORT/1505 %HTTPPORT %HOSTIP
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<strip>
+^User-Agent:.*
+</strip>
+<protocol>
+GET /1505 HTTP/1.1
+Host: google.com:%HTTPPORT
+Accept: */*
+
+</protocol>
+</verify>
+</testcase>