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> <testcase>
<info>
<keywords>
HTTP
HTTP GET
HTTP NTLM auth
</keywords>
</info>
<!-- Server-side --> <!-- Server-side -->
<reply> <reply>

View File

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

View File

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

View File

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

Binary file not shown.

View File

@@ -44,8 +44,6 @@ http://%HOSTIP:%HTTPPORT/path/553
<strip> <strip>
^User-Agent: curl/.* ^User-Agent: curl/.*
</strip> </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"> <protocol nonewline="yes">
POST /path/553 HTTP/1.1 POST /path/553 HTTP/1.1
Host: %HOSTIP:%HTTPPORT Host: %HOSTIP:%HTTPPORT