Index: openacs-4/packages/acs-templating/tcl/test/multirow-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/test/multirow-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-templating/tcl/test/multirow-procs.tcl 15 Feb 2004 11:16:29 -0000 1.3 +++ openacs-4/packages/acs-templating/tcl/test/multirow-procs.tcl 3 Mar 2004 17:45:15 -0000 1.4 @@ -5,26 +5,8 @@ } -aa_register_case -cats { api } -bugs { 428 } group_tag { - Testing more than one group tag inside multiple. +# til: removed the following test case because the bug won't fix 'by +# design', so there seems to be no point in leaving the test case +# here. Use CVS to restore it. +#aa_register_case -cats { api } -bugs { 428 } group_tag -

- - This test uses to auxiliary files: multirow-test.tcl and - multirow-test.adp - I put them in the same directory - acs-templating/tcl/test for now, but it would be cool - to have a way to test adp output without additional - files. - - @see http://openacs.org/bugtracker/openacs/bug?bug_number=428 -} { - - set out [ad_parse_template -params [list [list second_level_stays_p 0]] "/packages/acs-templating/tcl/test/multirow-test"] - - aa_true "contains first heading twice when second level changes" [regexp {f1:.*f1:} $out] - - - set out [ad_parse_template -params [list [list second_level_stays_p 1]] "/packages/acs-templating/tcl/test/multirow-test"] - - aa_true "contains first heading twice when second level stays the same" [regexp {f1:.*f1:} $out] -}