_acs-authentication__authority__get_sc_impl_columns (private)
_acs-authentication__authority__get_sc_impl_columns
Defined in packages/acs-authentication/tcl/test/authority-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 {{ set columns { auth_impl_id pwd_impl_id register_impl_id user_info_impl_id get_doc_impl_id process_doc_impl_id } if {[apm_version_names_compare [ad_acs_version] 5.5.0] > -1} { lappend columns search_impl_id } aa_equals "Proc returns expected result" $columns [auth::authority::get_sc_impl_columns] }} { 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" "authority__get_sc_impl_columns (body $body_count): Error during execution: $msg, stack trace: \n$::errorInfo" } incr body_count }XQL Not present: Generic, PostgreSQL, Oracle