# HG changeset patch # User Sergey Kandaurov # Date 1411044994 -14400 # Node ID 5a1f2e1ea6cd0ee758c226e1f452d6e0f3fd7ddb # Parent 5ec2caad00e8da996c4cf23ec0cedb2008f2a376 Tests: fastcgi_body2.t TODO updated. diff --git a/fastcgi_body2.t b/fastcgi_body2.t --- a/fastcgi_body2.t +++ b/fastcgi_body2.t @@ -81,7 +81,7 @@ EOF ############################################################################### TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.7.6'); like(http_get_length('/', 'x' x 102400), qr/X-Length: 102400/, 'body length - in file');