From cb2a8d025e492fe79df50feadbb20d7b6be8c229 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 15 Apr 2006 16:51:23 +0000 Subject: [PATCH] I am 4 kinds of fool --- t/Group.t | 2 +- t/User.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/Group.t b/t/Group.t index 9ec17ff0c..eedd7c21c 100644 --- a/t/Group.t +++ b/t/Group.t @@ -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"); diff --git a/t/User.t b/t/User.t index bc815e1dc..479de9de7 100644 --- a/t/User.t +++ b/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;