correct number of tests

This commit is contained in:
Colin Kuskie 2006-10-05 14:46:24 +00:00
parent 5920a6d482
commit 4f5f5af20b

View file

@ -16,7 +16,7 @@ use HTML::TokeParser;
use WebGUI::Test;
use WebGUI::Session;
use Test::More tests => 31; # increment this value for each test you create
use Test::More tests => 33; # increment this value for each test you create
use Test::Deep;
my $session = WebGUI::Test->session;