xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | <testcase> |
2 | <info> | ||||
3 | <keywords> | ||||
4 | HTTP | ||||
5 | HTTP GET | ||||
6 | FILE | ||||
7 | </keywords> | ||||
8 | </info> | ||||
9 | |||||
10 | # | ||||
11 | # Client-side | ||||
12 | <client> | ||||
13 | <server> | ||||
14 | file | ||||
15 | </server> | ||||
16 | <name> | ||||
17 | GET a directory using file:// | ||||
18 | </name> | ||||
19 | <!-- doesn't work on win32, see #6379 --> | ||||
20 | <features> | ||||
21 | !win32 | ||||
22 | </features> | ||||
23 | <command> | ||||
24 | file://%PWD/ | ||||
25 | </command> | ||||
26 | </client> | ||||
27 | |||||
28 | # | ||||
29 | # Verify data after the test has been "shot" | ||||
30 | <verify> | ||||
31 | <errorcode> | ||||
32 | 0 | ||||
33 | </errorcode> | ||||
34 | </verify> | ||||
35 | </testcase> |