clean up after doing cart test

This commit is contained in:
Graham Knop 2009-03-19 21:59:23 +00:00
parent 25af23ff2c
commit 8242fa59fa

View file

@ -161,5 +161,8 @@ $product->purge;
#----------------------------------------------------------------------------
# Cleanup
END {
if ($shipper) {
$shipper->delete;
}
$session2->close;
}