From b13064b9126ffb8cdb5ac14d2aadf669ca2e7d23 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Mon, 21 Mar 2011 20:58:58 -0500 Subject: [PATCH] clean up the FilePump bundle after the test --- t/Macro/FilePump.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Macro/FilePump.t b/t/Macro/FilePump.t index 14c04f11e..00ebdd412 100644 --- a/t/Macro/FilePump.t +++ b/t/Macro/FilePump.t @@ -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);