more session fixes.

This commit is contained in:
Matthew Wilson 2006-01-18 06:26:40 +00:00
parent 8839c094c5
commit 8f12dae29c
4 changed files with 11 additions and 11 deletions

View file

@ -14,14 +14,14 @@ use lib '../../lib';
use Getopt::Long;
use WebGUI::Session;
# ---- END DO NOT EDIT ----
use Test::More tests => 10; # increment this value for each test you create
use Test::More tests => 14; # increment this value for each test you create
my $session = initialize(); # this line is required
# put your tests here
my $scratch = $session->Scratch;
my $maxCount = 10;
my $scratch = $session->scratch;
my $maxCount = 14;
$scratch->deleteAll();