_acs-tcl__community_cc_procs (private)

 _acs-tcl__community_cc_procs

Defined in packages/acs-tcl/tcl/test/community-core-test-procs.tcl

Partial Call Graph (max 5 caller/called nodes):
%3 aa_log aa_log (public) aa_log_result aa_log_result (public) aa_run_with_teardown aa_run_with_teardown (public) aa_true aa_true (public) acs::test::user::create acs::test::user::create (public) _acs-tcl__community_cc_procs _acs-tcl__community_cc_procs _acs-tcl__community_cc_procs->aa_log _acs-tcl__community_cc_procs->aa_log_result _acs-tcl__community_cc_procs->aa_run_with_teardown _acs-tcl__community_cc_procs->aa_true _acs-tcl__community_cc_procs->acs::test::user::create

Testcases:
No testcase defined.
Source code:
        
        set _aa_export {}
        set body_count 1
        foreach testcase_body {{
        aa_run_with_teardown -rollback -test_code {
            set user_id [db_nextval acs_object_id_seq]
            set username [ad_generate_random_string]
            set password [ad_generate_random_string]

            array set user_info [acs::test::user::create -user_id $user_id]
            set user_id_p [party::get_by_email -email $user_info(email)]
            aa_true "User ID CORRECTO"  [string match $user_id_p $user_info(user_id)]
            set email_p [party::email -party_id $user_info(user_id)]
            aa_log "returns:  $email_p ,  creation:  $user_info(email)"
            aa_true "Email correcto"  [string match $email_p [string tolower $user_info(email)]]
        }

    }} {
          aa_log "Running testcase body $body_count"
          set ::__aa_test_indent [info level]
          set catch_val [catch $testcase_body msg]
          if {$catch_val != 0 && $catch_val != 2} {
              aa_log_result "fail" "community_cc_procs (body $body_count): Error during execution: $msg, stack trace: \n$::errorInfo"
          }
          incr body_count
        }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: