aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/test1368
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1368')
-rw-r--r--tests/data/test136816
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/data/test1368 b/tests/data/test1368
index 37805176..629a635d 100644
--- a/tests/data/test1368
+++ b/tests/data/test1368
@@ -11,7 +11,7 @@ HTTP GET
<reply>
<data nocheck="yes">
HTTP/1.1 200 OK
-Date: Thu, 09 Nov 2010 14:49:00 GMT
+Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 6
Connection: close
@@ -31,10 +31,10 @@ http
HTTP GET -o fname -J without Content-Disposition, -D file
</name>
<command option="no-output,no-include">
-http://%HOSTIP:%HTTPPORT/1368 -J -o log/outfile1368 -D log/heads1368
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -o log/outfile%TESTNUMBER -D log/heads%TESTNUMBER
</command>
<postcheck>
-perl %SRCDIR/libtest/notexists.pl log/1368
+perl %SRCDIR/libtest/notexists.pl log/%TESTNUMBER
</postcheck>
</client>
@@ -42,20 +42,20 @@ perl %SRCDIR/libtest/notexists.pl log/1368
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /1368 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol>
-<file1 name="log/outfile1368">
+<file1 name="log/outfile%TESTNUMBER">
12345
</file1>
-<file2 name="log/heads1368">
+<file2 name="log/heads%TESTNUMBER">
HTTP/1.1 200 OK
-Date: Thu, 09 Nov 2010 14:49:00 GMT
+Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 6
Connection: close
@@ -63,7 +63,7 @@ Content-Type: text/html
</file2>
-<file3 name="log/stdout1368">
+<file3 name="log/stdout%TESTNUMBER">
</file3>
</verify>