Finish fixing filepump macro tests

This commit is contained in:
Colin Kuskie 2009-07-16 16:00:54 +00:00
parent 578bdf361c
commit 8f4afc3416

View file

@ -54,7 +54,7 @@ my $snippet = $root->addChild({
my $fileAsset = $root->addChild({
className => 'WebGUI::Asset::File',
url => 'filePumpFileAsset',
filename => 'pumpfile',
filename => 'pumpfile.css',
});
$fileAsset->getStorageLocation->addFileFromScalar('pumpfile.css', qq| body {\npadding: 0px;}\n\n|);