Fix a leaking asset in this test.

This commit is contained in:
Colin Kuskie 2011-01-13 11:38:25 -08:00
parent d9736ea032
commit 17594c41d9

View file

@ -100,6 +100,7 @@ sub addTemplate {
usePacked => 1,
};
my $template = $importNode->addChild($properties, $properties->{id});
WebGUI::Test->addToCleanup($template);
return ($template);
}