summaryrefslogtreecommitdiff
path: root/tests/data/test1134
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1134')
-rw-r--r--tests/data/test11346
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1134 b/tests/data/test1134
index 5e7c4602e..01ceba1f6 100644
--- a/tests/data/test1134
+++ b/tests/data/test1134
@@ -38,7 +38,7 @@ http
HTTP connection re-use with different credentials
</name>
<command>
-http://%HOSTIP:%HTTPPORT/1134 -u user1:password1 --next http://%HOSTIP:%HTTPPORT/11340001 -u 2user:password2
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u user1:password1 --next http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 -u 2user:password2
</command>
</client>
@@ -46,13 +46,13 @@ http://%HOSTIP:%HTTPPORT/1134 -u user1:password1 --next http://%HOSTIP:%HTTPPORT
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /1134 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Authorization: Basic dXNlcjE6cGFzc3dvcmQx
User-Agent: curl/%VERSION
Accept: */*
-GET /11340001 HTTP/1.1
+GET /%TESTNUMBER0001 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Authorization: Basic MnVzZXI6cGFzc3dvcmQy
User-Agent: curl/%VERSION