remove getProductImportNode test from Asset.t
This commit is contained in:
parent
8ee7f09130
commit
c4af4b4f26
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@ isnt( $rootAsset->get('title'), $funkyTitle, 'get returns a safe copy of the Ass
|
|||
# getIsa
|
||||
#
|
||||
################################################################
|
||||
my $node = WebGUI::Asset::Sku::Product->getProductImportNode($session);
|
||||
my $node = WebGUI::Asset->getRoot($session);
|
||||
my $product1 = $node->addChild({ className => 'WebGUI::Asset::Sku::Product'});
|
||||
my $product2 = $node->addChild({ className => 'WebGUI::Asset::Sku::Product'});
|
||||
my $product3 = $node->addChild({ className => 'WebGUI::Asset::Sku::Product'});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue