fix thingy test for field type being provided provided

This commit is contained in:
Graham Knop 2009-04-30 20:55:13 +00:00
parent 501fbdba81
commit 12298aa7ca

View file

@ -223,6 +223,7 @@ cmp_deeply(
field_isVisible => '',
field_pretext => undef,
field_subtext => undef,
field_type => "textarea",
}],
'Getting newly added thing data: getViewThingVars returns correct field_loop.'
);
@ -244,6 +245,7 @@ cmp_deeply(
field_isVisible => '',
field_pretext => undef,
field_subtext => undef,
field_type => "textarea",
}],
viewScreenTitle => "",
},
@ -267,6 +269,7 @@ cmp_deeply(
field_isVisible => '',
field_pretext => undef,
field_subtext => undef,
field_type => "textarea",
}],
'Getting updated thing data: getViewThingVars returns correct field_loop with updated value.'
);