etlegacy-libs/curl/tests/data/test204

41 lines
476 B
Text
Raw Normal View History

2012-06-01 15:23:17 +00:00
<testcase>
2016-09-16 04:29:17 +00:00
<info>
<keywords>
FILE
</keywords>
</info>
2012-06-01 15:23:17 +00:00
# no Server-side
# Client-side
<client>
<server>
file
</server>
<name>
"upload" with file://
</name>
2019-01-03 15:09:10 +00:00
<command option="no-include">
2019-12-20 11:07:02 +00:00
file://localhost%FILE_PWD/log/result204.txt -T log/upload204.txt
2012-06-01 15:23:17 +00:00
</command>
<file name="log/upload204.txt">
data
in
file
to
write
</file>
</client>
# Verify data after the test has been "shot"
<verify>
<file name="log/result204.txt">
data
in
file
to
write
</file>
</verify>
</testcase>