From 12298aa7cac5cd70c1a4597d278bf635d42f17f5 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 30 Apr 2009 20:55:13 +0000 Subject: [PATCH] fix thingy test for field type being provided provided --- t/Asset/Wobject/Thingy.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/Asset/Wobject/Thingy.t b/t/Asset/Wobject/Thingy.t index ed5ad0a40..585f5bd00 100644 --- a/t/Asset/Wobject/Thingy.t +++ b/t/Asset/Wobject/Thingy.t @@ -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.' );