diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-19 09:36:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-19 09:36:47 +0000 |
commit | f95de76789b9db8754033b61159fbf7f0c502532 (patch) | |
tree | 62eb6dcc67ec54711afdd7664d25ae1ccac28a0e /tests | |
parent | 33cf204e9a692c47e0db7759d01493f2ea546b37 (diff) | |
download | curl-f95de76789b9db8754033b61159fbf7f0c502532.tar.gz |
test507 added
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/Makefile.am | 2 | ||||
-rw-r--r-- | tests/data/test507 | 26 |
2 files changed, 27 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index ae5b7886e..878a78c39 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -23,4 +23,4 @@ test58 test139 test140 test141 test59 test60 test61 test142 test143 \ test62 test63 test64 test65 test66 test144 test145 test67 test68 test41 \ test40 test42 test69 test70 test71 test72 test73 test146 test505 \ test74 test75 test76 test77 test78 test147 test148 test506 test79 test80 \ -test81 test82 test83 test84 test85 test86 test87 +test81 test82 test83 test84 test85 test86 test87 test507 diff --git a/tests/data/test507 b/tests/data/test507 new file mode 100644 index 000000000..69dc264a1 --- /dev/null +++ b/tests/data/test507 @@ -0,0 +1,26 @@ +# Server-side +<reply> +</reply> + +# Client-side +<client> +<server> +http +</server> +<name> +multi interface get with non-existing host name +</name> +<tool> +lib507 +</tool> +<command> +http://doesnotexist.foo/ +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +6 +</errorcode> +</verify> |