diff options
Diffstat (limited to 'tests/data/test1399')
-rw-r--r-- | tests/data/test1399 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/tests/data/test1399 b/tests/data/test1399 new file mode 100644 index 000000000..830960532 --- /dev/null +++ b/tests/data/test1399 @@ -0,0 +1,43 @@ +<testcase> +<info> +<keywords> +TELNET +UPLOAD +</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +http +</server> +<features> +telnet +</features> +<name> +TELNET check stdin to HTTP +</name> +<stdin> +GET /we/want/1399 HTTP/1.0
+
+</stdin> +<command option="no-output"> +telnet://%HOSTIP:%HTTPPORT +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +GET /we/want/1399 HTTP/1.0
+
+</protocol> +</verify> +</testcase> |