<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
FILE
</keywords>
</info>

# Client-side
<client>
<server>
file
</server>
<name>
Get a directory using file://
</name>
<command option="no-include">
file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.dir/
</command>
%if Unicode
<file name="%LOGDIR/test%TESTNUMBER.dir/%hex[%E6%BC%A2%E5%AD%97%2D%C3%A4]hex%.txt">
Contents of file are irrelevant
</file>
%else
<file name="%LOGDIR/test%TESTNUMBER.dir/dir-listing-test.txt">
Contents of file are irrelevant
</file>
%endif
</client>

# Verify data after the test has been "shot"
<verify>
<errorcode>
0
</errorcode>
<stdout>
%if Unicode
%hex[%E6%BC%A2%E5%AD%97%2D%C3%A4]hex%.txt
%else
dir-listing-test.txt
%endif
</stdout>
</verify>
</testcase>
