- Added some more tests to the suite.

- Fixed the test skeleton
This commit is contained in:
JT Smith 2006-08-03 19:38:41 +00:00
parent 61b70325f2
commit 9ddd91570e
3 changed files with 37 additions and 1 deletions

View file

@ -11,10 +11,14 @@
use FindBin;
use strict;
use lib "$FindBin::Bin/lib";
use WebGUI::Test;
use WebGUI::Session;
# load your modules here
use Test::More tests => 1; # increment this value for each test you create
my $session = WebGUI::Test->session;
# put your tests here