Fix a leaking asset in this test.
This commit is contained in:
parent
d9736ea032
commit
17594c41d9
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ sub addTemplate {
|
||||||
usePacked => 1,
|
usePacked => 1,
|
||||||
};
|
};
|
||||||
my $template = $importNode->addChild($properties, $properties->{id});
|
my $template = $importNode->addChild($properties, $properties->{id});
|
||||||
|
WebGUI::Test->addToCleanup($template);
|
||||||
return ($template);
|
return ($template);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue