mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:33:33 +03:00
test case converted to the new file format
This commit is contained in:
parent
20d67917c4
commit
b6ca1be1cd
10 changed files with 455 additions and 0 deletions
31
tests/data/test200
Normal file
31
tests/data/test200
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
foo
|
||||
bar
|
||||
bar
|
||||
foo
|
||||
moo
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
<client>
|
||||
<name>
|
||||
file:// with relative path
|
||||
</name>
|
||||
<command>
|
||||
file://log/test200.txt
|
||||
</command>
|
||||
<file name="log/test200.txt">
|
||||
foo
|
||||
bar
|
||||
bar
|
||||
foo
|
||||
moo
|
||||
</file>
|
||||
</test>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
</verify>
|
||||
Loading…
Add table
Add a link
Reference in a new issue