test case converted to the new file format

This commit is contained in:
Daniel Stenberg
2001-05-28 12:30:21 +00:00
parent 20d67917c4
commit b6ca1be1cd
10 changed files with 455 additions and 0 deletions

31
tests/data/test200 Normal file
View 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>