Oops. Fix test count in Utility.t since I forgot to update it before.

This commit is contained in:
Drake 2006-11-10 15:16:23 +00:00
parent ce447fdbd9
commit 848c4b6934

View file

@ -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;