1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

tests: added missing HTTP NTLM auth keywords

Also, removed an unneeded strippart
This commit is contained in:
Dan Fandrich 2014-03-15 10:54:49 +01:00
parent 02bba0ce7d
commit c03243576a
6 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,11 @@
<testcase>
<info>
<keywords>
HTTP
HTTP GET
HTTP NTLM auth
</keywords>
</info>
<!-- Server-side -->
<reply>

View File

@ -3,6 +3,7 @@
<keywords>
HTTP
HTTP PUT
HTTP NTLM auth
</keywords>
</info>

View File

@ -3,6 +3,7 @@
<keywords>
HTTP
HTTP GET
HTTP NTLM auth
</keywords>
</info>

View File

@ -3,6 +3,7 @@
<keywords>
HTTP
HTTP POST
HTTP NTLM auth
</keywords>
</info>

Binary file not shown.

View File

@ -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