likewise t/Asset/Post/notification.t

This commit is contained in:
Paul Driver 2011-03-31 12:30:32 -05:00
parent f9036f2178
commit 26eb6c5a22

View file

@ -39,6 +39,7 @@ my @addArgs = ( undef, undef, { skipAutoCommitWorkflows => 1, skipNotification =
my $notification_template = $node->addChild({
className => 'WebGUI::Asset::Template',
template => "<body>!!!url:<tmpl_var url>!!!content:<tmpl_var content>!!!</body>",
parser => 'WebGUI::Asset::Template::HTMLTemplate',
}, @addArgs);
my $collab = $node->addChild({