Skip to content

Commit

Permalink
Merge pull request #9 from dclendenan/master
Browse files Browse the repository at this point in the history
Test correction for "skip all" case
  • Loading branch information
redhotpenguin committed Jun 12, 2013
2 parents 6afb40d + ec831f6 commit 04555e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion t/WWW-Salesforce.t
Expand Up @@ -35,7 +35,10 @@ diag "Running tests with WWW::Salesforce version " . WWW::Salesforce->VERSION .

SKIP: {

skip $skip_reason, 30, if $skip_reason;
skip $skip_reason, 35, if $skip_reason;

diag "Running tests with WWW::Salesforce version " . WWW::Salesforce->VERSION .
" against $WWW::Salesforce::SF_PROXY\n";

my $user = $ENV{SFDC_USER};
my $pass = $ENV{SFDC_PASS} . $ENV{SFDC_TOKEN};
Expand Down

0 comments on commit 04555e2

Please sign in to comment.