Move test to use new instead of create.

This commit is contained in:
Colin Kuskie 2010-11-10 14:48:13 -08:00
parent 50d92f9113
commit 4c5c9fc840

View file

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