Finish fixing filepump macro tests
This commit is contained in:
parent
578bdf361c
commit
8f4afc3416
1 changed files with 1 additions and 1 deletions
|
|
@ -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|);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue