_xml-rpc__xml_rpc_validate (private)

 _xml-rpc__xml_rpc_validate

Defined in packages/xml-rpc/tcl/test/xml-rpc-test-procs.tcl

Partial Call Graph (max 5 caller/called nodes):
%3 aa_equals aa_equals (public) aa_log aa_log (public) aa_log_result aa_log_result (public) aa_run_with_teardown aa_run_with_teardown (public) ad_url ad_url (public) _xml-rpc__xml_rpc_validate _xml-rpc__xml_rpc_validate _xml-rpc__xml_rpc_validate->aa_equals _xml-rpc__xml_rpc_validate->aa_log _xml-rpc__xml_rpc_validate->aa_log_result _xml-rpc__xml_rpc_validate->aa_run_with_teardown _xml-rpc__xml_rpc_validate->ad_url

Testcases:
No testcase defined.
Source code:
        
        set _aa_export {}
        set body_count 1
        foreach testcase_body {{

    # run the validation suite specified in validator-procs.tcl
    # if those procs change, this proc needs to change too
    set test_list  [list  arrayOfStructsTest 6  countTheEntities {ctLeftAngleBrackets 4 ctRightAngleBrackets 4 ctAmpersands 9 ctApostrophes 7 ctQuotes 1}  easyStructTest 6  echoStructTest {bob 5}  manyTypesTest {1 0 wazzup 3.14159 994247430 R0lGODlhFgASAJEAAP/////OnM7O/wAAACH5BAEAAAAALAAAAAAWABIAAAJAhI+py40zDIzujEDBzW0n74AaFGChqZUYylyYq7ILXJJ1BU95l6r23RrRYhyL5jiJAT/Ink8WTPoqHx31im0UAAA7}  moderateSizeArrayCheck {WisconsinNew York}  nestedStructTest 7  simpleStructReturnTest {times1000 2000 times100 200 times10 20}
        ]

    set url [ad_url]
    if {$url eq ""} {
        set url [util_current_location]
    }
    set url $url[xmlrpc::url]

    aa_run_with_teardown -rollback -test_code {
        foreach {test_name expected} $test_list {
            set result [validate1.$test_name $url]
            aa_equals $test_name $result $expected
        }
    }
}} {
          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" "xml_rpc_validate (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: