fix now that things are packed
This commit is contained in:
parent
4ed841195d
commit
c60db6b1be
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ $var{variable} = "BBBBB";
|
||||||
$output = $template->process(\%var);
|
$output = $template->process(\%var);
|
||||||
ok($output =~ m/\bBBBBB\b/, "process() - variables");
|
ok($output =~ m/\bBBBBB\b/, "process() - variables");
|
||||||
ok($output =~ m/true/, "process() - conditionals");
|
ok($output =~ m/true/, "process() - conditionals");
|
||||||
ok($output =~ m/\s(?:XY){5}\s/, "process() - loops");
|
ok($output =~ m/\b(?:XY){5}\b/, "process() - loops");
|
||||||
|
|
||||||
my $newList = WebGUI::Asset::Template->getList($session, 'WebGUI Test Template');
|
my $newList = WebGUI::Asset::Template->getList($session, 'WebGUI Test Template');
|
||||||
ok(exists $newList->{$template->getId}, 'Uncommitted template exists returned from getList');
|
ok(exists $newList->{$template->getId}, 'Uncommitted template exists returned from getList');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue