summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl-7.19.0/tests/data/test14
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl-7.19.0/tests/data/test14')
-rw-r--r--Utilities/cmcurl-7.19.0/tests/data/test1444
1 files changed, 0 insertions, 44 deletions
diff --git a/Utilities/cmcurl-7.19.0/tests/data/test14 b/Utilities/cmcurl-7.19.0/tests/data/test14
deleted file mode 100644
index dc029e1..0000000
--- a/Utilities/cmcurl-7.19.0/tests/data/test14
+++ /dev/null
@@ -1,44 +0,0 @@
-<testcase>
-<info>
-<keywords>
-HTTP
-HTTP HEAD
-</keywords>
-</info>
-# Server-side
-<reply>
-<data>
-HTTP/1.1 200 OK
-Server: thebest/1.0
-Connection: close
-
-</data>
-</reply>
-
-# Client-side
-<client>
-<server>
-http
-</server>
- <name>
-HTTP HEAD with Connection: close
- </name>
- <command>
-http://%HOSTIP:%HTTPPORT/want/14 -i --head
-</command>
-</client>
-
-# Verify data after the test has been "shot"
-<verify>
-<strip>
-^User-Agent:.*
-</strip>
-<protocol>
-HEAD /want/14 HTTP/1.1
-User-Agent: curl/7.4.2-pre4 (sparc-sun-solaris2.7) libcurl 7.4.2-pre4
-Host: %HOSTIP:%HTTPPORT
-Accept: */*
-
-</protocol>
-</verify>
-</testcase>