update defaultValue in the group field of the PayDriver definition

This commit is contained in:
Colin Kuskie 2008-05-07 16:33:27 +00:00
parent 6a6886c818
commit 711d0f5fc1

View file

@ -68,6 +68,9 @@ cmp_deeply (
$definition = WebGUI::Shop::PayDriver->definition($session);
use Data::Dumper;
diag Dumper $definition;
cmp_deeply (
$definition,
[ {
@ -89,7 +92,7 @@ cmp_deeply (
fieldType => 'group',
label => ignore(),
hoverHelp => ignore(),
defaultValue => 1,
defaultValue => 7,
},
receiptEmailTemplateId => {
fieldType => 'template',