diff --git a/t/tests/Test/WebGUI/Asset/Wobject/Poll.pm b/t/tests/Test/WebGUI/Asset/Wobject/Poll.pm index e7979974f..e7788c7ee 100644 --- a/t/tests/Test/WebGUI/Asset/Wobject/Poll.pm +++ b/t/tests/Test/WebGUI/Asset/Wobject/Poll.pm @@ -21,4 +21,8 @@ sub list_of_tables { return [qw/assetData wobject Poll/]; } +sub dynamic_form_labels { + return 'Reset votes?', 'Answers', 'Generate image graph', 'Approved'; +} + 1;