From 8f4afc34162c1598683c23b3c69b880be91e5759 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 16 Jul 2009 16:00:54 +0000 Subject: [PATCH] Finish fixing filepump macro tests --- t/Macro/FilePump.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Macro/FilePump.t b/t/Macro/FilePump.t index 38c8d2e2c..316920a90 100644 --- a/t/Macro/FilePump.t +++ b/t/Macro/FilePump.t @@ -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|);