Update this test for the new caching system.

This commit is contained in:
Colin Kuskie 2010-05-06 20:58:57 -07:00
parent ad88c37581
commit ae43a10d7c

View file

@ -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;