diff scgi_body.t @ 317:a9621dbbd0d4

Tests: remove TODOs with 1.3.x version checks.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 Jul 2013 20:25:05 +0400
parents 6a0d934950bc
children dc2f8aac0553
line wrap: on
line diff
--- a/scgi_body.t
+++ b/scgi_body.t
@@ -62,9 +62,6 @@ like(http_get('/'), qr/X-Body: /, 'scgi 
 like(http_get_length('/', ''), qr/X-Body: /, 'scgi empty body');
 like(http_get_length('/', 'foobar'), qr/X-Body: foobar/, 'scgi body');
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.3.9');
-
 like(http(<<EOF), qr/X-Body: foobar/, 'scgi chunked');
 GET / HTTP/1.1
 Host: localhost
@@ -87,8 +84,6 @@ 0
 
 EOF
 
-}
-
 ###############################################################################
 
 sub http_get_length {