diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-05-30 04:34:11 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2009-05-30 04:34:11 +0000 |
commit | 2091fe530f7609830d96fd4eb3c45e341d1eeb8f (patch) | |
tree | 45630cef08f87e5aee217703de902808a3c2908d | |
parent | cda8d63d4308e1506b7fd65417b8cae01e637707 (diff) |
Added missing NTLM feature for test 1097
-rw-r--r-- | tests/FILEFORMAT | 2 | ||||
-rw-r--r-- | tests/data/test1097 | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 342d8266b..a8893abe4 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -166,8 +166,10 @@ large_file libz netrc_debug NSS +NTLM OpenSSL SSL +socks as well as each protocol that curl supports. A protocol only needs to be specified if it is different from the server (useful when the server diff --git a/tests/data/test1097 b/tests/data/test1097 index 0c979e70a..ebb039962 100644 --- a/tests/data/test1097 +++ b/tests/data/test1097 @@ -44,7 +44,7 @@ This is all fine and dandy https </server> <features> -none +NTLM </features> <name> HTTP POST using CONNECT with --proxy-ntlm but no auth is required |