From cbd53b7aa6c41d8bb4d7f11cd9b35861df0a5cc2 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 15 Jul 2010 12:54:52 -0500 Subject: [PATCH] fix bad plan in AssetLineage test --- t/Asset/AssetLineage.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/AssetLineage.t b/t/Asset/AssetLineage.t index f87cd370f..c59f5270c 100644 --- a/t/Asset/AssetLineage.t +++ b/t/Asset/AssetLineage.t @@ -17,7 +17,7 @@ use WebGUI::Session; use WebGUI::User; use WebGUI::Asset; -use Test::More tests => 107; # increment this value for each test you create +use Test::More tests => 109; # increment this value for each test you create use Test::Deep; use Test::Exception; use Data::Dumper;