mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
e2b4df7b5e
This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
38 lines
521 B
Plaintext
38 lines
521 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FILE
|
|
URL
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
file
|
|
</server>
|
|
<name>
|
|
file:// URLs with query string
|
|
</name>
|
|
<command option="no-include">
|
|
file://localhost%FILE_PWD/log/test%TESTNUMBER.txt?a_query=foobar#afragment
|
|
</command>
|
|
<file name="log/test%TESTNUMBER.txt">
|
|
contents in a single file
|
|
</file>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<stdout>
|
|
contents in a single file
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|