I am 4 kinds of fool
This commit is contained in:
parent
da9c26d72c
commit
cb2a8d025e
2 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
2
t/User.t
2
t/User.t
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue