[Bps-public-commit] plient branch, master, updated. a8a465b0733f23d1c57542b6afb1d928878f7b3d
? sunnavy
sunnavy at bestpractical.com
Tue Apr 20 13:23:49 EDT 2010
The branch, master has been updated
via a8a465b0733f23d1c57542b6afb1d928878f7b3d (commit)
from 0b47a64fc376cbe360f944753f8cbe6ec7e8210d (commit)
Summary of changes:
t/http/get.t | 2 +-
t/http/post.t | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit a8a465b0733f23d1c57542b6afb1d928878f7b3d
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Apr 21 01:23:56 2010 +0800
skip tests number fix
diff --git a/t/http/get.t b/t/http/get.t
index 91d4a66..b1c799c 100644
--- a/t/http/get.t
+++ b/t/http/get.t
@@ -8,7 +8,7 @@ use_ok('Plient::Test');
my $url = start_http_server();
SKIP: {
- skip 'no plackup available', 1 unless $url;
+ skip 'no plackup available', 4 unless $url;
# to test each handler, set env PLIENT_HANDLER_PREFERENCE_ONLY to true
for my $handler (qw/curl wget HTTPLite LWP/) {
Plient->handler_preference( http => [$handler] );
diff --git a/t/http/post.t b/t/http/post.t
index ec076c3..ad426c8 100644
--- a/t/http/post.t
+++ b/t/http/post.t
@@ -8,7 +8,7 @@ use_ok('Plient::Test');
my $url = start_http_server();
SKIP: {
- skip 'no plackup available', 1 unless $url;
+ skip 'no plackup available', 4 unless $url;
# to test each handler, set env PLIENT_HANDLER_PREFERENCE_ONLY to true
for my $handler (qw/curl wget HTTPLite LWP/) {
Plient->handler_preference( http => [$handler] );
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list