sourcemod/extensions/curl/curl-src/tests/data/test231

33 lines
413 B
Plaintext
Raw Normal View History

2009-01-09 00:31:00 +01:00
<testcase>
# Server-side
<reply>
# 16 bytes to check
<datacheck>
B01234567
C01234567
</datacheck>
</reply>
# Client-side
<client>
<server>
file
</server>
<name>
file:// with resume
</name>
<command>
2013-03-17 23:23:20 +01:00
file://localhost/%PWD/log/test231.txt -C 10
2009-01-09 00:31:00 +01:00
</command>
<file name="log/test231.txt">
A01234567
B01234567
C01234567
</file>
</client>
# Verify data after the test has been "shot"
<verify>
</verify>
</testcase>