summaryrefslogtreecommitdiff
path: root/t/spore-request/new.t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-15 17:05:36 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-15 17:05:36 +0200
commit6292d342b0d24c54274b4caafe3698a8b0b04bec (patch)
treede6160bb4385649ad62c3cb82d3eebbc29a36838 /t/spore-request/new.t
parentPOD (diff)
downloadnet-http-spore-6292d342b0d24c54274b4caafe3698a8b0b04bec.tar.gz
remove protocol test
Diffstat (limited to '')
-rw-r--r--t/spore-request/new.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/spore-request/new.t b/t/spore-request/new.t
index 6cb9d56..b82514a 100644
--- a/t/spore-request/new.t
+++ b/t/spore-request/new.t
@@ -17,7 +17,6 @@ my $req = Net::HTTP::Spore::Request->new(
isa_ok( $req, 'Net::HTTP::Spore::Request' );
is( $req->method, 'GET', 'method' );
-is( $req->protocol, 'HTTP/1.1', 'protocol' );
is( $req->uri, 'http://example.com/foo', 'uri' );
is( $req->port, 80, 'port' );
is( $req->scheme, 'http', 'url_scheme' );