Fix number of skipped tests
This commit is contained in:
parent
a117901df5
commit
96edebb446
1 changed files with 3 additions and 3 deletions
|
|
@ -560,7 +560,7 @@ cmp_deeply(
|
|||
);
|
||||
|
||||
SKIP: {
|
||||
skip 'No userId for testing', 2 unless $hasRealUserId;
|
||||
skip 'No userId for testing', 1 unless $hasRealUserId;
|
||||
|
||||
my $response = $driver->_doXmlRequest($xml);
|
||||
ok($response->is_success, '_doXmlRequest to USPS successful for 3 items in cart');
|
||||
|
|
@ -614,7 +614,7 @@ cmp_deeply(
|
|||
|
||||
SKIP: {
|
||||
|
||||
skip 'No userId for testing', 2 unless $hasRealUserId;
|
||||
skip 'No userId for testing', 3 unless $hasRealUserId;
|
||||
|
||||
$cart->empty;
|
||||
$properties = $driver->get();
|
||||
|
|
@ -649,7 +649,7 @@ SKIP: {
|
|||
|
||||
SKIP: {
|
||||
|
||||
skip 'No userId for testing', 3 unless $hasRealUserId;
|
||||
skip 'No userId for testing', 4 unless $hasRealUserId;
|
||||
|
||||
|
||||
$cart->empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue