summaryrefslogtreecommitdiff
path: root/tests/data/test1372
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1372')
-rw-r--r--tests/data/test137212
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test1372 b/tests/data/test1372
index 7f079e6cf..29c478cdf 100644
--- a/tests/data/test1372
+++ b/tests/data/test1372
@@ -30,10 +30,10 @@ http
HTTP GET -o fname -i without Content-Disposition, -D file
</name>
<command option="no-output,no-include">
-http://%HOSTIP:%HTTPPORT/1372 -i -o log/outfile1372 -D log/heads1372
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -i -o log/outfile%TESTNUMBER -D log/heads%TESTNUMBER
</command>
<postcheck>
-perl %SRCDIR/libtest/notexists.pl log/1372
+perl %SRCDIR/libtest/notexists.pl log/%TESTNUMBER
</postcheck>
</client>
@@ -41,14 +41,14 @@ perl %SRCDIR/libtest/notexists.pl log/1372
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /1372 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol>
-<file1 name="log/outfile1372">
+<file1 name="log/outfile%TESTNUMBER">
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
@@ -59,7 +59,7 @@ Content-Type: text/html
12345
</file1>
-<file2 name="log/heads1372">
+<file2 name="log/heads%TESTNUMBER">
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
@@ -69,7 +69,7 @@ Content-Type: text/html
</file2>
-<file3 name="log/stdout1372">
+<file3 name="log/stdout%TESTNUMBER">
</file3>
</verify>