_xowiki__api_hstore (private)

 _xowiki__api_hstore

Defined in packages/xowiki/tcl/test/api-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) xowiki::hstore::dict_as_hkey xowiki::hstore::dict_as_hkey (public) _xowiki__api_hstore _xowiki__api_hstore _xowiki__api_hstore->aa_equals _xowiki__api_hstore->aa_log _xowiki__api_hstore->aa_log_result _xowiki__api_hstore->xowiki::hstore::dict_as_hkey

Testcases:
No testcase defined.
Source code:
        
        set _aa_export {}
        set body_count 1
        foreach testcase_body {{
        set dict {key1 value1 key2 a'b k'y value3 key4 1,2 c before\tafter d "hello world"}
        aa_equals "filter option_list with empty exclusion set"  [::xowiki::hstore::dict_as_hkey $dict]  {key1=>value1,key2=>"a''b","k''y"=>value3,key4=>"1,2",c=>"before    after",d=>"hello world"}
    }} {
          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" "api_hstore (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: