diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-12-16 15:30:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-16 15:30:10 +0000 |
commit | 2b839853ecf83a7470520897ae700d9160c7aab2 (patch) | |
tree | 853b159c7820064badd6da5ab15020699d49b42b /tests/data | |
parent | 66b6cd68ed754c092dc9047d97140d1186b3120a (diff) |
Added test case 504, using multi interface and a local proxy without anything
listening on the port we use.
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/Makefile.am | 2 | ||||
-rw-r--r-- | tests/data/test504 | 29 |
2 files changed, 30 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index cec7aac85..7aec714ca 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -18,4 +18,4 @@ test107 test116 test125 test2 test26 test33 test45 test126 \ test304 test39 test32 test128 test48 test306 \ test130 test131 test132 test133 test134 test135 test403 test305 \ test49 test50 test51 test52 test53 test54 test55 test56 \ -test500 test501 test502 test503 +test500 test501 test502 test503 test504 diff --git a/tests/data/test504 b/tests/data/test504 new file mode 100644 index 000000000..d90688230 --- /dev/null +++ b/tests/data/test504 @@ -0,0 +1,29 @@ +rörl# +# Server-side +<reply> +</reply> + +# Client-side +<client> +<server> +file +</server> +# tool is what to use instead of 'curl' +<tool> +lib504 +</tool> + + <name> +simple multi through local proxy without listener + </name> + <command> +http://%HOSTIP:%HTTPSPORT/504 localhost:55555 +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +100 +</errorcode> +</verify> |