Add cleanup for AdSpaces, END block cleanup.

This commit is contained in:
Colin Kuskie 2010-06-07 18:53:39 -07:00
parent b728eabd7b
commit 8a62abc3ef
3 changed files with 151 additions and 172 deletions

View file

@ -41,12 +41,6 @@ my $e;
my $loaded = use_ok('WebGUI::Shop::PayDriver::PayPal::PayPalStd');
my $storage;
SKIP: {
skip 'Unable to load module WebGUI::Shop::PayDriver::PayPal::PayPalStd', $tests unless $loaded;
#######################################################################
#
# getName
@ -77,9 +71,4 @@ $driver->delete;
undef $driver;
}
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl