_workflow__bugtracker_workflow_create_normal (private)

 _workflow__bugtracker_workflow_create_normal

Defined in packages/workflow/tcl/test/workflow-test-procs.tcl

Partial Call Graph (max 5 caller/called nodes):
%3 aa_log aa_log (public) aa_log_result aa_log_result (public) workflow::test::run_bug_tracker_test workflow::test::run_bug_tracker_test (public) _workflow__bugtracker_workflow_create_normal _workflow__bugtracker_workflow_create_normal _workflow__bugtracker_workflow_create_normal->aa_log _workflow__bugtracker_workflow_create_normal->aa_log_result _workflow__bugtracker_workflow_create_normal->workflow::test::run_bug_tracker_test

Testcases:
No testcase defined.
Source code:
        
        set _aa_export {}
        set body_count 1
        foreach testcase_body {{
    workflow::test::run_bug_tracker_test -create_proc "workflow::test::workflow_setup"
}} {
          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" "bugtracker_workflow_create_normal (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: