Fix the WaitForUserConfirmation test to make sure that TT is enabled in the config file.

This commit is contained in:
Colin Kuskie 2011-09-07 17:01:49 -07:00
parent 2628263384
commit 0871ceb56a

View file

@ -14,6 +14,8 @@ use Kwargs;
use URI; use URI;
my $session = WebGUI::Test->session; my $session = WebGUI::Test->session;
WebGUI::Test->originalConfig('templateParsers');
$session->config->addToArray('templateParsers', 'WebGUI::Asset::Template::TemplateToolkit');
my $act = WebGUI::Workflow::Activity->newByPropertyHashRef( my $act = WebGUI::Workflow::Activity->newByPropertyHashRef(
$session, { $session, {