diff options
Diffstat (limited to 'tests/data/test1051')
-rw-r--r-- | tests/data/test1051 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test1051 b/tests/data/test1051 index 7a8eae1bd..5a1cf34c6 100644 --- a/tests/data/test1051 +++ b/tests/data/test1051 @@ -13,7 +13,7 @@ followlocation HTTP/1.1 301 Redirect swsclose
Date: Thu, 29 Jul 2008 14:49:00 GMT
Server: test-server/fake
-Location: data/10510002.txt?coolsite=yes
+Location: data/%TESTNUMBER0002.txt?coolsite=yes
Content-Length: 0
Connection: close
@@ -32,7 +32,7 @@ If this is received, the location following worked HTTP/1.1 301 Redirect swsclose
Date: Thu, 29 Jul 2008 14:49:00 GMT
Server: test-server/fake
-Location: data/10510002.txt?coolsite=yes
+Location: data/%TESTNUMBER0002.txt?coolsite=yes
Content-Length: 0
Connection: close
@@ -56,9 +56,9 @@ http HTTP PUT with Location: following </name> <command> -http://%HOSTIP:%HTTPPORT/want/1051 -L -T log/test1051.txt +http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -L -T log/test%TESTNUMBER.txt </command> -<file name="log/test1051.txt"> +<file name="log/test%TESTNUMBER.txt"> Weird file to @@ -80,7 +80,7 @@ the # server says 301 and 100 _after_ the entire PUT body has been sent. <protocol> -PUT /want/1051 HTTP/1.1
+PUT /want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
@@ -96,7 +96,7 @@ for the PUT feature -PUT /want/data/10510002.txt?coolsite=yes HTTP/1.1
+PUT /want/data/%TESTNUMBER0002.txt?coolsite=yes HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|