diff options
Diffstat (limited to 'tests/data/test1527')
-rw-r--r-- | tests/data/test1527 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test1527 b/tests/data/test1527 index 028dc5984..d50df9056 100644 --- a/tests/data/test1527 +++ b/tests/data/test1527 @@ -42,13 +42,13 @@ http http-proxy </server> <tool> -lib1527 +lib%TESTNUMBER </tool> <name> Check same headers are generated with CURLOPT_HEADEROPT == CURLHEADER_UNIFIED </name> <command> - http://the.old.moo.1527:%HTTPPORT/1527 %HOSTIP:%PROXYPORT + http://the.old.moo.%TESTNUMBER:%HTTPPORT/%TESTNUMBER %HOSTIP:%PROXYPORT </command> <features> proxy @@ -58,16 +58,16 @@ proxy # Verify data after the test has been "shot" <verify> <proxy> -CONNECT the.old.moo.1527:%HTTPPORT HTTP/1.1
-Host: the.old.moo.1527:%HTTPPORT
+CONNECT the.old.moo.%TESTNUMBER:%HTTPPORT HTTP/1.1
+Host: the.old.moo.%TESTNUMBER:%HTTPPORT
Proxy-Connection: Keep-Alive
User-Agent: Http Agent
Expect: 100-continue
</proxy> <protocol> -PUT /1527 HTTP/1.1
-Host: the.old.moo.1527:%HTTPPORT
+PUT /%TESTNUMBER HTTP/1.1
+Host: the.old.moo.%TESTNUMBER:%HTTPPORT
Accept: */*
User-Agent: Http Agent
Expect: 100-continue
|