From 3500b6afc72c4586833016ff00181e213f9fbd44 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Wed, 18 Aug 2010 15:09:05 -0400 Subject: [PATCH] Account for additional form fields added at run-time in the tests. --- t/tests/Test/WebGUI/Asset/Wobject/Poll.pm | 4 ++++ 1 file changed, 4 insertions(+) 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;