incremented number of planned tests since a test was added

This commit is contained in:
Colin Kuskie 2006-07-27 15:58:08 +00:00
parent 5757842e46
commit 5c443480ed

View file

@ -15,7 +15,7 @@ use lib "$FindBin::Bin/../lib";
use WebGUI::Test;
use WebGUI::Session;
use Test::More tests => 26; # increment this value for each test you create
use Test::More tests => 27; # increment this value for each test you create
my $session = WebGUI::Test->session;