aboutsummaryrefslogtreecommitdiff
path: root/tests/data/prot9.txt
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-23 15:00:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-23 15:00:48 +0000
commit58c3bdc1a4617aa16fc0f5e2be0655b3ff1e8809 (patch)
treec4be81e435b3875b7c4cd88a06be2d7c2021cc6a /tests/data/prot9.txt
parent72dec6cfecf9db0b589da7e3b4fc101938298bb1 (diff)
new test case file format
Diffstat (limited to 'tests/data/prot9.txt')
-rw-r--r--tests/data/prot9.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/data/prot9.txt b/tests/data/prot9.txt
deleted file mode 100644
index 2614b71ab..000000000
--- a/tests/data/prot9.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-POST /we/want/9 HTTP/1.1
-Host: 127.0.0.1:8999
-Pragma: no-cache
-Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
-Content-Length: 446
-Content-Type: multipart/form-data; boundary=curluczemxkcWWsxptLlAImrFQHwQ3W
-
---curluczemxkcWWsxptLlAImrFQHwQ3W
-Content-Disposition: form-data; name="name"
-
-daniel
---curluczemxkcWWsxptLlAImrFQHwQ3W
-Content-Disposition: form-data; name="tool"
-
-curl
---curluczemxkcWWsxptLlAImrFQHwQ3W
-Content-Disposition: form-data; name="file"; filename="data/command9.txt"
-Content-Type: text/plain
-
-http://%HOSTIP:%HOSTPORT/we/want/9 -F name=daniel -F tool=curl -F file=@data/command9.txt
-
-
---curluczemxkcWWsxptLlAImrFQHwQ3W--