Remove more instances of direct hash access for properties.
This commit is contained in:
parent
8664d6f6ef
commit
1331bf9828
3 changed files with 17 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue