From 0c23ba8cd7ec284364181cdf0f8c97c7cc76b557 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 4 May 2011 13:57:35 -0500 Subject: [PATCH] perhaps a good plan is in order... --- t/Asset/AssetClipboard.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/AssetClipboard.t b/t/Asset/AssetClipboard.t index bd50c3b9c..70f4a4eb3 100644 --- a/t/Asset/AssetClipboard.t +++ b/t/Asset/AssetClipboard.t @@ -20,7 +20,7 @@ use WebGUI::VersionTag; use Test::MockObject; use Test::More; # increment this value for each test you create -plan tests => 29; +plan tests => 14; my $session = WebGUI::Test->session; $session->user({userId => 3});