From 4c5c9fc840334ce85f3ec874923361405dceac6e Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 10 Nov 2010 14:48:13 -0800 Subject: [PATCH] Move test to use new instead of create. --- 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 54ab47521..ed3584467 100644 --- a/t/Macro/FilePump.t +++ b/t/Macro/FilePump.t @@ -32,7 +32,7 @@ plan tests => 11; #---------------------------------------------------------------------------- # put your tests here -my $bundle = WebGUI::FilePump::Bundle->create($session, { bundleName => 'test bundle'}); +my $bundle = WebGUI::FilePump::Bundle->new($session, { bundleName => 'test bundle'}); my $root = WebGUI::Asset->getRoot($session);