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
|
|
@ -1,6 +1,7 @@
|
|||
7.6.13
|
||||
- fixed #9760: DataForm not working in demo.plainblack.com
|
||||
- fixed #9759: Delete Entry Button missing in Data Form
|
||||
- fixed #9767: FileAsset breaks 'null' rule for FileAsset table
|
||||
|
||||
7.6.12
|
||||
- fixed: During postback on a recurring transaction, the routine could error out instead of catching an error.
|
||||
|
|
|
|||
|
|
@ -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