_acs-tcl__ad_build_mime_message (private)
_acs-tcl__ad_build_mime_message
Defined in packages/acs-tcl/tcl/test/html-email-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 {{ try { package require mime } on ok {versionNumber} { aa_true "MIME package in version $versionNumber loaded" 1 } on error {errorMsg} { aa_false "could not load MIME package from tcllib: $errorMsg" 1 } try { ad_build_mime_message "Test Message" "<p>Test Message</p>" } on ok {ns_set} { aa_true "built ns_set for containing an email message" {$ns_set ne ""} } on error {errorMsg} { aa_false "could not build build_mime_message: $errorMsg" 1 } }} { 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" "ad_build_mime_message (body $body_count): Error during execution: $msg, stack trace: \n$::errorInfo" } incr body_count }XQL Not present: Generic, PostgreSQL, Oracle