I am 4 kinds of fool

This commit is contained in:
Colin Kuskie 2006-04-15 16:51:23 +00:00
parent da9c26d72c
commit cb2a8d025e
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ my @ipTests = (
plan tests => (88 + scalar(@scratchTests) + scalar(@ipTests)); # increment this value for each test you create
my $session = WebGUI::Test->session;
my testCache = WebGUI::Cache->new($session, 'myTestKey');
my $testCache = WebGUI::Cache->new($session, 'myTestKey');
$testCache->flush;
my $g = WebGUI::Group->new($session, "new");

View file

@ -22,7 +22,7 @@ use Test::More tests => 85; # increment this value for each test you create
my $session = WebGUI::Test->session;
my testCache = WebGUI::Cache->new($session, 'myTestKey');
my $testCache = WebGUI::Cache->new($session, 'myTestKey');
$testCache->flush;
my $user;