diff options
Diffstat (limited to 'tests/data/test1512')
-rw-r--r-- | tests/data/test1512 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1512 b/tests/data/test1512 index 63947e89a..7c04660fe 100644 --- a/tests/data/test1512 +++ b/tests/data/test1512 @@ -48,24 +48,24 @@ file contents should appear once for each file http </server> <tool> -lib1512 +lib%TESTNUMBER </tool> <name> GLOBAL CACHE test over two easy performs </name> <command> -http://%HOSTIP:%HTTPPORT/path/1512 %HOSTIP %HTTPPORT +http://%HOSTIP:%HTTPPORT/path/%TESTNUMBER %HOSTIP %HTTPPORT </command> </client> # Verify data after the test has been "shot" <verify> <protocol> -GET /path/15120001 HTTP/1.1
+GET /path/%TESTNUMBER0001 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
-GET /path/15120002 HTTP/1.1
+GET /path/%TESTNUMBER0002 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
|