From 6292d342b0d24c54274b4caafe3698a8b0b04bec Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 15 Sep 2010 17:05:36 +0200 Subject: remove protocol test --- t/spore-request/new.t | 1 - 1 file changed, 1 deletion(-) (limited to 't') 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' ); -- cgit 1.4.1