mirror of
https://github.com/curl/curl.git
synced 2026-06-01 19:44:16 +03:00
tests: added missing HTTP NTLM auth keywords
Also, removed an unneeded strippart
This commit is contained in:
parent
02bba0ce7d
commit
c03243576a
6 changed files with 10 additions and 2 deletions
|
|
@ -1,4 +1,11 @@
|
|||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
HTTP
|
||||
HTTP GET
|
||||
HTTP NTLM auth
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
<!-- Server-side -->
|
||||
<reply>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
<keywords>
|
||||
HTTP
|
||||
HTTP PUT
|
||||
HTTP NTLM auth
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
<keywords>
|
||||
HTTP
|
||||
HTTP GET
|
||||
HTTP NTLM auth
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
<keywords>
|
||||
HTTP
|
||||
HTTP POST
|
||||
HTTP NTLM auth
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -44,8 +44,6 @@ http://%HOSTIP:%HTTPPORT/path/553
|
|||
<strip>
|
||||
^User-Agent: curl/.*
|
||||
</strip>
|
||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||
# the local host name and thus differs on different machines!
|
||||
<protocol nonewline="yes">
|
||||
POST /path/553 HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue