Index: openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl,v diff -u -r1.1.2.16 -r1.1.2.17 --- openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 9 Apr 2022 11:00:45 -0000 1.1.2.16 +++ openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 20 Apr 2022 06:54:10 -0000 1.1.2.17 @@ -127,29 +127,6 @@ aa_register_case \ -cats {api smoke production_safe} \ -procs { - "::xowiki::adp_parse_tags" - } \ - adp_parse_tags { - - Checks the helper xowiki::adp_parse_tags, which performs a - subset of template::adp_compile. - - } { - set HTML {

foo bar} - set result [::xowiki::adp_parse_tags $HTML] - aa_log [ns_quotehtml $result] - aa_true "test substitution of adp:icon contains either 'class' or 'src' attribute" \ - [regexp {(class=|src=)} $result] - set HTML {

foo @a@ bar @b@} - set result [::xowiki::adp_parse_tags $HTML] - aa_log [ns_quotehtml $result] - aa_true "test substitution contains still template variables" \ - [regexp {@} $result] - } - -aa_register_case \ - -cats {api smoke production_safe} \ - -procs { "::xowiki::formfield::dict_to_spec" "::xowiki::formfield::dict_value" "::xowiki::formfield::fc_to_dict"