tests: use connection-monitor and verify results

Test 1008 and 206 don't show the disconnect since it happens when SWS
awaits a new request, but 503 does and so the verify section needs that
string added.
This commit is contained in:
Daniel Stenberg 2012-07-05 11:20:18 +02:00
parent ed7bfeee7a
commit 1b27bb446f
3 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,9 @@ HTTP proxy NTLM auth
# Server-side
<reply>
<servercmd>
connection-monitor
</servercmd>
# this is returned first since we get no proxy-auth
<data1001>

View File

@ -12,6 +12,9 @@ HTTP proxy Digest auth
# Server-side
<reply>
<servercmd>
connection-monitor
</servercmd>
# this is returned first since we get no proxy-auth
<data>

View File

@ -77,6 +77,7 @@ Authorization: Basic dGVzdDppbmc=
Host: %HOSTIP:%HTTPPORT
Accept: */*
[DISCONNECT]
</protocol>
</verify>
</testcase>