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

This commit is contained in:
Scott Walters 2010-08-18 15:31:36 -04:00
parent 9c3a3b1b79
commit cf2a6fb4a3

View file

@ -21,4 +21,6 @@ sub list_of_tables {
return [qw/assetData FileAsset/];
}
sub dynamic_form_labels { return 'New file to upload' };
1;