summaryrefslogtreecommitdiff
path: root/tests/data/test1317
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-12-22 08:32:34 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-12-23 14:46:20 +0100
commit3e4181f88ef170ed902db035797d02cea1bcc2ec (patch)
treee695f04c8c00e73338afbd0819d3e4b21b8122a1 /tests/data/test1317
parente71e226f6ba7a21f51e647cebc0850ae0de94499 (diff)
downloadcurl-3e4181f88ef170ed902db035797d02cea1bcc2ec.tar.gz
new test: verify --resolve
Test 1317 verifies --resolve (leaked memory) Bug: http://curl.haxx.se/bug/view.cgi?id=3463121 Reported by: "tw84452852"
Diffstat (limited to 'tests/data/test1317')
-rw-r--r--tests/data/test131756
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/data/test1317 b/tests/data/test1317
new file mode 100644
index 000000000..d41886a5f
--- /dev/null
+++ b/tests/data/test1317
@@ -0,0 +1,56 @@
+<testcase>
+<info>
+<keywords>
+HTTP
+HTTP GET
+--resolve
+</keywords>
+</info>
+
+#
+# Server-side
+<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>
+<name>
+HTTP with --resolve
+</name>
+<command>
+--resolve example.com:%HTTPPORT:%HOSTIP http://example.com:%HTTPPORT/1317
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<strip>
+^User-Agent:.*
+</strip>
+<protocol>
+GET /1317 HTTP/1.1
+Host: example.com:%HTTPPORT
+Accept: */*
+
+</protocol>
+</verify>
+</testcase>