Index: openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl,v diff -u -r1.1.2.85 -r1.1.2.86 --- openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 29 Feb 2024 12:53:39 -0000 1.1.2.85 +++ openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 2 May 2024 13:13:07 -0000 1.1.2.86 @@ -29,6 +29,7 @@ :create_components { {anumber {numeric,label=The Number}} {atext {text,label=The Text}} + {arichtext {richtext,label=The Richtext}} {aradio {radio,label=The Radio,options={X X} {Y Y} {Z Z}}} {acheckbox {checkbox,label=The Checkbox,options={X X} {Y Y} {Z Z}}} {aselect {select,label=The Select,options={X X} {Y Y} {Z Z}}} @@ -42,6 +43,7 @@ :create_components { {anumber {numeric,label=The Number}} {atext {text,label=The Text}} + {arichtext {richtext,label=The Richtext}} {aradio {radio,label=The Radio,options={A A} {B B} {C C}}} {acheckbox {checkbox,label=The Checkbox,options={A A} {B B} {C C}}} {aselect {select,label=The Select,options={A A} {B B} {C C}}}