summaryrefslogtreecommitdiff
path: root/tests/data/test1524
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-03-12 17:38:26 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-03-19 15:57:21 +0100
commite2b4df7b5ed8ed86c900820fc4b2c30b9cb53f51 (patch)
tree3d15e2bf1fa76e0d951d64edeccca6b70636e0ed /tests/data/test1524
parent453ad35d15adf06bd1a141fb026214bc599b067f (diff)
downloadcurl-e2b4df7b5ed8ed86c900820fc4b2c30b9cb53f51.tar.gz
tests: use %TESTNUMBER instead of fixed number
This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
Diffstat (limited to 'tests/data/test1524')
-rw-r--r--tests/data/test152412
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test1524 b/tests/data/test1524
index 349054020..39da646f5 100644
--- a/tests/data/test1524
+++ b/tests/data/test1524
@@ -11,7 +11,7 @@ followlocation
<reply>
<data>
HTTP/1.1 303 OK swsclose
-Location: moo.html&testcase=/15240002
+Location: moo.html&testcase=/%TESTNUMBER0002
Connection: close
</data>
@@ -24,7 +24,7 @@ body
</data2>
<datacheck>
HTTP/1.1 303 OK swsclose
-Location: moo.html&testcase=/15240002
+Location: moo.html&testcase=/%TESTNUMBER0002
Connection: close
HTTP/1.1 200 OK swsclose
@@ -45,9 +45,9 @@ http
HTTP PUT with 303 redirect
</name>
<command>
-http://%HOSTIP:%HTTPPORT/blah/1524 -L -T log/upload1524.txt
+http://%HOSTIP:%HTTPPORT/blah/%TESTNUMBER -L -T log/upload%TESTNUMBER.txt
</command>
-<file name="log/upload1524.txt">
+<file name="log/upload%TESTNUMBER.txt">
moo
</file>
</client>
@@ -56,7 +56,7 @@ moo
# Verify data after the test has been "shot"
<verify>
<protocol nonewline="yes">
-PUT /blah/1524 HTTP/1.1
+PUT /blah/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
@@ -64,7 +64,7 @@ Content-Length: 4
Expect: 100-continue
moo
-GET /blah/moo.html&testcase=/15240002 HTTP/1.1
+GET /blah/moo.html&testcase=/%TESTNUMBER0002 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*