summaryrefslogtreecommitdiff
path: root/tests/data/test1336
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1336')
-rw-r--r--tests/data/test133616
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/data/test1336 b/tests/data/test1336
index 129c35009..631f204e8 100644
--- a/tests/data/test1336
+++ b/tests/data/test1336
@@ -15,7 +15,7 @@ Server: test-server/fake
Content-Length: 6
Connection: close
Content-Type: text/html
-Content-Disposition: filename=name1336; charset=funny; option=strange
+Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
12345
</data>
@@ -39,10 +39,10 @@ HTTP GET with -O and Content-Disposition, -D file
CURL_TESTDIR=%PWD/log
</setenv>
<command option="no-output,no-include">
-http://%HOSTIP:%HTTPPORT/1336 -O -D log/heads1336
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -O -D log/heads%TESTNUMBER
</command>
<postcheck>
-perl %SRCDIR/libtest/notexists.pl log/name1336
+perl %SRCDIR/libtest/notexists.pl log/name%TESTNUMBER
</postcheck>
</client>
@@ -50,29 +50,29 @@ perl %SRCDIR/libtest/notexists.pl log/name1336
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /1336 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol>
-<file1 name="log/1336">
+<file1 name="log/%TESTNUMBER">
12345
</file1>
-<file2 name="log/heads1336">
+<file2 name="log/heads%TESTNUMBER">
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 6
Connection: close
Content-Type: text/html
-Content-Disposition: filename=name1336; charset=funny; option=strange
+Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
</file2>
-<file3 name="log/stdout1336">
+<file3 name="log/stdout%TESTNUMBER">
</file3>
</verify>