From f2d411cf1f083460abec326b85d068cde4513326 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Wed, 18 Aug 2010 15:34:49 -0400 Subject: [PATCH] Account for additional form fields added at run-time in the tests. --- t/tests/Test/WebGUI/Asset/File/ZipArchive.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/tests/Test/WebGUI/Asset/File/ZipArchive.pm b/t/tests/Test/WebGUI/Asset/File/ZipArchive.pm index 08f0a860e..970cb33fe 100644 --- a/t/tests/Test/WebGUI/Asset/File/ZipArchive.pm +++ b/t/tests/Test/WebGUI/Asset/File/ZipArchive.pm @@ -21,4 +21,6 @@ sub list_of_tables { return [qw/assetData FileAsset ZipArchiveAsset/]; } +sub dynamic_form_labels { return 'New file to upload' }; + 1;