Fixed autotests cases compilation of http_authorization library.
This commit is contained in:
@@ -39,7 +39,7 @@ feature -- Impl
|
|||||||
check_basic_auth_for_login_password (u,p: READABLE_STRING_32; a_title: READABLE_STRING_8)
|
check_basic_auth_for_login_password (u,p: READABLE_STRING_32; a_title: READABLE_STRING_8)
|
||||||
local
|
local
|
||||||
h: HTTP_AUTHORIZATION
|
h: HTTP_AUTHORIZATION
|
||||||
l_auth: READABLE_STRING_8
|
l_auth: detachable READABLE_STRING_8
|
||||||
do
|
do
|
||||||
create h.make_basic_auth (u, p)
|
create h.make_basic_auth (u, p)
|
||||||
assert (a_title + ":login", attached h.login as l_login and then l_login.same_string (u))
|
assert (a_title + ":login", attached h.login as l_login and then l_login.same_string (u))
|
||||||
|
|||||||
Reference in New Issue
Block a user