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/data/test507 | |
parent | 33cf204e9a692c47e0db7759d01493f2ea546b37 (diff) |
test507 added
Diffstat (limited to 'tests/data/test507')
-rw-r--r-- | tests/data/test507 | 26 |
1 files changed, 26 insertions, 0 deletions
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> |