[Bps-public-commit] plient branch, master, updated. d24e98f004fbaff0661b31c90777f514e65a4c88

? sunnavy sunnavy at bestpractical.com
Wed Apr 21 23:54:33 EDT 2010


The branch, master has been updated
       via  d24e98f004fbaff0661b31c90777f514e65a4c88 (commit)
      from  6bbea5d904fd6591af667931eef637248a2ad7ad (commit)

Summary of changes:
 t/01.plient.t |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit d24e98f004fbaff0661b31c90777f514e65a4c88
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Apr 22 04:59:59 2010 +0800

    test ->available

diff --git a/t/01.plient.t b/t/01.plient.t
index c23aede..fce273f 100644
--- a/t/01.plient.t
+++ b/t/01.plient.t
@@ -1,6 +1,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More tests => 2;
 
 use_ok( 'Plient' );
+
+ok( Plient->available('File','GET'), 'supports File GET' );
+# ok( Plient->available('HTTP','GET'), 'supports HTTP GET' );

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list