tests/data: fix static ip:port instead of dynamic values being used

Closes #5065
This commit is contained in:
Marc Hoersken 2020-03-10 03:56:50 +01:00
parent 26c5ba0e65
commit 94ced8e368
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E
5 changed files with 9 additions and 9 deletions

View File

@ -52,7 +52,7 @@ s/boundary=------------------------[a-z0-9]*/boundary=--------------------------
</strippart>
<protocol>
POST /1293 HTTP/1.1
Host: 127.0.0.1:8990
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 126
Content-Type: multipart/form-data; boundary=----------------------------

View File

@ -43,7 +43,7 @@ http://%HOSTIP:%HTTPPORT/2078 -u : --negotiate --data name=value
</strip>
<protocol nonewline="yes">
POST /2078 HTTP/1.1
Host: 127.0.0.1:8990
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 10
Content-Type: application/x-www-form-urlencoded

View File

@ -50,14 +50,14 @@ surprise!
</strip>
<protocol>
PUT /490 HTTP/1.1
Host: 127.0.0.1:8990
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 10
Expect: 100-continue
surprise!
PUT /490 HTTP/1.1
Host: 127.0.0.1:8990
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 10
Expect: 100-continue

View File

@ -50,7 +50,7 @@ surprise!
</strip>
<protocol>
PUT /491 HTTP/1.1
Host: 127.0.0.1:8990
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 10
Expect: 100-continue

View File

@ -53,7 +53,7 @@ second 492 contents
</strip>
<protocol>
PUT /one/first492 HTTP/1.1
Host: 127.0.0.1:8990
Host: %HOSTIP:%HTTPPORT
Accept: */*
Testno: 492
Content-Length: 19
@ -61,7 +61,7 @@ Expect: 100-continue
first 492 contents
PUT /two/first492 HTTP/1.1
Host: 127.0.0.1:8990
Host: %HOSTIP:%HTTPPORT
Accept: */*
Testno: 492
Content-Length: 19
@ -69,7 +69,7 @@ Expect: 100-continue
first 492 contents
PUT /one/second492 HTTP/1.1
Host: 127.0.0.1:8990
Host: %HOSTIP:%HTTPPORT
Accept: */*
Testno: 492
Content-Length: 20
@ -77,7 +77,7 @@ Expect: 100-continue
second 492 contents
PUT /two/second492 HTTP/1.1
Host: 127.0.0.1:8990
Host: %HOSTIP:%HTTPPORT
Accept: */*
Testno: 492
Content-Length: 20