Move test to use new instead of create.
This commit is contained in:
parent
50d92f9113
commit
4c5c9fc840
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue