Remove the getImportProductNode tests since it doesn't exist anymore.
This commit is contained in:
parent
cc0105a9a4
commit
0955679ea1
1 changed files with 2 additions and 4 deletions
|
|
@ -34,13 +34,11 @@ my $session = WebGUI::Test->session;
|
|||
#----------------------------------------------------------------------------
|
||||
# Tests
|
||||
|
||||
plan tests => 7; # Increment this number for each test you create
|
||||
plan tests => 5; # Increment this number for each test you create
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# put your tests here
|
||||
my $node = WebGUI::Asset::Sku::Product->getProductImportNode($session);
|
||||
isa_ok($node, 'WebGUI::Asset::Wobject::Folder', 'getProductImportNode returns a Folder');
|
||||
is($node->getId, 'PBproductimportnode001', 'Product Import Node has the correct GUID');
|
||||
my $node = WebGUI::Asset->getRoot($session);
|
||||
|
||||
my $product = $node->addChild({
|
||||
className => "WebGUI::Asset::Sku::Product",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue