diff fastcgi_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 6fe0459b6668
children a9569f57da98
line wrap: on
line diff
--- a/fastcgi_body.t
+++ b/fastcgi_body.t
@@ -62,9 +62,6 @@ like(http_get('/'), qr/X-Body: /, 'fastc
 like(http_get_length('/', ''), qr/X-Body: /, 'fastcgi empty body');
 like(http_get_length('/', 'foobar'), qr/X-Body: foobar/, 'fastcgi body');
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.3.9');
-
 like(http(<<EOF), qr/X-Body: foobar/, 'fastcgi chunked');
 GET / HTTP/1.1
 Host: localhost
@@ -87,8 +84,6 @@ 0
 
 EOF
 
-}
-
 ###############################################################################
 
 sub http_get_length {