Skip to content

Commit

Permalink
fix test count
Browse files Browse the repository at this point in the history
  • Loading branch information
redhotpenguin committed Jun 13, 2013
1 parent 04555e2 commit 6d7616a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for Perl extension WWW::Salesforce.

0.19 May 27 2013
0.19 Jun 12 2013
- Added web proxy support ($WWW::Salesforce::WEB_PROXY=http://my.proxy.com:8080)
- added unit tests
- added the ability to override the API URL, for use within salesforce.com
Expand Down
2 changes: 1 addition & 1 deletion t/WWW-Salesforce.t
Expand Up @@ -3,7 +3,7 @@
use strict;
use warnings;

use Test::More tests => 31;
use Test::More tests => 36;
use Data::Dumper;
use SOAP::Lite;
use POSIX qw(strftime);
Expand Down

0 comments on commit 6d7616a

Please sign in to comment.