diff --git a/lib/WebGUI/Asset/Wobject/Survey/Test.pm b/lib/WebGUI/Asset/Wobject/Survey/Test.pm index 6694912f5..f2d4fe5f2 100644 --- a/lib/WebGUI/Asset/Wobject/Survey/Test.pm +++ b/lib/WebGUI/Asset/Wobject/Survey/Test.pm @@ -18,14 +18,14 @@ property assetId => ( ); property name => ( fieldType => 'text', - label => [ 'test name', 'Asset_Survey' , ''], - hoverHelp => [ 'test name help', 'Asset_Survey' , ''], + label => [ 'test name', 'Asset_Survey' ], + hoverHelp => [ 'test name help', 'Asset_Survey' ], default => '', ); property test => ( fieldType => 'codearea', - label => [ 'test spec', 'Asset_Survey' , ''], - hoverHelp => [ 'test spec help', 'Asset_Survey' , ''], + label => [ 'test spec', 'Asset_Survey' ], + hoverHelp => [ 'test spec help', 'Asset_Survey' ], syntax => 'js', default => <