Account for additional form fields added at run-time in the tests.

This commit is contained in:
Scott Walters 2010-08-18 15:09:05 -04:00
parent 9287b818bf
commit 3500b6afc7

View file

@ -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;