From 4176a8c68b44fc61e180b3707d4a4b1ea90e3aea Mon Sep 17 00:00:00 2001 From: Florian Jacky Date: Wed, 19 Aug 2015 23:00:37 +0200 Subject: [PATCH] correct password for authentication test --- library/network/http_client/tests/application.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/network/http_client/tests/application.e b/library/network/http_client/tests/application.e index f3486044..6239bfa2 100644 --- a/library/network/http_client/tests/application.e +++ b/library/network/http_client/tests/application.e @@ -121,7 +121,7 @@ feature {NONE} -- Initialization when 7 then -- GET REQUEST WITH AUTHENTICATION, see http://browserspy.dk/password.php -- 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 across hds as c