Index: openacs-4/packages/xowf/tcl/test/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test/Attic/test-item-procs.tcl,v diff -u -N -r1.1.2.26 -r1.1.2.27 --- openacs-4/packages/xowf/tcl/test/test-item-procs.tcl 31 Jan 2022 12:55:44 -0000 1.1.2.26 +++ openacs-4/packages/xowf/tcl/test/test-item-procs.tcl 31 Jan 2022 13:05:45 -0000 1.1.2.27 @@ -333,8 +333,8 @@ # The answer page for a student consists of a single # question. In case randomization is activated, we # can't be sure, which question this will be. Since - # every page has one image and sample_mc_0, check - # this. + # every page has one image and sample_mc_0 has two, + # check this. # aa_equals "Expected images on the page could be rendered." \ [llength $hrefs] [expr {$qn eq "sample_mc_0" ? 2 : 1}]