diff options
Diffstat (limited to 'tests/data/test1565')
-rw-r--r-- | tests/data/test1565 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/tests/data/test1565 b/tests/data/test1565 new file mode 100644 index 000000000..f554e0f34 --- /dev/null +++ b/tests/data/test1565 @@ -0,0 +1,41 @@ +<testcase> +<info> +<keywords> +HTTP +HTTP GET +multi +multi-threaded +wakeup +</keywords> +</info> + +# Server-side +<reply> +<data nocheck="yes"> +HTTP/1.1 200 OK +Content-Length: 3 + +OK +</data> +</reply> + +# Client-side +<client> +<server> +http +</server> +<tool> +lib1565 +</tool> +<name> +wakeup from another thread +</name> +<command> +http://%HOSTIP:%HTTPPORT/1 +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +</verify> +</testcase> |