diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-03 14:57:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-03 14:57:58 +0000 |
commit | 98bf69f8f154f4c75acf1e43316624dfb36fe635 (patch) | |
tree | 4cc9148835e0e55ff71de294b4e22df610764793 /tests/data/test80 | |
parent | 0363fbc411077f9dbf5270d7f882c10eda42eea9 (diff) |
improved the name of the test
Diffstat (limited to 'tests/data/test80')
-rw-r--r-- | tests/data/test80 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test80 b/tests/data/test80 index 6503cfee8..21e9bbdac 100644 --- a/tests/data/test80 +++ b/tests/data/test80 @@ -30,7 +30,7 @@ contents http </server> <name> -HTTP over proxy with both proxy and site authentication +HTTP CONNECT with proxy and host Basic authentication </name> <command> http://%HOSTIP:%HOSTPORT/we/want/that/page/80 -p -x %HOSTIP:%HOSTPORT --user iam:myself --proxy-user youare:yourself |