clean up the FilePump bundle after the test

This commit is contained in:
Doug Bell 2011-03-21 20:58:58 -05:00
parent cdda20fb18
commit b13064b912

View file

@ -35,6 +35,7 @@ plan tests => 11;
# put your tests here
my $bundle = WebGUI::FilePump::Bundle->create($session, { bundleName => 'test bundle'});
WebGUI::Test->addToCleanup( sub { $bundle->delete } );
my $root = WebGUI::Asset->getRoot($session);