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

This commit is contained in:
Scott Walters 2010-08-18 15:34:49 -04:00
parent cf2a6fb4a3
commit f2d411cf1f

View file

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