From 268a3ef3f0f1967d1a6e0e3f6dd5963691e3b635 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 20 Aug 2008 16:04:10 +0000 Subject: [PATCH] increment number of tests in Shop/Cart.t to match actual number of tests --- t/Shop/Cart.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Shop/Cart.t b/t/Shop/Cart.t index 472f10728..9ab4e368c 100644 --- a/t/Shop/Cart.t +++ b/t/Shop/Cart.t @@ -32,7 +32,7 @@ my $i18n = WebGUI::International->new($session, "Shop"); #---------------------------------------------------------------------------- # Tests -plan tests => 20; # Increment this number for each test you create +plan tests => 21; # Increment this number for each test you create #---------------------------------------------------------------------------- # put your tests here