From ae43a10d7c63433e5a1ca62f7b993f40f474c24c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 6 May 2010 20:58:57 -0700 Subject: [PATCH] Update this test for the new caching system. --- t/User.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/User.t b/t/User.t index d85fcae56..1ce052a45 100644 --- a/t/User.t +++ b/t/User.t @@ -27,8 +27,6 @@ use Data::Dumper; my $session = WebGUI::Test->session; -#my $testCache = WebGUI::Cache->new($session, 'myTestKey'); -#$testCache->flush; $session->cache->remove('myTestKey'); my $user;