diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-08-11 23:16:48 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-08-11 23:16:48 +0000 |
commit | e8e8177e9d7ac270c630b8e1e4041d08a2cc7fe2 (patch) | |
tree | 04fdb4f4d13d0414d450bbd088cfb676e349b42a | |
parent | f1fe04245ac04b72d1380b6a75a46dcb335fd7ab (diff) | |
download | curl-e8e8177e9d7ac270c630b8e1e4041d08a2cc7fe2.tar.gz |
Added HTTP CONNECT keywords
-rw-r--r-- | tests/data/test1008 | 3 | ||||
-rw-r--r-- | tests/data/test1021 | 2 | ||||
-rw-r--r-- | tests/data/test206 | 1 | ||||
-rw-r--r-- | tests/data/test209 | 10 | ||||
-rw-r--r-- | tests/data/test213 | 10 | ||||
-rw-r--r-- | tests/data/test265 | 10 | ||||
-rw-r--r-- | tests/data/test287 | 9 | ||||
-rw-r--r-- | tests/data/test503 | 12 | ||||
-rw-r--r-- | tests/data/test95 | 2 |
9 files changed, 57 insertions, 2 deletions
diff --git a/tests/data/test1008 b/tests/data/test1008 index 9bc63b8aa..88afa7a9e 100644 --- a/tests/data/test1008 +++ b/tests/data/test1008 @@ -3,11 +3,12 @@ <keywords> HTTP HTTP GET +HTTP CONNECT HTTP proxy HTTP proxy NTLM auth -CONNECT </keywords> </info> + # Server-side <reply> diff --git a/tests/data/test1021 b/tests/data/test1021 index 0a7cb6529..868714769 100644 --- a/tests/data/test1021 +++ b/tests/data/test1021 @@ -3,9 +3,9 @@ <keywords> HTTP HTTP GET +HTTP CONNECT HTTP proxy HTTP proxy NTLM auth -CONNECT --proxy-anyauth </keywords> </info> diff --git a/tests/data/test206 b/tests/data/test206 index 70d8c3962..dbe95e9a1 100644 --- a/tests/data/test206 +++ b/tests/data/test206 @@ -3,6 +3,7 @@ <keywords> HTTP HTTP GET +HTTP CONNECT HTTP proxy proxytunnel HTTP proxy Digest auth diff --git a/tests/data/test209 b/tests/data/test209 index 29c2dd686..411c32c6d 100644 --- a/tests/data/test209 +++ b/tests/data/test209 @@ -1,4 +1,14 @@ <testcase> +<info> +<keywords> +HTTP +HTTP GET +HTTP CONNECT +HTTP proxy +HTTP proxy NTLM auth +</keywords> +</info> + # Server-side <reply> diff --git a/tests/data/test213 b/tests/data/test213 index b721c9b66..cc9ac4160 100644 --- a/tests/data/test213 +++ b/tests/data/test213 @@ -1,4 +1,14 @@ <testcase> +<info> +<keywords> +HTTP +HTTP POST +HTTP CONNECT +HTTP proxy +HTTP proxy NTLM auth +</keywords> +</info> + # Server-side <reply> diff --git a/tests/data/test265 b/tests/data/test265 index 21835483c..0bf962ee9 100644 --- a/tests/data/test265 +++ b/tests/data/test265 @@ -1,4 +1,14 @@ <testcase> +<info> +<keywords> +HTTP +HTTP POST +HTTP CONNECT +HTTP proxy +HTTP proxy NTLM auth +</keywords> +</info> + # Server-side <reply> diff --git a/tests/data/test287 b/tests/data/test287 index c67818cd0..147798c72 100644 --- a/tests/data/test287 +++ b/tests/data/test287 @@ -1,4 +1,13 @@ <testcase> +<info> +<keywords> +HTTP +HTTP CONNECT +HTTP proxy +proxytunnel +</keywords> +</info> + # Server-side <reply> diff --git a/tests/data/test503 b/tests/data/test503 index 95ae7d4d3..f8bb27c03 100644 --- a/tests/data/test503 +++ b/tests/data/test503 @@ -1,4 +1,16 @@ <testcase> +<info> +<keywords> +HTTP +HTTP GET +HTTP CONNECT +HTTP proxy +HTTP proxy Basic auth +proxytunnel +multi +</keywords> +</info> + # Server-side <reply> <data> diff --git a/tests/data/test95 b/tests/data/test95 index eeb88524c..2fa1896cb 100644 --- a/tests/data/test95 +++ b/tests/data/test95 @@ -3,9 +3,11 @@ <keywords> HTTP HTTP POST +HTTP CONNECT proxytunnel </keywords> </info> + # # Server-side <reply> |