fixed tests

This commit is contained in:
Doug Bell 2009-05-07 18:18:55 +00:00
parent 18460256df
commit d0a5cc8d66
9 changed files with 14 additions and 5 deletions

View file

@ -103,7 +103,8 @@ sub addTemplate {
url => 'a_account-test',
namespace => 'Macro/a_account',
template => "HREF=<tmpl_var account.url>\nLABEL=<tmpl_var account.text>",
id => 'testTemplatea_account1'
id => 'testTemplatea_account1',
usePacked => 1,
};
my $template = $importNode->addChild($properties, $properties->{id});
$versionTag->commit;