diff options
author | Fabian Keil <fk@fabiankeil.de> | 2012-11-14 19:44:11 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-11-19 10:58:14 +0100 |
commit | 7aebb3cc42535fc26e2670bb659541bb0e6d14c3 (patch) | |
tree | 6c5c777312ca8184946d4a4b170e2753e7c963e6 /tests | |
parent | 6f444b2761abf86b3a4b5ac41c56c19541d6d962 (diff) | |
download | curl-7aebb3cc42535fc26e2670bb659541bb0e6d14c3.tar.gz |
Add --resolve to the keywords and name of test 1318
This makes it easier to skip it automatically when
the test suite is used with external proxies.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1318 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/test1318 b/tests/data/test1318 index 709e08dc3..dc182dccb 100644 --- a/tests/data/test1318 +++ b/tests/data/test1318 @@ -3,6 +3,7 @@ <keywords> HTTP HTTP GET +--resolve </keywords> </info> @@ -32,7 +33,7 @@ Content-Length: 0 http </server> <name> -HTTP with same host name using different cases +HTTP with --resolve and same host name using different cases </name> <command> --resolve MiXeDcAsE.cOm:%HTTPPORT:%HOSTIP http://MiXeDcAsE.cOm:%HTTPPORT/1318 http://mixedcase.com:%HTTPPORT/13180001 |