From 28f4605b254057be423ec235f6b9f501276bc88f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 6 May 2010 12:19:25 -0700 Subject: [PATCH] Update test due to the removal of the headBlock. --- t/Session/Style.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/Session/Style.t b/t/Session/Style.t index 51a134372..96e96c222 100644 --- a/t/Session/Style.t +++ b/t/Session/Style.t @@ -370,6 +370,7 @@ $expectedMetas = [ }, ]; cmp_bag(\@metas, $expectedMetas, 'process, headBlock:no duped headBlock from style template'); + #################################################### # # process @@ -485,7 +486,7 @@ sub setup_assets { url => 'headblock_style', namespace => 'Style', template => 'HEADBLOCK STYLE TEMPLATE\n\nBODY=\n\nHEAD=', - headBlock => q||, + extraHeadTags => q||, id => 'testTemplate_headblock', # '1234567890123456789012' };