Skip to content
Snippets Groups Projects
Commit c0324357 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

tests: added missing HTTP NTLM auth keywords

Also, removed an unneeded strippart
parent 02bba0ce
No related branches found
No related tags found
No related merge requests found
<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>
......
No preview for this file type
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment