From c3c4626fab87349de2e6d973c482316a669395e1 Mon Sep 17 00:00:00 2001 From: Tor Arntsen Date: Thu, 9 Sep 2010 12:26:36 +0200 Subject: test565: Don't hardcode IP:PORT Use %HOSTIP:%HTTPPORT instead of 127.0.0.1:8990 so that verification works if the baseport change option is used when executing runtests.pl. --- tests/data/test565 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data') diff --git a/tests/data/test565 b/tests/data/test565 index 838941fef..fdf75a5f8 100644 --- a/tests/data/test565 +++ b/tests/data/test565 @@ -74,7 +74,7 @@ http://%HOSTIP:%HTTPPORT/565 POST /565 HTTP/1.1 -Host: 127.0.0.1:8990 +Host: %HOSTIP:%HTTPPORT Accept: */* Transfer-Encoding: chunked Content-Type: application/x-www-form-urlencoded @@ -84,7 +84,7 @@ Content-Type: application/x-www-form-urlencoded POST /565 HTTP/1.1 Authorization: Digest username="foo", realm="testrealm", nonce="1053604144", uri="/565", response="877424f750af047634dbd94f9933217b" -Host: 127.0.0.1:8990 +Host: %HOSTIP:%HTTPPORT Accept: */* Transfer-Encoding: chunked Content-Type: application/x-www-form-urlencoded -- cgit v1.2.3