aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-22 10:51:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-22 10:51:19 +0000
commit4d0e51aead16452eafb4c679a7ab81116ec2acd0 (patch)
tree410cbf73b0082fda06f1a6e44246228a4a1e78ff /tests/data/test3
parentae8a8c8ba44409c31928e60d8f55cfc1a349bc2d (diff)
fixed to work with 'nonewline' and thus this passes OK with the new http
server and things
Diffstat (limited to 'tests/data/test3')
-rw-r--r--tests/data/test34
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test3 b/tests/data/test3
index eec48a5fc..ac1bf51b9 100644
--- a/tests/data/test3
+++ b/tests/data/test3
@@ -28,7 +28,7 @@ HTTP POST with user and password
<strip>
^User-Agent:.*
</strip>
-<protocol>
+<protocol nonewline=yes>
POST /3 HTTP/1.1
Authorization: Basic ZmFrZTotdXNlcg==
Host: 127.0.0.1:8999
@@ -37,6 +37,6 @@ Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Content-Length: 37
Content-Type: application/x-www-form-urlencoded
-fooo=mooo&pooo=clue&doo=%20%20%20++++
+fooo=mooo&pooo=clue&doo=%20%20%20++++
</protocol>
</verify>