From a998e119d18fb6403e62d16284cb850ae376e360 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 30 May 2008 07:04:32 +0000 Subject: [PATCH] update the plan since tests were moved into Asset.t for getIsa --- 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 e51f7ab0c..095b320b7 100644 --- a/t/Asset/Sku/Product.t +++ b/t/Asset/Sku/Product.t @@ -33,7 +33,7 @@ my $session = WebGUI::Test->session; #---------------------------------------------------------------------------- # Tests -plan tests => 5; # Increment this number for each test you create +plan tests => 2; # Increment this number for each test you create #---------------------------------------------------------------------------- # put your tests here