Remove more instances of direct hash access for properties.

This commit is contained in:
Colin Kuskie 2010-01-14 10:31:38 -08:00
parent 8664d6f6ef
commit 1331bf9828
3 changed files with 17 additions and 9 deletions

View file

@ -185,4 +185,11 @@ my $session = WebGUI::Test->session;
$session->db->write("delete from asset where assetId=?", [$testId]);
$session->db->write("delete from assetData where assetId=?", [$testId]);
$testData->{hashAccess} = 'stuffed value';
diag $testData->{hashAccess};
}
{
my $home = WebGUI::Asset->getDefault($session);
}