From: Christian Walde Date: Wed, 2 Nov 2011 21:23:09 +0000 (+0100) Subject: removed frankensteining remnant X-Git-Tag: v0.011~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=3f983ec88f716ccd9424f7b7271636714af529ab removed frankensteining remnant --- diff --git a/t/stream_test.t b/t/stream_test.t index 38118fe..5295d8b 100644 --- a/t/stream_test.t +++ b/t/stream_test.t @@ -14,8 +14,6 @@ my $app = StreamTest->new; ok run_request( $app, GET 'http://localhost/' )->is_success; is run_request( $app, GET 'http://localhost/' )->content, "foo"; -done_testing; - sub run_request { my ( $app, $request ) = @_; my $c = HTTP::Request::AsCGI->new( $request )->setup;