Cleanup more tests that are leaking carts due to address book useId issues.

This commit is contained in:
Colin Kuskie 2010-05-02 00:17:03 -07:00
parent c6b34385ce
commit dbca5b31d9
2 changed files with 5 additions and 17 deletions

View file

@ -361,6 +361,7 @@ isnt(
my $cart = $driver->getCart;
isa_ok ($cart, 'WebGUI::Shop::Cart', 'getCart returns an instantiated WebGUI::Shop::Cart object');
WebGUI::Test->addToCleanup($cart);
#######################################################################
#
@ -587,16 +588,4 @@ is ($count, 0, 'delete deleted the object');
undef $driver;
#----------------------------------------------------------------------------
# Cleanup
}
END {
}
#vim:ft=perl