Make Shop/Products.t fail gracefully
This commit is contained in:
parent
81bdc7640c
commit
8ee7f09130
1 changed files with 2 additions and 2 deletions
|
|
@ -44,12 +44,12 @@ my $loaded = use_ok('WebGUI::Shop::Products');
|
|||
my $storage;
|
||||
my ($e, $failure);
|
||||
|
||||
my $products = WebGUI::Shop::Products->new($session);
|
||||
|
||||
SKIP: {
|
||||
|
||||
skip 'Unable to load module WebGUI::Shop::Products', $tests unless $loaded;
|
||||
|
||||
my $products = WebGUI::Shop::Products->new($session);
|
||||
|
||||
#######################################################################
|
||||
#
|
||||
# import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue