remove getProductImportNode test from Asset.t

This commit is contained in:
Colin Kuskie 2008-07-13 18:21:58 +00:00
parent 8ee7f09130
commit c4af4b4f26

View file

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