update the RichEditor test

This commit is contained in:
Colin Kuskie 2008-08-28 13:35:10 +00:00
parent 9079254520
commit 481fded7e7

View file

@ -53,7 +53,7 @@ my $richEditOptions
my $control
= WebGUI::Form::SelectRichEditor->new( $session, { name => "richEditId" } );
cmp_deeply(
$control->get("options"),
$control->getOptions,
$richEditOptions,
"SelectRichEditor control has options for all Rich Editors in this site",
);