clean up the FilePump bundle after the test
This commit is contained in:
parent
cdda20fb18
commit
b13064b912
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue