summaryrefslogtreecommitdiff
path: root/tests/data/test277
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test277')
-rw-r--r--tests/data/test27712
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test277 b/tests/data/test277
index 62d264fa3..69a17fea5 100644
--- a/tests/data/test277
+++ b/tests/data/test277
@@ -26,10 +26,10 @@ Mime
<server>
http
</server>
- <name>
+<name>
HTTP RFC1867-type formposting with custom Content-Type
- </name>
- <command>
+</name>
+<command>
http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -F name=daniel -H "Content-Type: text/info"
</command>
</client>
@@ -37,15 +37,15 @@ http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -F name=daniel -H "Content-Type: text/
# Verify data after the test has been "shot"
<verify>
<strippart>
-s/^--------------------------[a-z0-9]*/--------------------------/
-s/boundary=------------------------[a-z0-9]*/boundary=------------------------/
+s/^--------------------------[A-Za-z0-9]*/--------------------------/
+s/boundary=------------------------[A-Za-z0-9]*/boundary=------------------------/
</strippart>
<protocol>
POST /want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-Content-Length: 146
+Content-Length: 158
Content-Type: text/info; boundary=------------------------
--------------------------