Debug needs an explicit package name for addToCleanup.

This commit is contained in:
Colin Kuskie 2011-10-19 13:11:23 -07:00
parent 19b6f9de12
commit 82bb59d40e
47 changed files with 99 additions and 99 deletions

View file

@ -155,7 +155,7 @@ $driver = WebGUI::Shop::ShipDriver::UPS->new($session, {
enabled => 1,
shipType => 'PARCEL',
});
addToCleanup($driver);
WebGUI::Test->addToCleanup($driver);
eval { $driver->calculate() };
$e = Exception::Class->caught();
@ -218,7 +218,7 @@ cmp_deeply(
);
my $cart = WebGUI::Shop::Cart->newBySession($session);
addToCleanup($cart);
WebGUI::Test->addToCleanup($cart);
my $addressBook = $cart->getAddressBook;
my $workAddress = $addressBook->addAddress({
label => 'work',