From 481fded7e799569c18de92b396bc4aae453655d0 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 28 Aug 2008 13:35:10 +0000 Subject: [PATCH] update the RichEditor test --- t/Form/SelectRichEditor.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Form/SelectRichEditor.t b/t/Form/SelectRichEditor.t index e83a6746e..12a9d9e78 100644 --- a/t/Form/SelectRichEditor.t +++ b/t/Form/SelectRichEditor.t @@ -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", );