Fix a bad test that will fail when we upgrade to mysql 5.1
This commit is contained in:
parent
44ac8a42b9
commit
d4fb48f77d
2 changed files with 3 additions and 0 deletions
|
|
@ -280,6 +280,8 @@ my $properties = {
|
|||
title => 'Export Test',
|
||||
className => 'WebGUI::Asset::File',
|
||||
url => 'export-test.pl',
|
||||
storageId => $storage->getId,
|
||||
filename => 'somePerlFile_pl.txt',
|
||||
};
|
||||
my $defaultAsset = WebGUI::Asset->getDefault($session);
|
||||
my $asset = $defaultAsset->addChild($properties, $properties->{id});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue