diff options
author | franck cuny <franck@lumberjaph.net> | 2010-09-15 17:05:36 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-09-15 17:05:36 +0200 |
commit | 6292d342b0d24c54274b4caafe3698a8b0b04bec (patch) | |
tree | de6160bb4385649ad62c3cb82d3eebbc29a36838 | |
parent | POD (diff) | |
download | net-http-spore-6292d342b0d24c54274b4caafe3698a8b0b04bec.tar.gz |
remove protocol test
-rw-r--r-- | t/spore-request/new.t | 1 |
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' ); |