auth::test::get_password_vars (private)

 auth::test::get_password_vars -array_name array_name

Defined in packages/acs-authentication/tcl/test/acs-authentication-procs.tcl

Get test vars for test case.

Switches:
-array_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 test_auth_password_can_change_reset_retrieve_p auth_password_can_change_reset_retrieve_p (test acs-authentication) auth::test::get_password_vars auth::test::get_password_vars test_auth_password_can_change_reset_retrieve_p->auth::test::get_password_vars test_auth_password_get_change_url auth_password_get_change_url (test acs-authentication) test_auth_password_get_change_url->auth::test::get_password_vars test_auth_password_get_forgotten_url auth_password_get_forgotten_url (test acs-authentication) test_auth_password_get_forgotten_url->auth::test::get_password_vars test_auth_password_recover auth_password_recover (test acs-authentication) test_auth_password_recover->auth::test::get_password_vars test_auth_password_retrieve auth_password_retrieve (test acs-authentication) test_auth_password_retrieve->auth::test::get_password_vars db_1row db_1row (public) auth::test::get_password_vars->db_1row

Testcases:
auth_password_get_change_url, auth_password_can_change_reset_retrieve_p, auth_password_recover, auth_password_get_forgotten_url, auth_password_retrieve
Source code:
    upvar $array_name test_vars

    db_1row select_vars {
        select u.user_id,
               aa.authority_id,
               u.username
        from users u,
                   auth_authorities aa
        where u.authority_id = aa.authority_id
        and aa.short_name = 'local'
        fetch first 1 rows only
    } -column_array test_vars
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: