diff options
Diffstat (limited to 'tests/data/test1220')
-rw-r--r-- | tests/data/test1220 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/data/test1220 b/tests/data/test1220 new file mode 100644 index 000000000..d36524960 --- /dev/null +++ b/tests/data/test1220 @@ -0,0 +1,30 @@ +<testcase> +# Server-side +<reply> +<data> +</data> +</reply> + +# Client-side +<client> +<server> +file +</server> + <name> +file:// URLs with query string + </name> + <command> +file://localhost/%PWD/log/test1220.txt?a_query=foobar#afragment +</command> +<file name="log/test1220.txt"> +contents in a single file +</file> +</client> + +# Verify data after the test has been "shot" +<verify> +<stdout> +contents in a single file +</stdout> +</verify> +</testcase> |