From ec3d2f1eb0fe526ccbd0699aac01a25155579d95 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 19 Mar 2008 22:43:05 +0000 Subject: [PATCH] Don't delete the SKUs so that the cart can call onRemoveFromCart --- t/Shop/Tax.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/Shop/Tax.t b/t/Shop/Tax.t index ec5d75be8..7f1ec6d61 100644 --- a/t/Shop/Tax.t +++ b/t/Shop/Tax.t @@ -637,10 +637,10 @@ SKIP: { ok(0, 'test keywords'); } - $taxableDonation->purge; - $taxFreeDonation->purge; $cart->delete; $book->delete; + $taxableDonation->purge; + $taxFreeDonation->purge; } sub getAddExceptions {