update the RichEditor test
This commit is contained in:
parent
9079254520
commit
481fded7e7
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ my $richEditOptions
|
||||||
my $control
|
my $control
|
||||||
= WebGUI::Form::SelectRichEditor->new( $session, { name => "richEditId" } );
|
= WebGUI::Form::SelectRichEditor->new( $session, { name => "richEditId" } );
|
||||||
cmp_deeply(
|
cmp_deeply(
|
||||||
$control->get("options"),
|
$control->getOptions,
|
||||||
$richEditOptions,
|
$richEditOptions,
|
||||||
"SelectRichEditor control has options for all Rich Editors in this site",
|
"SelectRichEditor control has options for all Rich Editors in this site",
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue