correct password for authentication test

This commit is contained in:
Florian Jacky
2015-08-19 23:00:37 +02:00
committed by Jocelyn Fiat
parent 0557d1ee2d
commit 4176a8c68b

View File

@@ -121,7 +121,7 @@ feature {NONE} -- Initialization
when 7 then when 7 then
-- GET REQUEST WITH AUTHENTICATION, see http://browserspy.dk/password.php -- GET REQUEST WITH AUTHENTICATION, see http://browserspy.dk/password.php
-- check header WWW-Authendicate is received (authentication successful) -- check header WWW-Authendicate is received (authentication successful)
create sess.make("http://test:test1@browserspy.dk") create sess.make("http://test:test@browserspy.dk")
if attached sess.get ("/password-ok.php", Void).headers as hds then if attached sess.get ("/password-ok.php", Void).headers as hds then
across across
hds as c hds as c