diff options
Diffstat (limited to 'tests/data/test1127')
-rw-r--r-- | tests/data/test1127 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1127 b/tests/data/test1127 index 71bdfa168..968f80bf1 100644 --- a/tests/data/test1127 +++ b/tests/data/test1127 @@ -40,7 +40,7 @@ http HTTP 200 If-Modified-Since with older document </name> <command> -http://%HOSTIP:%HTTPPORT/1127 -z "dec 12 12:00:00 1999 GMT" +http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT" </command> </client> @@ -48,7 +48,7 @@ http://%HOSTIP:%HTTPPORT/1127 -z "dec 12 12:00:00 1999 GMT" # Verify data after the test has been "shot" <verify> <protocol> -GET /1127 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|