_acs-tcl__name_to_path (private)
_acs-tcl__name_to_path
Defined in packages/acs-tcl/tcl/test/utilities-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 name_paths { test1 test1 "test 2" test-2 test-3 test-3 "test 4 is actually pretty long" "test-4-is-actually-pretty-long" "TEST 5" "test-5" "TeSt 6" "test-6" " test 7 " "test-7" } dict for {name path} $name_paths { aa_equals "Name $name" "[util::name_to_path -name $name]" $path } }} { 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" "name_to_path (body $body_count): Error during execution: $msg, stack trace: \n$::errorInfo" } incr body_count }XQL Not present: Generic, PostgreSQL, Oracle