Update test due to the removal of the headBlock.

This commit is contained in:
Colin Kuskie 2010-05-06 12:19:25 -07:00
parent 17841c838f
commit d7ee5f0768

View file

@ -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=<tmpl_var body.content>\n\nHEAD=<tmpl_var head.tags>',
headBlock => q|<meta name="keywords" content="keyword1,keyword2" />|,
extraHeadTags => q|<meta name="keywords" content="keyword1,keyword2" />|,
id => 'testTemplate_headblock',
# '1234567890123456789012'
};