summaryrefslogtreecommitdiff
path: root/tests/data/test492
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test492')
-rw-r--r--tests/data/test49234
1 files changed, 17 insertions, 17 deletions
diff --git a/tests/data/test492 b/tests/data/test492
index 63e7bb96f..aedaf5b8a 100644
--- a/tests/data/test492
+++ b/tests/data/test492
@@ -35,13 +35,13 @@ http
Two globbed HTTP PUTs to two globbed URLs
</name>
<command>
-'http://%HOSTIP:%HTTPPORT/{one,two}/' -T '{log/first492,log/second492}' -H "Testno: 492"
+'http://%HOSTIP:%HTTPPORT/{one,two}/' -T '{log/first%TESTNUMBER,log/second%TESTNUMBER}' -H "Testno: %TESTNUMBER"
</command>
-<file name="log/first492">
-first 492 contents
+<file name="log/first%TESTNUMBER">
+first %TESTNUMBER contents
</file>
-<file1 name="log/second492">
-second 492 contents
+<file1 name="log/second%TESTNUMBER">
+second %TESTNUMBER contents
</file1>
</client>
@@ -49,42 +49,42 @@ second 492 contents
# Verify data after the test has been "shot"
<verify>
<protocol>
-PUT /one/first492 HTTP/1.1
+PUT /one/first%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-Testno: 492
+Testno: %TESTNUMBER
Content-Length: 19
Expect: 100-continue
-first 492 contents
-PUT /two/first492 HTTP/1.1
+first %TESTNUMBER contents
+PUT /two/first%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-Testno: 492
+Testno: %TESTNUMBER
Content-Length: 19
Expect: 100-continue
-first 492 contents
-PUT /one/second492 HTTP/1.1
+first %TESTNUMBER contents
+PUT /one/second%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-Testno: 492
+Testno: %TESTNUMBER
Content-Length: 20
Expect: 100-continue
-second 492 contents
-PUT /two/second492 HTTP/1.1
+second %TESTNUMBER contents
+PUT /two/second%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-Testno: 492
+Testno: %TESTNUMBER
Content-Length: 20
Expect: 100-continue
-second 492 contents
+second %TESTNUMBER contents
</protocol>
</verify>
</testcase>