36 lines
385 B
Plaintext
36 lines
385 B
Plaintext
|
<testcase>
|
||
|
<info>
|
||
|
<keywords>
|
||
|
HTTP
|
||
|
HTTP GET
|
||
|
FILE
|
||
|
</keywords>
|
||
|
</info>
|
||
|
|
||
|
#
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
file
|
||
|
</server>
|
||
|
<name>
|
||
|
GET a directory using file://
|
||
|
</name>
|
||
|
<!-- doesn't work on win32, see #6379 -->
|
||
|
<features>
|
||
|
!win32
|
||
|
</features>
|
||
|
<command>
|
||
|
file://%PWD/
|
||
|
</command>
|
||
|
</client>
|
||
|
|
||
|
#
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
<errorcode>
|
||
|
0
|
||
|
</errorcode>
|
||
|
</verify>
|
||
|
</testcase>
|