Fix a bad test that will fail when we upgrade to mysql 5.1

This commit is contained in:
Colin Kuskie 2009-02-19 16:35:46 +00:00
parent 44ac8a42b9
commit d4fb48f77d
2 changed files with 3 additions and 0 deletions

View file

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