From 848c4b693431e2a5f4b3011c305fc23847d1615e Mon Sep 17 00:00:00 2001 From: Drake Date: Fri, 10 Nov 2006 15:16:23 +0000 Subject: [PATCH] Oops. Fix test count in Utility.t since I forgot to update it before. --- t/Utility.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Utility.t b/t/Utility.t index e669b7f67..42f2f75e7 100644 --- a/t/Utility.t +++ b/t/Utility.t @@ -16,7 +16,7 @@ use lib "$FindBin::Bin/lib"; use WebGUI::Test; use WebGUI::Session; -use Test::More tests => 21; # increment this value for each test you create +use Test::More tests => 23; # increment this value for each test you create my $session = WebGUI::Test->session;