diff options
Diffstat (limited to 'tests/data/test1053')
-rw-r--r-- | tests/data/test1053 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/data/test1053 b/tests/data/test1053 index c32eb08ce..bd5de2568 100644 --- a/tests/data/test1053 +++ b/tests/data/test1053 @@ -15,7 +15,7 @@ followlocation HTTP/1.1 307 Redirect swsclose
Date: Thu, 29 Jul 2008 14:49:00 GMT
Server: test-server/fake
-Location: data/10530002.txt?coolsite=yes
+Location: data/%TESTNUMBER0002.txt?coolsite=yes
Content-Length: 0
Connection: close
@@ -34,7 +34,7 @@ blablabla HTTP/1.1 307 Redirect swsclose
Date: Thu, 29 Jul 2008 14:49:00 GMT
Server: test-server/fake
-Location: data/10530002.txt?coolsite=yes
+Location: data/%TESTNUMBER0002.txt?coolsite=yes
Content-Length: 0
Connection: close
@@ -58,10 +58,10 @@ http HTTP RFC1867-type formposting from file with Location: following </name> <command> -http://%HOSTIP:%HTTPPORT/we/want/1053 -L -F name=daniel -F tool=curl -F file=@log/test1053.txt +http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -L -F name=daniel -F tool=curl -F file=@log/test%TESTNUMBER.txt </command> # We create this file before the command is invoked! -<file name="log/test1053.txt"> +<file name="log/test%TESTNUMBER.txt"> foo- This is a moo- bar @@ -74,7 +74,7 @@ bar ^(Content-Type: multipart/form-data;|------------).* </strip> <protocol> -POST /we/want/1053 HTTP/1.1
+POST /we/want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
@@ -90,7 +90,7 @@ Content-Disposition: form-data; name="tool" curl
------------------------------9ef8d6205763
-Content-Disposition: form-data; name="file"; filename="test1053.txt"
+Content-Disposition: form-data; name="file"; filename="test%TESTNUMBER.txt"
Content-Type: text/plain
foo- @@ -98,7 +98,7 @@ This is a moo- bar ------------------------------9ef8d6205763--
-POST /we/want/data/10530002.txt?coolsite=yes HTTP/1.1
+POST /we/want/data/%TESTNUMBER0002.txt?coolsite=yes HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
@@ -114,7 +114,7 @@ Content-Disposition: form-data; name="tool" curl
------------------------------9ef8d6205763
-Content-Disposition: form-data; name="file"; filename="test1053.txt"
+Content-Disposition: form-data; name="file"; filename="test%TESTNUMBER.txt"
Content-Type: text/plain
foo- |