From 578bdf361cc2330b60699159b42e3e49ed8b3853 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 16 Jul 2009 04:21:48 +0000 Subject: [PATCH] Update the # of tests in Asset/Sku/Product.t --- t/Asset/Sku/Product.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/Sku/Product.t b/t/Asset/Sku/Product.t index c13271d78..a26b47467 100644 --- a/t/Asset/Sku/Product.t +++ b/t/Asset/Sku/Product.t @@ -36,7 +36,7 @@ my $session = WebGUI::Test->session; #---------------------------------------------------------------------------- # Tests -plan tests => 10; # Increment this number for each test you create +plan tests => 12; # Increment this number for each test you create #---------------------------------------------------------------------------- # put your tests here