_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):
- 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